summaryrefslogtreecommitdiff
path: root/toxcore
AgeCommit message (Collapse)Author
2014-10-27Fix typo: romdom->randomTux3 / Mlkj / !Lev.uXFMLA
2014-10-27Initial friend finding might work a bit better.irungentoo_trip
2014-10-25Merge branch 'master' of https://github.com/xor2003/toxcoreirungentoo_trip
# # Please enter a commit message to explain why this merge is necessary, # especially if it merges an updated upstream into a topic branch. # # Lines starting with '#' will be ignored, and an empty message aborts # the commit.
2014-10-24Portability saving fixes for big endian systems.irungentoo_trip
Saves should now be portable from big endian to little endian systems though I need someone to actually test it to be sure I didn't mess up.
2014-10-24Add a check (reported by Coverity)xor2003
2014-10-24Don't send -1 bytes. There is such check everythere. But if we add it in ↵xor2003
side funciton the logic will change
2014-10-24Prevent lockxor2003
2014-10-24Fix uninitializedxor2003
2014-10-24Fix for memory leak. And add forgotten breakxor2003
2014-10-22Load file portability code for big endian.irungentoo_trip
Warning: only loads, doesn't save.
2014-10-21Fixed unaligned memory access.irungentoo_trip
2014-10-20Increased interval and ping packet timeout by 1 second to try toirungentoo
fix TCP issues.
2014-10-19Removed useless code.irungentoo
2014-10-18File transfer speed should jump up a bit faster.irungentoo
2014-10-17Merge branch 'master' of https://github.com/xor2003/toxcoreirungentoo
2014-10-17Initialise source.port to prevent garbage valuexor2003
2014-10-17forgotten to free memory in pAdapterInfoxor2003
2014-10-15Merge branch 'tox-bootstrapd-network-error-handling' of ↵irungentoo
https://github.com/nurupo/InsertProjectNameHere
2014-10-15Merge branch 'copy_chatlist' of https://github.com/JFreegman/toxcoreirungentoo
2014-10-15re-implement copy_chatlist functionJfreegman
2014-10-14Add function to check if the peernumber is ours for group chats.irungentoo
2014-10-13tox_count_chatlist() now works.irungentoo
2014-10-12Fixed return value comment of new_networking functionMaxim Biro
2014-10-09Relay peer kill messages too.irungentoo
2014-10-05implement group_names functionJfreegman
2014-10-04Send friend request with connection if for some reason (groupchats) weirungentoo
are already connected to the friend but they have not added us yet.
2014-10-04Reduced the risk of two people being given the same peer id in groups.irungentoo
2014-10-04Fixed group peer chosing algorithm.irungentoo
Groups should be much more stable.
2014-10-03Removed useless variables.irungentoo
2014-10-03Added names to peer response packet.irungentoo
2014-10-03Fixed group bugs.irungentoo
Connections should now die when appropriate instead of lingering endlessly.
2014-10-03Kill group connection to friend once we are connected to group.irungentoo
2014-10-03Merge branch 'master' of https://github.com/dubslow/toxcoreirungentoo
2014-10-03Added name packet to group chats, send one when appropriate.irungentoo
2014-10-02null terminate group messages (cause jfreegman can't str8 c)dubslow
2014-10-02Implemented tox_callback_group_namelist_change callback in group chats.irungentoo
No names yet though.
2014-10-02Fixed tox_load() comment.irungentoo
2014-10-02People in groups can now be added/removed from friends list without issues.irungentoo
2014-10-02Peers now time out and delete themselves from group chats.irungentoo
Some other work done.
2014-10-02Removed useless code.irungentoo
2014-10-01If connection is already connected, send a online packet to it.irungentoo
2014-10-01del_groupchat and kill_groupchats now work properly.irungentoo
2014-10-01Group chats now actually work somewhat.irungentoo
2014-09-30Added some functions to friend_connection.irungentoo
2014-09-30Rework toxav/rtp.c to use ntohl/htonl and ntohs/htonssin
Now we can also remove the helper routines from toxcore/util.[ch].
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-27Merge branch 'update-avatar-docs' of https://github.com/ittner/toxcoreirungentoo
2014-09-27Removed send_group_message_packet and its callback function fromirungentoo
Messenger.