summaryrefslogtreecommitdiff
path: root/testing
AgeCommit message (Expand)Author
2015-08-08Merge branch 'dragonfly' of https://github.com/mneumann/toxcoreirungentoo
2015-08-07Removed a useless define.irungentoo
2015-08-08Fix for DragonFlyBSDMichael Neumann
2015-07-29client_id -> public_keyirungentoo
2015-05-22Move savedata to options struct.irungentoo
2015-05-20Syncbot fixes.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-12tox_new now sets error to TOX_ERR_NEW_PORT_ALLOC when binding to port fails.irungentoo
2015-03-10Ported nTox to new file transfer api.irungentoo
2015-03-10testing/tox_sync now fully works on the new api.irungentoo
2015-03-09Fixed small issue.irungentoo
2015-02-24Ported some of the code in testing/ to the new api.irungentoo
2015-01-31Update avatar documentationAlexandre Erwin Ittner
2015-01-31Rename "client id" to "public key" in avatar docs and examplesAlexandre Erwin Ittner
2014-11-10Fixed irc syncbot.irungentoo
2014-11-10Group audio might work now but I have not tested anything yet.irungentoo
2014-10-17fix #1120dubslow
2014-10-15Use monotonic time function already in toxcore.irungentoo
2014-10-15irc_syncbot now parse out NULL characters from the Tox groupchat.irungentoo
2014-10-14Added basic IRC group syncbot to testing.irungentoo
2014-10-01Group chats now actually work somewhat.irungentoo
2014-09-28Merge branch 'master' of https://github.com/irungentoo/toxcoredubslow
2014-09-27test_avatars: Implement new policy for the user avatar fileAlexandre Erwin Ittner
2014-09-26Added callbacks to DHT called when the ip of a peer is discovered.irungentoo
2014-09-26Group chats are starting to work.irungentoo
2014-09-25Tox object doesn't need to be passed to tox_hash.irungentoo
2014-09-25Merge branch 'master' of https://github.com/dubslow/toxcoreirungentoo
2014-09-24remove tox_avatar_hashdubslow
2014-09-24Merge branch 'stal888-patch-1'irungentoo
2014-09-24housekeepingdubslow
2014-09-23ifdef out use of linux/limts.h in test_avatarsstal
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-08-30Add support for user avatars in the core protocolAlexandre Erwin Ittner
2014-08-23Added FreeBSD includeMaxim Biro