summaryrefslogtreecommitdiff
path: root/toxcore/Messenger.c
AgeCommit message (Expand)Author
2016-09-24Make toxcore code C++ compatible.iphydf
2016-09-24Minor cleanups: unused vars, unreachable code, static globals.iphydf
2016-09-22Make TCP_Server opaque.iphydf
2016-09-21Make group callbacks statelessJfreegman
2016-09-19Revert "Make ToxAV stateless"iphydf
2016-09-18Added UB comment r/t deleting a friend w/ active callGregory Mullen (grayhatter)
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-13Add some astyle options to make it do more.iphydf
2016-09-13Group #include directives in 3-4 groups.iphydf
2016-09-10make the majority of the callbacks stateless and add some status to a testcasemichael bishop
2016-09-08Fix potential null pointer dereference.iphydf
2016-09-07Comment intentional switch fallthroughsJfreegman
2016-09-06Improve static and const correctness.iphydf
2016-09-06Make friend requests statelessGregory Mullen (grayhatter)
2016-09-05Make packet data a ptr-to-const.iphydf
2016-09-02Do not use `else` after `return`.iphydf
2016-09-01Sort #includes in all source files.iphydf
2016-08-31Add newlines because astyle wants them.iphydf
2016-08-31Add braces to all if statements.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-17Add missing DHT_bootstrap to CMakeLists.txt.iphydf
2016-08-17Make self_connection_status callback stateless.iphydf
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