summaryrefslogtreecommitdiff
path: root/toxcore/group.c
AgeCommit message (Expand)Author
2018-02-02Revert "Add correction message type"Diadlo
2018-01-30Use nullptr as NULL pointer constant instead of NULL or 0.iphydf
2018-01-25Remove dead return statement.iphydf
2018-01-16Make DHT a module-private type.iphydf
2018-01-16Make Net_Crypto a module-private type.iphydf
2018-01-15Add correction message typeDiadlo
2018-01-14Make Friend_Connections a module-private type.iphydf
2018-01-10Fix formatting in some C files.iphydf
2018-01-06Add support for building the monolith test on android.iphydf
2017-06-04Add a monolith_test that includes all toxcore sources.iphydf
2017-02-26Add part of platform-independent network API implementationDiadlo
2017-01-28Add VLA compatibility macro for C89-ish compilers.iphydf
2017-01-19Update license headers and remove redundant file name comment.iphydf
2016-12-22Wrap all sodium/nacl functions in crypto_core.c.iphydf
2016-10-29Rename some internal "group chat" things to "conference".iphydf
2016-09-24Make toxcore code C++ compatible.iphydf
2016-09-21Make group callbacks statelessJfreegman
2016-09-18Make internal chat list function take uint32_t* as well.iphydf
2016-09-17Complete old groupchat conversion to new APIJfreegman
2016-09-17ApiDSL'ing old group chats (now: conference).iphydf
2016-09-16Ensure that all TODOs have an owner.iphydf
2016-09-13Group #include directives in 3-4 groups.iphydf
2016-09-10make the majority of the callbacks stateless and add some status to a testcasemichael bishop
2016-09-06Improve static and const correctness.iphydf
2016-09-06Make friend requests statelessGregory Mullen (grayhatter)
2016-09-02Do not use `else` after `return`.iphydf
2016-08-31Add braces to all if statements.iphydf
2016-08-18Make tox_callback_friend_name stateless.iphydf
2016-01-27 fix: replace memset with sodium_memzero for sensitive dataRoman Proskuryakov
2016-01-27 fix: compare sensitive data with sodium_memcmpRoman Proskuryakov
2015-06-13Fixed warning.irungentoo
2015-06-02Small change.irungentoo
2015-02-17Updated types in Messenger callbacks to fit with the ones in the new api.irungentoo
2015-02-16Allow empty names and status messages.irungentoo
2015-01-19Fixed gcc warnings.irungentoo
2015-01-09Send lossy packets to less peers.irungentoo
2014-12-08Restore compatibility with older group chats.irungentoo
2014-12-08Delete close connection when peer leaves chat.irungentoo
2014-12-06Group stability fixes.irungentoo
2014-12-02Fixed bug where group chat would see connection as offline when it was online.irungentoo
2014-12-01Groupchat stability fixes.irungentoo
2014-12-01Removed useless code.irungentoo
2014-12-01Prevent joining groupchat more than once.irungentoo
2014-12-01Group chats should be less likely to break.irungentoo
2014-11-30Joining a group chat should be more reliable.irungentoo
2014-11-19get peer pubkey apidubslow
2014-11-15Last fix didn't really work well.irungentoo
2014-11-15Setting groupchat title when the groupchat isn't connected shouldirungentoo
2014-11-15Some modifications to the last pull request.irungentoo
2014-11-14add api function to get group titleJfreegman