summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-04std_string_utils: Rework url::decode method to be universalRobert Pösel
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-04MirOTR: Fix changing ConvHTML/Policy (fixes #553)Robert Pösel
Problem was that only the changed value of one of the two options was changed/remembered, but when saving the options, both of them were saved. So one of them was always reseted to default value (unless user changed both of them before applying settings). This commit fixes that by remembering value of both options at once. It's not best/beautiful solution (as we always touch more things than we need), but it should be ok for now.
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-03crash fixGeorge Hazan
2016-12-02Compilation fixwatcher
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
2016-12-02toolbar services removed from pascalGeorge Hazan
2016-12-02m_msg_buttonsbar.h is not needed anymoreGeorge Hazan
2016-12-02- toolbar creation delayed till all plugins finish their OnModulesLoaded();George Hazan
- fix for a gap editing
2016-12-02if nothing else helps, finally read the manualGeorge Hazan
- CCtrlSpin::SetRange had mixed up max & min values; - changing data in a spin control didn't send a change notification
2016-12-02CCtrlSpin::GetPosition() - new method of spin controlGeorge Hazan
2016-12-02fix for the CSrmmToolbarOptions dialogGeorge Hazan
2016-12-02parameter names conflict with macroses / functionsGeorge Hazan
2016-12-02[Sametime] remove comment for removed codeSzymon Tokarz
2016-12-02[MirFox] fix projectSzymon Tokarz
[MirFox] fix project
2016-12-01more fixesGeorge Hazan
2016-12-01warning fixGeorge Hazan
2016-12-01toolbar icons processing code moved to mir_appGeorge Hazan
2016-12-01CCtrlSpin::SetPosition - method for a spin control initializationGeorge Hazan
2016-12-01WinSCP 5.9.3dartraiden
2016-11-29we don't need this code, everything works without itGeorge Hazan
2016-11-29code cleaningGeorge Hazan
2016-11-29very strange schema with two arrays of button replaced with the simpler one ↵George Hazan
with one array no need to double the code
2016-11-29crash fix for the options dialogGeorge Hazan
2016-11-29- BBBF_ISLSIDEBUTTON flag removed (set by default);George Hazan
- m_bLSided removed, because it's mutually exclusive with m_bRSided
2016-11-29BBBF_ANSITOOLTIP - unused flag removedGeorge Hazan
2016-11-29code cleaningGeorge Hazan
2016-11-27magic control id returned (fixes #636)George Hazan
2016-11-27correct type for ServiceExists() - boolGeorge Hazan
2016-11-27Updated german langpackTobias Weimer
2016-11-26yahoogroups deleted by PUwatcher
2016-11-26fixes #600 (IRC fails to recognize self status change)George Hazan
2016-11-26crash fix for IRC kick/makeop commandsGeorge Hazan
2016-11-26also libs for mir_coreGeorge Hazan
2016-11-26compilation fixGeorge Hazan
2016-11-26useless "if": identical "if" with identical condition already exists ↵dartraiden
slightly above