index
:
c-toxcore.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toxcore
/
group.c
Age
Commit message (
Expand
)
Author
2016-12-22
Wrap all sodium/nacl functions in crypto_core.c.
iphydf
2016-10-29
Rename some internal "group chat" things to "conference".
iphydf
2016-09-24
Make toxcore code C++ compatible.
iphydf
2016-09-21
Make group callbacks stateless
Jfreegman
2016-09-18
Make internal chat list function take uint32_t* as well.
iphydf
2016-09-17
Complete old groupchat conversion to new API
Jfreegman
2016-09-17
ApiDSL'ing old group chats (now: conference).
iphydf
2016-09-16
Ensure that all TODOs have an owner.
iphydf
2016-09-13
Group #include directives in 3-4 groups.
iphydf
2016-09-10
make the majority of the callbacks stateless and add some status to a testcase
michael bishop
2016-09-06
Improve static and const correctness.
iphydf
2016-09-06
Make friend requests stateless
Gregory Mullen (grayhatter)
2016-09-02
Do not use `else` after `return`.
iphydf
2016-08-31
Add braces to all if statements.
iphydf
2016-08-18
Make tox_callback_friend_name stateless.
iphydf
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
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
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
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
2014-12-01
Groupchat stability fixes.
irungentoo
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
2014-11-19
get peer pubkey api
dubslow
2014-11-15
Last fix didn't really work well.
irungentoo
2014-11-15
Setting groupchat title when the groupchat isn't connected should
irungentoo
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
2014-11-11
Merge branch 'master' of https://github.com/tux3/toxcore
irungentoo
[next]