Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Apply coding style | Michael Vetter | 2020-07-07 | 1 | -7/+6 |
* | Revert "Apply coding style" | Michael Vetter | 2020-07-07 | 1 | -7/+8 |
* | Apply coding style | Michael Vetter | 2020-07-07 | 1 | -8/+7 |
* | db: Use type from message struct instead of having individual functions | Michael Vetter | 2020-04-06 | 1 | -3/+1 |
* | Remove chat_log_get_previous() | Michael Vetter | 2020-04-06 | 1 | -1/+1 |
* | Get regular chat history out of sql backend | Michael Vetter | 2020-04-06 | 1 | -0/+1 |
* | db: log all incoming and outgoing messages | Michael Vetter | 2020-04-06 | 1 | -1/+3 |
* | db: log outgoing message in one case | Michael Vetter | 2020-04-06 | 1 | -0/+1 |
* | db: add dedicated chat, muc, muc pm logging functions | Michael Vetter | 2020-04-06 | 1 | -1/+3 |
* | db: insert message type | Michael Vetter | 2020-04-06 | 1 | -1/+1 |
* | db: move includes | Michael Vetter | 2020-04-06 | 1 | -2/+6 |
* | db: Have one database per account | Michael Vetter | 2020-04-06 | 1 | -1/+1 |
* | database: log stanza_id and whether it is a muc message | Michael Vetter | 2020-04-06 | 1 | -1/+1 |
* | database: log incoming messages | Michael Vetter | 2020-04-06 | 1 | -0/+1 |
* | Start SQLite db module | Michael Vetter | 2020-04-06 | 1 | -0/+43 |