Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-21 | Merge branch 'peerpk' of https://github.com/dubslow/toxcore | irungentoo | |
2014-11-20 | Tox clients now should show they are offline with much better precision. | irungentoo | |
2014-11-19 | get peer pubkey api | dubslow | |
2014-11-18 | Decrease time to announce ourselves to 3 seconds. | irungentoo | |
2014-11-18 | av refactor | mannol | |
2014-11-15 | Last fix didn't really work well. | irungentoo | |
This one should work better. | |||
2014-11-15 | Setting groupchat title when the groupchat isn't connected should | irungentoo | |
now return success. | |||
2014-11-15 | Some modifications to the last pull request. | irungentoo | |
2014-11-14 | add api function to get group title | Jfreegman | |
2014-11-14 | Group chat title fixes. | irungentoo | |
2014-11-14 | Fixed some threading related issues in toxcore. | irungentoo | |
2014-11-13 | Merge branch 'titles' of https://github.com/dubslow/toxcore | irungentoo | |
2014-11-12 | Properly fixed group av issue. | irungentoo | |
2014-11-12 | Fixed groupchat bug that caused peers to not connect to each other. | irungentoo | |
2014-11-11 | Fixed group av issues. | irungentoo | |
2014-11-11 | Fixed audio groupchat issue. | irungentoo | |
2014-11-11 | fix type checking | dubslow | |
2014-11-11 | public api, finishing tweaks | dubslow | |
2014-11-11 | add title send to peer send | dubslow | |
2014-11-11 | basic group titles | dubslow | |
2014-11-11 | Added function to get groupchat type. | irungentoo | |
2014-11-11 | Cleaned up some code, made group av clean up properly after itself | irungentoo | |
when the group is killed. | |||
2014-11-11 | Merge branch 'master' of https://github.com/tux3/toxcore | irungentoo | |
2014-11-11 | Fixed bug. | irungentoo | |
2014-11-11 | Fixed some audio group chat issues. | irungentoo | |
2014-11-11 | Prevent connection ips from switching on LAN. | irungentoo | |
2014-11-10 | Audio group chats still have some small issues. | irungentoo | |
2014-11-10 | Group chats now have types. | irungentoo | |
2014-11-08 | Group audio starting to take shape. | irungentoo | |
Some issues still left to solve. | |||
2014-11-08 | Remove unused variable | Tux3 / Mlkj / !Lev.uXFMLA | |
2014-11-08 | Remove dead store | Tux3 / Mlkj / !Lev.uXFMLA | |
2014-11-07 | Some function changes for better A/V integration to group chats. | irungentoo | |
2014-11-07 | Added more group functions to eventually have working A/V. | irungentoo | |
2014-11-06 | Added some functions to send and handle lossy packets. | irungentoo | |
2014-11-05 | Added functions to relay lossy group chat packets. | irungentoo | |
2014-11-04 | Some initial groupchat lossy packet code. | irungentoo | |
2014-11-03 | Added some comments to net_crypto.h | irungentoo | |
2014-11-02 | This might fix some peer finding issues. | irungentoo | |
2014-11-01 | Decreased Tox idle bandwidth usage but potentially increased time to | irungentoo | |
find friends (needs some real world testing). | |||
2014-10-31 | Merge branch 'master' of https://github.com/tux3/toxcore | 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-30 | Slightly improved the function that checks if Tox is online. | irungentoo_trip | |
2014-10-30 | Missing cv-qualifiers in tox.h comments | Tux3 / Mlkj / !Lev.uXFMLA | |
2014-10-29 | Added actions to group chats. | irungentoo_trip | |
2014-10-27 | Merge branch 'master' of https://github.com/tux3/toxcore | 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-27 | Fix DHT memory leak | Tux3 / Mlkj / !Lev.uXFMLA | |
Found with valgrind, in the order of magnitude of 100kB leaked | |||
2014-10-27 | Fix typo: romdom->random | Tux3 / Mlkj / !Lev.uXFMLA | |
2014-10-27 | Initial friend finding might work a bit better. | irungentoo_trip | |
2014-10-25 | Merge branch 'master' of https://github.com/xor2003/toxcore | 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-24 | Portability 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-24 | Add a check (reported by Coverity) | xor2003 | |