summaryrefslogtreecommitdiff
path: root/toxcore/Messenger.c
AgeCommit message (Expand)Author
2015-05-21Load only secret key from tox save, not public key.irungentoo
2015-05-14Added tcp test.irungentoo
2015-05-12Connect to own TCP server if hosting one.irungentoo
2015-05-08Added basic TCP server hosting to tox.h api.irungentoo
2015-05-03Removed useless code.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-18Some messenger fixes.irungentoo
2015-04-16Properly share connected relays and connect to the friend correctlyirungentoo
2015-04-16Store TCP relays tied to friend and reconnect to some when reconnecting.irungentoo
2015-04-05Fixed typo.irungentoo
2015-04-03File transfer fixes.irungentoo
2015-04-02API function to get last seen timestamp of friendJfreegman
2015-03-30Removed unused variable.irungentoo
2015-03-27Fixed file transfer bug.irungentoo
2015-03-23Added some more checks for file packets.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-20For file transfers UINT64_MAX is now used as the size for streamingirungentoo
2015-03-18Merged normal message function and send action function into oneirungentoo
2015-03-17Kill all file transfers associated with the friend when friend goesirungentoo
2015-03-17Added tox_file_send_seek() function to api.irungentoo
2015-03-17Allow file names to be of length 0.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-13When link can't send packets anymore, stop the request chunk callback.irungentoo
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-12File transfer fixes and improvements.irungentoo
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
2015-03-12tox_new now sets error to TOX_ERR_NEW_PORT_ALLOC when binding to port fails.irungentoo
2015-03-11tox_callback_connection_status() implemented.irungentoo
2015-03-10Implementation of new api file transfers.irungentoo
2015-03-09Updated new_filesender function in Messenger.cirungentoo
2015-03-09Fixed case where a recv and a sending file would have the same number.irungentoo
2015-03-06Updated File request packet to new format.irungentoo
2015-03-05enums are no longer typedefed to uint8_t.irungentoo
2015-03-05Code cleanups.irungentoo
2015-03-04Removed useless TODO comments.irungentoo
2015-03-02Merge branch 'port_range_option' of https://github.com/saneki/toxcore into ne...irungentoo
2015-03-01Merge branch 'new_api' of https://github.com/dubslow/toxcore into new_apiirungentoo
2015-02-27Removed backwards compatibility code from core.irungentoo
2015-02-27Allow for specifying the port range to use in Tox_Optionssaneki
2015-02-26Added different error codes for custom packet functions in Messenger.irungentoo
2015-02-26Changes to custom packet functions in Messenger.irungentoo
2015-02-25Ported some tests to the new api.irungentoo
2015-02-24Remove avatar stuff from Messenger.irungentoo
2015-02-20Implemented message send functions in public api.irungentoo