summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2021-01-17Code cleaningdartraiden
2021-01-17Update copyrightsdartraiden
2021-01-16dbx_sqlite:George Hazan
- major speed-up (we don't close each transaction immediately); - assert replaced with correct error logging (to be able to debug problems using network logs); - code cleaning; - version bump
2021-01-16glory, glory, halleluya: perversive manual call of OnChange() event inside ↵George Hazan
OnInitDialog isn't needed anymore
2021-01-16this onChange handlers finally divided by controlsGeorge Hazan
2021-01-15fixes #2689 (chaos in tabSRMM NEN options dialog)George Hazan
2021-01-12tabSRMM: wrong incoming symbols background colorGeorge Hazan
2021-01-12tabSRMM: missing line addedGeorge Hazan
2021-01-11and also one more timer in tabSRMMGeorge Hazan
2021-01-11SRMM windows: timer classes instead of perversions with WM_TIMERGeorge Hazan
2021-01-10minor code cleaningGeorge Hazan
2021-01-10fixes #2121 ([dbx_sqlite] Event updates do not work properly)George Hazan
2021-01-10CSendLater: fake class removedGeorge Hazan
2021-01-10tabSRMM: send later dialog -> UI classesGeorge Hazan
2021-01-08Import to use faster cursorsGeorge Hazan
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