summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-09-09Start of group chats integration into the core.irungentoo
2013-09-09move group chats to /toxcoreirungentoo
2013-09-09More stuff done in group chats.irungentoo
2013-09-09Merge pull request #565 from JFreegman/masterirungentoo
initialize name_length
2013-09-09wrong typeJfreegman
2013-09-09a better wayJfreegman
2013-09-09initialize name_lengthJfreegman
2013-09-08Messaging now works in group chats.irungentoo
2013-09-08Updated README.irungentoo
2013-09-07Merge pull request #564 from nurupo/friendstatus-patchirungentoo
Removed friendstatus from client-side API, replacing it with alternative functions
2013-09-07Modified testMaxim Biro
2013-09-07Removed friendstatus from client APIMaxim Biro
2013-09-07Merge pull request #563 from kigu/patch-1irungentoo
Update TODO
2013-09-07Update TODOAlexander Huffman
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 ↵irungentoo
copied buffer on success.
2013-09-06Merge pull request #562 from jin-eld/naclirungentoo
Allow to build vs nacl instead of libsodium
2013-09-06Allow to build vs nacl instead of libsodiumJin^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-06Fixed autotest, increased MAX_STATUSMESSAGE_LENGTH.irungentoo
2013-09-06Added name lengths to friend names.irungentoo
2013-09-05Merge branch 'group-chats'irungentoo
2013-09-05Base of group chats seems to be working now.irungentoo
2013-09-04Merge pull request #559 from jin-eld/friendlistirungentoo
Function for retreiving a list of friend numbers
2013-09-05Function for retreiving a list of friend numbersJin^eLD
This should allow clients to sync the Tox friend list with their UI/etc. lists.
2013-09-04Possibly fixed LAN discovery on some configurations.irungentoo
2013-09-04Fixed small problem.irungentoo
2013-09-03Merge branch 'master' of https://github.com/irungentoo/ProjectTox-Coreirungentoo
2013-09-03Possible bugs fixed, all received strings now force NULL terminate.irungentoo
2013-09-03Merge pull request #555 from jin-eld/readmeirungentoo
Cleaned up bogus configure parameters and updated Win32 build instructions in INSTALL
2013-09-03Merge pull request #556 from jin-eld/no-printoutsirungentoo
Remove error printouts
2013-09-03Remove error printoutsJin^eLD
A library should never print anything, so removing the perror() printouts.
2013-09-03Work in progress group chats.irungentoo
Not done yet.
2013-09-03Update INSTALL.mdjin-eld
Cleaned up bogus configure parameters and updated Win32 build instructions.
2013-09-02Removed useless code, possibly fixed something.irungentoo
2013-09-02Fixed possible segfaults from bad input.irungentoo
2013-09-02Merge branch 'master' of https://github.com/JamoBox/ProjectTox-Core into ↵irungentoo
JamoBox-master
2013-09-02last of the comment refactoring from toxcoreJamoBox
2013-09-02comment updatesJamoBox
2013-09-02Merge pull request #554 from nurupo/masterirungentoo
Fixed missing field initializer warnings
2013-09-02Fixed missing field initializers warningsMaxim Biro
2013-09-02Fixed some warnings.irungentoo
2013-09-02Properly fixed signed/unsigned comparisons.irungentoo
2013-09-02Even more comment updates.JamoBox
2013-09-02More comment refactoring.JamoBox
2013-09-02More comment refactoring - DHT.cJamoBox
2013-09-01Merge branch 'master' of github.com:tylerb/ProjectTox-CoreTyler Bunnell
2013-09-01Fix signed/unsigned comparison warningsTyler Bunnell
2013-09-01Fixed possible bug.irungentoo
2013-09-01Merge pull request #550 from jin-eld/automake-portabilityirungentoo
Forward compatibility with automake 1.14
2013-09-01Merge pull request #551 from grimd34th/patch-1irungentoo
Update autogen.sh