Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-11-04 | better implementation of #3782 | George Hazan | |
2023-11-04 | fixes #3782 (0.96.4: добавить уведомление о том, ↵ | George Hazan | |
что Миранда не повисла, а происходит преобразование базы) | |||
2023-10-02 | fixes #3700 )dbx_sqlite: удаление истории ↵ | George Hazan | |
метаконтакта оставляет пустые события) | |||
2023-10-01 | fixes #3670 (Long and incorrect loading of messaging window) | George Hazan | |
2023-04-23 | fixes #3503 (Dbx_sqlite: crash at startup) | George Hazan | |
2023-02-09 | SRMM: better support for group chats in database | George Hazan | |
2023-01-14 | Convert sources to CR+LF | dartraiden | |
2022-12-29 | DBSQLITE: marked read storage optimization | George Hazan | |
2022-04-06 | remove executable attribute from affected files | georgehazan | |
2022-02-11 | fixes #2958 Dbx_sqlite: VACUUM doesn't worl) | George Hazan | |
2022-02-11 | Dbx_sqlite: more logs for database compaction | George Hazan | |
2021-04-03 | fix of crazy problems in SQLITE when two instances of database are running ↵ | George Hazan | |
at a time | |||
2021-04-01 | fixes #2822 (dbx_sqlite: total encryption is broken) | George Hazan | |
2021-03-01 | fixes #2735 ([dbx_sqlite][db_autobackups] db backups are intermittently ↵ | George Hazan | |
created as 0-byte files) | |||
2021-03-01 | Dbx_sqlite: more logs for backup operation | George Hazan | |
2021-02-21 | Dbx_sqlite: Backup should return error if backup failed | George Hazan | |
2021-02-16 | fixes #2745 (Dbx_sqlite: wrong behaviour when launching second Miranda with ↵ | George Hazan | |
the same profile) | |||
2021-02-11 | fixes #2724 (Cannot import from sqlite to mdbx) | George Hazan | |
2021-02-05 | Dbx_sqlite: additional disk flush operation for #2694 | George Hazan | |
2021-01-31 | we import slower, but more securely (flush database time to time) | George Hazan | |
2021-01-31 | Dbx_sqlite: | George Hazan | |
- advanced error handling; - a profile is always opened in exclusive mode; - fixes #2717 (wrong query in line 115); - fixes #2694 (two Mirandas can open the same profile, but the second one fails); - version bump | |||
2021-01-20 | no, it doesn't work this way :( | George Hazan | |
2021-01-20 | fixes #2694 (Miranda leaves sqlite profile keeping it locked) | George Hazan | |
2021-01-16 | dbx_sqlite: | George Hazan | |
- major speed-up (we don't close each transaction immediately); - assert replaced with correct error logging (to be able to debug problems using network logs); - code cleaning; - version bump | |||
2021-01-08 | s-shit | George Hazan | |
2021-01-08 | encryption code unification, part 2: initialization & data storage | George Hazan | |
2021-01-07 | common code moved to the core | George Hazan | |
2021-01-07 | Dbx_sqlite: | George Hazan | |
- fix: records from events_srt should be also removed when a contact is deleted; - fix: last unread event should be stored in cache when new ts is larger, not smaller; - fix: history length should be calculated using events_srt either; - SQL syntax fixes; - code cleaning | |||
2019-07-26 | dbx_sqlite: error handler stub | Gluzskiy Alexandr | |
2019-06-05 | sbx_sqlite: get rid of size col in events table | Gluzskiy Alexandr | |
(need testing, incompatible with old db) | |||
2019-06-05 | sbx_sqlite: working on "Modify dbx_sqlite data schema #1949" | Gluzskiy Alexandr | |
2018-11-01 | dbx_sqlite: | aunsane | |
- remove settings and events with contact - code cleanup | |||
2018-10-15 | dbx_sqlite: breaking changes | aunsane | |
- removed contect_event table - added contact_id to event table - some improvements to event cache - increased speed of import -varsion bump | |||
2018-10-11 | dbx_sqlite: fix crash when event's module is wiped after sql statement reset | aunsane | |
2018-10-10 | stupid schema with event handles sharing via CreateEventHook eliminated | George Hazan | |
2018-10-08 | dbx_sqlite: renamed columns with id | aunsane | |
- add some indexes - fix contact loading - add event in metacontact history too - added safety mode support - added asserts to control sqlite statement result | |||
2018-09-27 | dbx_sqlite: correct event sorting | aunsane | |
2018-09-27 | dbx_sqlite: | aunsane | |
- implementation of MetaMergeHistory/MetaSplitHistory - fix contact delete - enable db lock | |||
2018-09-27 | dbx_sqlite: edit event implementation | aunsane | |
2018-09-23 | dbx_sqlite: more fixes | aunsane | |
- contacts: correct loading of mc's into cache - events: fix queries - codrrect deinit of sql statements | |||
2018-09-23 | dbx_sqlite: initial commit (not for use) | aunsane | |