summaryrefslogtreecommitdiff
path: root/toxcore/Messenger.h
AgeCommit message (Expand)Author
2014-09-24housekeepingdubslow
2014-09-22Some fixes to avatar pull request.irungentoo
2014-09-22Merge branch 'avatars' of https://github.com/ittner/toxcoreirungentoo
2014-09-21Remove chattiness from avatar data transfersAlexandre Erwin Ittner
2014-09-21Remove support for avatar image formats other than PNGAlexandre Erwin Ittner
2014-09-12Merge branch 'tox_connect' of https://github.com/saneki/toxcoreirungentoo
2014-09-12Removed tox_connect, initial connections are made on first tox_dosaneki
2014-09-09Fixed spacingsaneki
2014-09-09Added tox_connect function, no connecting done during tox_loadsaneki
2014-09-01Increased time between ping packets by 1 second.irungentoo
2014-08-30Add support for user avatars in the core protocolAlexandre Erwin Ittner
2014-08-14UDP can now be disabled.irungentoo
2014-07-02Merge branch 'const_correctness' of https://github.com/schuetzm/ProjectTox-Coreirungentoo
2014-06-30Const-correctness for tox.cMarc Schütz
2014-06-30Const correctness for toxcore/Messenger.c and related filesMarc Schütz
2014-06-11Added ability to set custom lossless packets in Messenger.irungentoo
2014-06-10Astyle and fixes.irungentoo
2014-06-10Const correctness in various interdependent filesMarc Schütz
2014-06-02Increased some timeouts to try to prevent disconnections whenirungentoo
2014-06-01Fixed TOX_MAX_MESSAGE_LENGTH define.irungentoo
2014-05-30Renamed tox_do_run_interval to tox_do_interval.irungentoo
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