summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2018-06-06merge from master tillGeorge Hazan
fixes #1408 (StdMsg: window caption bug)
2018-06-06Fingerprint: added VK Messenger detectMataes
2018-06-06VKontakte: add 'VK Messenger' MirVerGeorge Hazan
fix for Conversations icon
2018-06-05fix for a h++ version resourceGeorge Hazan
2018-06-05merge of h++ compilation changesGeorge Hazan
2018-06-05VKontakte:George Hazan
fix #1392 (access denied on typing for banned contacts) fix ‘?’ in avatar filenames Fingerprint: fixed Conversations detect
2018-06-05merge of SRMM related changes into stableGeorge Hazan
2018-05-27merge with master tillGeorge Hazan
fixes #1374 (IRC crash on exit after 20-30 account on/off)
2018-05-25merge with master toGeorge Hazan
fixes #1377 ("Options -> Plugins -> Download more plugins" opens Miranda folder instead of website)
2018-05-23TrafficCounter: - massive code cleaning;George Hazan
2018-05-23TrafficCounter: merge with masterGeorge Hazan
2018-05-19merge with master tillGeorge Hazan
fixes #1368 (Hide dbx_mmap from profile manager)
2018-05-16merge with master tillGeorge Hazan
IRC fixes #1342 (broken search in channel browser);
2018-05-14merge with master till:George Hazan
fixes #1358 (StdMsg: "Send on Ctrl+Enter" setting is lost after upgrade)
2018-05-11merge from master toGeorge Hazan
fixes #1349 (Miranda crashes on coming back from auto away)
2018-05-08merge from masterGeorge Hazan
2018-05-07Dbx_mdbx: fixes crash when user tries to compact a profile with passwordGeorge Hazan
2018-05-07compilation fixGeorge Hazan
(cherry picked from commit c33a7f7a36a0e497561ec34c4a96ebbb437125dd)
2018-05-04fixes #1014 (wrong calculation of message edit field's height)George Hazan
2018-05-03useless data removedGeorge Hazan
2018-05-03tabSRMM: idle message isn't reset in group chatsGeorge Hazan
2018-05-03mir_forkThread<typename> - stronger typizatioin for thread function parameterGeorge Hazan
2018-05-03CloudFile: thread functions rewritten using PROTO::ForkThreadGeorge Hazan
2018-05-02CloudFile: fix buttons widthdartraiden
2018-05-01CloudFile: fix for #1315aunsane
2018-04-29fixes #1307 (horror in webview contact settings)George Hazan
2018-04-28TopToolBar: fixes #1306 (bunch of problems with Launch ButtonsGeorge Hazan
2018-04-28StartPosition: fix broken hook (thx ghazan)Goraf
2018-04-27compilation fixGeorge Hazan
2018-04-27fixes #1310 (Wrong language after profile conversion)George Hazan
2018-04-27fixes #1311 (Wrong langpack listed in VersionInfo)George Hazan
2018-04-27code cleaningGeorge Hazan
2018-04-27Boltun: fix for storing events into the databaseGeorge Hazan
2018-04-26CloudFile: fix for #1298aunsane
2018-04-23CloudFile: fixed #1298aunsane
2018-04-23no need to work after shutdownGeorge Hazan
2018-04-23AVS not to free memory allocated outsideGeorge Hazan
2018-04-22CloudFile is also a protocolGeorge Hazan
2018-04-22no more PROTO_INTERFACE::OnEventGeorge Hazan
2018-04-21core: add Contact_GetStatus functionaunsane
2018-04-21CloudFile:aunsane
- fix #1278 - decrease volume of response data with fields filtering - fix uploading for gdrive and onedrive in some cases - simplifying upload code - version bump
2018-04-21code cleaning:George Hazan
- in conformance to C++'11 rules, we don't declare a method as virtual if it's declared as override; - cause this code isn't visible in Pascal anymore, there's no need to use __cdecl calling convention for virtual methods; - since PROTO_INTERFACE is a regular C++ class, there's no need to use old style service declarations for virtual methods like OnModulesLoaded / OnShutdown
2018-04-20db_autobackups: more correct version of cb93541aunsane
2018-04-20db_autobackups: disable automatic backup when you disable all types of backupsaunsane
attempt to fix a collision between gui controls and db option
2018-04-20fixes #1288George Hazan
2018-04-19minor code cleaningGeorge Hazan
2018-04-19fixes #1283 (StdMsg: cursor does not change the shape)George Hazan
2018-04-19fixes #1284 (TabSRMM: "Hide title bar" menu item does nothing)George Hazan
2018-04-19IEView: parse bbc, links, smyles, etc. in text all eventtypesElzorFox
2018-04-18core changes:George Hazan
- PROTOCOLDESCRIPTOR's implementation hidden inside mir_app; - Proto_RegisterModule now doesn't need a PROTOCOLDESCRIPTOR structure; - PROTOTYPE_PROTOWITHACCS type added for protos that work with accounts