summaryrefslogtreecommitdiff
path: root/toxcore
AgeCommit message (Expand)Author
2014-03-16Friend request callback now contains the Tox object.irungentoo
2014-03-07Some tox_wait_* improvementsMaxim Biro
2014-02-23Userstatus function fixes.irungentoo
2014-02-23Strings now no longer need to be NULL terminated.irungentoo
2014-02-22Fixed the size function for self status messageMaxim Biro
2014-02-21Added size functions for names and status messagesMaxim Biro
2014-02-21Some api changes.irungentoo
2014-02-20Removed typedefs for consistencyMaxim Biro
2014-02-19Merge pull request #747 from Jman012/masterirungentoo
2014-02-19Fixed the groupchat bug in a smarter way.Jman012
2014-02-19Groupchat crashing bug fixed.Jman012
2014-02-19Fixed bug in DHT.irungentoo
2014-02-18Astyled and added tests.irungentoo
2014-02-18Merge branch 'master' of https://github.com/Jman012/ProjectTox-Core into Jman...irungentoo
2014-02-17Changed libtoxcore_la_LDADD to libtoxcore_la_LIBADD cause of creating a library.exonity
2014-02-17astyled last commit.irungentoo
2014-02-17Merge branch 'lehi-dev' of https://github.com/lehitoskin/ProjectTox-Core into...irungentoo
2014-02-16Typing: Forgot the callback argument types.Jman012
2014-02-16Typing: Changed all return values to int for consistency and the -1 error.Jman012
2014-02-16Typos.Jman012
2014-02-16Fixed user typing bug where it'd alway return an error.Jman012
2014-02-16Added user typing changes in core.Jman012
2014-02-16Replaced magic numbers inside candidates_create_internal() with enumerated listLehi Toskin
2014-02-16Adjusted some delays.irungentoo
2014-02-16Possibly fixed the issue that group chats would sometimes DOS themselves.irungentoo
2014-02-15Fixed some possible issues.irungentoo
2014-02-15Added callback for A/V usage.irungentoo
2014-02-15Fixed issue.irungentoo
2014-02-14Added custom userpackets.irungentoo
2014-02-14Fixed small bug in DHT.irungentoo
2014-02-13Onion now eventualy deletes friends from the DHT search.irungentoo
2014-02-13Made onion paths expire.irungentoo
2014-02-12All strings should now be forced terminated when received.irungentoo
2014-02-11Added paragraph explaining how strings work in Tox.irungentoo
2014-02-10Fixed possible memory leak.irungentoo
2014-02-08Merge pull request #717 from JFreegman/masterirungentoo
2014-02-07Use a more appropriate distance function for group chats.irungentoo
2014-02-07decrement counter on friend deleteJfreegman
2014-02-07added API function to get online friend countJfreegman
2014-02-06Fixed bandwidth issue.irungentoo
2014-02-04Lowered the route to friend minimum number of peers.irungentoo
2014-02-03Fixed possible issue.irungentoo
2014-02-02Fixed warning.irungentoo
2014-02-01Added DHT bootstrap server info packets.irungentoo
2014-01-31Fixed error in last commit.irungentoo
2014-01-31Improved onion connection by a bit.irungentoo
2014-01-30Fixed bug with client_ping_nodes() not pinging any nodes.irungentoo
2014-01-30Convert IPv4 in IPv6 to IPv6 address in recieve packet.irungentoo
2014-01-26Attempted fix of some hole punching issues.irungentoo
2014-01-25Merge pull request #702 from stqism/patch-4irungentoo