summaryrefslogtreecommitdiff
path: root/plugins/Dbx_mdbx/src/dbevents.cpp
AgeCommit message (Collapse)Author
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
2018-09-14merge with libmdbx releaseGeorge Hazan
2018-04-10fixes #1244 (Deleting subcontact history event leads to metacontact empty ↵George Hazan
history event)
2018-03-30fix for asynchronous database flush to fix unsaved dataGeorge Hazan
2018-03-28fix for losing info due to MDBX_RESERVE flagGeorge Hazan
2018-03-26fix for system history processingGeorge Hazan
2018-03-25string constants with word dbchecker fixedGeorge Hazan
2018-03-24crash fix for mdbx under XP (p.3 of #1199)George Hazan
2018-03-23fixes #1195 (Import from mdbx is broken)George Hazan
2018-02-04checker for MDBX, first versionGeorge Hazan
2018-01-24if we don't use MDBX_DUPSORT, there's no need to pass the data parameterGeorge Hazan
2018-01-23dbx_mdbx:George Hazan
- fix for a name conflict; - stricter transaction scope; - version bump
2018-01-22code cleaningGeorge Hazan
2018-01-11dbx_mdbx:George Hazan
- Remap() / MDBX_CHECK perversion removed; - mdbx_env_set_geometry() is used to grow file automatically
2018-01-11mdbx-plugin: fix names for clarity (minor, but renaming).George Hazan
# Conflicts: # plugins/Dbx_mdbx/src/libmdbx