summaryrefslogtreecommitdiff
path: root/toxcore
AgeCommit message (Collapse)Author
2014-11-12Fixed groupchat bug that caused peers to not connect to each other.irungentoo
2014-11-11Fixed group av issues.irungentoo
2014-11-11Fixed audio groupchat issue.irungentoo
2014-11-11fix type checkingdubslow
2014-11-11public api, finishing tweaksdubslow
2014-11-11add title send to peer senddubslow
2014-11-11basic group titlesdubslow
2014-11-11Added function to get groupchat type.irungentoo
2014-11-11Cleaned up some code, made group av clean up properly after itselfirungentoo
when the group is killed.
2014-11-11Merge branch 'master' of https://github.com/tux3/toxcoreirungentoo
2014-11-11Fixed bug.irungentoo
2014-11-11Fixed some audio group chat issues.irungentoo
2014-11-11Prevent connection ips from switching on LAN.irungentoo
2014-11-10Audio group chats still have some small issues.irungentoo
2014-11-10Group chats now have types.irungentoo
2014-11-08Group audio starting to take shape.irungentoo
Some issues still left to solve.
2014-11-08Remove unused variableTux3 / Mlkj / !Lev.uXFMLA
2014-11-08Remove dead storeTux3 / Mlkj / !Lev.uXFMLA
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
find friends (needs some real world testing).
2014-10-31Merge branch 'master' of https://github.com/tux3/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-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
# # 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-27Fix DHT memory leakTux3 / Mlkj / !Lev.uXFMLA
Found with valgrind, in the order of magnitude of 100kB leaked
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