about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* db: Use type from message struct instead of having individual functionsMichael Vetter2020-04-063-85/+87
* Add type field to ProfMessageMichael Vetter2020-04-064-14/+27
* db: Fix memleaksMichael Vetter2020-04-062-2/+2
* Add sql to error logMichael Vetter2020-04-061-2/+2
* win_print_history() print 'me' on regular chats if we wrote the messageMichael Vetter2020-04-061-1/+9
* Adapt win_print_history() to work with muc tooMichael Vetter2020-04-065-24/+27
* Remove chat_log_get_previous()Michael Vetter2020-04-066-64/+6
* Get regular chat history out of sql backendMichael Vetter2020-04-063-21/+53
* db: log encryption typeMichael Vetter2020-04-061-2/+19
* db: log "to" resourceMichael Vetter2020-04-061-8/+8
* db: log "from" resourceMichael Vetter2020-04-061-6/+7
* Fix copy paste errorMichael Vetter2020-04-061-1/+1
* Add log_database_add_*() test stubsMichael Vetter2020-04-061-1/+6
* Fix message_send_private unittest stubMichael Vetter2020-04-061-1/+6
* db: dont log reflected MUC messagesMichael Vetter2020-04-061-1/+1
* db: log all incoming and outgoing messagesMichael Vetter2020-04-066-25/+64
* db: log outgoing message in one caseMichael Vetter2020-04-063-11/+46
* db: add dedicated chat, muc, muc pm logging functionsMichael Vetter2020-04-063-9/+30
* Rename PROF_MSG_ENC_PLAIN to PROF_MSG_ENC_NONEMichael Vetter2020-04-066-23/+23
* db: insert message typeMichael Vetter2020-04-063-11/+22
* db: add more needed fieldsMichael Vetter2020-04-061-7/+20
* db: make id autoincrementMichael Vetter2020-04-061-1/+1
* db: fix inserting null in databaseMichael Vetter2020-04-061-1/+1
* db: log replace idMichael Vetter2020-04-061-3/+3
* db: use goto in error caseMichael Vetter2020-04-061-24/+13
* db: add db versionMichael Vetter2020-04-061-1/+25
* db: add database unit test stubMichael Vetter2020-04-062-0/+32
* db: move includesMichael Vetter2020-04-063-7/+8
* db: guard against no DBMichael Vetter2020-04-061-2/+10
* db: Have one database per accountMichael Vetter2020-04-067-25/+47
* Add sqlite to CI dependenciesMichael Vetter2020-04-066-3/+9
* database: dont log muc pmsMichael Vetter2020-04-061-2/+0
* database: log stanza_id and whether it is a muc messageMichael Vetter2020-04-063-13/+13
* Add timestamp for incoming messages if none is setMichael Vetter2020-04-061-0/+6
* database: log incoming messagesMichael Vetter2020-04-063-0/+40
* database: Define chatlog database locationMichael Vetter2020-04-063-6/+29
* database: create tableMichael Vetter2020-04-061-2/+13
* Start SQLite db moduleMichael Vetter2020-04-065-3/+124
* Merge pull request #1299 from profanity-im/memleaksMichael Vetter2020-04-062-1/+2
|\
| * Fix multiple memory leaks related to rosterwin_roster()Dmitry Podgorny2020-04-061-0/+1
| * Fix memory leak in cons_show_disco_info()Dmitry Podgorny2020-04-061-1/+1
|/
* Merge pull request #1298 from profanity-im/memleaksMichael Vetter2020-04-052-0/+2
|\
| * Fix memory leak in stanza_attach_correction()Dmitry Podgorny2020-04-051-0/+1
| * Fix memory leak in _rosterwin_resources()Dmitry Podgorny2020-04-051-0/+1
|/
* readme: add repos and urlsMichael Vetter2020-04-051-2/+2
* Add blog to readmeMichael Vetter2020-04-051-0/+2
* Dont have account otr setting if built without otrMichael Vetter2020-04-031-0/+2
* Merge pull request #1297 from profanity-im/memleak-mucwinMichael Vetter2020-04-031-0/+2
|\
| * Fixed memory leak in ProfMucWinDmitry Podgorny2020-04-031-0/+2
* | Dont have otr autocompletion if build without otr supportMichael Vetter2020-04-031-0/+16