summaryrefslogtreecommitdiff
path: root/toxcore/Messenger.c
AgeCommit message (Expand)Author
2014-11-18av refactormannol
2014-11-08Remove dead storeTux3 / Mlkj / !Lev.uXFMLA
2014-10-24Portability saving fixes for big endian systems.irungentoo_trip
2014-10-21Fixed unaligned memory access.irungentoo_trip
2014-10-04Send friend request with connection if for some reason (groupchats) weirungentoo
2014-10-02People in groups can now be added/removed from friends list without issues.irungentoo
2014-10-02Removed useless code.irungentoo
2014-09-29Fixed crash in tox_new().irungentoo
2014-09-28Group chats now use friendcon_id instead of friendnumber.irungentoo
2014-09-28Merge branch 'unset_avatar' of https://github.com/JFreegman/toxcoreirungentoo
2014-09-27Removed send_group_message_packet and its callback function fromirungentoo
2014-09-27Moved all the connection stuff from messenger to friend_connection.irungentoo
2014-09-27Make the ip port from DHT timeout after a while.irungentoo
2014-09-26Remove timestamp from set_connection_dht_public_key().irungentoo
2014-09-26Only set dht public key and direct ip when first creating connection.irungentoo
2014-09-26Moved cleaup_friend functionality to Messenger.irungentoo
2014-09-26Removed useless code from onion_client.irungentoo
2014-09-26Added callbacks to onion_client and net_crypto for the temp dht key.irungentoo
2014-09-26add API function to unset avatarJfreegman
2014-09-25More groupchats code written.irungentoo
2014-09-25Removed groupchats from core.irungentoo
2014-09-24housekeepingdubslow
2014-09-22Fixed typo.irungentoo
2014-09-22Some fixes to avatar pull request.irungentoo
2014-09-22Merge branch 'avatars' of https://github.com/ittner/toxcoreirungentoo
2014-09-21Remove chattiness from avatar data transfersAlexandre Erwin Ittner
2014-09-12Some cleanups to last PR.irungentoo
2014-09-12Merge branch 'tox_connect' of https://github.com/saneki/toxcoreirungentoo
2014-09-12Removed tox_connect, initial connections are made on first tox_dosaneki
2014-09-09spelling correctionscgar
2014-09-09Fixed spacingsaneki
2014-09-09Added tox_connect function, no connecting done during tox_loadsaneki
2014-09-08Added tests for custom lossy and lossless packets.irungentoo
2014-09-05Added custom packet functions to public tox api.irungentoo
2014-08-30Add support for user avatars in the core protocolAlexandre Erwin Ittner
2014-08-29Lossless crypto packets can now be sent without the congestion control applyi...irungentoo
2014-08-22Small code cleanup.irungentoo
2014-08-14Save some path nodes to speed up joining network on pure TCP.irungentoo
2014-08-14UDP can now be disabled.irungentoo
2014-08-14Added basic socks5 proxy support to TCP client.irungentoo
2014-08-04The receiver of a file now needs to confirm that he did receive itirungentoo
2014-07-05delete groupchat when join failsJfreegman
2014-07-05Fixed bug when loading friends list already containing an added friend.irungentoo
2014-07-02Merge branch 'const_correctness' of https://github.com/schuetzm/ProjectTox-Coreirungentoo
2014-06-30Const-correctness for tox.cMarc Schütz
2014-06-30Const correctness for toxcore/Messenger.c and related filesMarc Schütz
2014-06-28Merge branch 'mannol1-master'irungentoo
2014-06-27Fixed tox_do_interval() returning value so high it broke A/V.irungentoo
2014-06-25Fixed some more possible issues with file transfers/conjestion control.irungentoo
2014-06-20Merge branch 'perf-rebase' of https://github.com/tux3/toxcoreirungentoo