summaryrefslogtreecommitdiff
path: root/protocols/Discord/src/guilds.cpp
AgeCommit message (Collapse)Author
2024-09-11fixes #4653 (Плагины сообщений: невозможно ↵George Hazan
удалить имя группы чатов)
2024-08-07fixes #4476 (Discord: Not all channels are loaded)George Hazan
2024-08-07for #4505 - Miranda not to create chat rooms for channels in the banned guildsGeorge Hazan
2024-06-10fixes #4462 (Discord: протокол падает, если ↵George Hazan
завершить работу Миранды, пока гильдии ещё не прогрузились до конца)
2024-06-06Discord: ability to disable database histories for a certain guildGeorge Hazan
2024-06-05fixes #4450 (Discord: Add Mobile status to Discord users)George Hazan
2024-06-04Discord: voice call initializationGeorge Hazan
2024-06-04Discord: we allow voice calls only where it's possibleGeorge Hazan
2024-06-02.George Hazan
2024-05-10fixes #4410 (Discord: загрузка истории с сервера не ↵George Hazan
загружает некоторые события)
2024-05-04Discord: we don't check permissions for foldersGeorge Hazan
2024-05-02Discord: no need to include zero discriminator into nicksGeorge Hazan
2024-01-17json2file + file2json = helpers to load json from file and write it backGeorge Hazan
2024-01-03fixes #4095 completely, AMDGGeorge Hazan
2024-01-02fixes #4094 (Discord: самое свежее сообщение не ↵George Hazan
подгружается при приходе канала с сервера)
2024-01-02fixes #4091 (Discord: do not display hidden channels)George Hazan
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