Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-07-21 | fixes #4553 (NewStory: проблема с подсчётом числа ↵ | George Hazan | |
событий в истории метаконтакта) | |||
2024-05-20 | fixes #4433 (Контакты не видны до выхода в сеть) | George Hazan | |
2024-05-19 | fixes #4431 (NewStory: в заголовке системной ↵ | 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 | |
2021-11-07 | update for system includes & import libraries | George Hazan | |
2021-04-03 | fix of crazy problems in SQLITE when two instances of database are running ↵ | George Hazan | |
at a time | |||
2021-03-31 | Dbx_sqlite: contact deletion hook should be called before, not after ↵ | George Hazan | |
physical contact deletion | |||
2021-02-23 | fixes #2734 ([dbx_sqlite] only the last of unread events is shown when ↵ | George Hazan | |
multiple unread events arrive) | |||
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-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-07 | common code moved to the core | George Hazan | |
2021-01-07 | less constants, less arrays | George Hazan | |
2021-01-07 | compilation fix | 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-06-10 | dbx_sqlite: dropped first/last event cache (broken by reimplementation) | 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-10 | code cleaning | George Hazan | |
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: simple events cache | aunsane | |
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-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 | |