summaryrefslogtreecommitdiff
path: root/plugins/Dbx_mdbx/src/dbevents.cpp
AgeCommit message (Collapse)Author
2025-01-10DBEVENTINFO::timestamp to become 64-bit integerGeorge Hazan
2025-01-01Another year has passeddartraiden
2024-01-08Update copyrightsdartraiden
2023-12-20DBEVENTINFO::hContact to be returned inside an event, no need to call ↵George Hazan
db_event_getContact() just after db_event_get()
2023-04-11DB::FILE_BLOB - file events' access unificationGeorge Hazan
2023-01-05compilation fixGeorge Hazan
2023-01-02Update copyrightsdartraiden
2022-01-01Happy new year, Mirandadartraiden
2021-12-26DWORD -> uint32_tGeorge Hazan
2021-12-26BYTE -> uint8_tGeorge Hazan
2021-12-26PBYTE -> uint8_t*George Hazan
2021-11-07update for system includes & import librariesGeorge Hazan
2021-06-05major code cleaning in regard to db_event_getBlobSize & event memory allocationGeorge Hazan
2021-03-21no, this crutch is used...George Hazan
2021-03-19very bad idea to return -1 as blob size on errorGeorge Hazan
2021-02-28fixes #2737 (Dbx_mdbx: sometimes MDBX_SET doesn't work as expected, nobody ↵George Hazan
knows why)
2021-02-13fixes #2721 (Dbx_mdbx: direct cursors skip the first record found)George Hazan
2021-01-20fixes #2707 (MDBX: reversed event cursors don't work at the end of tableGeorge Hazan
2021-01-19grrm...George Hazan
2021-01-19Dbx_mdbx: fix for reversed event cursors behaviorGeorge Hazan
2021-01-17Update copyrightsdartraiden
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-04we don't need this crutch anymore, due to the reading from global writing ↵George Hazan
transaction
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-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-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-06-24fixes #2460 (NewStory: удаление всей истории через ↵George Hazan
меню контакта не работает при определённых обстоятельствах)
2020-06-15simpler way of applying server ids to messagesGeorge 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-01-20db_event_delete: unused parameter removedGeorge Hazan
2020-01-01Happy new year, MirandaGeorge 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-04Update copyrightsdartraiden
2018-10-16dbx_mdbx: fix return value for db_event_editElzorFox
mir_app: fix adding messages with IDs that were deleted earlier
2018-10-10stupid schema with event handles sharing via CreateEventHook eliminatedGeorge Hazan
2018-10-03dbx_mdbx: fix for editing eventsGeorge Hazan
2018-09-23new event: ME_DB_EVENT_EDITEDGeorge Hazan
2018-09-23EditEvent implementation for CDbxMDBXGeorge Hazan
2018-09-23db_event_edit - new stub for editing messagesGeorge Hazan
2018-09-19GetEventById & SetEventId - two new methods to operate with events by their ↵George Hazan
server ids