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
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-24
Make toxcore code C++ compatible.
iphydf
2016-09-24
Minor cleanups: unused vars, unreachable code, static globals.
iphydf
2016-09-22
Make TCP_Server opaque.
iphydf
2016-09-21
Make group callbacks stateless
Jfreegman
2016-09-19
Revert "Make ToxAV stateless"
iphydf
2016-09-18
Added UB comment r/t deleting a friend w/ active call
Gregory Mullen (grayhatter)
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-13
Add some astyle options to make it do more.
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-08
Fix potential null pointer dereference.
iphydf
2016-09-07
Comment intentional switch fallthroughs
Jfreegman
2016-09-06
Improve static and const correctness.
iphydf
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-09-01
Sort #includes in all source files.
iphydf
2016-08-31
Add newlines because astyle wants them.
iphydf
2016-08-31
Add braces to all if statements.
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)
2016-08-20
Make the friend message callback stateless
Gregory Mullen (grayhatter)
2016-08-19
Make Typing change callback stateless
Gregory Mullen (grayhatter)
2016-08-18
Make friend_status_message callback stateless.
iphydf
2016-08-18
Make tox_callback_friend_name stateless.
iphydf
2016-08-17
Add missing DHT_bootstrap to CMakeLists.txt.
iphydf
2016-08-17
Make self_connection_status callback stateless.
iphydf
2016-01-27
fix: compare sensitive data with sodium_memcmp
Roman Proskuryakov
2015-10-23
Prevent seek equal to size of file transfer so that toxcore respects what the...
irungentoo
2015-10-23
Fix PACKET_ID_OFFLINE fallinthrough PACKET_ID_NICKNAME
tux3
2015-10-10
New Adaptive BR algorithm, cleanups and fixes
Eniz Vukovic
2015-08-03
Remove useless var.
irungentoo
2015-08-02
Save fixes.
irungentoo
2015-07-29
client_id -> public_key
irungentoo
2015-07-23
Save important parts of save first.
irungentoo
2015-07-22
Fixed bug.
irungentoo
2015-07-21
Fixed bug.
irungentoo
2015-07-19
Pack onion path nodes in save.
irungentoo
2015-07-17
Allow savedata to be slightly smaller than the allocated buffer.
irungentoo
2015-07-16
Pack connected TCP relay nodes.
irungentoo
2015-07-11
Tell A/V that friend is offline when friend is deleted.
irungentoo
2015-07-08
Fix segfault caused by cleanup functions in wrong order
Jfreegman
2015-06-30
Allow sending data after file is paused.
irungentoo
2015-06-28
Removed useless parameter from new_TCP_server()
irungentoo
2015-06-22
Fixed warning.
irungentoo
[next]