Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2016-12-03 | SkypeWeb: Fix saving unicode status messages | Robert Pösel | |
2016-12-03 | SkypeWeb: 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-03 | SkypeWeb: 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-03 | SkypeWeb: Fix disappearing status message (fixes #615) | Robert Pösel | |
2016-12-03 | stronger typization | George Hazan | |
2016-12-02 | MS_SYSTEM_* services became functions | George Hazan | |
2016-12-02 | old shit died | George Hazan | |
now there's no need to create fake services & events | |||
2016-12-02 | crash fix in Jabber | George Hazan | |
2016-12-02 | m_msg_buttonsbar.h is not needed anymore | George Hazan | |
2016-12-02 | [Sametime] remove comment for removed code | Szymon Tokarz | |
2016-12-01 | warning fix | George Hazan | |
2016-11-29 | code cleaning | George Hazan | |
2016-11-26 | fixes #600 (IRC fails to recognize self status change) | George Hazan | |
2016-11-26 | crash fix for IRC kick/makeop commands | George Hazan | |
2016-11-26 | useless "if": identical "if" with identical condition already exists ↵ | dartraiden | |
slightly above | |||
2016-11-22 | compilation fix | George Hazan | |
2016-11-22 | Steam: Small workaround for #633 | Robert Pösel | |
2016-11-20 | unneeded declarations also removed | George Hazan | |
2016-11-20 | unneeded check for stdchat removed (nothing to check for anymore) | watcher | |
langpacks updated accordingly | |||
2016-11-20 | VKontakte: | ElzorFox | |
optimize loading user status info version bump | |||
2016-11-20 | VKontakte: tempory crutch for resolve error 13 on RetrieveUsersInfo | ElzorFox | |
2016-11-20 | VKontakte: fix stupid typo | ElzorFox | |
2016-11-17 | Utils_OpenUrlT | George Hazan | |
Utils_ReplaceVarsT | |||
2016-11-17 | PathToRelativeT - forgotten macro | George Hazan | |
2016-11-14 | VKontakte: add 'ShowVkDeactivateEvents' hidden option (default true) | ElzorFox | |
2016-11-03 | fixes #616 (MRA: error message "Disconnected, socket read error") | George Hazan | |
2016-11-03 | VKontakte: fix cleaning VK_USER_DEACTIVATE_ACTION on history sync (for N ↵ | ElzorFox | |
days methods) | |||
2016-11-03 | VKontakte: fix removing groups where user is not member on auto clean contacrts | ElzorFox | |
2016-11-02 | VKontakte: | ElzorFox | |
fix (?) restart longpoolserver on speedy status change update VK_API_VER to 5.60 version bump | |||
2016-10-31 | VKontakte: add user deactivate events | ElzorFox | |
2016-10-30 | OPTIONSDIALOGPAGE::hIcon - also unused | George Hazan | |