index
:
c-toxcore.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toxcore
/
friend_connection.c
Age
Commit message (
Expand
)
Author
2020-03-14
Use spdx license identifier instead of GPL blurb.
iphydf
2018-11-29
Implement conferences saving
zugz (tox)
2018-08-26
Update copyright to 2018.
iphydf
2018-08-16
Use per-instance `Mono_Time` for Messenger and onion.
iphydf
2018-07-09
Factor out time keeping code into its own module: mono_time.c.
iphydf
2018-07-08
Use named function types for friend_connection callbacks.
iphydf
2018-07-05
Make tox.c unambiguously parseable.
iphydf
2018-05-20
Finish @Diadlo's network Family abstraction.
iphydf
2018-05-20
Move system header includes from network.h to network.c
iphydf
2018-02-18
Use `const` more in C code.
iphydf
2018-01-30
Use nullptr as NULL pointer constant instead of NULL or 0.
iphydf
2018-01-16
Use apidsl to generate LAN_discovery.h.
iphydf
2018-01-14
Make Friend_Connections a module-private type.
iphydf
2018-01-14
Make Onion_Client a module-private type.
iphydf
2018-01-10
Fix formatting in some C files.
iphydf
2017-11-20
forget DHT pubkey of offline friend after DHT timeout
zugz
2017-10-04
Improve LAN discovery
Diadlo
2017-08-24
AF_INET -> TOX_AF_INET
Diadlo
2017-02-26
Add part of platform-independent network API implementation
Diadlo
2017-01-28
Add VLA compatibility macro for C89-ish compilers.
iphydf
2017-01-19
Update license headers and remove redundant file name comment.
iphydf
2016-12-22
Wrap all sodium/nacl functions in crypto_core.c.
iphydf
2016-12-14
Add option to disable local peer discovery
Maxim Biro
2016-09-27
Remove redundant callback objects.
iphydf
2016-09-24
Make toxcore code C++ compatible.
iphydf
2016-09-13
Use <stdbool.h> and replace _Bool with bool.
iphydf
2016-09-13
Group #include directives in 3-4 groups.
iphydf
2016-09-10
make the majority of the callbacks stateless and add some status to a testcase
michael bishop
2016-09-06
Make friend requests stateless
Gregory Mullen (grayhatter)
2016-09-05
Make packet data a ptr-to-const.
iphydf
2016-09-02
Do not use `else` after `return`.
iphydf
2016-08-31
Add braces to all if statements.
iphydf
2016-08-18
Make tox_callback_friend_name stateless.
iphydf
2016-01-27
fix: compare sensitive data with sodium_memcmp
Roman Proskuryakov
2015-06-15
Fixed warning.
irungentoo
2015-05-19
Some fixes.
irungentoo
2015-05-18
If we get the ip/port of a relay on a local ip, assume that our friend
irungentoo
2015-05-04
Fixed possible connection issue.
irungentoo
2015-04-27
Move LAN discovery from Messenger to friend_connection.
irungentoo
2015-04-26
Fixed one case of the connection callback not getting called on reconnection.
irungentoo
2015-04-21
Move the send tcp relay packet from Messenger to friend connection.
irungentoo
2015-04-18
Some changes to net crypto.
irungentoo
2015-04-16
Store TCP relays tied to friend and reconnect to some when reconnecting.
irungentoo
2015-04-03
Fixed offline callback being called when connection timed out and died
irungentoo
2014-12-25
Fixed bug.
irungentoo
2014-12-11
Fixed crash when connection was killed during the packet callback.
irungentoo
2014-12-02
Only copy when pointer isn't NULL in get_friendcon_public_keys().
irungentoo
2014-11-21
Cleaned up packet length types in toxcore.
irungentoo
2014-10-04
Send friend request with connection if for some reason (groupchats) we
irungentoo
2014-10-01
Group chats now actually work somewhat.
irungentoo
[next]