Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-18 | Make tox_callback_friend_name stateless. | iphydf | |
See #27 and #40 for details. | |||
2016-01-27 | fix: replace memset with sodium_memzero for sensitive data | Roman Proskuryakov | |
2016-01-27 | fix: compare sensitive data with sodium_memcmp | Roman Proskuryakov | |
fix: make increment_nonce & increment_nonce_number independent of user-controlled input fix: make crypto_core more stable agains null ptr dereference | |||
2015-06-13 | Fixed warning. | irungentoo | |
2015-06-02 | Small change. | irungentoo | |
2015-02-17 | Updated types in Messenger callbacks to fit with the ones in the new api. | irungentoo | |
Friend number changed from int32_t to uint32_t. Some lengths changed to size_t. | |||
2015-02-16 | Allow empty names and status messages. | irungentoo | |
2015-01-19 | Fixed gcc warnings. | irungentoo | |
2015-01-09 | Send lossy packets to less peers. | irungentoo | |
Send them to the two closest peers that we did not recieve the packet from. | |||
2014-12-08 | Restore compatibility with older group chats. | irungentoo | |
2014-12-08 | Delete close connection when peer leaves chat. | irungentoo | |
2014-12-06 | Group stability fixes. | irungentoo | |
2014-12-02 | Fixed bug where group chat would see connection as offline when it was online. | irungentoo | |
Clarified something in the docs. | |||
2014-12-01 | Groupchat stability fixes. | irungentoo | |
Query for peers if we were connected to nobody for some reason. | |||
2014-12-01 | Removed useless code. | irungentoo | |
2014-12-01 | Prevent joining groupchat more than once. | irungentoo | |
2014-12-01 | Group chats should be less likely to break. | irungentoo | |
2014-11-30 | Joining a group chat should be more reliable. | irungentoo | |
Only disconnect from the friend we used to join when we are connected to at least 3 other people. | |||
2014-11-19 | get peer pubkey api | dubslow | |
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-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-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-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-10-29 | Added actions to group chats. | 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 | Fix uninitialized | xor2003 | |