Age | Commit message (Expand) | Author |
2023-04-11 | DB::FILE_BLOB expansion for the offline file transfers, part I | George Hazan |
2023-04-11 | DB::FILE_BLOB - file events' access unification | George Hazan |
2023-01-14 | Convert sources to CR+LF | dartraiden |
2023-01-05 | new database functions for Telegram | George Hazan |
2023-01-02 | Update copyrights | dartraiden |
2022-12-29 | ancient perversion with DBCONTACTWRITESETTING removed | George Hazan |
2022-01-01 | Happy new year, Miranda | dartraiden |
2021-12-26 | DWORD -> uint32_t | George Hazan |
2021-11-07 | first version of mir_core that builds under Linux | ghazan |
2021-03-23 | fixes #2771 (Implement mdbx → sqlite converter) | George Hazan |
2021-01-31 | we import slower, but more securely (flush database time to time) | George Hazan |
2021-01-18 | fixes #2698 (Add current db format (mdbx, sqlite) to version info report) | George Hazan |
2021-01-17 | Update copyrights | dartraiden |
2021-01-08 | database options dialog also went into the core | George Hazan |
2021-01-08 | Password change dialog also became common | George Hazan |
2021-01-08 | encryption code unification, part 2: initialization & data storage | George Hazan |
2021-01-08 | another bunch of duplicate code moved to the core | George Hazan |
2021-01-08 | duplicate code and variables removed | George Hazan |
2021-01-07 | more common code moved to MDatabaseCommon | George Hazan |
2021-01-07 | common code moved to the core | George Hazan |
2020-08-07 | database verification added to profile manager | George Hazan |
2020-08-07 | code cleaning | George Hazan |
2020-08-04 | unused code removed | George Hazan |
2020-06-22 | temporary return of DbChecker | George Hazan |
2020-06-15 | simpler way of applying server ids to messages | George Hazan |
2020-05-13 | kinda first working version of database event cursors | George Hazan |
2020-04-28 | database: | George Hazan |
2020-04-25 | db_event_add / db_event_edit to receive const pointer to DBEVENTINFO | George Hazan |
2020-01-20 | db_event_delete: unused parameter removed | George Hazan |
2020-01-01 | Happy new year, Miranda | George Hazan |
2019-01-04 | Update copyrights | dartraiden |
2018-10-17 | fixes #1626 (Dbx_mdbx: subcontact's history disappears after removing a subco... | George Hazan |
2018-10-10 | stupid schema with event handles sharing via CreateEventHook eliminated | George Hazan |
2018-09-23 | db_event_edit - new stub for editing messages | George Hazan |
2018-09-19 | GetEventById & SetEventId - two new methods to operate with events by their s... | George Hazan |
2018-08-07 | MDatabaseReadonly - base class for all read-only database drivers | George Hazan |
2018-07-05 | fix for random crash fix on start | George Hazan |
2018-06-29 | safer method of backing up databases instead of trying to read them manually | George Hazan |
2018-06-13 | profile lock detection unbound from contact list services | George Hazan |
2018-05-19 | fixes #1368 (Hide dbx_mmap from profile manager) | George Hazan |
2018-04-27 | fixes #1310 (Wrong language after profile conversion) | George Hazan |
2018-04-12 | initial version of profile compactor for MDBX | George Hazan |
2018-04-12 | db_get_current() also returns MDatabaseCommon* | George Hazan |
2018-04-12 | MIDatabase became pure interface | George Hazan |
2018-03-25 | MIDatabaseChecker interface removed | George Hazan |
2018-03-25 | dbchecker moved to deprecated | George Hazan |
2018-03-21 | DATABASELINK::Unload method replaced with the virtual destructor of MDatabase... | George Hazan |
2018-03-10 | GetDatabasePlugin(pszDriverName) - new function to retrieve a database link b... | George Hazan |
2018-03-07 | old C-style code is obsolete now because of MDatabaseCommon existence | George Hazan |
2018-02-24 | more nullptr | Goraf |