summaryrefslogtreecommitdiff
path: root/toxcore/Messenger.h
AgeCommit message (Expand)Author
2014-05-26Fixed tox_get_num_online_friends function.irungentoo
2014-05-22Changed lossy packet function names to better ones.irungentoo
2014-05-21Added functions to send and receive lossy encrypted packets overirungentoo
2014-05-19max number of shared relaysnotsecure
2014-05-19tcp relay sharing (PACKET_ID_SHARE_RELAYS)notsecure
2014-05-08Merge branch 'master' into TCPirungentoo
2014-05-02Remove Lossless UDP (This breaks Tox.)irungentoo
2014-04-23Major cleanups.irungentoo
2014-04-21Fixed a test.irungentoo
2014-04-21Crypto related cleanups.irungentoo
2014-04-20Small cleanup.irungentoo
2014-04-16multiple spelling fixesCarlos E. Garcia
2014-03-31tox_group_get_names now returns a list of name lengths along with the list of...irungentoo
2014-03-20Fixed other api inconsistency.irungentoo
2014-03-20Fixed an api inconsistency.irungentoo
2014-03-18Merge branch 'api-fix'irungentoo
2014-03-16Friend request callback now contains the Tox object.irungentoo
2014-03-16add api function that gets the last time a friend was seen onlineJfreegman
2014-03-07Some tox_wait_* improvementsMaxim Biro
2014-02-23Userstatus function fixes.irungentoo
2014-02-21Added size functions for names and status messagesMaxim Biro
2014-02-21Some api changes.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-16Added user typing changes in core.Jman012
2014-02-15Added callback for A/V usage.irungentoo
2014-02-14Added custom userpackets.irungentoo
2014-02-07added API function to get online friend countJfreegman
2014-01-17Incorporated onion into Tox.irungentoo
2013-12-21Added function to save an encrypted version of the messenger.irungentoo
2013-12-13added groupchat actionsJfreegman
2013-12-07Added/updated some basic docs and cleaned up some things.irungentoo
2013-11-24group_namelistchange(): for ui reasons, divulge the peernumber and the nature...Coren[m]
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-18Fixed a few typos.Jman012
2013-11-18Added functions tox_count_chatlist and tox_copy_chatlist.Jman012
2013-11-03The group chats we invite a friend to are now stored.irungentoo
2013-10-23Code cleanups.irungentoo
2013-10-15Added resume support if the connection breaks during file sending.irungentoo
2013-10-13A/V integration in progress.irungentoo
2013-10-10Added message ids to action messagesMaxim Biro
2013-10-06Merge remote-tracking branch 'upstream/master' into wait: replace void *tox w...Coren[m]
2013-10-06sendqueue_length no longer determines if we check for socket-can-write, but s...Coren[m]
2013-10-05Broken *_wait() into *_wait_prepare() and *_wait_execute()Coren[m]
2013-10-03Code cleanups.irungentoo
2013-10-02File sending added to public api.irungentoo
2013-10-02Merge branch 'file-transfers' of https://github.com/irungentoo/ProjectTox-Cor...irungentoo
2013-10-02File control packets can now be used by the person sending the file.irungentoo