Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1318 from DebXWoody/OMEMO-MUC-Device | Michael Vetter | 2020-04-18 | 1 | -4/+6 |
|\ | |||||
| * | OMEMO Device List only for non anonymous MUCs | DebXWoody | 2020-04-17 | 1 | -4/+6 |
* | | Escape message before adding to SQL backend | Michael Vetter | 2020-04-18 | 1 | -1/+5 |
|/ | |||||
* | Add Fedora travis CI | Michael Vetter | 2020-04-17 | 3 | -4/+70 |
* | Fix http_upload stub | Michael Vetter | 2020-04-17 | 1 | -0/+3 |
* | Define lock in profanity.h as extern | Michael Vetter | 2020-04-17 | 2 | -1/+2 |
* | Don't expose upload_processes | Michael Vetter | 2020-04-17 | 4 | -12/+27 |
* | Set new mailinglist | Michael Vetter | 2020-04-15 | 1 | -1/+2 |
* | Review logging in iq.c | Michael Vetter | 2020-04-14 | 1 | -27/+39 |
* | Review logging for blocking.c | Michael Vetter | 2020-04-14 | 1 | -2/+2 |
* | Review logging in presence.c | Michael Vetter | 2020-04-14 | 1 | -5/+4 |
* | Merge pull request #1313 from profanity-im/memleaks | Michael Vetter | 2020-04-14 | 2 | -2/+5 |
|\ | |||||
| * | Free GError objects | Dmitry Podgorny | 2020-04-14 | 2 | -2/+5 |
|/ | |||||
* | Only print chathistory if regular chat message | Michael Vetter | 2020-04-13 | 1 | -1/+4 |
* | Merge pull request #1306 from profanity-im/feature/mam | Michael Vetter | 2020-04-13 | 14 | -98/+302 |
|\ | |||||
| * | Free timestamp correctly | Michael Vetter | 2020-04-13 | 1 | -2/+3 |
| * | Add hidden MAM setting and trigger MAM retrievel when opening new window | Michael Vetter | 2020-04-12 | 3 | -8/+17 |
| * | Check if server suppors MAM | Michael Vetter | 2020-04-12 | 2 | -2/+6 |
| * | 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 |
|/ | |||||
* | Merge pull request #1310 from profanity-im/memleaks | Michael Vetter | 2020-04-10 | 1 | -0/+3 |
|\ | |||||
| * | 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 |
* | | Merge pull request #1307 from profanity-im/memleaks | Michael Vetter | 2020-04-09 | 1 | -0/+2 |
|\ \ | |/ |/| | |||||
| * | Fix memory leaks in _rosterwin_resources() | Dmitry Podgorny | 2020-04-09 | 1 | -0/+2 |
|/ | |||||
* | Downgrade sqlite to 3.22.0 | Michael Vetter | 2020-04-08 | 1 | -2/+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 |
* | travis: enable osx again | Michael Vetter | 2020-04-07 | 1 | -7/+7 |
* | Update dependencies in spec files | Michael Vetter | 2020-04-07 | 1 | -2/+6 |
* | Update database stub | Michael Vetter | 2020-04-07 | 1 | -3/+1 |
* | Downgrade dependencies | Michael Vetter | 2020-04-07 | 2 | -6/+12 |
* | Require at least glib 2.62. | Michael Vetter | 2020-04-06 | 1 | -2/+2 |
* | Add missing includes | Michael Vetter | 2020-04-06 | 1 | -0/+3 |
* | Require only sqlite 3.28.0 | Michael Vetter | 2020-04-06 | 1 | -2/+2 |
* | Fix comment | Michael Vetter | 2020-04-06 | 1 | -1/+1 |
* | travis: disable osx build | Michael Vetter | 2020-04-06 | 1 | -7/+7 |
* | Merge pull request #1282 from profanity-im/feature/sqlite-log | Michael Vetter | 2020-04-06 | 27 | -148/+578 |
|\ | |||||
| * | 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 |