summaryrefslogtreecommitdiff
path: root/protocols/Discord/src/guilds.cpp
AgeCommit message (Collapse)Author
2023-02-09database support for new protocolsGeorge Hazan
2023-01-27Group chats: all old APIs with lookup by module+session removedGeorge Hazan
2023-01-14Convert sources to CR+LFdartraiden
2023-01-11Discord: not included into the build, but adapted for the current core versionGeorge Hazan
2022-01-20fixes #2994 (Deprecate Discord support)George Hazan
2022-01-01Happy new year, Mirandadartraiden
2021-12-11attempt to fix #2932George Hazan
2021-11-19Discord: we don't use discriminators in groupchat nicksGeorge Hazan
2021-11-18Discord: copy ID menu item for group chatsGeorge Hazan
2021-11-18fixes #2969 (Discord: display users nicks instead of Discord tag in MUC)George Hazan
2021-05-14fixes #2879 (random crash in Discord)George Hazan
2021-05-13fixes #2878 (Discord: rename the "Disable group chats" option to "Disable ↵George Hazan
guilds" and stop processing guilds at all)
2021-04-11Discord: fixes #2838 (groupchat messages were retrieved from history without ↵George Hazan
nicks)
2021-04-11Discord: added guild contacts cacheGeorge Hazan
2021-01-17Update copyrightsdartraiden
2020-12-27unified guild members processingGeorge Hazan
2020-12-27Discord: first 100 guild users are fetched from the serverGeorge Hazan
2020-12-25Discord: update to protocol v.8 + warning fixGeorge Hazan
2020-12-06Discord: fix for retrieving groupchat history again & againGeorge Hazan
2020-05-11Discord: fix for processing custom user statusesGeorge Hazan
2020-02-13fixes #2209 (Discord: missing API for guilds and chats)George Hazan
2020-02-11Discord:George Hazan
- gateway command 12 isn't available since Jan 13th, 2020; - GUILD_SYNC is also not available anymore; - better cookie control; - version bump
2020-01-25massive code cleaning:George Hazan
- GCHOOK structure normalized (i.e. inlined SESSION_INFO fields replaced with a reference to SESSION_INFO); - fake CMsgDialog declaration added to m_srmm_int.h, thus duplicated declarations in plugins aren't needed anymore - other minor changes
2020-01-10Discord: fix for missing settingGeorge Hazan
2020-01-01Happy new year, MirandaGeorge Hazan
2019-11-05fixes #2115 ([Discord] "Group chats" (not chatrooms/servers but personal ↵George Hazan
groups!) are broken)
2019-11-05Discord:George Hazan
- JSON cycles rewritten using iterators; - private channels processing code extracted to the separate method
2019-09-03CChatRoomDlg globally renamed to CMsgDialog to be conpatible with StdMsgGeorge Hazan
2019-06-27manual access to CList/Group restrictedGeorge Hazan
2019-06-08Discord: fix for problems of small Guilds (missing nick list, duplicate ↵George Hazan
group chat messages)
2019-04-23fixes #1925 ([Discord] Guildchat information for "general" chat is stored in ↵George Hazan
the "Server" contact, resulting in history retrieval issues)
2019-03-14fixes #1893 ([Discord] Make option to DISABLE at all group chats/channels)George Hazan
2019-03-06related to #1863 ([Discord] Make option to turn off group chats/channels ; & ↵George Hazan
add manual history sync from IMs/DMs (private chat))
2019-02-27fixes #1782 (highlighting in Discord groupchats)George Hazan
2019-02-25GCEVENT::GCEF_UTF8 - flag for direct communication with utf8-encoded chat ↵George Hazan
events (UTF16LE by default)
2019-02-23fixes #1843 ([discord] Group chat history is no longer retrieved on login)George Hazan
2019-01-04Update copyrightsdartraiden
2018-12-08fixes #1658 (Discord: if "Use subgroups for guild's channels" is disabled, ↵George Hazan
Miranda create subgroups for guilds anyway)
2018-12-08chats:George Hazan
- Chat_GetGroup & Chat_SetGroup functions added to stop the zoo with chat default group name; - fixes #1655 (custom chat group name doesn't work in Discord)
2018-11-27Discord: fix for guild syncGeorge Hazan
2018-11-26Chat_AddGroup - simplified prototypeGeorge Hazan
2018-11-26fix for chat structures declarationGeorge Hazan
2018-11-23Discord:George Hazan
- fixes #1641 ([Discord] In some cases, sending a link in own message can cause that message to be attributed to conversation partner) - old perversion with storing last user id dropped; - class CDiscordMessage dropped as well, only message id is stored now; - old useless handler OnReceiveMessage also dropped; - version bump
2018-11-21valid role, users & channels creation orderGeorge Hazan
2018-11-21this code is so much fasterGeorge Hazan
2018-10-31Discord: subgroups usage is enabled for the new accounts onlyGeorge Hazan
2018-10-31Discord: additional option to use special sub-groups for guildsGeorge Hazan
2018-10-27Discord: list of guild's channels separated for each guildGeorge Hazan
2018-10-26Discord: delayed chat creation + channel groups supportGeorge Hazan
2018-10-14fixes #1157 ([Discord] In some cases, group history is missing usernames ↵George Hazan
when retrieved on login)