Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-17 | astyled everything. | irungentoo | |
2013-09-16 | Functions to get name of peer in group chat added. | irungentoo | |
Group message callback modified. | |||
2013-09-13 | Merge remote-tracking branch 'upstream/master' into Integration | Coren[m] | |
2013-09-12 | Very basic group chats, tested and working with nTox. | irungentoo | |
Please wait until the tox.h API is updated before integrating it into your clients. nTox: /g creates a new group chat /i friendnum groupnum invite friendnum to groupnum /z groupnum message send message to groupnum NOTE: group chats currenly might not handle packet loss well if there are less than 6 participants. | |||
2013-09-12 | Merge remote-tracking branch 'upstream/master' into Integration | Coren[m] | |
Conflicts resolved: toxcore/Messenger.c toxcore/network.h | |||
2013-09-11 | Some small work on group chats done. | irungentoo | |
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 | Start of group chats integration into the core. | irungentoo | |
2013-09-07 | Removed friendstatus from client API | Maxim Biro | |
2013-09-07 | Added TODO list and made m_copy*_statusmessage functions return length of ↵ | irungentoo | |
copied buffer on success. | |||
2013-09-06 | Fixed autotest, increased MAX_STATUSMESSAGE_LENGTH. | irungentoo | |
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-02 | comment updates | JamoBox | |
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-28 | Removed some no longer needed ifdefs. | irungentoo | |
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. |