summaryrefslogtreecommitdiff
path: root/toxcore/Messenger.c
AgeCommit message (Expand)Author
2016-01-27 fix: compare sensitive data with sodium_memcmpRoman Proskuryakov
2015-10-23Prevent seek equal to size of file transfer so that toxcore respects what the...irungentoo
2015-10-23Fix PACKET_ID_OFFLINE fallinthrough PACKET_ID_NICKNAMEtux3
2015-10-10New Adaptive BR algorithm, cleanups and fixesEniz Vukovic
2015-08-03Remove useless var.irungentoo
2015-08-02Save fixes.irungentoo
2015-07-29client_id -> public_keyirungentoo
2015-07-23Save important parts of save first.irungentoo
2015-07-22Fixed bug.irungentoo
2015-07-21Fixed bug.irungentoo
2015-07-19Pack onion path nodes in save.irungentoo
2015-07-17Allow savedata to be slightly smaller than the allocated buffer.irungentoo
2015-07-16Pack connected TCP relay nodes.irungentoo
2015-07-11Tell A/V that friend is offline when friend is deleted.irungentoo
2015-07-08Fix segfault caused by cleanup functions in wrong orderJfreegman
2015-06-30Allow sending data after file is paused.irungentoo
2015-06-28Removed useless parameter from new_TCP_server()irungentoo
2015-06-22Fixed warning.irungentoo
2015-05-26Fixed rare bug where userstatus, name, etc... would not be sent to friend.irungentoo
2015-05-26Fixed bug when deleting friend that we are connected to in group chat.irungentoo
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