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-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
2015-05-26
Fixed rare bug where userstatus, name, etc... would not be sent to friend.
irungentoo
2015-05-26
Fixed bug when deleting friend that we are connected to in group chat.
irungentoo
2015-05-21
Load only secret key from tox save, not public key.
irungentoo
2015-05-14
Added tcp test.
irungentoo
2015-05-12
Connect to own TCP server if hosting one.
irungentoo
2015-05-08
Added basic TCP server hosting to tox.h api.
irungentoo
2015-05-03
Removed useless code.
irungentoo
2015-04-27
Move LAN discovery from Messenger to friend_connection.
irungentoo
2015-04-24
Fixed a couple possible issues with the friend connection callback.
irungentoo
2015-04-21
Move the send tcp relay packet from Messenger to friend connection.
irungentoo
2015-04-18
Some messenger fixes.
irungentoo
2015-04-16
Properly share connected relays and connect to the friend correctly
irungentoo
2015-04-16
Store TCP relays tied to friend and reconnect to some when reconnecting.
irungentoo
2015-04-05
Fixed typo.
irungentoo
2015-04-03
File transfer fixes.
irungentoo
2015-04-02
API function to get last seen timestamp of friend
Jfreegman
2015-03-30
Removed unused variable.
irungentoo
2015-03-27
Fixed file transfer bug.
irungentoo
2015-03-23
Added some more checks for file packets.
irungentoo
2015-03-21
Transfers with filelength == 0 now behave exactly like transfers of every
irungentoo
2015-03-20
Allow sending of file transfer requests with length 0 but don't allocate
irungentoo
2015-03-20
For file transfers UINT64_MAX is now used as the size for streaming
irungentoo
2015-03-18
Merged normal message function and send action function into one
irungentoo
2015-03-17
Kill all file transfers associated with the friend when friend goes
irungentoo
[prev]
[next]