Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Get MAM since yesterday | Michael Vetter | 2020-04-12 | 1 | -1/+7 | |
* | MAM: Correctly display incoming MAM chat message | Michael Vetter | 2020-04-11 | 4 | -15/+42 | |
* | Add to_jid field to ProfMessage struct | Michael Vetter | 2020-04-11 | 9 | -91/+103 | |
* | Quick and dirty display of MAM messages | Michael Vetter | 2020-04-11 | 1 | -3/+6 | |
* | First test with receiving MAM | Michael Vetter | 2020-04-11 | 1 | -0/+27 | |
* | _handle_chat: return if no 'from' | Michael Vetter | 2020-04-11 | 1 | -0/+3 | |
* | Don't crash if we get a message without from or type | Michael Vetter | 2020-04-11 | 1 | -1/+8 | |
* | First MAM test | Michael Vetter | 2020-04-11 | 4 | -0/+105 | |
* | Fix memory leaks in cons_roster_setting() | Dmitry Podgorny | 2020-04-10 | 1 | -0/+3 | |
* | Fix error in getting previous chatlog | Michael Vetter | 2020-04-10 | 1 | -1/+5 | |
* | Merge pull request #1309 from profanity-im/use-after-free | Michael Vetter | 2020-04-10 | 1 | -4/+8 | |
|\ | ||||||
| * | Fix use-after-free in stanza_create_caps_from_query_element() | Dmitry Podgorny | 2020-04-09 | 1 | -4/+8 | |
* | | Fix memory leaks in _rosterwin_resources() | Dmitry Podgorny | 2020-04-09 | 1 | -0/+2 | |
|/ | ||||||
* | Retrieve message type from database | Michael Vetter | 2020-04-08 | 5 | -7/+21 | |
* | Log after displaying the message | Michael Vetter | 2020-04-08 | 1 | -6/+6 | |
* | Downgrade dependencies | Michael Vetter | 2020-04-07 | 1 | -2/+8 | |
* | Add missing includes | Michael Vetter | 2020-04-06 | 1 | -0/+3 | |
* | Fix comment | Michael Vetter | 2020-04-06 | 1 | -1/+1 | |
* | Add hint about future ProfMessage Id needs | Michael Vetter | 2020-04-06 | 1 | -0/+1 | |
* | Add comment what id is about | Michael Vetter | 2020-04-06 | 1 | -0/+1 | |
* | 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 | 5 | -59/+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 | |
* | 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: 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 | |
* | database: dont log muc pms | Michael Vetter | 2020-04-06 | 1 | -2/+0 |