summaryrefslogtreecommitdiff
path: root/toxcore/Messenger.h
AgeCommit message (Expand)Author
2018-01-15Add correction message typeDiadlo
2018-01-14Make Friend_Requests a module-private type.iphydf
2017-04-22Revert "initial version of tox_loop"Maxim Biro
2017-04-22Revert "Implement tox_loop"Maxim Biro
2017-04-01Implement tox_loopAnsa89
2017-04-01initial version of tox_loopmichael bishop
2017-01-21reduce thread-unsafe use of static variableszugz
2017-01-19Update license headers and remove redundant file name comment.iphydf
2016-12-22Wrap all sodium/nacl functions in crypto_core.c.iphydf
2016-12-14Add option to disable local peer discoveryMaxim Biro
2016-12-03rename messenger function, prepend m_Gregory Mullen (grayhatter)
2016-11-24add NAT hole punching level to Tox APIGregory Mullen (grayhatter)
2016-11-06Move log callback to options.iphydf
2016-10-29Rename some internal "group chat" things to "conference".iphydf
2016-09-30Add the 'Tox' context object to the logger.iphydf
2016-09-21Make group callbacks statelessJfreegman
2016-09-19Revert "Make ToxAV stateless"iphydf
2016-09-17Make ToxAV statelessGregory Mullen (grayhatter)
2016-09-16Ensure that all TODOs have an owner.iphydf
2016-09-13Use <stdbool.h> and replace _Bool with bool.iphydf
2016-09-10make the majority of the callbacks stateless and add some status to a testcasemichael bishop
2016-09-06Make friend requests statelessGregory Mullen (grayhatter)
2016-09-01Sort #includes in all source files.iphydf
2016-08-27Move logging to a callback.iphydf
2016-08-22Make Message received receipts statelessGregory Mullen (grayhatter)
2016-08-22Make Friend User Status statelessGregory Mullen (grayhatter)
2016-08-20Make the friend message callback statelessGregory Mullen (grayhatter)
2016-08-19Make Typing change 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-08Added basic TCP server hosting to tox.h api.irungentoo
2015-05-03Removed useless code.irungentoo
2015-04-30Fixed some warnings.irungentoo
2015-04-27Move LAN discovery from Messenger to friend_connection.irungentoo
2015-04-24Fixed a couple possible issues with the friend connection callback.irungentoo
2015-04-21Move the send tcp relay packet from Messenger to friend connection.irungentoo
2015-04-16Properly share connected relays and connect to the friend correctlyirungentoo
2015-04-02API function to get last seen timestamp of friendJfreegman
2015-03-23Changed the share relay packet id.irungentoo
2015-03-21Transfers with filelength == 0 now behave exactly like transfers of everyirungentoo
2015-03-20Allow sending of file transfer requests with length 0 but don't allocateirungentoo
2015-03-18Merged normal message function and send action function into oneirungentoo
2015-03-17Added tox_file_send_seek() function to api.irungentoo
2015-03-17Added and implemented file_id parameter to file tranfers.irungentoo
2015-03-15Avatar hash is now the filename of the file transfer instead of theirungentoo
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-12Don't assume tox_file_send_chunk() is called in the request chunkirungentoo
2015-03-12Added position parameter to tox_file_send_chunk().irungentoo