summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
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
2018-03-29fixes #1224 (Crash when launch in service mode)George Hazan
2018-03-28fix for losing info due to MDBX_RESERVE flagGeorge Hazan
2018-03-28Import now works without accounts' activation, without calling Load() of ↵George Hazan
protocol plugins, just on CMPlugin information
2018-03-28PFLAG_UNIQUEIDSETTING removed, its functionality transferred to ↵George Hazan
Proto_SetUniqueId / Proto_GetUniqueId
2018-03-28also plugin auto-loader for mRadioGeorge Hazan
2018-03-28all protocols rewritten to CMPluginBaseGeorge Hazan
2018-03-28code cleaningGeorge Hazan
2018-03-28PLUGIN<> to receive the basic class located inside mir_appGeorge Hazan
2018-03-27fixes #1216 (temporary contacts return back until restart)George Hazan
2018-03-27there's no need to load contacts from unloaded protocolsGeorge Hazan
2018-03-27code cleaningGeorge Hazan
2018-03-27plugins: new_gpgGluzskiy Alexandr
- ptrA memory corruption regression fix - fixed broken xep-0027 prescense sigining regression caused by refectoring ( fixes #1131 )
2018-03-26another buggy piece of code removedGeorge Hazan
2018-03-26fix for system history processingGeorge Hazan
2018-03-26very strange disk type detection removed from libmdbx (fixes #1213)George Hazan
2018-03-26Import: fix to prevent the user-defined accounts' orderGeorge Hazan
2018-03-26Import: fix for original internal account name prevention (causes status ↵George Hazan
icons to be mixed up) - also fixes #1210
2018-03-26Import: converted group chats become usual contactsGeorge Hazan
2018-03-26fixes #1212 (virtual protocols contacts)George Hazan
2018-03-26code cleaningGeorge Hazan
2018-03-26remove DbChecker.batdartraiden
2018-03-26unused declaration removedGeorge Hazan
2018-03-26fixes #1208 (if profile is opened in r/w mode, it should be locked)George Hazan