Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-27 | Discord: first 100 guild users are fetched from the server | George Hazan | |
2020-12-25 | Discord: update to protocol v.8 + warning fix | George Hazan | |
2020-12-23 | Discord: finally fixes #2499 (Discord: Error establishing WebSocket ↵ | George Hazan | |
connection to gateway.discord.gg) | |||
2020-12-08 | Discord: if a channel is forbidden, we don't try to read its history | George Hazan | |
2020-12-07 | Discord: fix for a possible contact duplication | George Hazan | |
2020-12-06 | Discord: fix for retrieving groupchat history again & again | George Hazan | |
2020-12-06 | fix for rare crash in Discord | George Hazan | |
2020-12-06 | minor code cleaning + warning fix | George Hazan | |
2020-12-06 | Discord: badly created channels should be removed (Miranda can't access them ↵ | George Hazan | |
either) | |||
2020-12-04 | Discord: protocol version update | George Hazan | |
2020-12-03 | attempt to fix #2575 (error 404 while opening Discord gateway connection) | George Hazan | |
2020-12-03 | minor code cleaning | George Hazan | |
2020-10-11 | The avatars are still on the discordapp domain | LittleVulpix | |
Currently, fetching avatars doesn't work due to them being on discordapp.com. | |||
2020-09-28 | Discord: basic domains replaced to discord.com | George Hazan | |
2020-07-25 | minor changes in WebSocket creation | George Hazan | |
2020-07-23 | fixes #2493 (Проблема с Юникодом в диалоге ↵ | George Hazan | |
добавления контакта) | |||
2020-07-20 | attempt to solve error #404 in Discord | George Hazan | |
2020-07-08 | group chat initialization to be done in protocol's constructor, not inside ↵ | George Hazan | |
OnModulesLoaded | |||
2020-06-29 | PROTO_INTERFACE::GetMenuItem - unified access to all protocol menu items | George 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-15 | simpler way of applying server ids to messages | George Hazan | |
2020-05-22 | also the same fix for icon projects | George Hazan | |
2020-05-22 | fix for broken project file compatibility in VS2019 16.6.0 | George Hazan | |
2020-05-11 | Discord: fix for processing custom user statuses | George Hazan | |
2020-05-01 | Discord: if http connection got expired, a request shall be resent | George Hazan | |
2020-04-28 | database: | George Hazan | |
- namespace DB declared for commonly used database classes; - stubs for database event cursors; - code cleaning | |||
2020-04-17 | Discord: fix for approving authorization | George Hazan | |
2020-04-17 | Discord: fix for the basic search (by SnowFlake) | George Hazan | |
2020-03-24 | SINT64_PARAM support moved into libjson | George Hazan | |
2020-03-23 | Discord: opcode 7 processing added | George Hazan | |
2020-03-21 | Discord: suddenly "Request authorization" menu item is shown for Discord ↵ | George Hazan | |
groupchats | |||
2020-03-11 | Discord: voice part of protocol moved to the separate file | George Hazan | |
2020-03-11 | Discord: partial support for VoiceService plugin | George Hazan | |
2020-02-29 | Discord: | 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-24 | fixes #2182 (Discord: cannot leave guild) | George Hazan | |
2020-02-24 | Discord: temporary token not to be saved | George Hazan | |
2020-02-24 | typo fix | George Hazan | |
2020-02-24 | fixes #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-24 | Discord: | George Hazan | |
- fixes a problem with 400 BAD REQUEST error when sending mark as read request; - code cleaning; - version bump | |||
2020-02-20 | bunch of useless threads replaced with a call of ProtoBroadcastAsync | George Hazan | |
2020-02-19 | if a protocol handles an event, it shall return 1, not 0 | George Hazan | |
2020-02-16 | useless checks removed | George Hazan | |
2020-02-13 | fixes #2209 (Discord: missing API for guilds and chats) | George Hazan | |
2020-02-11 | Discord: fix for avatar file extension | George Hazan | |
2020-02-11 | Discord: | 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-10 | Discord: code cleaning | George Hazan | |
2020-02-01 | let's make a couple of things simpler | George Hazan | |
2020-01-30 | Discord: string unification | dartraiden | |
2020-01-30 | LIST::remove + LIST::indexOf() combination removed with LIST::removeItem | George Hazan | |
2020-01-25 | massive 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 |