summaryrefslogtreecommitdiff
path: root/toxcore
AgeCommit message (Expand)Author
2014-11-08Group audio starting to take shape.irungentoo
2014-11-07Some function changes for better A/V integration to group chats.irungentoo
2014-11-07Added more group functions to eventually have working A/V.irungentoo
2014-11-06Added some functions to send and handle lossy packets.irungentoo
2014-11-05Added functions to relay lossy group chat packets.irungentoo
2014-11-04Some initial groupchat lossy packet code.irungentoo
2014-11-03Added some comments to net_crypto.hirungentoo
2014-11-02This might fix some peer finding issues.irungentoo
2014-11-01Decreased Tox idle bandwidth usage but potentially increased time toirungentoo
2014-10-31Merge branch 'master' of https://github.com/tux3/toxcoreirungentoo_trip
2014-10-30Slightly improved the function that checks if Tox is online.irungentoo_trip
2014-10-30Missing cv-qualifiers in tox.h commentsTux3 / Mlkj / !Lev.uXFMLA
2014-10-29Added actions to group chats.irungentoo_trip
2014-10-27Merge branch 'master' of https://github.com/tux3/toxcoreirungentoo_trip
2014-10-27Fix DHT memory leakTux3 / Mlkj / !Lev.uXFMLA
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
2014-10-24Portability saving fixes for big endian systems.irungentoo_trip
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 side...xor2003
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
2014-10-21Fixed unaligned memory access.irungentoo_trip
2014-10-20Increased interval and ping packet timeout by 1 second to try toirungentoo
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 https://github.com/nu...irungentoo
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
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
2014-10-03Removed useless variables.irungentoo
2014-10-03Added names to peer response packet.irungentoo
2014-10-03Fixed group bugs.irungentoo
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