summaryrefslogtreecommitdiff
path: root/toxcore/Messenger.c
AgeCommit message (Expand)Author
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
2014-06-20Remove some immediatly overwritten writesTux3 / Mlkj / !Lev.uXFMLA
2014-06-18Included assert.h for Messenger/DHT.cJman012
2014-06-17Small fixes.irungentoo
2014-06-16The comments say this function only returns -1 on error, fixed that.irungentoo
2014-06-16Added more input validation to add_friend functions.irungentoo
2014-06-15Astyled code.irungentoo
2014-06-13Const correctness for various packet callbacksMarc Schütz
2014-06-13Const correctness in toxcore/group_chats.cMarc Schütz
2014-06-13join_groupchat now fails when not direct connected.irungentoo
2014-06-12pthread is now a core dependency instead of just a toxav dependency.irungentoo
2014-06-11Added ability to set custom lossless packets in Messenger.irungentoo
2014-06-11Fixed segfault when logging was enabled.irungentoo
2014-06-10Astyle and fixes.irungentoo
2014-06-10Const correctness in various interdependent filesMarc Schütz
2014-06-09Removed very old savefile compatibility to cleanup the code.irungentoo
2014-06-01Fixed TOX_MAX_MESSAGE_LENGTH define.irungentoo
2014-05-30Renamed tox_do_run_interval to tox_do_interval.irungentoo
2014-05-26Fixed tox_get_num_online_friends function.irungentoo
2014-05-26Friend status is now set right before calling the tox_callback_user_status ca...irungentoo
2014-05-25Merge branch 'mannol1-Multicalls' into multi-avirungentoo
2014-05-22Changed lossy packet function names to better ones.irungentoo
2014-05-22Merge remote-tracking branch 'upstream/master' into Multicalls-patchmannol
2014-05-21Added functions to send and receive lossy encrypted packets overirungentoo
2014-05-19misplaced bracketnotsecure
2014-05-19max number of shared relaysnotsecure
2014-05-20Merge upstream fo real now?mannol
2014-05-20Merge upstream and other stuffmannol
2014-05-19tcp relay sharing (PACKET_ID_SHARE_RELAYS)notsecure
2014-05-18Save a couple TCP relays on save and reconnect to them on load.irungentoo
2014-05-18TCP branch now ready for start of real testing.irungentoo
2014-05-17add_tcp_relay_peer() can be used to add relays that we know thatirungentoo
2014-05-17Added a function to get the DHT public key stored in net_crypto.irungentoo
2014-05-17Net_crypto can now handle packets sent as TCP OOB packets.irungentoo
2014-05-16Fixed typo.irungentoo
2014-05-16This works.mannol
2014-05-12Fixed some issues.irungentoo
2014-05-11Fixed issue where callbacks were not set for accepted connection.irungentoo
2014-05-09Fixed small issues.irungentoo
2014-05-08Merge branch 'master' into TCPirungentoo
2014-05-04Added arrays to store packets on send/recv in net crypto.irungentoo
2014-05-02Fixed one test.irungentoo