summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2018-04-06PF2_NONE : flag for protocols that have no statuses at allGeorge Hazan
fixes #1247
2018-04-06CloudFile: no need to create fake protocol instances just for searchGeorge Hazan
2018-04-05CLIST_INTERFACE::pfnGetContactDisplayName => Clist_GetContactDisplayNameGeorge Hazan
2018-04-05these calls aren't required anymoreGeorge Hazan
2018-04-05bunch of obsoleted CLIST_INTERFACE::Tray* methods removed or moved to ↵George Hazan
Clist_Tray*
2018-04-05CLIST_INTERFACE::pfnDrawMenuItem => Clist_DrawMenuItemGeorge Hazan
2018-04-05CLIST_INTERFACE::pfnChangeContactIcon => Clist_ChangeContactIconGeorge Hazan
2018-04-05CLIST_INTERFACE::pfnLoadContactTree => Clist_LoadContactTreeGeorge Hazan
2018-04-05Import crashes if the original profile contains wrong number of groupsGeorge Hazan
2018-04-05CLIST_INTERFACE::pfnGetStatusModeDescription => Clist_GetStatusModeDescriptionGeorge Hazan
2018-04-04unused CLIST_INTERFACE data moved inside mir_appGeorge Hazan
2018-04-04CLIST_INTERFACE::pfnReloadExtraIcons => ExtraIcon_Reload()George Hazan
CLIST_INTERFACE::pfnSetAllExtraIcons => ExtraIcon_SetAll()
2018-04-04- CLIST_INTERFACE::pfnGetProtocolMenu => Menu_GetProtocolMenuGeorge Hazan
- CLIST_INTERFACE::pfnReloadProtoMenus => Menu_ReloadProtoMenus - CLIST_INTERFACE::pfnGetProtoIndexByPos considered unused... thus removed
2018-04-04CLIST_INTERFACE::pfnGetAccountIndexByPos => Clist_GetAccountIndexGeorge Hazan
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-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-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-02Dbx_mdbx: fix for record number calculationGeorge Hazan
2018-04-02related to #1241 - fix for AVS options' translationGeorge Hazan
2018-04-02Clist_modern: unloaded protos not to be included into expanded subs tooGeorge Hazan
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-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-01Db_autobackups: replace "Dropbox" by "cloud"dartraiden
2018-03-31myGlobals.UseDbxTree : always falseGeorge 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
2018-03-31AssocMgr: removed not used files and functionsMataes
2018-03-31BASS_interface: BASS updateMataes
2018-03-31IEView: mir_strcpy and mir_wstrcpy replaced to strncpy_s and wcsncpy_sMataes
2018-03-30merge with the final version of libmdbxGeorge Hazan
2018-03-30fix for the oper-optimizing MSVC compilerGeorge Hazan
2018-03-30fix for asynchronous database flush to fix unsaved dataGeorge Hazan
2018-03-29plugins: new_gpgGluzskiy Alexandr
- adapted to CDlgBase changes (fixes crash on window close)
2018-03-29major clutch removed with double service mode plugins launchGeorge Hazan
2018-03-29Import: when started in the service mode it opens its window and launched ↵George Hazan
Miranda