Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-06 | remove executable attribute from affected files | georgehazan | |
2021-12-26 | DWORD -> uint32_t | George Hazan | |
2021-12-26 | BYTE -> uint8_t | George Hazan | |
2021-12-26 | PBYTE -> uint8_t* | George Hazan | |
2021-11-07 | update for system includes & import libraries | George Hazan | |
2021-07-05 | fix for occasional crash | George Hazan | |
2021-06-05 | major code cleaning in regard to db_event_getBlobSize & event memory allocation | George Hazan | |
2021-04-13 | dbx_sqlite: implemented database checker + version bump | 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-02-27 | fixes #2736 (Dbx_sqlite: improper work of FindNext/FindPrev results to the ↵ | George Hazan | |
eternal loop) | |||
2021-02-20 | oops... Dbx_sqlite doesn't handle system events properly | 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-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-10 | minor code cleaning | George Hazan | |
2021-01-10 | fixes #2121 ([dbx_sqlite] Event updates do not work properly) | George Hazan | |
2021-01-07 | less constants, less arrays | 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 | |
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 | |
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 | 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 |