summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-10Fixed irc syncbot.irungentoo
2014-11-10Group audio might work now but I have not tested anything yet.irungentoo
2014-11-10Group chats now have types.irungentoo
2014-11-09Basic audio packet parsing code.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-07First commit of actual A/V code for group chats.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
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-28Merge branch 'patch-1' of https://github.com/lance0/ProjectTox-Coreirungentoo_trip
2014-10-28Merge branch 'stqism-patch-5'irungentoo_trip
2014-10-28Update TODOLance Tuller
qTox
2014-10-28Update README.mdSean
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-26Merge branch 'irdan-irdan/doc-fix'irungentoo_trip
2014-10-26Modify DHT.md to render correctlyirdan
2014-10-25Fixed possible threading issues.irungentoo_trip
2014-10-25Merge branch 'toxav-uaf' 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-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-25Fix use-after-free of toxav's TimerHandlerTux3 / Mlkj / !Lev.uXFMLA
If msi.c:timer_terminate_session frees "handler", then when msi.c:timer_poll's thread resumes, there WILL be a use after free of "handler", with a likely segfault. This use after free causes a crash in qTox, see tux3/qTox#534
2014-10-24Merge branch 'big_endian_save'irungentoo_trip
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-23Merge branch 'dubslow-master'irungentoo_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-23fix #1124 by adding salt manip functionsdubslow
Also, all data now has the magic number prepended. This is incompatible for all but the save/load functions, but I think nothing besides the one experimental qTox branch used any of those, which is why I feel confident about the change.
2014-10-23Merge branch 'urras-master'irungentoo_trip
2014-10-22Load file portability code for big endian.irungentoo_trip
Warning: only loads, doesn't save.
2014-10-22Update to Libsodium 1.0.0 since backward-compatibility is guaranteed through ↵Urras
all the 1.x.y releases.