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
2014-10-21
Fixed unaligned memory access.
irungentoo_trip
2014-10-04
Send friend request with connection if for some reason (groupchats) we
irungentoo
2014-10-02
People in groups can now be added/removed from friends list without issues.
irungentoo
2014-10-02
Removed useless code.
irungentoo
2014-09-29
Fixed crash in tox_new().
irungentoo
2014-09-28
Group chats now use friendcon_id instead of friendnumber.
irungentoo
2014-09-28
Merge branch 'unset_avatar' of https://github.com/JFreegman/toxcore
irungentoo
2014-09-27
Removed send_group_message_packet and its callback function from
irungentoo
2014-09-27
Moved all the connection stuff from messenger to friend_connection.
irungentoo
2014-09-27
Make the ip port from DHT timeout after a while.
irungentoo
2014-09-26
Remove timestamp from set_connection_dht_public_key().
irungentoo
2014-09-26
Only set dht public key and direct ip when first creating connection.
irungentoo
2014-09-26
Moved cleaup_friend functionality to Messenger.
irungentoo
2014-09-26
Removed useless code from onion_client.
irungentoo
2014-09-26
Added callbacks to onion_client and net_crypto for the temp dht key.
irungentoo
2014-09-26
add API function to unset avatar
Jfreegman
2014-09-25
More groupchats code written.
irungentoo
2014-09-25
Removed groupchats from core.
irungentoo
2014-09-24
housekeeping
dubslow
2014-09-22
Fixed typo.
irungentoo
2014-09-22
Some fixes to avatar pull request.
irungentoo
2014-09-22
Merge branch 'avatars' of https://github.com/ittner/toxcore
irungentoo
2014-09-21
Remove chattiness from avatar data transfers
Alexandre Erwin Ittner
2014-09-12
Some cleanups to last PR.
irungentoo
2014-09-12
Merge branch 'tox_connect' of https://github.com/saneki/toxcore
irungentoo
2014-09-12
Removed tox_connect, initial connections are made on first tox_do
saneki
2014-09-09
spelling corrections
cgar
2014-09-09
Fixed spacing
saneki
2014-09-09
Added tox_connect function, no connecting done during tox_load
saneki
2014-09-08
Added tests for custom lossy and lossless packets.
irungentoo
2014-09-05
Added custom packet functions to public tox api.
irungentoo
2014-08-30
Add support for user avatars in the core protocol
Alexandre Erwin Ittner
2014-08-29
Lossless crypto packets can now be sent without the congestion control applyi...
irungentoo
2014-08-22
Small code cleanup.
irungentoo
2014-08-14
Save some path nodes to speed up joining network on pure TCP.
irungentoo
2014-08-14
UDP can now be disabled.
irungentoo
2014-08-14
Added basic socks5 proxy support to TCP client.
irungentoo
2014-08-04
The receiver of a file now needs to confirm that he did receive it
irungentoo
2014-07-05
delete groupchat when join fails
Jfreegman
2014-07-05
Fixed bug when loading friends list already containing an added friend.
irungentoo
2014-07-02
Merge branch 'const_correctness' of https://github.com/schuetzm/ProjectTox-Core
irungentoo
2014-06-30
Const-correctness for tox.c
Marc Schütz
2014-06-30
Const correctness for toxcore/Messenger.c and related files
Marc Schütz
2014-06-28
Merge branch 'mannol1-master'
irungentoo
2014-06-27
Fixed tox_do_interval() returning value so high it broke A/V.
irungentoo
2014-06-25
Fixed some more possible issues with file transfers/conjestion control.
irungentoo
2014-06-20
Merge branch 'perf-rebase' of https://github.com/tux3/toxcore
irungentoo
2014-06-20
Remove some immediatly overwritten writes
Tux3 / Mlkj / !Lev.uXFMLA
2014-06-18
Included assert.h for Messenger/DHT.c
Jman012
2014-06-17
Small fixes.
irungentoo
[next]