summaryrefslogtreecommitdiff
path: root/protocols/Discord/src/menus.cpp
AgeCommit message (Collapse)Author
2025-04-15fixes #4966 (Discord: после присоединения к ↵George Hazan
серверу в Миранде не появляются каналы до перезапуска программы)
2025-04-11Discord: popup added if captcha is required to join the GuildGeorge Hazan
2025-04-11fixes #4967 (Discord: не удаётся присоединиться к ↵George Hazan
серверу по ссылке-приглашению)
2025-04-10various quirksGeorge Hazan
2025-04-10code cleaningGeorge Hazan
2025-04-10code cleaningGeorge Hazan
2024-06-07Discord: guild options should be avaiable for guild contacts onlyGeorge Hazan
2024-06-06Discord: ability to disable database histories for a certain guildGeorge 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-21Discord: sync menu item name beetween contact and nickist menusdartraiden
2021-11-18Discord: copy ID menu item for group chatsGeorge Hazan
2021-01-17Update copyrightsdartraiden
2020-12-27Discord: first 100 guild users are fetched from the serverGeorge Hazan
2020-12-06minor code cleaning + warning fixGeorge Hazan
2020-06-29PROTO_INTERFACE::GetMenuItem - unified access to all protocol menu itemsGeorge Hazan
2020-06-29"Load server history" menu items gathered in one stub not to create zillions ↵George Hazan
of duplicate menu items
2020-03-21Discord: suddenly "Request authorization" menu item is shown for Discord ↵George Hazan
groupchats
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-01Happy new year, MirandaGeorge Hazan
2019-09-26MS_UTILS_ENTERSTRING -> EnterString, useless service removedGeorge Hazan
2019-09-25fixes #2080 (protocol menu is lost during dynamic account creation)George Hazan
2019-03-26Discord: more descriptive namedartraiden
2019-03-14Discord: we don't need that crutch anymoreGeorge Hazan
2019-03-14fixes #1894 ([Discord] syncing DM contact Miranda take random message and ↵George Hazan
copy it +19x times)
2019-03-08fixes #1863 completely ([Discord] add manual history sync from IMs/DMs ↵George Hazan
(private chat))
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-01-04Update copyrightsdartraiden
2018-11-27fixes #1638 ([Discord] Direct messages from temporary contacts cause the ↵George Hazan
contact to be shown as if it were a regular friend)
2018-07-11int hLangpack/m_hLang removed and replaced with HPLUGINGeorge Hazan
2018-05-22m_genmenu.h unbound from hLangpackGeorge Hazan
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-11-13Code modernize ...Goraf
* replace 0/NULL with nullptr [using clang-tidy]
2017-09-22Discord: proper capitalizationdartraiden
2017-09-22fixes #937 (Ability to copy my own Discord ID and contacts ID)George Hazan
2017-02-22Discord:George Hazan
- support for channel creation & destruction on the fly - code cleaning
2017-02-22fix for EnterString parametersGeorge Hazan
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-07Discord: ability to join & leave guilds on the flyGeorge Hazan