about summary refs log tree commit diff stats
path: root/src/database.c
Commit message (Expand)AuthorAgeFilesLines
* fix more memory leaksSteffen Jaeckel2023-01-181-3/+11
* Update copyright yearMichael Vetter2023-01-101-1/+1
* Fix merge mistake in databaseMichael Vetter2022-10-211-1/+1
* Merge MAM improvements from #1724Michael Vetter2022-10-211-4/+63
|\
| * Apply corrections when getting messages from dbMarcoPolo-PasTonMolo2022-08-121-1/+1
| * Fix duplicate sent messages in dbMarcoPolo-PasTonMolo2022-07-101-2/+3
| * Have ability to scroll through history even without MAMMarcoPolo-PasTonMolo2022-07-101-4/+7
| * Handle scrolling down when buffer fills upMarcoPolo-PasTonMolo2022-07-101-5/+5
| * Add loading history message on initial MAM requestMarcoPolo-PasTonMolo2022-07-051-1/+3
| * Fix initial MAM not displayingMarcoPolo-PasTonMolo2022-07-051-5/+8
| * Get messages from history when scrolling up.MarcoPolo-PasTonMolo2022-07-031-2/+7
| * On new chatwin fetch mam according to guidelines.MarcoPolo-PasTonMolo2022-07-031-0/+45
* | database: remove commentMichael Vetter2022-06-291-1/+1
* | database: retrieve encryption typeMichael Vetter2022-06-291-2/+20
* | database: unref dateMichael Vetter2022-06-291-1/+3
* | Include xmpp and message header to database.cMichael Vetter2022-06-281-0/+2
|/
* Update copyright yearMichael Vetter2022-05-091-1/+1
* add `files_file_in_account_data_path()`Steffen Jaeckel2022-03-131-21/+1
* auto-formatSteffen Jaeckel2022-02-011-1/+1
* database.c: fix inserting messages to chat logs if archive_id is emptyJuraj Mlich2021-12-311-1/+1
* Format code correctlyMichael Vetter2021-10-051-12/+12
* Escape all parameters in SQL statementsCIacademic2021-06-111-8/+5
* Get rid of asprintf and _GNU_SOURCE defineMichael Vetter2021-03-301-21/+20
* Add config.h in files were it was missingMichael Vetter2021-03-261-0/+2
* database: make log_database_get_previous_chat saferMichael Vetter2021-03-251-0/+2
* database: simplify _log_database_add_outgoingMichael Vetter2021-03-251-2/+1
* database: simplify log_database_add_incomingMichael Vetter2021-03-251-2/+1
* Calm OpenBSD syslogkaffeekanne2021-02-151-5/+5
* Since the string from strerror should never be modified, use const.Philipp Klaus Krause2020-10-141-1/+1
* Use g_date_time_format_iso8601()Michael Vetter2020-09-301-8/+2
* database: Only insert if there is no entry with same archive_idMichael Vetter2020-07-231-4/+6
* Apply coding styleMichael Vetter2020-07-071-65/+72
* Revert "Apply coding style"Michael Vetter2020-07-071-76/+69
* Apply coding styleMichael Vetter2020-07-071-69/+76
* Use files_get_account_data_path instead of duplicate codeMichael Vetter2020-07-011-16/+10
* Feature request - XEP-0373: OpenPGP for XMPP (OX)DebXWoody2020-06-291-1/+3
* Fix carbon loggingMichael Vetter2020-05-271-4/+8
* Escape message before adding to SQL backendMichael Vetter2020-04-181-1/+5
* Add to_jid field to ProfMessage structMichael Vetter2020-04-111-4/+5
* Fix error in getting previous chatlogMichael Vetter2020-04-101-1/+5
* Retrieve message type from databaseMichael Vetter2020-04-081-1/+16
* Downgrade dependenciesMichael Vetter2020-04-071-2/+8
* Add missing includesMichael Vetter2020-04-061-0/+3
* db: actually display the last 10 entries in correct orderMichael Vetter2020-04-061-1/+1
* db: get last messages sorted by timestampMichael Vetter2020-04-061-1/+1
* db: Use type from message struct instead of having individual functionsMichael Vetter2020-04-061-75/+79
* db: Fix memleaksMichael Vetter2020-04-061-0/+1
* Add sql to error logMichael Vetter2020-04-061-2/+2
* Remove chat_log_get_previous()Michael Vetter2020-04-061-2/+2
* Get regular chat history out of sql backendMichael Vetter2020-04-061-2/+44