summaryrefslogtreecommitdiff
path: root/protocols/Discord
AgeCommit message (Collapse)Author
2021-01-16glory, glory, halleluya: perversive manual call of OnChange() event inside ↵George Hazan
OnInitDialog isn't needed anymore
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-23Discord: finally fixes #2499 (Discord: Error establishing WebSocket ↵George Hazan
connection to gateway.discord.gg)
2020-12-08Discord: if a channel is forbidden, we don't try to read its historyGeorge Hazan
2020-12-07Discord: fix for a possible contact duplicationGeorge Hazan
2020-12-06Discord: fix for retrieving groupchat history again & againGeorge Hazan
2020-12-06fix for rare crash in DiscordGeorge Hazan
2020-12-06minor code cleaning + warning fixGeorge Hazan
2020-12-06Discord: badly created channels should be removed (Miranda can't access them ↵George Hazan
either)
2020-12-04Discord: protocol version updateGeorge Hazan
2020-12-03attempt to fix #2575 (error 404 while opening Discord gateway connection)George Hazan
2020-12-03minor code cleaningGeorge Hazan
2020-10-11The avatars are still on the discordapp domainLittleVulpix
Currently, fetching avatars doesn't work due to them being on discordapp.com.
2020-09-28Discord: basic domains replaced to discord.comGeorge Hazan
2020-07-25minor changes in WebSocket creationGeorge Hazan
2020-07-23fixes #2493 (Проблема с Юникодом в диалоге ↵George Hazan
добавления контакта)
2020-07-20attempt to solve error #404 in DiscordGeorge Hazan
2020-07-08group chat initialization to be done in protocol's constructor, not inside ↵George Hazan
OnModulesLoaded
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-06-15simpler way of applying server ids to messagesGeorge Hazan
2020-05-22also the same fix for icon projectsGeorge Hazan
2020-05-22fix for broken project file compatibility in VS2019 16.6.0George Hazan
2020-05-11Discord: fix for processing custom user statusesGeorge Hazan
2020-05-01Discord: if http connection got expired, a request shall be resentGeorge Hazan
2020-04-28database:George Hazan
- namespace DB declared for commonly used database classes; - stubs for database event cursors; - code cleaning
2020-04-17Discord: fix for approving authorizationGeorge Hazan
2020-04-17Discord: fix for the basic search (by SnowFlake)George Hazan
2020-03-24SINT64_PARAM support moved into libjsonGeorge Hazan
2020-03-23Discord: opcode 7 processing addedGeorge Hazan
2020-03-21Discord: suddenly "Request authorization" menu item is shown for Discord ↵George Hazan
groupchats
2020-03-11Discord: voice part of protocol moved to the separate fileGeorge Hazan
2020-03-11Discord: partial support for VoiceService pluginGeorge Hazan
2020-02-29Discord:George Hazan
- fixes #1953 ([Discord] Changing status post-sign-in doesn't work unless a normal client is also open); - fixes #705 ([Discord] System tray icon does not reflect actual status of Discord protocol); - version bump
2020-02-24fixes #2182 (Discord: cannot leave guild)George Hazan
2020-02-24Discord: temporary token not to be savedGeorge Hazan
2020-02-24typo fixGeorge Hazan
2020-02-24fixes #2230 (DIscord: Sometimes Miranda continuously fails to connect to ↵George Hazan
Discord server, and somehow logging in on the website fixes this problem )
2020-02-24Discord:George Hazan
- fixes a problem with 400 BAD REQUEST error when sending mark as read request; - code cleaning; - version bump
2020-02-20bunch of useless threads replaced with a call of ProtoBroadcastAsyncGeorge Hazan
2020-02-19if a protocol handles an event, it shall return 1, not 0George Hazan
2020-02-16useless checks removedGeorge Hazan
2020-02-13fixes #2209 (Discord: missing API for guilds and chats)George Hazan
2020-02-11Discord: fix for avatar file extensionGeorge 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-02-10Discord: code cleaningGeorge Hazan
2020-02-01let's make a couple of things simplerGeorge Hazan
2020-01-30Discord: string unificationdartraiden