Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-02 | fixes #4091 (Discord: do not display hidden channels) | George Hazan | |
2023-01-14 | Convert sources to CR+LF | dartraiden | |
2023-01-11 | Discord: not included into the build, but adapted for the current core version | George Hazan | |
2022-01-20 | fixes #2994 (Deprecate Discord support) | George Hazan | |
2022-01-01 | Happy new year, Miranda | dartraiden | |
2021-11-18 | fixes #2969 (Discord: display users nicks instead of Discord tag in MUC) | George Hazan | |
2021-04-13 | fixes #2844 (Discord: Keep deleted messages) | George Hazan | |
2021-04-11 | Discord: fixes #2838 (groupchat messages were retrieved from history without ↵ | George Hazan | |
nicks) | |||
2021-03-21 | Discord: fixes N/A status restoration after login | George Hazan | |
2021-03-07 | more fixes for #2499 | George Hazan | |
2021-01-17 | Update copyrights | dartraiden | |
2020-12-27 | Discord: first 100 guild users are fetched from the server | 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 | Discord: | George Hazan | |
- fixes a problem with 400 BAD REQUEST error when sending mark as read request; - code cleaning; - version bump | |||
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-01-01 | Happy new year, Miranda | George Hazan | |
2019-11-05 | fixes #2115 ([Discord] "Group chats" (not chatrooms/servers but personal ↵ | George Hazan | |
groups!) are broken) | |||
2019-03-14 | fixes #1894 ([Discord] syncing DM contact Miranda take random message and ↵ | George Hazan | |
copy it +19x times) | |||
2019-03-08 | fixes #1863 completely ([Discord] add manual history sync from IMs/DMs ↵ | George Hazan | |
(private chat)) | |||
2019-03-06 | related to #1863 ([Discord] Make option to turn off group chats/channels ; & ↵ | George Hazan | |
add manual history sync from IMs/DMs (private chat)) | |||
2019-02-27 | fixes #1782 (highlighting in Discord groupchats) | George Hazan | |
2019-01-04 | Update copyrights | dartraiden | |
2018-11-23 | Discord: | 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-26 | Discord: delayed chat creation + channel groups support | George Hazan | |
2018-10-17 | Discord: fix for assigning message ids to own messages | George Hazan | |
2018-10-01 | Discord to move towards message ids revolution in 0.95.10 | George Hazan | |
2018-01-01 | massive copyright update | dartraiden | |
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-06 | convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit ↵ | Kirill Volinsky | |
62202ed10617927d5429bc59898e12a366abe744) | |||
2017-12-06 | convert all files exept curl and new_gpg to utf-8 BOM | Kirill Volinsky | |
2017-11-28 | Source files converted to utf-8 | Kirill Volinsky | |
2017-09-27 | Discord: option to hide guild chats on startup | George Hazan | |
2017-09-21 | Discord: attempt to gather as much information as possible | George Hazan | |
2017-08-25 | fixes #845 ([Discord] Adding a new contact causes "Only bots can use this ↵ | George Hazan | |
endpoint" error) | |||
2017-08-05 | Change plugin links from http:// to https:// | Robert Pösel | |
2017-06-05 | Discord: attempt to fix problems with unauthorized http requests | George Hazan | |
2017-02-22 | major 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-22 | Discord: a rusty crutch to receive updates for sent messages | George Hazan | |
2017-02-17 | Discord: fix to close chats on going offline | George Hazan | |
2017-02-15 | Discord: groupchat history support | George Hazan | |
version bump | |||
2017-02-13 | Discord: displaying roles correctly | George Hazan | |
2017-02-11 | Discord: | George Hazan | |
- support for group chat topics; - version bump | |||
2017-02-07 | Discord: ability to join & leave guilds on the fly | George Hazan | |
2017-02-02 | - code cleaning; | George Hazan | |
- version bump | |||
2017-01-20 | Discord: first version with groupchats | George Hazan | |
2017-01-18 | Discord: | George Hazan | |
- fix for reading our own messages typed in another place; - version bump | |||
2017-01-10 | more thorough fix for duplicate messages | George 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-07 | first version of Discord that sends messages, catches presence packets and ↵ | George Hazan | |
displays typing notification version bump | |||
2016-12-30 | Discord: | George Hazan | |
- user search works; - friend list support; - channel list support; - various fixes |