summaryrefslogtreecommitdiff
path: root/protocols/Discord/src/dispatch.cpp
AgeCommit message (Collapse)Author
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-11-13Code modernize ...Goraf
* replace 0/NULL with nullptr [using clang-tidy]
2017-09-21Discord: fix for guild sorting orderGeorge Hazan
2017-09-21Discord: attempt to gather as much information as possibleGeorge Hazan
2017-09-19useless structure GCDEST finally removedGeorge Hazan
2017-08-29Discord: fix for updating user's avatar on the flyGeorge Hazan
2017-06-05minor fixes for Discord protocolGeorge Hazan
2017-03-01fix #726 (Logging out and in duplicates last sent message if it was the last ↵George Hazan
message of the conversation)
2017-02-22channel renaming supportGeorge Hazan
2017-02-22Discord:George Hazan
- support for channel creation & destruction on the fly - code cleaning
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-22fix for the nickname resetGeorge Hazan
2017-02-22Discord: a rusty crutch to receive updates for sent messagesGeorge Hazan
2017-02-15Discord: groupchat history supportGeorge Hazan
version bump
2017-02-15we add all users to a chat first, only then open a roomGeorge Hazan
2017-02-15all events to have timestampsGeorge Hazan
2017-02-13Discord: displaying roles correctlyGeorge Hazan
2017-02-12support for Discord message markupGeorge Hazan
2017-02-11Discord:George Hazan
- support for group chat topics; - version bump
2017-02-08Discord: support for changing nick names in chatsGeorge Hazan
2017-02-07Discord: ability to join & leave guilds on the flyGeorge Hazan
2017-02-07support for the guild chat nicksGeorge Hazan
2017-02-03.George Hazan
2017-02-02- code cleaning;George Hazan
- version bump
2017-02-02Discord: message formatting now includes the list of attachments (if present)George Hazan
2017-02-02fix for the initial presence processingGeorge Hazan
2017-02-02Discord: avatar change detector moved to the separate functionGeorge Hazan
2017-02-01Discord:George Hazan
- we don't request user info when no user id is set; - fix for the user addition; - fix for creating shadow users when a presence is sent to non-existing user
2017-02-01added handler for a USER_SETTINGS_UPDATE commandGeorge Hazan
2017-01-26more logsGeorge Hazan
2017-01-26new private users must be marked as privateGeorge Hazan
2017-01-26fix of marking unread events as readGeorge Hazan
2017-01-23automatic channel creation if user has noneGeorge Hazan
2017-01-20- valid (but totally undocumented) way of reading guild users;George Hazan
- fix for decoding several replies from the single packet;
2017-01-20Discord: first version with groupchatsGeorge Hazan
2017-01-19Discord:George Hazan
- added support for channel addition & removal; - added support for reading message acks; - now Miranda reads the whole history, not only first 99 messages -
2017-01-18Discord:George Hazan
- fix for reading our own messages typed in another place; - version bump
2017-01-17Discord: auth supportGeorge Hazan
2017-01-17Discord: dynamic user addition processingGeorge Hazan
2017-01-16- added reaction to remote contact removal;George Hazan
- now we remove a channel & friendship on local contact removal
2017-01-11message acks: read confirmationsGeorge Hazan
2017-01-09fix for issues with connection closingGeorge Hazan
2017-01-09fix for duplicated messages when reading historyGeorge Hazan
2017-01-09fix for retrieving missing messages when reading channel listGeorge 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-08better way of setting avatar either for me or any other userGeorge Hazan
2017-01-07first version of Discord that sends messages, catches presence packets and ↵George Hazan
displays typing notification version bump