Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-08 | correct away icon | George Hazan | |
2017-01-08 | idle status is not ID_STATUS_IDLE, but ID_STATUS_LONGAWAY | George Hazan | |
2017-01-08 | fix for the icon resources | George Hazan | |
2017-01-08 | fix for data allocation | George Hazan | |
2017-01-07 | first version of Discord that sends messages, catches presence packets and ↵ | George Hazan | |
displays typing notification version bump | |||
2017-01-07 | first version of Discord with working gateway connection | George Hazan | |
2017-01-07 | Facebook: Fix logging string (fixes #660) | Robert Pösel | |
2017-01-06 | gateway commands | George Hazan | |
2017-01-06 | adding zlib | George Hazan | |
2017-01-04 | gateway support: beginning | George Hazan | |
2017-01-03 | server history syncing support | George Hazan | |
2017-01-03 | blanc icon added for the Invisible mode | George Hazan | |
2017-01-03 | it's senseless to declare GetName member for the descendants of PROTO | George Hazan | |
2017-01-03 | Proto_Discord - icons for the Discord protocol | George Hazan | |
2017-01-01 | bump copyright year | dartraiden | |
2017-01-01 | AIM: decapitalization | dartraiden | |
2016-12-30 | Discord: | George Hazan | |
- user search works; - friend list support; - channel list support; - various fixes | |||
2016-12-29 | support for the SnowFlake type for Miranda | George Hazan | |
2016-12-29 | these operators better be not inlined | George Hazan | |
2016-12-29 | compilation fix | George Hazan | |
2016-12-29 | login processing completed | George Hazan | |
2016-12-28 | first version that logs in successfully | George Hazan | |
2016-12-28 | http framework | George Hazan | |
2016-12-27 | implementation of CDiscordProto::SetStatus | George Hazan | |
2016-12-27 | first version of options dialog | George Hazan | |
2016-12-27 | empty protocol class | George Hazan | |
2016-12-27 | Discord: initial commit | George Hazan | |
2016-12-25 | Steam: Improve auth handling (fixes #578) | Robert Pösel | |
2016-12-25 | Steam: Version bump | Robert Pösel | |
2016-12-25 | Steam: Start polling thread after loading contacts (addresses #646) | Robert Pösel | |
2016-12-25 | Steam: Fix immediate quit of polling thread (addresses #646) | Robert Pösel | |
2016-12-18 | Facebook: Fix reaction icon urls (fixes #641) | Robert Pösel | |
2016-12-18 | Steam: 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-11 | Steam: Attempt to fix not loading contact statuses at login (addresses #646) | Robert Pösel | |
2016-12-11 | Facebook: Fix IntelliSense error | Robert Pösel | |
2016-12-11 | Facebook: Option to load all contacts at login (not only friends) | Robert Pösel | |
2016-12-11 | VKontakte: fix (?) set online status after connection problem | ElzorFox | |
2016-12-07 | Facebook: Fix not loading unread messages; version bump | Robert Pösel | |
This also fixes not loading messages at contact window open (if enabled). And cleans up part of obsolete code. | |||
2016-12-07 | MSN: Support for File.1 type file transfers. | leecher1337 | |
2016-12-06 | Tlen: "then" and "else" are identical, so "if" is useless | dartraiden | |
2016-12-05 | VKontakte: use CCtrlSpin for spin controls | ElzorFox | |
2016-12-04 | MSN: Added support for file transfer type RichText/Media_GenericFile | leecher1337 | |
2016-12-04 | Facebook: Fix typo | Robert Pösel | |
2016-12-04 | Facebook: Version bump | Robert Pösel | |
2016-12-04 | Facebook: 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-04 | small fixes | George Hazan | |
2016-12-04 | Facebook: Fix parsing attachments | Robert Pösel | |
2016-12-04 | Facebook: Load only friends at login | Robert 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-04 | SkypeWeb: Disconnect only when 3 *consecutive* errors happens | Robert 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-04 | SkypeWeb: Switch to offline on error in trouter (fixes #622) | Robert Pösel | |