summaryrefslogtreecommitdiff
path: root/toxcore/tox.c
AgeCommit message (Expand)Author
2015-03-16New API fixups.iphydf
2015-03-15Merge branch 'new_api_patch' of https://github.com/Impyy/toxcore into new_apiirungentoo
2015-03-15Avatar hash is now the filename of the file transfer instead of theirungentoo
2015-03-15Initialize Tox_Options with default values in tox_options_newImpyy
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-12Fixed tox_new issue.irungentoo
2015-03-12tox_new now sets error to TOX_ERR_NEW_PORT_ALLOC when binding to port fails.irungentoo
2015-03-12tox_new() fixes.irungentoo
2015-03-11 This is a combination of 11 commits.Dubslow
2015-03-11tox_callback_connection_status() implemented.irungentoo
2015-03-11Use .h for tox_old instead of .c to not break some of my build commands.irungentoo
2015-03-11Implemented the 3 low level network information functions.irungentoo
2015-03-10Added group chat functions to the public api.irungentoo
2015-03-10Implementation of new api file transfers.irungentoo
2015-02-27Allow for specifying the port range to use in Tox_Optionssaneki
2015-02-26Implemented custom packet functions in new api.irungentoo
2015-02-25Fixed bug.irungentoo
2015-02-20Implemented callbacks.irungentoo
2015-02-20Implemented message send functions in public api.irungentoo
2015-02-19Tox connection function and callback should now work as expected.irungentoo
2015-02-19Merge branch 'new_api' of https://github.com/dubslow/toxcore into new_apiirungentoo
2015-02-19Typing and status functions implemented.irungentoo
2015-02-18Put const adjective before type nounsDubslow
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-02-07Only create one global logger instance.irungentoo
2015-01-29Api break.irungentoo
2015-01-27client_id is a bad name for the long term public key.irungentoo
2015-01-10Merge branch 'mannol-master'irungentoo
2015-01-10Logger fixmannol
2014-12-26Fixed bug with auto tests and cleaned up the code a bit.irungentoo
2014-12-26Merge branch 'http-proxy-feature' of https://github.com/nurupo/InsertProjectN...irungentoo
2014-12-25Onion client improvements.irungentoo
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-09Merge branch 'more_consistent_custom_packet_handlers' of https://github.com/w...irungentoo
2014-12-09Change prototype for custom_packet_handler functionsWill Rouesnel
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