summaryrefslogtreecommitdiff
path: root/protocols/Discord/src/connection.cpp
AgeCommit message (Collapse)Author
2018-10-29Discord:George Hazan
- crash fix on exit; - fix for calling KillTimer from the worker process; - fix for disconnecting whole account when server orders to reset the gateway connection
2018-10-13group chats:George Hazan
- GC_SHAREDUSERS removed; - SESSION_INFO::pParent used instead to collect data about shared user info - fix for SESSION_INFO::pMe calculation - Discord chats now go offline when proto goes offline
2018-01-01massive copyright updatedartraiden
2017-12-29PROTO_INTERFACE::setAllContactStatuses - common code moved to the coreGeorge 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-08-25fixes #845 ([Discord] Adding a new contact causes "Only bots can use this ↵George Hazan
endpoint" error)
2017-06-05Discord: attempt to fix problems with unauthorized http requestsGeorge Hazan
2017-03-21more warnings fixedGeorge Hazan
2017-02-22Discord:George Hazan
- support for channel creation & destruction on the fly - code cleaning
2017-02-03we mark all contacts as offline after a protocol goes offlineGeorge Hazan
2017-01-12Netlib_FreeHttpRequest() instead of MS_NETLIB_FREEHTTPREQUESTSTRUCTGeorge Hazan
2017-01-11Discord:George Hazan
- API version is locked to v6; - important fix for handling errors in http requests
2017-01-11message acks: read confirmationsGeorge Hazan
2017-01-09fix for issues with connection closingGeorge Hazan
2017-01-07first version of Discord with working gateway connectionGeorge Hazan
2017-01-04gateway support: beginningGeorge Hazan
2017-01-01bump copyright yeardartraiden
2016-12-30Discord:George Hazan
- user search works; - friend list support; - channel list support; - various fixes
2016-12-29login processing completedGeorge Hazan
2016-12-28first version that logs in successfullyGeorge Hazan
2016-12-28http frameworkGeorge Hazan
2016-12-27implementation of CDiscordProto::SetStatusGeorge Hazan