index
:
c-toxcore.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toxcore
/
Messenger.h
Age
Commit message (
Expand
)
Author
2020-05-02
Add a check that we don't have any unused functions.
iphydf
2020-03-14
Standardise on having a comma at the end of enums.
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
2018-11-29
Implement conferences saving
zugz (tox)
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-14
Standardise header guards.
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-12
Make `conferences_object` properly typed.
iphydf
2018-08-04
Remove unused `m_callback_log` function.
iphydf
2018-08-04
Make a separate `struct Tox` containing the Messenger.
iphydf
2018-07-21
Synchronise parameter names in headers with those in the implementation.
iphydf
2018-07-19
Collect `PACKET_ID*` constants in `net_crypto.h`, cleanup their uses
Jan Malakhovski
2018-07-12
Fix style in some header files.
iphydf
2018-07-05
Make tox.c unambiguously parseable.
iphydf
2018-02-24
Fix a bunch of compiler warnings and remove suppressions.
iphydf
2018-02-17
Make outgoing Filetransfers round-robin.
zoff99
2018-02-02
Revert "Add correction message type"
Diadlo
2018-01-22
Use <stdlib.h> for alloca on FreeBSD.
iphydf
2018-01-15
Add correction message type
Diadlo
2018-01-14
Make Friend_Requests a module-private type.
iphydf
2017-04-22
Revert "initial version of tox_loop"
Maxim Biro
2017-04-22
Revert "Implement tox_loop"
Maxim Biro
2017-04-01
Implement tox_loop
Ansa89
2017-04-01
initial version of tox_loop
michael bishop
2017-01-21
reduce thread-unsafe use of static variables
zugz
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-12-03
rename messenger function, prepend m_
Gregory Mullen (grayhatter)
2016-11-24
add NAT hole punching level to Tox API
Gregory Mullen (grayhatter)
2016-11-06
Move log callback to options.
iphydf
2016-10-29
Rename some internal "group chat" things to "conference".
iphydf
2016-09-30
Add the 'Tox' context object to the logger.
iphydf
2016-09-21
Make group callbacks stateless
Jfreegman
2016-09-19
Revert "Make ToxAV stateless"
iphydf
2016-09-17
Make ToxAV stateless
Gregory Mullen (grayhatter)
2016-09-16
Ensure that all TODOs have an owner.
iphydf
2016-09-13
Use <stdbool.h> and replace _Bool with bool.
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-01
Sort #includes in all source files.
iphydf
2016-08-27
Move logging to a callback.
iphydf
2016-08-22
Make Message received receipts stateless
Gregory Mullen (grayhatter)
2016-08-22
Make Friend User Status stateless
Gregory Mullen (grayhatter)
[next]