Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-03 | crash fix | George Hazan | |
2016-12-02 | Compilation fix | watcher | |
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 | toolbar services removed from pascal | George Hazan | |
2016-12-02 | m_msg_buttonsbar.h is not needed anymore | George Hazan | |
2016-12-02 | - toolbar creation delayed till all plugins finish their OnModulesLoaded(); | George Hazan | |
- fix for a gap editing | |||
2016-12-02 | if nothing else helps, finally read the manual | George Hazan | |
- CCtrlSpin::SetRange had mixed up max & min values; - changing data in a spin control didn't send a change notification | |||
2016-12-02 | CCtrlSpin::GetPosition() - new method of spin control | George Hazan | |
2016-12-02 | fix for the CSrmmToolbarOptions dialog | George Hazan | |
2016-12-02 | parameter names conflict with macroses / functions | George Hazan | |
2016-12-02 | [Sametime] remove comment for removed code | Szymon Tokarz | |
2016-12-02 | [MirFox] fix project | Szymon Tokarz | |
[MirFox] fix project | |||
2016-12-01 | more fixes | George Hazan | |
2016-12-01 | warning fix | George Hazan | |
2016-12-01 | toolbar icons processing code moved to mir_app | George Hazan | |
2016-12-01 | CCtrlSpin::SetPosition - method for a spin control initialization | George Hazan | |
2016-12-01 | WinSCP 5.9.3 | dartraiden | |
2016-11-29 | we don't need this code, everything works without it | George Hazan | |
2016-11-29 | code cleaning | George Hazan | |
2016-11-29 | very 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-29 | crash fix for the options dialog | George 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-29 | BBBF_ANSITOOLTIP - unused flag removed | George Hazan | |
2016-11-29 | code cleaning | George Hazan | |
2016-11-27 | magic control id returned (fixes #636) | George Hazan | |
2016-11-27 | correct type for ServiceExists() - bool | George Hazan | |
2016-11-27 | Updated german langpack | Tobias Weimer | |
2016-11-26 | yahoogroups deleted by PU | watcher | |
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 | also libs for mir_core | George Hazan | |
2016-11-26 | compilation fix | George Hazan | |
2016-11-26 | useless "if": identical "if" with identical condition already exists ↵ | dartraiden | |
slightly above | |||
2016-11-25 | langpacks: update | dartraiden | |
2016-11-25 | WM_CTLCOLORSTATIC handler moved to mir_core.dll | George Hazan | |
2016-11-24 | PluginUpdater: we use "32" instead "86" on our site and wiki | dartraiden | |
2016-11-23 | minus WM_TIMER | George Hazan | |
2016-11-23 | options dialog - last call of CreateDialogParam in mir_app.dll | George Hazan | |
2016-11-23 | completed transition of Account Manager dialogs to UI Utils | George Hazan | |
2016-11-22 | Compilation fix | watcher | |
2016-11-23 | account manager partially rewritten using UI Utils | George Hazan | |