summaryrefslogtreecommitdiff
path: root/protocols/Discord/src/gateway.cpp
AgeCommit message (Collapse)Author
2025-04-08fixes #4933 (Discord protocol unable to send messages or download server ↵George Hazan
history after a few hours of uptime)
2025-04-03code cleaningGeorge Hazan
2025-04-02fixes #4936 (Discord: After exiting Miranda invisible=>online)George Hazan
2025-02-16Discord: the safer way of handling web socketsGeorge Hazan
2024-06-13websocket internal code went to MWebSocketGeorge Hazan
2024-06-04Discord: voice call initializationGeorge Hazan
2024-01-15fixes #4120 (Discord: второй фактор запрашивается ↵George Hazan
при каждом выходе в онлайн)
2024-01-15code cleaningGeorge Hazan
2024-01-05Netlib:George Hazan
- NETLIBHTTPHEADER & NETLIBHTTPREQUEST obsoleted; - NETLIBHTTPREQUEST divided into MHttpRequest & MHttpResponse; - MHttpHeaders now manager headers both for MHttpRequest & MHttpResponse;
2024-01-04Netlib: pascal code is completely isolated from C++ core using helpersGeorge Hazan
2024-01-02fixes #4091 (Discord: do not display hidden channels)George Hazan
2024-01-01fixes #4092 (Discord: cannot autologin at startup)George 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-04-24WebSocket: different stubs for sending text & binary packetsGeorge Hazan
2021-03-21Discord: fixes N/A status restoration after loginGeorge Hazan
2021-03-07and also don't try to log in foreverGeorge Hazan
2021-03-07more fixes for #2499George Hazan
2021-02-28moreover, we don't have to report connection failure for the first error 404George Hazan
2021-02-28Discord doesn't like expired cookiesGeorge Hazan
2021-01-17Update copyrightsdartraiden
2020-12-27Discord: first 100 guild users are fetched from the serverGeorge Hazan
2020-12-23Discord: finally fixes #2499 (Discord: Error establishing WebSocket ↵George Hazan
connection to gateway.discord.gg)
2020-12-04Discord: protocol version updateGeorge Hazan
2020-12-03attempt to fix #2575 (error 404 while opening Discord gateway connection)George Hazan
2020-07-25minor changes in WebSocket creationGeorge Hazan
2020-07-20attempt to solve error #404 in DiscordGeorge Hazan
2020-03-23Discord: opcode 7 processing addedGeorge 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-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-01-13Netlib_GetHeader() - handful utility to avoid writing cyclesGeorge Hazan
2020-01-10WebSocket_Connect to return the reply to a HTTP request instead of a connectionGeorge Hazan
2020-01-01Happy new year, MirandaGeorge Hazan
2019-10-08first version of WA that connectsGeorge Hazan
2019-10-08WebSocket related code moved to the coreGeorge Hazan
2019-08-26obsolete services removed from core & replaced with functionsGeorge Hazan
2019-07-24useless member NETLIBOPENCONNECTION::cbSize removedGeorge Hazan
2019-01-04Update copyrightsdartraiden
2018-11-08Discord: attempt to eliminate random disconnectsGeorge Hazan
2018-10-29Discord:George Hazan
- crash fix on exit; - fix for calling KillTimer from the worker process; - fix for disconnecting whole account when server orders to reset the gateway connection
2018-03-04fixes #1173 (random crash on a fresh Discord account)George Hazan
2018-01-01massive copyright updatedartraiden
2017-12-11parameters unification between JSON & HTTPGeorge Hazan
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-09-20Discord: gateway opcode 9 processing addedGeorge Hazan