summaryrefslogtreecommitdiff
path: root/toxcore/tox.h
AgeCommit message (Expand)Author
2015-03-17Added and implemented file_id parameter to file tranfers.irungentoo
2015-03-16New API fixups.iphydf
2015-03-15Avatar hash is now the filename of the file transfer instead of theirungentoo
2015-03-14There are many scenarios where the user would want to modify theirungentoo
2015-03-13Remove TOX_FILE_KIND typedef.irungentoo
2015-03-13Merge branch 'newer_api' of https://github.com/dubslow/toxcore into new_apiirungentoo
2015-03-13revert to TOX_FILE_KINDDubslow
2015-03-13File kind is now a uint32_t.irungentoo
2015-03-13tox_file_send_chunk() must now send data the same length as requestedirungentoo
2015-03-13tox_friend_get_public_key() now does nothing when public_key is NULL.irungentoo
2015-03-12Convert core code depending on the apiDubslow
2015-03-12Added position parameter to tox_file_send_chunk().irungentoo
2015-03-11 This is a combination of 11 commits.Dubslow
2015-03-10Added group chat functions to the public api.irungentoo
2015-03-10Implementation of new api file transfers.irungentoo
2015-03-05enums are no longer typedefed to uint8_t.irungentoo
2015-03-02Merge branch 'port_range_option' of https://github.com/saneki/toxcore into ne...irungentoo
2015-02-27Realign toxencryptsave with new APIDubslow
2015-02-27Allow for specifying the port range to use in Tox_Optionssaneki
2015-02-20Merge branch 'fixed-receipts' into new_apiirungentoo
2015-02-18Put const adjective before type nounsDubslow
2015-02-18Apparently enums are bad for wrappers and doing this makes wrappingirungentoo
2015-02-17More new api functions implemented.irungentoo
2015-02-16More new api work done.irungentoo
2015-02-15New api progress.irungentoo
2015-02-14A bit of new api work done.irungentoo
2015-02-13Started implementing new Tox api.irungentoo
2015-01-29Api break.irungentoo
2014-12-26Make it possible to port clients to the new api by just replacingirungentoo
2014-12-21Further refactoring of proxy codeMaxim Biro
2014-12-21Some refactoring of proxy codeMaxim Biro
2014-12-13Added HTTP proxy supportMaxim Biro
2014-12-10Add define for the maximum length of the friend request to the public api.irungentoo
2014-12-09Merge branch 'more_consistent_custom_packet_handlers' of https://github.com/w...irungentoo
2014-12-09Change prototype for custom_packet_handler functionsWill Rouesnel
2014-12-01Comment fix.irungentoo
2014-11-19get peer pubkey apidubslow
2014-11-15Some modifications to the last pull request.irungentoo
2014-11-14add api function to get group titleJfreegman
2014-11-13Merge branch 'titles' of https://github.com/dubslow/toxcoreirungentoo
2014-11-11fix type checkingdubslow
2014-11-11public api, finishing tweaksdubslow
2014-11-11Added function to get groupchat type.irungentoo
2014-11-10Group chats now have types.irungentoo
2014-10-30Missing cv-qualifiers in tox.h commentsTux3 / Mlkj / !Lev.uXFMLA
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