Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2020-11-22 | dbx_sqlite: logic fix | Gluzskiy Alexandr | |
2020-11-22 | someone told me what prev/next only can be called after last/first.... | Gluzskiy Alexandr | |
looks like it is not true | |||
2020-06-15 | simpler way of applying server ids to messages | George Hazan | |
2020-05-24 | implemented starting position support in cursors | Gluzskiy Alexandr | |
2020-05-13 | kinda first working version of database event cursors | George Hazan | |
2020-05-12 | event cursors for mdbx driver | George Hazan | |
2020-05-10 | dbx_sqlite: fixed crash possibility if cursor with destroyed statement used | Gluzskiy Alexandr | |
2020-05-10 | dbx_sqlite: implemented cursor db api | Gluzskiy Alexandr | |
2020-04-25 | DBEF_TEMPORARY - new flag to disable event notification about event addition | 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-12-04 | GetContactProto: useless duplicate function replaced with standard ↵ | George Hazan | |
Proto_GetBaseAccountName | |||
2019-07-26 | dbx_sqlite: error handler stub | Gluzskiy Alexandr | |
2019-06-10 | dbx_sqlite: dropped first/last event cache (broken by reimplementation) | Gluzskiy Alexandr | |
2019-06-10 | dbx_sqlite: fixed a lot iof typos | Gluzskiy Alexandr | |
//i was a bit too much sleepy, sorry ) | |||
2019-06-05 | fix against insertion of duplicate records for subs | George Hazan | |
2019-06-05 | dbx_sqlite: reimplemented FindLastEvent, FindPrevEvent | Gluzskiy Alexandr | |
2019-06-05 | dbx_sqlite: implemented FindFirstEvent FindNextEvent (need some testing) | Gluzskiy Alexandr | |
2019-06-05 | dbx_sqlite: silenced few warnings | Gluzskiy Alexandr | |
2019-06-05 | dbx_sqlite: implemented MetaMergeHistory and MetaSplitHistory | Gluzskiy Alexandr | |
//untested | |||
2019-06-05 | sbx_sqlite: get rid of size col in events table | Gluzskiy Alexandr | |
(need testing, incompatible with old db) | |||
2019-06-05 | modified: plugins/Dbx_sqlite/src/dbevents.cpp | Gluzskiy Alexandr | |
2019-06-05 | dbx_sqlite: implemented cleaning of events_srt | Gluzskiy Alexandr | |
2019-06-05 | dbx_sqlite: add record to srt table for subcontact | Gluzskiy Alexandr | |
2019-06-05 | dbx_sqlite: add incomming events also to srt table | Gluzskiy Alexandr | |
2019-06-05 | sbx_sqlite: working on "Modify dbx_sqlite data schema #1949" | Gluzskiy Alexandr | |
2019-01-04 | Update copyrights | dartraiden | |
2018-12-18 | C++ exceptions are disabled in all cases where they just prevent warnings | George Hazan | |
2018-11-01 | dbx_sqlite: | aunsane | |
- remove settings and events with contact - code cleanup | |||
2018-10-17 | dbx_sqlite: store event into sub, but notify meta | aunsane | |
2018-10-17 | crash fix | George Hazan | |
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 | code cleaning | George Hazan | |
2018-10-10 | stupid schema with event handles sharing via CreateEventHook eliminated | George Hazan | |
2018-10-09 | dbx_sqlite: fix deletion of settings | aunsane | |
2018-10-08 | dbx_sqlite: fix eternal cycle in HistoryPP on profile create | aunsane | |
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-27 | dbx_sqlite: edit event implementation | aunsane | |
2018-09-23 | dbx_sqlite: mc support in settings | aunsane | |
2018-09-23 | db_event_edit - new stub for editing messages | George Hazan | |
2018-09-23 | dbx_sqlite: fix get event query | 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: fix events queries | aunsane | |