summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-12-07Try to replace not tested/possibly bad nodes before good nodes.irungentoo
2013-12-06Merge branch 'master' into hardenirungentoo
2013-12-05Merge pull request #674 from FullName/RFC6598irungentoo
2013-12-05Merge branch 'master' of https://github.com/irungentoo/ProjectTox-Coreirungentoo
2013-12-05All nodes returned must be good.irungentoo
2013-12-05Added a assoc test.irungentoo
2013-12-05Shared address space for stacking NAT (CGN) is, just like 'regular' private a...Coren[m]
2013-12-05Merge branch 'sendnodes-with-assoc' of https://github.com/FullName/ProjectTox...irungentoo
2013-12-04Merge pull request #671 from palistov/do-friends-cleanupirungentoo
2013-12-04Messenger: Fix compile issue with check_friend_request_timed_outPaul Holden
2013-12-03Merge pull request #672 from alexandervdm/masterirungentoo
2013-12-03get_close_nodes(): make use of assoc to find some really close nodesCoren[m]
2013-12-03fix naming inconsistency in tox.halexandervdm
2013-12-02Merge pull request #670 from FullName/log-match-m_friend-and-dht_friendirungentoo
2013-12-02Don't hole punch when we are connected.irungentoo
2013-12-02Fixed bug with hole punching.irungentoo
2013-12-02Logging: Messenger's "Friend" and DHT's "DHT_Friend" don't necessarily use th...Coren[m]
2013-12-02Merge pull request #669 from alexandervdm/masterirungentoo
2013-12-02Messenger: New function to check & handle timed-out friend requestsPaul Holden
2013-12-01fix 'typedef redefinition' build errors on older gcc versionsalexandervdm
2013-12-01Tweaked hole punching a bit.irungentoo
2013-11-30The stuff in do_DHT only need to be run once per second.irungentoo
2013-11-29Merge branch 'master' of https://github.com/irungentoo/ProjectTox-Coreirungentoo
2013-11-29Add sodium_init() function to startup.irungentoo
2013-11-29Merge pull request #668 from aitjcize/api-nameirungentoo
2013-11-29Fix typo.AZ Huang
2013-11-29Fix API name consistency.AZ Huang
2013-11-29Fixed possible issue.irungentoo
2013-11-29Merge pull request #667 from aitjcize/ret-code-inconsistencyirungentoo
2013-11-29Should return 0 for tox_file_dataremaining since it returns unsignedAZ Huang
2013-11-29Fix return code inconsistency.AZ Huang
2013-11-27Merge pull request #666 from FullName/nTox-variousirungentoo
2013-11-2730 seconds is way too long.irungentoo
2013-11-27Fixed ghost peer problem.irungentoo
2013-11-27Various changes to nTox including a potential crash (also possible from remot...Coren[m]
2013-11-27Friend requests from friends are now discarded.irungentoo
2013-11-26Merge pull request #665 from FullName/peerdel-ntox-feedbackirungentoo
2013-11-26Print a more detailed message on CHAT_CHANGE_PEER_DEL, so a user isn't confou...Coren[m]
2013-11-25Behaviour changes for the group chat callback.irungentoo
2013-11-25Merge pull request #663 from FullName/peerchange-detailirungentoo
2013-11-25setnick(): don't callback when an identical nickname is set againCoren[m]
2013-11-25Mimic more exactly what delpeer() does in the callback.Coren[m]
2013-11-24Fixed possible build problem.irungentoo
2013-11-24group_namelistchange(): for ui reasons, divulge the peernumber and the nature...Coren[m]
2013-11-24Fixed bug with group chats.irungentoo
2013-11-23Kill_messenger now kills group chats.irungentoo
2013-11-23Added callback that tells you when the peer name list of a group chat changes.irungentoo
2013-11-22Added function to get the number of peers and list of names for group chats.irungentoo
2013-11-21Speed up group chat bootstrapping by a bit.irungentoo
2013-11-21Group chat peers now tell others when they quit.irungentoo