summaryrefslogtreecommitdiff
path: root/protocols/Discord/src/groupchat.cpp
AgeCommit message (Collapse)Author
2018-01-01massive copyright updatedartraiden
2017-12-06convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit ↵Kirill Volinsky
62202ed10617927d5429bc59898e12a366abe744)
2017-12-06convert all files exept curl and new_gpg to utf-8 BOMKirill Volinsky
2017-11-28Source files converted to utf-8Kirill Volinsky
2017-09-19useless structure GCDEST finally removedGeorge Hazan
2017-03-24revolution in chat menusGeorge Hazan
- common code moved to the core (Chat_CreateGCMenu, Chat_DestroyGCMenu); - ability added to any plugin to add its own items into any GC menu, not only to the protocol plugins to do that a plugin calls Chat_AddMenuItems and returns 0 to allow any other plugin to process menu hook
2017-03-21more warnings fixedGeorge Hazan
2017-02-23code cleaningGeorge Hazan
2017-02-22channel renaming supportGeorge Hazan
2017-02-22Discord:George Hazan
- support for channel creation & destruction on the fly - code cleaning
2017-02-22major rework of Discord:George Hazan
- CDiscordGuild - a class to utilize all guild-related activity; - all guild related code moved to the separate module; - fix for online guild channel creation; - version bump;
2017-02-13Discord: displaying roles correctlyGeorge Hazan
2017-02-11Discord:George Hazan
- support for group chat topics; - version bump
2017-02-08Discord: support for changing nick names in chatsGeorge Hazan
2017-01-26wrong formatGeorge Hazan
2017-01-24Discord: private messages in group chatsGeorge Hazan
2017-01-23Discord: now we can write messages into guild chatsGeorge Hazan
2017-01-20Discord: first version with groupchatsGeorge Hazan