summaryrefslogtreecommitdiff
path: root/protocols/Discord/src
AgeCommit message (Collapse)Author
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-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
2020-01-30LIST::remove + LIST::indexOf() combination removed with LIST::removeItemGeorge Hazan
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-20db_event_delete: unused parameter removedGeorge Hazan
2020-01-20Discord: support for message deletionGeorge Hazan
2020-01-16Discord: -1 unique stringdartraiden
2020-01-15Discord voice calls - packet processingGeorge Hazan
2020-01-15Discord: if message text is empty, there's no need to add itGeorge 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-10Discord: fix for missing settingGeorge Hazan
2020-01-03minor code cleaningGeorge Hazan
2020-01-03Discord to use system window to maintain its timersGeorge Hazan
2020-01-01Happy new year, Miranda, part 2dartraiden
2020-01-01Happy new year, MirandaGeorge Hazan
2019-12-28Discord: nonce field should be always positive, otherwise it might not workGeorge Hazan
2019-12-27Facebook: sending messagesGeorge Hazan
2019-12-04GetContactProto: useless duplicate function replaced with standard ↵George Hazan
Proto_GetBaseAccountName
2019-11-08fixes #2120 ([Discord] If you already have a custom status, setting it again ↵George Hazan
causes a crash)