summaryrefslogtreecommitdiff
path: root/protocols/Discord/src/utils.cpp
AgeCommit message (Collapse)Author
2018-05-03mir_forkThread<typename> - stronger typizatioin for thread function parameterGeorge Hazan
2018-02-21Discord: C++'11 iteratorsGeorge Hazan
2018-01-01massive copyright updatedartraiden
2017-12-29PROTO_INTERFACE::setAllContactStatuses - common code moved to the coreGeorge Hazan
2017-12-11parameters unification between JSON & HTTPGeorge Hazan
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-27fixes #944 ( [Discord] Recent change breaks clist behavior (no longer ↵George Hazan
displaying topics in contact list)
2017-03-21warning fixGeorge Hazan
2017-03-10Group chats:George Hazan
- GC_CONTROL_MSG left us forever; - tons of old/unused/useless slack simply wiped out; - new function: CSrmmBaseDialog::ClearLog
2017-02-22Discord:George Hazan
- support for channel creation & destruction on the fly - code cleaning
2017-02-18fix for messages without a time stampGeorge Hazan
2017-02-17Discord: fix to close chats on going offlineGeorge Hazan
2017-02-15Discord: groupchat history supportGeorge Hazan
version bump
2017-02-15fix for highlighting non-mentioned contacts in groupchatGeorge Hazan
2017-02-12support for Discord message markupGeorge 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-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-01fix for null avatar hash processingGeorge Hazan
2017-02-01added handler for a USER_SETTINGS_UPDATE commandGeorge Hazan
2017-01-27fix for a wrong status translationGeorge 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-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-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
2017-01-06gateway commandsGeorge Hazan
2017-01-03server history syncing supportGeorge Hazan
2017-01-01bump copyright yeardartraiden
2016-12-30Discord:George Hazan
- user search works; - friend list support; - channel list support; - various fixes
2016-12-29support for the SnowFlake type for MirandaGeorge Hazan
2016-12-29these operators better be not inlinedGeorge Hazan
2016-12-27implementation of CDiscordProto::SetStatusGeorge Hazan