summaryrefslogtreecommitdiff
path: root/toxcore/group_chats.h
AgeCommit message (Collapse)Author
2013-11-12Cleaned up the code.irungentoo
2013-11-12Group chat: Add a nickname message. Remove strange default nickname. ↵Coren[m]
(Seriously...) group_chats.*: - group_send_nick() to send own name - setnick() to store a received name Messenger.c: - group_send_nick() before group_sendmessage() (in regular intervals, to inform new peers) nTox.c: - print_groupmessage(): on error or on a name of length zero the result of tox_group_peername() isn't null-terminated, catch that
2013-11-08Code cleanups.irungentoo
2013-11-04Send ping packets in group chats every 30 seconds.irungentoo
2013-10-01Removed useless ifdefs.irungentoo
2013-09-17astyled everything.irungentoo
2013-09-16Functions to get name of peer in group chat added.irungentoo
Group message callback modified.
2013-09-12Very basic group chats, tested and working with nTox.irungentoo
Please wait until the tox.h API is updated before integrating it into your clients. nTox: /g creates a new group chat /i friendnum groupnum invite friendnum to groupnum /z groupnum message send message to groupnum NOTE: group chats currenly might not handle packet loss well if there are less than 6 participants.
2013-09-11Some small work on group chats done.irungentoo
2013-09-09move group chats to /toxcoreirungentoo