summaryrefslogtreecommitdiff
path: root/protocols/Discord/src/stdafx.h
AgeCommit message (Collapse)Author
2017-03-09chat API:George Hazan
- SESSION_INFO now addresses an instance of CChatRoomDlg instead of HWND; - linked list of sessions replaced with the usual LIST<>; - saveCI removed everywhere
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-14fix for include duplicates & recursionsGeorge Hazan
2017-02-13Discord: displaying roles correctlyGeorge Hazan
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-03no need in libcurlGeorge 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-01Discord: added libcurl to dependenciesGeorge 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-17Discord: auth supportGeorge Hazan
2017-01-11message acks: read confirmationsGeorge Hazan
2017-01-08avatar support for DiscordGeorge Hazan
2017-01-07first version of Discord that sends messages, catches presence packets and ↵George Hazan
displays typing notification version bump
2017-01-06adding zlibGeorge Hazan
2017-01-03server history syncing supportGeorge Hazan
2016-12-30Discord:George Hazan
- user search works; - friend list support; - channel list support; - various fixes
2016-12-27first version of options dialogGeorge Hazan
2016-12-27empty protocol classGeorge Hazan
2016-12-27Discord: initial commitGeorge Hazan