summaryrefslogtreecommitdiff
path: root/protocols/Discord/src/version.h
AgeCommit message (Collapse)Author
2024-01-02fixes #4091 (Discord: do not display hidden channels)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-11-18fixes #2969 (Discord: display users nicks instead of Discord tag in MUC)George Hazan
2021-04-13fixes #2844 (Discord: Keep deleted messages)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-03-07more fixes for #2499George Hazan
2021-01-17Update copyrightsdartraiden
2020-12-27Discord: first 100 guild users are fetched from the serverGeorge 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: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-01Happy new year, MirandaGeorge Hazan
2019-11-05fixes #2115 ([Discord] "Group chats" (not chatrooms/servers but personal ↵George Hazan
groups!) are broken)
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-03-06related to #1863 ([Discord] Make option to turn off group chats/channels ; & ↵George Hazan
add manual history sync from IMs/DMs (private chat))
2019-02-27fixes #1782 (highlighting in Discord groupchats)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-10-26Discord: delayed chat creation + channel groups supportGeorge Hazan
2018-10-17Discord: fix for assigning message ids to own messagesGeorge Hazan
2018-10-01Discord to move towards message ids revolution in 0.95.10George Hazan
2018-01-01massive copyright updatedartraiden
2017-12-10- remove emails (if author retired - it's useless to write to him; if author ↵dartraiden
is active - users should use GitHub for ticket creation); - also remove AUTHOREMAIL field from structure
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-27Discord: option to hide guild chats on startupGeorge Hazan
2017-09-21Discord: attempt to gather as much information as possibleGeorge Hazan
2017-08-25fixes #845 ([Discord] Adding a new contact causes "Only bots can use this ↵George Hazan
endpoint" error)
2017-08-05Change plugin links from http:// to https://Robert Pösel
2017-06-05Discord: attempt to fix problems with unauthorized http requestsGeorge Hazan
2017-02-22major rework of Discord:George Hazan
- CDiscordGuild - a class to utilize all guild-related activity; - all guild related code moved to the separate module; - fix for online guild channel creation; - version bump;
2017-02-22Discord: a rusty crutch to receive updates for sent messagesGeorge Hazan
2017-02-17Discord: fix to close chats on going offlineGeorge Hazan
2017-02-15Discord: groupchat history supportGeorge Hazan
version bump
2017-02-13Discord: displaying roles correctlyGeorge Hazan
2017-02-11Discord:George Hazan
- support for group chat topics; - version bump
2017-02-07Discord: ability to join & leave guilds on the flyGeorge Hazan
2017-02-02- code cleaning;George Hazan
- version bump
2017-01-20Discord: first version with groupchatsGeorge Hazan
2017-01-18Discord:George Hazan
- fix for reading our own messages typed in another place; - version bump
2017-01-10more thorough fix for duplicate messagesGeorge Hazan
2017-01-09- misprint in a json field name;George Hazan
- fix for parsing private channels; - fix for long gateway packets reading; - version bump
2017-01-07first version of Discord that sends messages, catches presence packets and ↵George Hazan
displays typing notification version bump
2016-12-30Discord:George Hazan
- user search works; - friend list support; - channel list support; - various fixes