summaryrefslogtreecommitdiff
path: root/toxcore/Messenger.c
AgeCommit message (Expand)Author
2013-09-17numchats needs to be decrementedJfreegman
2013-09-16Functions to get name of peer in group chat added.irungentoo
2013-09-17Merge remote-tracking branch 'upstream/master' into MessengerLoadSaveCoren[m]
2013-09-17Tests of state loading/saving lead to two fixes for DHT.c and util.cCoren[m]
2013-09-16Fixed build.irungentoo
2013-09-16Toxcore should never print anything when built normally.irungentoo
2013-09-16Merge pull request #576 from FullName/MessengerLoadSaveirungentoo
2013-09-16Fix warnings of -Wall -WextraCoren[m]
2013-09-16additional length >= size checksCoren[m]
2013-09-16Merge remote-tracking branch 'upstream/master' into MessengerLoadSaveCoren[m]
2013-09-14astyled everything.irungentoo
2013-09-14DHT.c:Coren[m]
2013-09-14Change sublength to 32 bits. Someone might have more than (sizeof(Friends) / ...Coren[m]
2013-09-13Merge remote-tracking branch 'upstream/master' into MessengerLoadSaveCoren[m]
2013-09-13State loading/saving: Instead of a blob, segment into sections marked with tags.Coren[m]
2013-09-13Merge remote-tracking branch 'upstream/master' into IntegrationCoren[m]
2013-09-13TOX_ENABLE_IPV6 is now #define'd per default. Added some logging and error me...Coren[m]
2013-09-12Merge branch 'master' of https://github.com/irungentoo/ProjectTox-Coreirungentoo
2013-09-12Very basic group chats, tested and working with nTox.irungentoo
2013-09-12Merge remote-tracking branch 'upstream/master' into IntegrationCoren[m]
2013-09-12Merge remote-tracking branch 'upstream/master' into DHT_bootstrapCoren[m]
2013-09-12Patch to allow DHT_bootstrap to also do LAN discovery.Coren[m]
2013-09-12network.*:Coren[m]
2013-09-12Messenger.c:Coren[m]
2013-09-11Integration of group chats into messenger in progress.irungentoo
2013-09-11Messenger.c:Coren[m]
2013-09-10util.*:Coren[m]
2013-09-10big push, putting all the infrastructure in place behind TOX_ENABLE_IPV6Coren[m]
2013-09-09Merge branch 'master' into IntegrationCoren[m]
2013-09-09tox.*, Messenger.*:Coren[m]
2013-09-09network.h:Coren[m]
2013-09-09wrong typeJfreegman
2013-09-09a better wayJfreegman
2013-09-09initialize name_lengthJfreegman
2013-09-07Removed friendstatus from client APIMaxim Biro
2013-09-07Merge branch 'master' of https://github.com/irungentoo/ProjectTox-Coreirungentoo
2013-09-07Added TODO list and made m_copy*_statusmessage functions return length of cop...irungentoo
2013-09-06Allow to build vs nacl instead of libsodiumJin^eLD
2013-09-06Added name lengths to friend names.irungentoo
2013-09-05Function for retreiving a list of friend numbersJin^eLD
2013-09-03Possible bugs fixed, all received strings now force NULL terminate.irungentoo
2013-09-02Merge branch 'master' of https://github.com/JamoBox/ProjectTox-Core into Jamo...irungentoo
2013-09-02comment updatesJamoBox
2013-09-02Properly fixed signed/unsigned comparisons.irungentoo
2013-09-01Fix signed/unsigned comparison warningsTyler Bunnell
2013-08-31Fixed bug.irungentoo
2013-08-30Fixed build errors.Kostya
2013-08-29Merge branch 'master' of https://github.com/JamoBox/ProjectTox-Core into Jamo...irungentoo
2013-08-29Correct a lot of the grammar and spelling. Also spent a few hours fixing the ...pete
2013-08-24Rename core directory because of autoconf name clashjin-eld