index
:
c-toxcore.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toxcore
/
Messenger.c
Age
Commit message (
Expand
)
Author
2020-05-04
Add logging to TCP and onion client.
iphydf
2020-05-02
Add a check that we don't have any unused functions.
iphydf
2020-05-02
Fix errors on error paths found by oomer.
iphydf
2020-04-29
Bound the number of friends you can have to ~4 billion.
iphydf
2020-04-26
Skip invalid TCP relays and DHT nodes when loading save data
zugz (tox)
2020-04-19
Invert `not_valid` functions and name them `is_valid`.
iphydf
2020-04-19
fix saving of combination of loaded and connected TCP relays
zugz (tox)
2020-04-16
Add new semi-private API functions to set per-packet-id custom handlers.
zoff99
2020-04-07
Remove newlines from the end of LOGGER format strings.
iphydf
2020-03-14
Fix up comments a bit to start being more uniform.
iphydf
2020-03-14
Use spdx license identifier instead of GPL blurb.
iphydf
2020-03-08
Pass packet ID to custom packet handlers.
iphydf
2020-03-05
Use net_pack/unpack instead of host_to_net.
iphydf
2019-12-23
fix invalid use of mutex
sudden6
2018-10-20
Make saving and loading the responsibility of Tox rather than Messenger
zugz (tox)
2018-10-11
ensure save data unchanged after save and load
zugz (tox)
2018-09-16
Fixed a silly boolean practice using uint8_t
hugbubby
2018-09-08
Fix typo: tcp_replays -> tcp_relays.
iphydf
2018-09-07
Add messenger state plugin system.
iphydf
2018-08-26
Update copyright to 2018.
iphydf
2018-08-16
Use per-instance `Mono_Time` for Messenger and onion.
iphydf
2018-08-16
Reduce the number of times `unix_time_update` is called.
iphydf
2018-08-09
Fix typo in loop over assocs.
zugz (tox)
2018-08-04
Fix error message in m_send_generic_message
endoffile78
2018-08-04
Remove unused `m_callback_log` function.
iphydf
2018-08-04
Make a separate `struct Tox` containing the Messenger.
iphydf
2018-08-04
Avoid multiple for-next expressions.
iphydf
2018-07-19
Introduce several TODOs
Jan Malakhovski
2018-07-19
Rename `m_handle_custom_lossy_packet -> m_handle_lossy_packet`
Jan Malakhovski
2018-07-19
Collect `PACKET_ID*` constants in `net_crypto.h`, cleanup their uses
Jan Malakhovski
2018-07-12
Style fixes in TCP code; remove MIN and PAIR from util.h.
iphydf
2018-07-09
Factor out time keeping code into its own module: mono_time.c.
iphydf
2018-07-09
Move `load_state` and its helper functions to their own module.
iphydf
2018-07-08
Rename `BS_LIST` to `BS_List` to follow the naming conventions.
iphydf
2018-07-05
Make tox.c unambiguously parseable.
iphydf
2018-06-29
Add a test to try and overflow the send queue in net_crypto.
iphydf
2018-06-23
Disable UDP when proxy is enabled.
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-03-17
Disallow stderr logger by default.
iphydf
2018-03-16
Move struct DHT_Friend into DHT.c.
iphydf
2018-03-02
Make file transfers 50% faster.
iphydf
2018-02-24
Fix a bunch of compiler warnings and remove suppressions.
iphydf
2018-02-24
Some minor cleanups suggested by cppcheck.
iphydf
2018-02-24
Fix memory leak of Logger instance on error paths.
iphydf
2018-02-17
Make outgoing Filetransfers round-robin.
zoff99
2018-02-14
Get rid of the only GNU extension we used.
iphydf
2018-02-02
Revert "Add correction message type"
Diadlo
2018-01-30
Use nullptr as NULL pointer constant instead of NULL or 0.
iphydf
2018-01-22
Use <stdlib.h> for alloca on FreeBSD.
iphydf
[next]