summaryrefslogtreecommitdiff
path: root/plugins/Dbx_mdbx/src
AgeCommit message (Collapse)Author
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-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-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
2019-05-29all icons with keys replaced with skin password icon SKINICON_OTHER_KEYSGeorge Hazan
2019-04-14pack of changes for VS2019George Hazan
2019-02-22Dbx_Mdbx: fix for hangup during database encryptionGeorge Hazan
2019-01-30fixes #1785 (sub's events aren't marked as read, because of that SRMM could ↵George Hazan
read all events into a message log)
2019-01-29fixes #1802 (Dbx_Mdbx doesn't change profile timestamp on exit)George Hazan
2019-01-04Update copyrightsdartraiden
2018-12-18C++ exceptions are disabled in all cases where they just prevent warningsGeorge Hazan
2018-11-08Dbx_mdbx: added control for disk overflow during backupGeorge Hazan
2018-10-17fixes #1626 (Dbx_mdbx: subcontact's history disappears after removing a ↵George Hazan
subcontact instead of saving in meta)
2018-10-16dbx_mdbx: fix return value for db_event_editElzorFox
mir_app: fix adding messages with IDs that were deleted earlier
2018-10-10code cleaningGeorge Hazan