summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-04-04static function CLIST_INTERFACE::pfnGetContactIcon exported as ↵George Hazan
Clist_GetContactIcon (history++ to be recompiled)
2018-04-04static function CLIST_INTERFACE::pfnInitAutoRebuild replaced with ↵George Hazan
Clist_InitAutoRebuild
2018-04-04- static function CLIST_INTERFACE::pfnGetAverageMode exported as ↵George Hazan
Proto_GetAverageStatus - Proto_ActivateAccount is not exported anymore due to the lack of need
2018-04-04warning fixesGeorge Hazan
2018-04-04protocols: jabber: xep-0198Gluzskiy Alexandr
- basic error handling
2018-04-04mode code cleaningGeorge Hazan
2018-04-04warning fixGeorge Hazan
2018-04-04code cleaningGeorge Hazan
2018-04-04fix for adding separators into SRMM toolbarGeorge Hazan
2018-04-04Windows lists:George Hazan
- fix for a 64-bit issue that could cause a crash; - code cleaning
2018-04-04TabSRMM: very complicated & non-linear dependency between BBCodes & toolbar ↵George Hazan
buttons visibility removed
2018-04-03unneeded option removedGeorge Hazan
2018-04-03TabSRMM: Chat filter works only after click #1242aunsane
2018-04-03we shall create missing icons (or destroy unneeded ones) after applying ↵George Hazan
toolbar options
2018-04-03MirandaG15: move docs to wikidartraiden
2018-04-03unneeded size fields removedGeorge Hazan
2018-04-03Accounts() : iterator for accountsGeorge Hazan
2018-04-03code cleaning: old unions replaced with MAllStrings & MAllStringsArrayGeorge Hazan
2018-04-03CLIST_INTERFACE:George Hazan
- unused members removed (requires new History++ for people who compile Miranda themselves); - useless helpers Proto_IsAccountEnabled & Proto_IsProtocolLocked replaced with direct calls of PROTOACCOUNT members IsEnabled & IsLocked respectively; - static interface member pfnGetProtocolVisibility replaced with static function Clist_GetProtocolVisibility or PROTOACCOUNT::IsVisible when possible
2018-04-03Clist_modern: fix for calculating common protocol status even for old protocolsGeorge Hazan
2018-04-03protocols: jabber: typo fixGluzskiy Alexandr
2018-04-03protocols: jabber: crash fixGluzskiy Alexandr
https://gist.github.com/apollo2k4/955dc2bd2b8cac46ab51fa787b12329c
2018-04-02Dbx_mdbx: fix for record number calculationGeorge Hazan
2018-04-02fix for global status menu translationGeorge Hazan
2018-04-02related to #1241: fix for icon names' translation in Icon - Menu itemsGeorge Hazan
2018-04-02related to #1241 - fix for AVS options' translationGeorge Hazan
2018-04-02code cleaningGeorge Hazan
2018-04-02partially fixes #1241 = extra icons translationGeorge Hazan
2018-04-02Clist_modern: unloaded protos not to be included into expanded subs tooGeorge Hazan
2018-04-02fixes #1241 (some status menu items don't change language until restart)George Hazan
2018-04-02fixes #1240 (Changing account order makes some accounts disappear) - ancient ↵George Hazan
evil destroyed
2018-04-02fixes #1243 (Groups and metacontacts state don't save during profile ↵George Hazan
convertation)
2018-04-02fixes #1239 (MDBX: crash on "dbmodulechain.cpp (45): CDbxMDBX::GetModuleID" ↵George Hazan
after MSN plugin login and new messages added)
2018-04-02German langpackTobias Weimer
- Updated Jabber
2018-04-02Dbx_mdbx:George Hazan
- unused class members removed; - added function TouchFile() to change access date & time on loading & exit
2018-04-01much more efficient way of handling DBFlush, with separate windowGeorge Hazan
2018-04-01langpacks/ukrainian: add dbx_mdbx translationdartraiden
2018-04-01langpacks: updatedartraiden
2018-04-01langpacks/english: updatedartraiden
2018-04-01oopsdartraiden
2018-04-01better wordingdartraiden
2018-04-01renamed similar to other protocolsdartraiden
2018-04-01protocols: jabber: xep-0198Gluzskiy Alexandr
- few logic bugs fixed - started resumption implementation
2018-04-01Db_autobackups: replace "Dropbox" by "cloud"dartraiden
2018-03-31myGlobals.UseDbxTree : always falseGeorge Hazan
2018-03-31update for openssl libsGeorge Hazan
2018-03-31Exchange: not used defines removedMataes
2018-03-31Msg_Export: mir_strcpy and mir_wstrcpy replaced to strncpy_s and wcsncpy_sMataes
2018-03-31MirOTR: correct versionMataes
2018-03-31MirOTR: remove mir_strcpyMataes