Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-12 | Messenger.c: | Coren[m] | |
- remove local PORT definition in favor of TOX_PORT_DEFAULT | |||
2013-09-11 | Messenger.c: | Coren[m] | |
- unbroke Messenger_load(): lost a length adjustment - addeditional check for enough data available | |||
2013-09-10 | util.*: | Coren[m] | |
- added logging functions, default off tox.h: - added includes for sockaddr_in/6 network.c: - added logging functions, default off (#define in util.h) - IPv6: activating site-local all-nodes multicast address (i.e. IPv6 equivalent of broadcast) | |||
2013-09-10 | big push, putting all the infrastructure in place behind TOX_ENABLE_IPV6 | Coren[m] | |
2013-09-09 | Merge branch 'master' into Integration | Coren[m] | |
2013-09-09 | tox.*, Messenger.*: | Coren[m] | |
- initialisation: argument added to enable/disable ipv6 as socket Messenger_test.c: - initialisation: ipv4 hardcoded for now - delegating IP resolution to DHT_bootstrap_ex() | |||
2013-09-09 | network.h: | Coren[m] | |
- IP: add in_addr_t as part of the union - IP: rename IP to IP4 | |||
2013-09-09 | wrong type | Jfreegman | |
2013-09-09 | a better way | Jfreegman | |
2013-09-09 | initialize name_length | Jfreegman | |
2013-09-07 | Removed friendstatus from client API | Maxim Biro | |
2013-09-07 | Merge branch 'master' of https://github.com/irungentoo/ProjectTox-Core | irungentoo | |
2013-09-07 | Added TODO list and made m_copy*_statusmessage functions return length of ↵ | irungentoo | |
copied buffer on success. | |||
2013-09-06 | Allow to build vs nacl instead of libsodium | Jin^eLD | |
By default libsodium is used. Only if --enable-nacl is specified, then nacl will be used instead of libsodium. Pass locations of nacl headers and libraries by using the following options: --with-nacl-headers=/home/me/somewhere/nacl-20110221/build/469/include/amd64/ --with-nacl-libs=/home/me/somewhere/nacl-20110221/build/469/lib/amd64/ | |||
2013-09-06 | Added name lengths to friend names. | irungentoo | |
2013-09-05 | Function for retreiving a list of friend numbers | Jin^eLD | |
This should allow clients to sync the Tox friend list with their UI/etc. lists. | |||
2013-09-03 | Possible bugs fixed, all received strings now force NULL terminate. | irungentoo | |
2013-09-02 | Merge branch 'master' of https://github.com/JamoBox/ProjectTox-Core into ↵ | irungentoo | |
JamoBox-master | |||
2013-09-02 | comment updates | JamoBox | |
2013-09-02 | Properly fixed signed/unsigned comparisons. | irungentoo | |
2013-09-01 | Fix signed/unsigned comparison warnings | Tyler Bunnell | |
2013-08-31 | Fixed bug. | irungentoo | |
2013-08-30 | Fixed build errors. | Kostya | |
2013-08-29 | Merge branch 'master' of https://github.com/JamoBox/ProjectTox-Core into ↵ | irungentoo | |
JamoBox-master Conflicts: toxcore/LAN_discovery.h | |||
2013-08-29 | Correct a lot of the grammar and spelling. Also spent a few hours fixing the ↵ | pete | |
comments so they follow a standard. | |||
2013-08-24 | Rename core directory because of autoconf name clash | jin-eld | |
While doing the checks configure might generate "core" files and will then try to remove them. Having a "core" directory generates an error while runing the configure script. There's no workaround but to rename the core directory. |