summaryrefslogtreecommitdiff
path: root/testing/nTox.c
AgeCommit message (Expand)Author
2017-01-19Update license headers and remove redundant file name comment.iphydf
2016-11-06Enable all possible C compiler warning flags.iphydf
2016-09-30Remove return after no-return situation (and other cleanups).iphydf
2016-09-21Make group callbacks statelessJfreegman
2016-09-17Complete old groupchat conversion to new APIJfreegman
2016-09-17ApiDSL'ing old group chats (now: conference).iphydf
2016-09-13Add some astyle options to make it do more.iphydf
2016-09-10make the majority of the callbacks stateless and add some status to a testcasemichael bishop
2016-09-06Improve static and const correctness.iphydf
2016-09-06Improve C standard compliance.iphydf
2016-09-06Make friend requests statelessGregory Mullen (grayhatter)
2016-09-02Do not use `else` after `return`.iphydf
2016-09-01Sort #includes in all source files.iphydf
2016-08-31Add braces to all if statements.iphydf
2016-08-20Make the friend message callback statelessGregory Mullen (grayhatter)
2016-08-18Make friend_status_message callback stateless.iphydf
2016-08-18Make tox_callback_friend_name stateless.iphydf
2016-08-17Make self_connection_status callback stateless.iphydf
2015-05-22Move savedata to options struct.irungentoo
2015-03-21Renamed tox_file_send_control to tox_file_control.irungentoo
2015-03-19callback_file_request_chunk -> callback_file_chunk_requestDubslow
2015-03-18Renamed TOX_MESSAGE_TYPE_MESSAGE to TOX_MESSAGE_TYPE_NORMAL.irungentoo
2015-03-18Merge branch 'one_more_rename' of https://github.com/dubslow/toxcore into new...irungentoo
2015-03-18Merged normal message function and send action function into oneirungentoo
2015-03-18Move get_connection_status to self pseudonamespace, to contrast friend_get_co...Dubslow
2015-03-18When friend goes offline all his file transfers get removed.irungentoo
2015-03-18Api changes.irungentoo
2015-03-17Save function renamed to tox_get_savedata()irungentoo
2015-03-17Added and implemented file_id parameter to file tranfers.irungentoo
2015-03-14Make nTox save on exit.irungentoo
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-12Convert core code depending on the apiDubslow
2015-03-12Added position parameter to tox_file_send_chunk().irungentoo
2015-03-10Ported nTox to new file transfer api.irungentoo
2015-02-24Ported some of the code in testing/ to the new api.irungentoo
2014-11-10Group audio might work now but I have not tested anything yet.irungentoo
2014-09-26Group chats are starting to work.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-07-02Fixed const related warnings.irungentoo
2014-06-20Fix CppCheck style errorsTux3 / Mlkj / !Lev.uXFMLA
2014-06-10Astyle and fixes.irungentoo
2014-06-08Fixed some nTox bugs.irungentoo
2014-06-08fix nTox cmdline input slow problem.liuguangzhao
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-03-31tox_group_get_names now returns a list of name lengths along with the list of...irungentoo