summaryrefslogtreecommitdiff
path: root/protocols/Discord/src/guilds.cpp
AgeCommit message (Collapse)Author
2017-11-28Source files converted to utf-8Kirill Volinsky
2017-11-13Code modernize ...Goraf
* replace 0/NULL with nullptr [using clang-tidy]
2017-09-27Discord: option to hide guild chats on startupGeorge Hazan
2017-09-22Discord: fix for empty guilds after reloginGeorge Hazan
2017-09-21Discord: two more fixed comparisonsGeorge Hazan
2017-09-21Discord: attempt to gather as much information as possibleGeorge Hazan
2017-09-19useless structure GCDEST finally removedGeorge 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;