summaryrefslogtreecommitdiff
path: root/toxcore/Messenger.c
AgeCommit message (Expand)Author
2014-01-20Adjusted some timeouts and fixed possible memory leak.irungentoo
2014-01-19Added no_replay and added some things to the docs.irungentoo
2014-01-18Some optimizations and fixes.irungentoo
2014-01-17Small performance increases.irungentoo
2014-01-17Incorporated onion into Tox.irungentoo
2014-01-01Some small cleanups.irungentoo
2013-12-26It makes more sense for new_keys() to be in new_net_crypto()irungentoo
2013-12-21Added function to save an encrypted version of the messenger.irungentoo
2013-12-14Fixed comment.irungentoo
2013-12-13added groupchat actionsJfreegman
2013-12-09Fixed possible issue.irungentoo
2013-12-07Added/updated some basic docs and cleaned up some things.irungentoo
2013-12-06Merge branch 'master' into hardenirungentoo
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-02Logging: Messenger's "Friend" and DHT's "DHT_Friend" don't necessarily use th...Coren[m]
2013-12-02Messenger: New function to check & handle timed-out friend requestsPaul Holden
2013-11-29Fixed possible issue.irungentoo
2013-11-29Should return 0 for tox_file_dataremaining since it returns unsignedAZ Huang
2013-11-29Fix return code inconsistency.AZ Huang
2013-11-27Friend requests from friends are now discarded.irungentoo
2013-11-24group_namelistchange(): for ui reasons, divulge the peernumber and the nature...Coren[m]
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-19Fixed a cuple stylistic bugs. Behaviour should be the same but the code is no...Jman012
2013-11-19Added null check to each chat before incrementing.Jman012
2013-11-18Fixed a few typos.Jman012
2013-11-18Added functions tox_count_chatlist and tox_copy_chatlist.Jman012
2013-11-18Merge pull request #650 from FullName/ID-IP-basicirungentoo
2013-11-17Fixed segfault.irungentoo
2013-11-17Assoc's array is now allocated dynamically and per default much smaller (320 ...Coren[m]
2013-11-14Significantly trimmed down version of an ID<=>IP cache.Coren[m]
2013-11-12Cleaned up the code.irungentoo
2013-11-12Merge branch 'group_peername' of https://github.com/FullName/ProjectTox-Core ...irungentoo
2013-11-12Group chat: Add a nickname message. Remove strange default nickname. (Serious...Coren[m]
2013-11-11nTox.c:Coren[m]
2013-11-10Fixed small issues.irungentoo
2013-11-06Behind #define LOGGING: Correct usage of now() to replacement unix_time().Coren[m]
2013-11-03The group chats we invite a friend to are now stored.irungentoo
2013-10-27Cleaned up some code/fixed some warnings.irungentoo
2013-10-24Merge remote-tracking branch 'upstream/master' into cleanup_unix_time_id_eq_c...Coren[m]
2013-10-24Move unix_time(), id_cpy()/id_eq(), is_timeout() to util.*Coren[m]
2013-10-23Code cleanups.irungentoo
2013-10-23Code cleanups.irungentoo
2013-10-20Merge branch 'Cleanup-defines' of https://github.com/FullName/ProjectTox-Core...irungentoo
2013-10-20Main: Eliminate TOX_ENABLE_IPV6 (then always on), CLIENT_ONETOONE_IP (then al...Coren[m]
2013-10-15Added resume support if the connection breaks during file sending.irungentoo
2013-10-13A/V integration in progress.irungentoo