Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | 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 | 3 | -85/+87 | |
| * | Add type field to ProfMessage | Michael Vetter | 2020-04-06 | 4 | -14/+27 | |
| * | db: Fix memleaks | Michael Vetter | 2020-04-06 | 2 | -2/+2 | |
| * | Add sql to error log | Michael Vetter | 2020-04-06 | 1 | -2/+2 | |
| * | win_print_history() print 'me' on regular chats if we wrote the message | Michael Vetter | 2020-04-06 | 1 | -1/+9 | |
| * | Adapt win_print_history() to work with muc too | Michael Vetter | 2020-04-06 | 5 | -24/+27 | |
| * | Remove chat_log_get_previous() | Michael Vetter | 2020-04-06 | 6 | -64/+6 | |
| * | Get regular chat history out of sql backend | Michael Vetter | 2020-04-06 | 3 | -21/+53 | |
| * | 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 | |
| * | Fix copy paste error | Michael Vetter | 2020-04-06 | 1 | -1/+1 | |
| * | Add log_database_add_*() test stubs | Michael Vetter | 2020-04-06 | 1 | -1/+6 | |
| * | Fix message_send_private unittest stub | Michael Vetter | 2020-04-06 | 1 | -1/+6 | |
| * | db: dont log reflected MUC messages | Michael Vetter | 2020-04-06 | 1 | -1/+1 | |
| * | db: log all incoming and outgoing messages | Michael Vetter | 2020-04-06 | 6 | -25/+64 | |
| * | db: log outgoing message in one case | Michael Vetter | 2020-04-06 | 3 | -11/+46 | |
| * | db: add dedicated chat, muc, muc pm logging functions | Michael Vetter | 2020-04-06 | 3 | -9/+30 | |
| * | Rename PROF_MSG_ENC_PLAIN to PROF_MSG_ENC_NONE | Michael Vetter | 2020-04-06 | 6 | -23/+23 | |
| * | db: insert message type | Michael Vetter | 2020-04-06 | 3 | -11/+22 | |
| * | 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: add database unit test stub | Michael Vetter | 2020-04-06 | 2 | -0/+32 | |
| * | db: move includes | Michael Vetter | 2020-04-06 | 3 | -7/+8 | |
| * | db: guard against no DB | Michael Vetter | 2020-04-06 | 1 | -2/+10 | |
| * | db: Have one database per account | Michael Vetter | 2020-04-06 | 7 | -25/+47 | |
| * | Add sqlite to CI dependencies | Michael Vetter | 2020-04-06 | 6 | -3/+9 | |
| * | database: dont log muc pms | Michael Vetter | 2020-04-06 | 1 | -2/+0 | |
| * | database: log stanza_id and whether it is a muc message | Michael Vetter | 2020-04-06 | 3 | -13/+13 | |
| * | Add timestamp for incoming messages if none is set | Michael Vetter | 2020-04-06 | 1 | -0/+6 | |
| * | database: log incoming messages | Michael Vetter | 2020-04-06 | 3 | -0/+40 | |
| * | database: Define chatlog database location | Michael Vetter | 2020-04-06 | 3 | -6/+29 | |
| * | database: create table | Michael Vetter | 2020-04-06 | 1 | -2/+13 | |
| * | Start SQLite db module | Michael Vetter | 2020-04-06 | 5 | -3/+124 | |
|/ | ||||||
* | Merge pull request #1299 from profanity-im/memleaks | Michael Vetter | 2020-04-06 | 2 | -1/+2 | |
|\ | ||||||
| * | Fix multiple memory leaks related to rosterwin_roster() | Dmitry Podgorny | 2020-04-06 | 1 | -0/+1 | |
| * | Fix memory leak in cons_show_disco_info() | Dmitry Podgorny | 2020-04-06 | 1 | -1/+1 | |
|/ | ||||||
* | Merge pull request #1298 from profanity-im/memleaks | Michael Vetter | 2020-04-05 | 2 | -0/+2 | |
|\ | ||||||
| * | Fix memory leak in stanza_attach_correction() | Dmitry Podgorny | 2020-04-05 | 1 | -0/+1 | |
| * | Fix memory leak in _rosterwin_resources() | Dmitry Podgorny | 2020-04-05 | 1 | -0/+1 | |
|/ | ||||||
* | readme: add repos and urls | Michael Vetter | 2020-04-05 | 1 | -2/+2 | |
* | Add blog to readme | Michael Vetter | 2020-04-05 | 1 | -0/+2 | |
* | Dont have account otr setting if built without otr | Michael Vetter | 2020-04-03 | 1 | -0/+2 | |
* | Merge pull request #1297 from profanity-im/memleak-mucwin | Michael Vetter | 2020-04-03 | 1 | -0/+2 | |
|\ |