summaryrefslogtreecommitdiff
path: root/plugins/Dbx_mdbx
AgeCommit message (Collapse)Author
2020-11-25Dbx_mdbx: adaptation of Compact for new write transaction schemeGeorge Hazan
2020-11-25fixes #2628 (Миранда зависает при попытке ↵George Hazan
проверить базу)
2020-11-23fixes #2626 (Import: cannot import from mdbx to sqlite)George Hazan
2020-11-17fixes #2569 (Ломается профиль после ребута ↵George Hazan
компа. Miranda NG не может открыть '*', профиль в неизвестном формате)
2020-11-16Dbx_mdbx: global cursors replaced with mdbx_cursor_bind() and temporary cursorsGeorge Hazan
2020-11-15 txn_ptr::abort() not to be mixed with common ::abort()George Hazan
2020-11-15unused variable CDbxMDBX::m_bShared removedGeorge Hazan
2020-11-15Dbx_mdbx: code cleaningGeorge Hazan
2020-10-25Revert "fixes #2569 (Miranda uses libmdbx unsafely)"George Hazan
This reverts commit a949c9f2b090435ca63de525ee2cd1a79073f08a.
2020-10-25fixes #2569 (Miranda uses libmdbx unsafely)George Hazan
2020-10-09Dbx_mdbx: fix for new constantsGeorge Hazan
2020-09-22sh-h-hitGeorge Hazan
2020-09-22fix for error -32790 on very large profilesGeorge Hazan
2020-08-08filtering out orphaned settingsGeorge Hazan
2020-08-07Dbx_Mdbx: first two integrity checksGeorge Hazan
2020-08-07database verification added to profile managerGeorge Hazan
2020-08-07code cleaningGeorge Hazan
2020-07-09fixes #2474 (NewStory: системная история не ↵George Hazan
удаляется)
2020-06-24fixes #2460 (NewStory: удаление всей истории через ↵George Hazan
меню контакта не работает при определённых обстоятельствах)
2020-06-22temporary return of DbCheckerGeorge Hazan
2020-06-15simpler way of applying server ids to messagesGeorge Hazan
2020-06-10fixes #2438 (Jabber: списки приватности странно ↵George Hazan
себя ведут) + some another DoModal() calls cleaning
2020-06-09fix for running the same dialog multiple timesGeorge Hazan
2020-06-04all improper calls of OnClose replaced with OnDestroy / OnApplyGeorge Hazan
2020-06-04UI classes:George Hazan
- CDlgBase::m_bSucceeded variable introduced to check whether IDOK was pressed or not; - unused/useless buttons with id=IDOK or IDCANCEL removed; - brnOk.OnClick replaced with OnApply calls; - unused/useless calls of EndDialog/EndModal removed; - minor code cleaning
2020-05-29more logsGeorge Hazan
2020-05-29Dbx_mdbx: faster way of removing a contactGeorge Hazan
2020-05-22DatabaseGeorge Hazan
- libmdbx inlined not to change the code of utilities - libmdbx.mir removed from build scripts
2020-05-22fix for broken project file compatibility in VS2019 16.6.0George Hazan
2020-05-13kinda first working version of database event cursorsGeorge Hazan
2020-05-12event cursors for mdbx driverGeorge Hazan
2020-05-02fixes #2367 (После удаления истории меты в базе ↵George Hazan
остаются пустые события)
2020-04-25DBEF_TEMPORARY - new flag to disable event notification about event additionGeorge Hazan
2020-04-25db_event_add / db_event_edit to receive const pointer to DBEVENTINFOGeorge Hazan
2020-03-24Dbx_mdbx: fix for a nasty problem with message idsGeorge Hazan
2020-02-07fixes #2205 (Unable to create new profile)George Hazan
2020-02-02fixes #2139 (При первом запуске драйвер базы ↵George Hazan
зависает)
2020-02-01m_system_cpp.h removed, because there're no C files anymore (hurrah)George Hazan
2020-01-20db_event_delete: unused parameter removedGeorge Hazan
2020-01-15Fix URLdartraiden
2020-01-15Fix capitalizationdartraiden
2020-01-14database compaction must display UI messageGeorge Hazan
(cherry picked from commit c11e0132d5e3873ee61e999a82adbef47393623b)
2020-01-13fixes #2181 ("Miranda was unable to open <profile_name>, it's in an unknown ↵George Hazan
format")
2020-01-12CDbxMDBX: useless window removed and replaced with Miranda_GetSystemWindow()George Hazan
2020-01-09if smth cannot be incuded, it shall be inlinedGeorge Hazan
2020-01-07libmdbx: update to 0.5.0George Hazan
2020-01-01Happy new year, Miranda, part 2dartraiden
2020-01-01Happy new year, MirandaGeorge Hazan
2019-12-06libmdbx: upgrade to 0.4.0George Hazan
2019-12-04GetContactProto: useless duplicate function replaced with standard ↵George Hazan
Proto_GetBaseAccountName