summaryrefslogtreecommitdiff
path: root/protocols/Discord/src/server.cpp
AgeCommit message (Collapse)Author
2023-02-09database support for new protocolsGeorge Hazan
2023-01-27Group chats: all old APIs with lookup by module+session removedGeorge 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-26DWORD -> uint32_tGeorge Hazan
2021-12-26PBYTE -> uint8_t*George Hazan
2021-06-04fixes #2900 (Discord: implement popup if login/password are incorrect)George Hazan
2021-04-11Discord: fixes #2838 (groupchat messages were retrieved from history without ↵George Hazan
nicks)
2021-03-21Discord: fixes N/A status restoration after loginGeorge Hazan
2021-01-17Update copyrightsdartraiden
2020-12-08Discord: if a channel is forbidden, we don't try to read its historyGeorge Hazan
2020-12-03minor code cleaningGeorge Hazan
2020-09-28Discord: basic domains replaced to discord.comGeorge Hazan
2020-06-15simpler way of applying server ids to messagesGeorge 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-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-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-13Netlib_GetHeader() - handful utility to avoid writing cyclesGeorge Hazan
2020-01-01Happy new year, MirandaGeorge Hazan
2019-11-05Discord:George Hazan
- JSON cycles rewritten using iterators; - private channels processing code extracted to the separate method
2019-05-11crash fix for Discord, if server required a captchaGeorge Hazan
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-02-25GCEVENT::GCEF_UTF8 - flag for direct communication with utf8-encoded chat ↵George Hazan
events (UTF16LE by default)
2019-02-23fixes #1843 ([discord] Group chat history is no longer retrieved on login)George Hazan
2019-01-04Update copyrightsdartraiden
2018-11-23Discord:George Hazan
- fixes #1641 ([Discord] In some cases, sending a link in own message can cause that message to be attributed to conversation partner) - old perversion with storing last user id dropped; - class CDiscordMessage dropped as well, only message id is stored now; - old useless handler OnReceiveMessage also dropped; - version bump
2018-11-08Discord: fix for another typo in logs :)George Hazan
2018-11-08Discord: attempt to eliminate random disconnectsGeorge Hazan
2018-10-31Discord: additional option to use special sub-groups for guildsGeorge Hazan
2018-10-17Discord: fix for assigning message ids to own messagesGeorge Hazan
2018-10-03some debug code for #1608George Hazan
2018-10-01Discord to move towards message ids revolution in 0.95.10George Hazan
2018-05-27unused variable CHAT_MANAGER *pci removed and replaced with g_chatApiGeorge Hazan
2018-02-21Discord: C++'11 iteratorsGeorge 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-09-19useless structure GCDEST finally removedGeorge Hazan
2017-08-25useless condition removedGeorge Hazan
2017-08-25fixes #845 ([Discord] Adding a new contact causes "Only bots can use this ↵George Hazan
endpoint" error)
2017-06-05Discord: attempt to fix problems with unauthorized http requestsGeorge Hazan
2017-02-22Discord:George Hazan
- support for channel creation & destruction on the fly - code cleaning