summaryrefslogtreecommitdiff
path: root/toxcore/tox.h
AgeCommit message (Expand)Author
2014-07-14Fixed file sending documentation.irungentoo
2014-07-13Fixed documentation comment errorsJin^eLD
2014-07-06Typo fix.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-02Added instructions on how to pause/resume file transfers.irungentoo
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-26Fixed possible issue.irungentoo
2014-05-08Merge branch 'master' into TCPirungentoo
2014-04-21Crypto related cleanups.irungentoo
2014-04-19Removed deprecated function from public api.irungentoo
2014-04-16multiple spelling fixesCarlos E. Garcia
2014-04-08Include 'netinet/in_systm.h' on OpenBSDDmitrij D. Czarkoff
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-18nTox fixes.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-11Detailed docs for TCP server pretty much done.irungentoo
2014-03-07Some tox_wait_* improvementsMaxim Biro
2014-02-23Userstatus function fixes.irungentoo
2014-02-23Strings now no longer need to be NULL terminated.irungentoo
2014-02-21Added size functions for names and status messagesMaxim Biro
2014-02-21Some api changes.irungentoo
2014-02-18Astyled and added tests.irungentoo
2014-02-16Typing: Forgot the callback argument types.Jman012
2014-02-16Typos.Jman012
2014-02-16Added user typing changes in core.Jman012
2014-02-12All strings should now be forced terminated when received.irungentoo
2014-02-11Added paragraph explaining how strings work in Tox.irungentoo
2014-02-07added API function to get online friend countJfreegman
2014-01-21Fixed BSD IP stack issueSean
2014-01-19proper windows preprocessor detectionBen Iofel
2013-12-24Added the shell of onion.{c, h}irungentoo
2013-12-21Added function to save an encrypted version of the messenger.irungentoo
2013-12-17Added simple test for tox.irungentoo
2013-12-13added groupchat actionsJfreegman
2013-12-10More API consistent fix.AZ Huang
2013-12-07Added/updated some basic docs and cleaned up some things.irungentoo
2013-12-06Merge branch 'master' into hardenirungentoo
2013-12-03fix naming inconsistency in tox.halexandervdm