Age | Commit message (Expand) | Author |
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-16 | dbx_sqlite: | George Hazan |
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-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 | s-shit | 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-07 | more common code moved to MDatabaseCommon | George Hazan |
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 |
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 |
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 Proto_GetB... | George Hazan |
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 |
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 |
2019-06-05 | sbx_sqlite: get rid of size col in events table | Gluzskiy Alexandr |
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 |
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 |
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 |