summaryrefslogtreecommitdiff
path: root/protocols
AgeCommit message (Collapse)Author
2017-01-06adding zlibGeorge Hazan
2017-01-04gateway support: beginningGeorge Hazan
2017-01-03server history syncing supportGeorge Hazan
2017-01-03blanc icon added for the Invisible modeGeorge Hazan
2017-01-03it's senseless to declare GetName member for the descendants of PROTOGeorge Hazan
2017-01-03Proto_Discord - icons for the Discord protocolGeorge Hazan
2017-01-01bump copyright yeardartraiden
2017-01-01AIM: decapitalizationdartraiden
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-29compilation fixGeorge Hazan
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
2016-12-27first version of options dialogGeorge Hazan
2016-12-27empty protocol classGeorge Hazan
2016-12-27Discord: initial commitGeorge Hazan
2016-12-25Steam: Improve auth handling (fixes #578)Robert Pösel
2016-12-25Steam: Version bumpRobert Pösel
2016-12-25Steam: Start polling thread after loading contacts (addresses #646)Robert Pösel
2016-12-25Steam: Fix immediate quit of polling thread (addresses #646)Robert Pösel
2016-12-18Facebook: Fix reaction icon urls (fixes #641)Robert Pösel
2016-12-18Steam: Attempt to fix not loading contact statuses at login (addresses #646) ↵Robert Pösel
(reverted from commit e0c07918e5644a6927b2408cc4f35a367f59344a) This was bad idea. It makes contacts online even when they aren't anymore.
2016-12-11Steam: Attempt to fix not loading contact statuses at login (addresses #646)Robert Pösel
2016-12-11Facebook: Fix IntelliSense errorRobert Pösel
2016-12-11Facebook: Option to load all contacts at login (not only friends)Robert Pösel
2016-12-11VKontakte: fix (?) set online status after connection problemElzorFox
2016-12-07Facebook: Fix not loading unread messages; version bumpRobert Pösel
This also fixes not loading messages at contact window open (if enabled). And cleans up part of obsolete code.
2016-12-07MSN: Support for File.1 type file transfers.leecher1337
2016-12-06Tlen: "then" and "else" are identical, so "if" is uselessdartraiden
2016-12-05VKontakte: use CCtrlSpin for spin controlsElzorFox
2016-12-04MSN: Added support for file transfer type RichText/Media_GenericFileleecher1337
2016-12-04Facebook: Fix typoRobert Pösel
2016-12-04Facebook: Version bumpRobert Pösel
2016-12-04Facebook: Fix support for "new" group chats (dirty changes)Robert Pösel
This commit is just quick workaround for group chat changes, where Facebook stopped using "id.XXX" ids, and instead use just "XXX" fbids. And for old existing chats tolerates old type, but for new forces this new format. I don't know how that, or changes in this commit, affects classic conversations, but in any case this commit should be cleaned and integrated better. Perhaps rewrite whole uses of "ids" to "fbids" everywhere.
2016-12-04small fixesGeorge Hazan
2016-12-04Facebook: Fix parsing attachmentsRobert Pösel
2016-12-04Facebook: Load only friends at loginRobert Pösel
Because of some change on Facebook side it started sending not only friends, but also other people we talked in some time in history. This commit ignores them and won't load them at login.
2016-12-04SkypeWeb: Disconnect only when 3 *consecutive* errors happensRobert Pösel
Previously, errors counter wasn't reset when correct request arrived, so it could easily accumulate 3 errors during short time very easily, causing unneeded disconnections. This commit changes that behavior and makes disconnection happen only for 3 consecutive errors.
2016-12-04SkypeWeb: Switch to offline on error in trouter (fixes #622)Robert Pösel
2016-12-03SkypeWeb: Fix saving unicode status messagesRobert Pösel
2016-12-03SkypeWeb: Decode numeric html entities (fixes #639)Robert Pösel
Code taken from 'utils\std_string_utils.cpp'. We should combine both codes and move the better / more effective code to the mentioned file so more plugins can share it.
2016-12-03SkypeWeb: Keep original flags when altering db events (fixes #608)Robert Pösel
Flags of new (appended) events were previously reset to DBEF_UTF. This commit fixes that by using flags of old event. So if old event was marked read, it will be kept read.
2016-12-03SkypeWeb: Fix disappearing status message (fixes #615)Robert Pösel
2016-12-03stronger typizationGeorge Hazan
2016-12-02MS_SYSTEM_* services became functionsGeorge Hazan
2016-12-02old shit diedGeorge Hazan
now there's no need to create fake services & events
2016-12-02crash fix in JabberGeorge Hazan