summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2021-01-08database options dialog also went into the coreGeorge Hazan
2021-01-08Password change dialog also became commonGeorge Hazan
2021-01-08s-shitGeorge Hazan
2021-01-08encryption code unification, part 2: initialization & data storageGeorge Hazan
2021-01-08another bunch of duplicate code moved to the coreGeorge Hazan
2021-01-08duplicate code and variables removedGeorge Hazan
2021-01-07more common code moved to MDatabaseCommonGeorge Hazan
2021-01-07common code moved to the coreGeorge Hazan
2021-01-07less constants, less arraysGeorge Hazan
2021-01-07we don't have to restore unread events from blocked accountsGeorge Hazan
2021-01-07compilation fixGeorge Hazan
2021-01-07Dbx_sqlite:George Hazan
- fix: records from events_srt should be also removed when a contact is deleted; - fix: last unread event should be stored in cache when new ts is larger, not smaller; - fix: history length should be calculated using events_srt either; - SQL syntax fixes; - code cleaning
2021-01-06fixes #2649 (NewStory: clickable filetransfers in history)George Hazan
2021-01-06minor code cleaningGeorge Hazan
2021-01-06CCtrlColor applied in dialogs when possibleGeorge Hazan
2021-01-05fixes #2658 (Вынести настройку цвета попапов ↵George Hazan
редактора базы в отдельные настройки) + цвет текста + чистка кода
2021-01-05PluginUpdater: wrong control ids in popup options dialogGeorge Hazan
2021-01-05fixes #2667 (TabSRMM: невозможно настроить ↵George Hazan
жирность/курсивность шрифта для смены статуса в групчате)
2021-01-05code cleaning + duplicate code removedGeorge Hazan
2020-12-30Spelling correctiondartraiden
2020-12-25tabSRMM: rest of unused shit removed (main part of shit was removed in fixes ↵George Hazan
#2215 (TabSRMM: destroy custom tray icon from its own NeN))
2020-12-21fixes #2654 (TabSRMM: настройка цвета выделенного ↵George Hazan
текста применяется только к никлисту, но не к логу групчатов)
2020-12-13Dbx_mdbx: crash fix when deleting sub-contact from a metaGeorge Hazan
2020-12-11fixes #2643 (TabSRMM: internal log disappears after any color change for ↵George Hazan
group chats)
2020-12-10fixes #2644 (Clist blind: проблемы с обработкой ↵George Hazan
нажатий клавиш)
2020-12-09fixes #2641 (Не работает импорт базы данных)George Hazan
2020-12-07fix for rare crash in meta contactsGeorge Hazan
2020-12-07Dbx_mdbx: we don't have to bother db if we're trying to delete missing settingGeorge Hazan
2020-12-07useless code removedGeorge Hazan
2020-12-06more fixes for #2630 (Clist_blind: strange work of user search)George Hazan
2020-12-05fixes #2637 (Dbx_mdbx: Миранда не запускается после ↵George Hazan
обновления)
2020-12-04Dbx_mdbx: now we very quickly load _all_ settings into memory to reject ↵George Hazan
cache misses without any need to look into database
2020-12-04we don't need this crutch anymore, due to the reading from global writing ↵George Hazan
transaction
2020-12-02Dbx_mdbx: fix for losing information during rebootGeorge Hazan
2020-12-01fixes #2634 & #2605 (various problems on startup, caused by transaction ↵George Hazan
isolation), also read-only transactions now use global write transaction
2020-12-01code cleaningGeorge Hazan
2020-11-30fixes #2630 (Clist blind: Filter search option moved to Options - Contact ↵George Hazan
list - Common)
2020-11-25Dbx_mdbx: adaptation of Compact for new write transaction schemeGeorge Hazan
2020-11-25patch that really fixes #2628George Hazan
2020-11-25fixes #2628 (Миранда зависает при попытке ↵George Hazan
проверить базу)
2020-11-23fixes #2626 (Import: cannot import from mdbx to sqlite)George Hazan
2020-11-22dbx_sqlite: logic fixGluzskiy Alexandr
2020-11-22someone told me what prev/next only can be called after last/first....Gluzskiy Alexandr
looks like it is not true
2020-11-19ApplyViewMode: unused parameter removedGeorge Hazan
2020-11-19fixes #2606 (Не применяется режим вида при ↵George Hazan
смене языка клиента)
2020-11-19fixes #2610 (Message plugins: add abitity to Ctrl+V file)George Hazan
2020-11-19fixes #2617 (nicklist & filter buttons to display current state in group chats)George Hazan
2020-11-17fixes #2569 (Ломается профиль после ребута ↵George Hazan
компа. Miranda NG не может открыть '*', профиль в неизвестном формате)
2020-11-17fix for processing db_mc_getSub() return valueGeorge Hazan
2020-11-16Dbx_mdbx: global cursors replaced with mdbx_cursor_bind() and temporary cursorsGeorge Hazan