summaryrefslogtreecommitdiff
path: root/toxcore/Messenger.c
AgeCommit message (Expand)Author
2014-02-18Astyled and added tests.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-16Fixed user typing bug where it'd alway return an error.Jman012
2014-02-16Added user typing changes in core.Jman012
2014-02-15Added callback for A/V usage.irungentoo
2014-02-15Fixed issue.irungentoo
2014-02-14Added custom userpackets.irungentoo
2014-02-12All strings should now be forced terminated when received.irungentoo
2014-02-07decrement counter on friend deleteJfreegman
2014-02-07added API function to get online friend countJfreegman
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