summaryrefslogtreecommitdiff
path: root/toxcore/friend_connection.h
AgeCommit message (Expand)Author
2020-05-04Add logging to TCP and onion client.iphydf
2020-03-14Standardise on having a comma at the end of enums.iphydf
2020-03-14Use spdx license identifier instead of GPL blurb.iphydf
2018-11-29Implement conferences savingzugz (tox)
2018-09-14Standardise header guards.iphydf
2018-08-26Update copyright to 2018.iphydf
2018-08-16Use per-instance `Mono_Time` for Messenger and onion.iphydf
2018-07-12Fix style in some header files.iphydf
2018-07-08Use named function types for friend_connection callbacks.iphydf
2018-01-14Make Friend_Connections a module-private type.iphydf
2017-10-04Improve LAN discoveryDiadlo
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-09-27Remove redundant callback objects.iphydf
2016-09-13Use <stdbool.h> and replace _Bool with bool.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-06Make friend requests statelessGregory Mullen (grayhatter)
2016-09-05Make packet data a ptr-to-const.iphydf
2016-09-01Sort #includes in all source files.iphydf
2016-08-18Make tox_callback_friend_name stateless.iphydf
2015-08-09Increased timeouts.irungentoo
2015-05-18If we get the ip/port of a relay on a local ip, assume that our friendirungentoo
2015-04-27Move LAN discovery from Messenger to friend_connection.irungentoo
2015-04-21Move the send tcp relay packet from Messenger to friend connection.irungentoo
2015-04-16Store TCP relays tied to friend and reconnect to some when reconnecting.irungentoo
2014-11-21Cleaned up packet length types in toxcore.irungentoo
2014-10-20Increased interval and ping packet timeout by 1 second to try toirungentoo
2014-10-04Send friend request with connection if for some reason (groupchats) weirungentoo
2014-10-01Group chats now actually work somewhat.irungentoo
2014-09-30Added some functions to friend_connection.irungentoo
2014-09-27Moved all the connection stuff from messenger to friend_connection.irungentoo