Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix typos and update codespell configuration | Daniel Santos | 2023-04-03 | 1 | -2/+2 |
* | add test-case for #1761 | Steffen Jaeckel | 2023-03-11 | 3 | -0/+24 |
* | Fix duplicate download IDs. | IsaacM88 | 2023-03-09 | 3 | -1/+3 |
* | let `account_new()` take ownership of passed values | Steffen Jaeckel | 2023-01-18 | 5 | -34/+34 |
* | add `now` option to `/reconnect` command | Steffen Jaeckel | 2023-01-18 | 1 | -0/+4 |
* | minor changes | Steffen Jaeckel | 2023-01-18 | 1 | -3/+3 |
* | add `/strophe` command to modify libstrophe-specific settings | Steffen Jaeckel | 2023-01-18 | 1 | -0/+5 |
* | Update copyright year | Michael Vetter | 2023-01-10 | 1 | -1/+1 |
* | Add MAM test stubs | Michael Vetter | 2022-10-21 | 2 | -0/+6 |
* | Add vCard support | Marouane L | 2022-10-18 | 3 | -0/+88 |
* | Split ox functions from gpg.c to ox.c | Michael Vetter | 2022-06-29 | 2 | -18/+21 |
* | add chatlog unittest | Michael Vetter | 2022-06-28 | 3 | -65/+93 |
* | Display mood preferences | Michael Vetter | 2022-06-22 | 1 | -0/+5 |
* | Don't forget encryption status for OX and PGP. | MarcoPolo-PasTonMolo | 2022-06-17 | 6 | -18/+28 |
* | Use our omemo sid/fingerprint in qr code | Michael Vetter | 2022-05-31 | 2 | -1/+7 |
* | Add basic qrcode functions | Michael Vetter | 2022-05-30 | 1 | -0/+11 |
* | Final touches for `/avatar set` | Michael Vetter | 2022-05-27 | 1 | -2/+0 |
* | Add checks for whether gdk-pixbuf exists before using avatar set | MarcoPolo-PasTonMolo | 2022-05-26 | 1 | -1/+4 |
* | Add `/avatar set` command to publish avatar | MarcoPolo-PasTonMolo | 2022-05-26 | 1 | -0/+5 |
* | Update copyright year | Michael Vetter | 2022-05-09 | 1 | -1/+1 |
* | ox: show ox preferences | Michael Vetter | 2022-05-05 | 1 | -0/+4 |
* | Fix preferences tests | Michael Vetter | 2022-04-08 | 1 | -2/+2 |
* | less duplication | Steffen Jaeckel | 2022-03-31 | 1 | -1/+2 |
* | Merge pull request #1652 from profanity-im/fix-1624 | Michael Vetter | 2022-03-23 | 2 | -2/+57 |
|\ | |||||
| * | add profanity-specific CAfile | Steffen Jaeckel | 2022-03-22 | 1 | -0/+55 |
| * | a tad more `const`-correctness | Steffen Jaeckel | 2022-03-22 | 1 | -2/+2 |
* | | Add quote autocompletion for previous messages | MarcoPolo-PasTonMolo | 2022-03-21 | 1 | -0/+7 |
|/ | |||||
* | use `g_mkdir_with_parents()` instead of home-baked solution | Steffen Jaeckel | 2022-03-14 | 1 | -2/+2 |
* | auto-format | Steffen Jaeckel | 2022-02-01 | 1 | -2/+2 |
* | tests: add publish_user_mood stub | Michael Vetter | 2021-12-06 | 1 | -0/+5 |
* | tests: Add win_get_last_sent_messag() stub | Michael Vetter | 2021-10-22 | 1 | -0/+5 |
* | Format new register code correctly | Michael Vetter | 2021-10-13 | 1 | -1/+1 |
* | registration: add test stub | Michael Vetter | 2021-10-13 | 1 | -0/+12 |
* | Format code correctly | Michael Vetter | 2021-10-05 | 2 | -9/+13 |
* | Trim excess whitespace | a1346054 | 2021-08-26 | 6 | -6/+0 |
* | Fix: files missing final ending newline | a1346054 | 2021-08-26 | 4 | -4/+4 |
* | Add silence test stub | Michael Vetter | 2021-07-01 | 1 | -0/+6 |
* | Merge pull request #1569 from profanity-im/feature/1434-spam-reporting | Michael Vetter | 2021-07-01 | 1 | -1/+1 |
|\ | |||||
| * | Adjust test stub of blocking command | Michael Vetter | 2021-07-01 | 1 | -1/+1 |
* | | Restore last status string when connecting | Thorben Günther | 2021-07-01 | 1 | -0/+6 |
* | | Merge pull request #1529 from dustinlagoy/access-roster-from-plugins | Michael Vetter | 2021-07-01 | 3 | -0/+38 |
|\ \ | |/ |/| | |||||
| * | Add unit tests for roster_get_display_name | Dustin Lagoy | 2021-06-30 | 3 | -0/+38 |
* | | Add command to show single bookmark details | Michael Vetter | 2021-06-09 | 2 | -0/+11 |
* | | attention-flag - unittest - stub_ui | DebXWoody | 2021-05-29 | 1 | -0/+20 |
* | | Display OMEMO device ID | DebXWoody | 2021-05-28 | 1 | -0/+5 |
|/ | |||||
* | Add support to register with a room | Michael Vetter | 2021-03-25 | 1 | -0/+10 |
* | MUC: Add voice request | Thorben Günther | 2021-03-12 | 1 | -0/+5 |
* | Add command to change password of logged in user | Thorben Günther | 2021-03-11 | 1 | -0/+10 |
* | Update ui_ask_password to support confirmation | Thorben Günther | 2021-03-11 | 1 | -1/+1 |
* | Add mam test stub | Michael Vetter | 2021-01-28 | 1 | -0/+4 |