Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Escape message before adding to SQL backend | Michael Vetter | 2020-04-18 | 1 | -1/+5 |
* | Add to_jid field to ProfMessage struct | Michael Vetter | 2020-04-11 | 1 | -4/+5 |
* | Fix error in getting previous chatlog | Michael Vetter | 2020-04-10 | 1 | -1/+5 |
* | Retrieve message type from database | Michael Vetter | 2020-04-08 | 1 | -1/+16 |
* | Downgrade dependencies | Michael Vetter | 2020-04-07 | 1 | -2/+8 |
* | Add missing includes | Michael Vetter | 2020-04-06 | 1 | -0/+3 |
* | db: actually display the last 10 entries in correct order | Michael Vetter | 2020-04-06 | 1 | -1/+1 |
* | db: get last messages sorted by timestamp | Michael Vetter | 2020-04-06 | 1 | -1/+1 |
* | db: Use type from message struct instead of having individual functions | Michael Vetter | 2020-04-06 | 1 | -75/+79 |
* | db: Fix memleaks | Michael Vetter | 2020-04-06 | 1 | -0/+1 |
* | Add sql to error log | Michael Vetter | 2020-04-06 | 1 | -2/+2 |
* | Remove chat_log_get_previous() | Michael Vetter | 2020-04-06 | 1 | -2/+2 |
* | Get regular chat history out of sql backend | Michael Vetter | 2020-04-06 | 1 | -2/+44 |
* | db: log encryption type | Michael Vetter | 2020-04-06 | 1 | -2/+19 |
* | db: log "to" resource | Michael Vetter | 2020-04-06 | 1 | -8/+8 |
* | 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 |