summaryrefslogtreecommitdiff
path: root/toxcore/tox.c
AgeCommit message (Expand)Author
2014-09-13Merge branch 'encrypted_data' of https://github.com/dubslow/toxcoreirungentoo
2014-09-11Add magic number, auto tests still requiredDubslow
2014-09-09compiling against nacl seems to break VANILLA_NACL...Dubslow
2014-09-09Merge branch 'master' into encrypted_dataDubslow
2014-09-05Added custom packet functions to public tox api.irungentoo
2014-09-04Update tox.cdubslow
2014-09-03Merge branch 'master' into encrypted_dataDubslow
2014-09-03Added encrypted save to toxcore, if sodium is usedDubslow
2014-09-02Expose the tox_add_tcp_relay() function in the public api.irungentoo
2014-08-27Removed send withid functions from api.irungentoo
2014-08-23onion_isconnected is the best indicator of if tox is connected.irungentoo
2014-08-23Removed now deprecated function.irungentoo
2014-08-14Modified tox_bootstrap_from_address() function.irungentoo
2014-08-14Added disabling of UDP and basic SOCKS5 proxy support to public API.irungentoo
2014-08-14tox_isconnected() now works on TCP only.irungentoo
2014-08-14UDP can now be disabled.irungentoo
2014-08-13Tox should now work on TCP only networks.irungentoo
2014-07-30Added function to get public and private key from Tox object.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-10Fixed some warnings.irungentoo
2014-06-10Astyle and fixes.irungentoo
2014-06-10Const correctness in various interdependent filesMarc Schütz
2014-06-01Fixed TOX_MAX_MESSAGE_LENGTH define.irungentoo
2014-05-30Renamed tox_do_run_interval to tox_do_interval.irungentoo
2014-05-30Replaced tox_wait* functions with tox_do_run_interval().irungentoo
2014-05-20Merge upstream and other stuffmannol
2014-04-27Yeah many callsmannol
2014-04-04Added functions to get/set the nospam value to the public api.irungentoo
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-22Fixed the size function for self status messageMaxim Biro
2014-02-21Added size functions for names and status messagesMaxim Biro
2014-02-21Some api changes.irungentoo
2014-02-20Removed typedefs for consistencyMaxim Biro
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-07added API function to get online friend countJfreegman
2013-12-21Added function to save an encrypted version of the messenger.irungentoo
2013-12-16Astyled the code.irungentoo
2013-12-13added groupchat actionsJfreegman