summaryrefslogtreecommitdiff
path: root/plugins/Dbx_sqlite/src/dbevents.cpp
AgeCommit message (Collapse)Author
2023-10-02fixes #3692 (При редактировании сообщения ↵George Hazan
собеседником прилёт отредактированного сообщения открывает вкладку с субконтактом)
2023-10-02fixes #3700 )dbx_sqlite: удаление истории ↵George Hazan
метаконтакта оставляет пустые события)
2023-10-01Dbx_Sqlite: fix for events deletionGeorge Hazan
2023-10-01fixes #3670 (Long and incorrect loading of messaging window)George Hazan
2023-09-06fixes #3667 (Telegram: add message edit feature)George Hazan
2023-08-04if db_event_edit is called without a blob, there's no need to rewrite itGeorge Hazan
2023-07-24disk file to be deleted when an event containing it is being removedGeorge Hazan
2023-07-22offline files to be stored inside usual folder for incoming files, not ↵George Hazan
inside %profile_data%\\dlFiles
2023-07-17Dbx_sqlite: typo fixGeorge Hazan
2023-04-23Dbx_Sqlite: fix for an ugly bug in SQLITE3George Hazan
2023-04-22Dbx_Sqlite: all this chemistry isn't needed due to m_count initialization in ↵George Hazan
InitContacts()
2023-04-22fixes #3501 (History++: 'View History' still available after using 'Empty ↵George Hazan
history')
2023-04-13DbxSqlite: query optimizationGeorge Hazan
2023-04-13typo fixGeorge Hazan
2023-04-12useless function DbEvent_GetString removedGeorge Hazan
2023-04-12first attempt to make offline transfers visibleGeorge Hazan
2023-04-11DB::FILE_BLOB - file events' access unificationGeorge Hazan
2023-02-10ME_DB_EVENT_MARKED_READ: recursion preventionGeorge Hazan
2023-02-09SRMM: better support for group chats in databaseGeorge Hazan
2023-02-08fixes #3326 (iehistory не показывает последние ↵George Hazan
сообщения)
2023-01-15fixes #3302 (История временно пропадает после ↵George Hazan
удаление субконтакта из метаконтакта)
2023-01-14Convert sources to CR+LFdartraiden
2023-01-10fixes #3276 (Очень медленное добавление и ↵George Hazan
удаление событий из базы)
2023-01-07Telegram: simple version of marking messages readGeorge Hazan
2023-01-05new database functions for TelegramGeorge Hazan
2023-01-01fixes #3290 completely + fix for the database checkerGeorge Hazan
2023-01-01fixes #3290 (revert back flags binding type)George Hazan
2022-12-29DBSQLITE: marked read storage optimizationGeorge Hazan
2022-04-06remove executable attribute from affected filesgeorgehazan
2021-12-26DWORD -> uint32_tGeorge Hazan
2021-12-26BYTE -> uint8_tGeorge Hazan
2021-12-26PBYTE -> uint8_t*George Hazan
2021-11-07update for system includes & import librariesGeorge Hazan
2021-07-05fix for occasional crashGeorge Hazan
2021-06-05major code cleaning in regard to db_event_getBlobSize & event memory allocationGeorge Hazan
2021-04-13dbx_sqlite: implemented database checker + version bumpGeorge Hazan
2021-04-03fix of crazy problems in SQLITE when two instances of database are running ↵George Hazan
at a time
2021-04-01fixes #2822 (dbx_sqlite: total encryption is broken)George Hazan
2021-02-27fixes #2736 (Dbx_sqlite: improper work of FindNext/FindPrev results to the ↵George Hazan
eternal loop)
2021-02-20oops... Dbx_sqlite doesn't handle system events properlyGeorge Hazan
2021-01-31Dbx_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-16dbx_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-10minor code cleaningGeorge Hazan
2021-01-10fixes #2121 ([dbx_sqlite] Event updates do not work properly)George Hazan
2021-01-07less constants, less arraysGeorge Hazan
2021-01-07Dbx_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-22dbx_sqlite: logic fixGluzskiy Alexandr
2020-11-22someone told me what prev/next only can be called after last/first....Gluzskiy Alexandr
looks like it is not true
2020-06-15simpler way of applying server ids to messagesGeorge Hazan
2020-05-24implemented starting position support in cursorsGluzskiy Alexandr