Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | db: log "from" resource | Michael Vetter | 2020-04-06 | 1 | -6/+7 |
* | db: log all incoming and outgoing messages | Michael Vetter | 2020-04-06 | 1 | -18/+33 |
* | db: log outgoing message in one case | Michael Vetter | 2020-04-06 | 1 | -11/+43 |
* | db: add dedicated chat, muc, muc pm logging functions | Michael Vetter | 2020-04-06 | 1 | -1/+20 |
* | db: insert message type | Michael Vetter | 2020-04-06 | 1 | -4/+14 |
* | db: add more needed fields | Michael Vetter | 2020-04-06 | 1 | -7/+20 |
* | db: make id autoincrement | Michael Vetter | 2020-04-06 | 1 | -1/+1 |
* | db: fix inserting null in database | Michael Vetter | 2020-04-06 | 1 | -1/+1 |
* | db: log replace id | Michael Vetter | 2020-04-06 | 1 | -3/+3 |
* | db: use goto in error case | Michael Vetter | 2020-04-06 | 1 | -24/+13 |
* | db: add db version | Michael Vetter | 2020-04-06 | 1 | -1/+25 |
* | db: move includes | Michael Vetter | 2020-04-06 | 1 | -4/+1 |
* | db: guard against no DB | Michael Vetter | 2020-04-06 | 1 | -2/+10 |
* | db: Have one database per account | Michael Vetter | 2020-04-06 | 1 | -4/+41 |
* | database: log stanza_id and whether it is a muc message | Michael Vetter | 2020-04-06 | 1 | -4/+4 |
* | database: log incoming messages | Michael Vetter | 2020-04-06 | 1 | -0/+30 |
* | database: Define chatlog database location | Michael Vetter | 2020-04-06 | 1 | -6/+11 |
* | database: create table | Michael Vetter | 2020-04-06 | 1 | -2/+13 |
* | Start SQLite db module | Michael Vetter | 2020-04-06 | 1 | -0/+70 |