Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix preferences tests | Michael Vetter | 2022-04-08 | 1 | -2/+2 |
| | |||||
* | less duplication | Steffen Jaeckel | 2022-03-31 | 1 | -1/+2 |
| | | | | | | | | Print error message from `_string_matches_one_of()` instead of forming an error message manually that contains the same entries that were checked in `_string_matches_one_of()`. Signed-off-by: Steffen Jaeckel <jaeckel-floss@eyet-services.de> | ||||
* | Merge pull request #1652 from profanity-im/fix-1624 | Michael Vetter | 2022-03-23 | 2 | -2/+57 |
|\ | | | | | Fix #1624 | ||||
| * | add profanity-specific CAfile | Steffen Jaeckel | 2022-03-22 | 1 | -0/+55 |
| | | | | | | | | | | | | | | | | The profanity-internal mechanism to allow connecting to a server isn't easily portable to cURL. Therefor introduce a profanity-specific CAfile which is managed individually and will be configured in libcurl calls. Signed-off-by: Steffen Jaeckel <jaeckel-floss@eyet-services.de> | ||||
| * | a tad more `const`-correctness | Steffen Jaeckel | 2022-03-22 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Steffen Jaeckel <jaeckel-floss@eyet-services.de> | ||||
* | | Add quote autocompletion for previous messages | MarcoPolo-PasTonMolo | 2022-03-21 | 1 | -0/+7 |
|/ | | | | | | | | | | Fixes https://github.com/profanity-im/profanity/issues/1649 Type `>` then press tab or shift tab to autocomplete previous messages, then type your reply and send message. Newlines are replaced with newline followed by `> `. A newline is added at the end so that the user can immediately type a message without manually adding a new line. | ||||
* | use `g_mkdir_with_parents()` instead of home-baked solution | Steffen Jaeckel | 2022-03-14 | 1 | -2/+2 |
| | | | | Signed-off-by: Steffen Jaeckel <jaeckel-floss@eyet-services.de> | ||||
* | auto-format | Steffen Jaeckel | 2022-02-01 | 1 | -2/+2 |
| | | | | Signed-off-by: Steffen Jaeckel <jaeckel-floss@eyet-services.de> | ||||
* | 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 |
|\ | | | | | Add XEP-0377: Spam Reporting | ||||
| * | 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 |
|\ \ | |/ |/| | Access roster from plugins | ||||
| * | 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 |
| | | | | | | | | | | | | | | `/bookmark list` lists all bookmarks with its details. `/bookmark list <jid>` shows the details of a single bookmark. Implement https://github.com/profanity-im/profanity/issues/1558 | ||||
* | | attention-flag - unittest - stub_ui | DebXWoody | 2021-05-29 | 1 | -0/+20 |
| | | |||||
* | | Display OMEMO device ID | DebXWoody | 2021-05-28 | 1 | -0/+5 |
|/ | | | | | Display the OMEMO device ID which has been generated, when the user generated OMEMO crytographic materials via /omemo gen. | ||||
* | Add support to register with a room | Michael Vetter | 2021-03-25 | 1 | -0/+10 |
| | | | | | | | | | | `/affiliation register` can now be used to register a nickname with a MUC. Tested with a server without forms. Couldn't find a server which supports forms yet. Implements https://github.com/profanity-im/profanity/issues/1210 | ||||
* | MUC: Add voice request | Thorben Günther | 2021-03-12 | 1 | -0/+5 |
| | | | | closes https://github.com/profanity-im/profanity/issues/1211 | ||||
* | 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 |
| | | | | | Just prints a different string to console. Useful for changing passwords or account registration. | ||||
* | Add mam test stub | Michael Vetter | 2021-01-28 | 1 | -0/+4 |
| | |||||
* | Fix old chlog reference in help | Michael Vetter | 2021-01-17 | 1 | -2/+2 |
| | | | | Fixes https://github.com/profanity-im/profanity/issues/1470 | ||||
* | Remove log_reinit() | Michael Vetter | 2020-12-11 | 1 | -4/+0 |
| | | | | Not needed anymore. | ||||
* | Add tests for format_call_external_argv | William Wennerström | 2020-12-07 | 3 | -2/+61 |
| | |||||
* | Rework url to filename | William Wennerström | 2020-12-06 | 1 | -17/+63 |
| | |||||
* | Move unique_filename_from_url functions to common | William Wennerström | 2020-12-04 | 6 | -79/+88 |
| | |||||
* | Fix stubs and move some tests to http_common | William Wennerström | 2020-11-16 | 7 | -28/+10 |
| | |||||
* | Add stubs | William Wennerström | 2020-11-16 | 3 | -2/+39 |
| | |||||
* | Run make format on rebase | William Wennerström | 2020-11-16 | 5 | -162/+111 |
| | |||||
* | Remove unsafe Conent-Disposition inferring | William Wennerström | 2020-11-16 | 3 | -84/+35 |
| | |||||
* | Infer filename from content-disposition or URL | William Wennerström | 2020-11-16 | 5 | -10/+244 |
| | | | | | The Content-Disposition inferring is probably a bad idea security wise, so I am going to remove it. | ||||
* | Move file encryption function to public header | William Wennerström | 2020-11-16 | 3 | -40/+12 |
| | |||||
* | Initial /sendfile OMEMO encryption | William Wennerström | 2020-11-16 | 2 | -0/+12 |
| | |||||
* | Remove non existent functions | Michael Vetter | 2020-11-02 | 1 | -8/+0 |
| | |||||
* | functest: Make char const | Michael Vetter | 2020-10-15 | 2 | -9/+9 |
| | |||||
* | Merge branch 'master' of github.com:profanity-im/profanity | Michael Vetter | 2020-07-10 | 1 | -3/+16 |
|\ | |||||
| * | Adapt unittests | Michael Vetter | 2020-07-09 | 1 | -3/+16 |
| | | |||||
* | | OX: XEP-0373: OpenPGP for XMPP - Version 0.5.0 (2020-06-19) | DebXWoody | 2020-07-10 | 1 | -0/+10 |
|/ | | | | | | | | | | | Discovering Public Keys via PEP * 4.3 Discovering Public Keys of a User * 4.4 Requesting Public Keys * Import Public Keys into GnuPG's local keyring. Issue: #1331 | ||||
* | Apply coding style | Michael Vetter | 2020-07-07 | 66 | -2522/+4364 |
| | |||||
* | Revert "Apply coding style" | Michael Vetter | 2020-07-07 | 66 | -4502/+2660 |
| | | | | | | This reverts commit 9b55f2dec0ea27a9ce4856e303425e12f866cea2. Sorting the includes creates some problems. | ||||
* | Apply coding style | Michael Vetter | 2020-07-07 | 66 | -2660/+4502 |
| | | | | Regards https://github.com/profanity-im/profanity/issues/1396 | ||||
* | Tests: Add ox_announce_public_key stub | Michael Vetter | 2020-07-06 | 1 | -0/+9 |
| |