summaryrefslogtreecommitdiff
path: root/toxcore/tox.h
AgeCommit message (Expand)Author
2014-10-15re-implement copy_chatlist functionJfreegman
2014-10-14Add function to check if the peernumber is ours for group chats.irungentoo
2014-10-02Fixed tox_load() comment.irungentoo
2014-09-28Merge branch 'unset_avatar' of https://github.com/JFreegman/toxcoreirungentoo
2014-09-27Merge branch 'update-avatar-docs' of https://github.com/ittner/toxcoreirungentoo
2014-09-26add API function to unset avatarJfreegman
2014-09-26Group chats are starting to work.irungentoo
2014-09-25Update avatar documentationAlexandre Erwin Ittner
2014-09-25Tox object doesn't need to be passed to tox_hash.irungentoo
2014-09-24remove tox_avatar_hashdubslow
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 support for avatar image formats other than PNGAlexandre Erwin Ittner
2014-09-11testing works, but doesn't pass...Dubslow
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-03Merge branch 'master' into encrypted_dataDubslow
2014-09-03Added encrypted save to toxcore, if sodium is usedDubslow
2014-09-03Fixed typo.irungentoo
2014-09-02Expose the tox_add_tcp_relay() function in the public api.irungentoo
2014-08-30Add support for user avatars in the core protocolAlexandre Erwin Ittner
2014-08-27Removed send withid functions from api.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-04The receiver of a file now needs to confirm that he did receive itirungentoo
2014-07-30Added function to get public and private key from Tox object.irungentoo
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