Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support to register with a room | Michael Vetter | 2021-03-25 | 3 | -2/+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 | ||||
* | Merge pull request #1511 from mwuttke97/doc_bookmark_join | Michael Vetter | 2021-03-24 | 1 | -6/+13 |
|\ | | | | | Command doc: Improve description and examples of `/bookmark` and `/join` | ||||
| * | Command doc: Improve description and examples of `/bookmark` and `/join` | Maximilian Wuttke | 2021-03-21 | 1 | -6/+13 |
| | | |||||
* | | MUC: Add voice request | Thorben Günther | 2021-03-12 | 3 | -2/+10 |
| | | | | | | | | closes https://github.com/profanity-im/profanity/issues/1211 | ||||
* | | Completion: Split up role and affiliation completion | Thorben Günther | 2021-03-12 | 1 | -8/+15 |
|/ | | | | Needed for affiliation request | ||||
* | Dont build paths manually in cmd_funcs.c | Michael Vetter | 2021-03-12 | 1 | -36/+13 |
| | | | | | Some time ago we introduced get_expanded_path(). No need to build paths manually anymore to get ~. | ||||
* | Add command to change password of logged in user | Thorben Günther | 2021-03-11 | 3 | -0/+41 |
| | |||||
* | Update ui_ask_password to support confirmation | Thorben Günther | 2021-03-11 | 1 | -2/+2 |
| | | | | | Just prints a different string to console. Useful for changing passwords or account registration. | ||||
* | Cmd definitions: Add offline option to occupants | Thorben Günther | 2021-03-08 | 1 | -2/+5 |
| | |||||
* | MUC: Show offline members in sidebar | Thorben Günther | 2021-03-08 | 2 | -0/+13 |
| | |||||
* | Correct command synopsis for mam | Michael Vetter | 2021-02-09 | 1 | -1/+1 |
| | |||||
* | Add /mam command | Michael Vetter | 2021-01-28 | 4 | -3/+27 |
| | | | | Regards https://github.com/profanity-im/profanity/issues/660 | ||||
* | Dont reload theme when disconnecting on purpose | Michael Vetter | 2021-01-22 | 1 | -21/+0 |
| | | | | | | | | I don't see why would need to. Also this only happens upon `/disconnect` not on a network outage or server related disconnect. Fixes https://github.com/profanity-im/profanity/issues/1472 | ||||
* | Fix old chlog reference in help | Michael Vetter | 2021-01-17 | 1 | -7/+7 |
| | | | | Fixes https://github.com/profanity-im/profanity/issues/1470 | ||||
* | Add `/executable (urlsave|urlopen)` migrations | William Wennerström | 2020-12-18 | 2 | -7/+7 |
| | |||||
* | Only rotate logs if user didn't specify a log file | Michael Vetter | 2020-12-11 | 1 | -1/+1 |
| | |||||
* | Shared log file needs a restart | Michael Vetter | 2020-12-11 | 2 | -2/+2 |
| | | | | Tell user about this change. | ||||
* | Create download directory under XDG data path | William Wennerström | 2020-12-10 | 1 | -9/+26 |
| | | | | | * If the downloads directory does not exist, create it. * Change some cons_show to cons_show_error (because they log errors). | ||||
* | Fix various typos | Michael Vetter | 2020-12-10 | 1 | -2/+2 |
| | |||||
* | Fix build failure (unused variable) | William Wennerström | 2020-12-09 | 1 | -2/+2 |
| | |||||
* | Cast chat/muc window to correct type and refactor cmd_sendfile | William Wennerström | 2020-12-09 | 1 | -24/+33 |
| | | | | Fixes #1449 | ||||
* | Use get_expanded_path() in cmd_senfile() | Michael Vetter | 2020-12-09 | 1 | -8/+2 |
| | |||||
* | Merge pull request #1375 from wstrm/feature/omemo-sendfile | Michael Vetter | 2020-12-09 | 4 | -298/+335 |
|\ | | | | | Send and retrieve encrypted files when using OMEMO | ||||
| * | Remove scheme and filetype matching for url (save|open) | William Wennerström | 2020-12-08 | 3 | -61/+80 |
| | | |||||
| * | Fix wrong order of arguments for _url_http_method | William Wennerström | 2020-12-07 | 1 | -2/+2 |
| | | |||||
| * | Remove cmd_tiny, empty files and link nonce with IV | William Wennerström | 2020-12-07 | 1 | -1/+0 |
| | | |||||
| * | Add tests for format_call_external_argv | William Wennerström | 2020-12-07 | 1 | -15/+28 |
| | | |||||
| * | Fix bad order of parameters for url save | William Wennerström | 2020-12-07 | 1 | -1/+8 |
| | | |||||
| * | Rework url to filename | William Wennerström | 2020-12-06 | 1 | -1/+0 |
| | | |||||
| * | Move unique_filename_from_url functions to common | William Wennerström | 2020-12-04 | 1 | -63/+2 |
| | | |||||
| * | Refactor for threaded external executable for built-in download methods | William Wennerström | 2020-12-03 | 1 | -171/+118 |
| | | |||||
| * | Add stubs | William Wennerström | 2020-11-16 | 1 | -8/+14 |
| | | |||||
| * | Switch to g_strerror | William Wennerström | 2020-11-16 | 1 | -30/+4 |
| | | |||||
| * | Add I/O error handling and use filenames instead of file descriptors | William Wennerström | 2020-11-16 | 1 | -8/+2 |
| | | |||||
| * | Refactor OMEMO download into AESGCMDownload tool | William Wennerström | 2020-11-16 | 1 | -6/+55 |
| | | |||||
| * | Use fallback method when /executable urlsave is unset | William Wennerström | 2020-11-16 | 1 | -6/+24 |
| | | |||||
| * | Run make format on rebase | William Wennerström | 2020-11-16 | 2 | -199/+193 |
| | | |||||
| * | Remove unsafe Conent-Disposition inferring | William Wennerström | 2020-11-16 | 1 | -38/+61 |
| | | |||||
| * | Infer filename from content-disposition or URL | William Wennerström | 2020-11-16 | 1 | -112/+131 |
| | | | | | | | | | | The Content-Disposition inferring is probably a bad idea security wise, so I am going to remove it. | ||||
| * | Add http_download tool | William Wennerström | 2020-11-16 | 1 | -3/+4 |
| | | |||||
| * | Wording | William Wennerström | 2020-11-16 | 1 | -2/+2 |
| | | |||||
| * | Remove temporary ciphertext file when finished | William Wennerström | 2020-11-16 | 1 | -2/+8 |
| | | |||||
| * | Remove /omemo sendfile | William Wennerström | 2020-11-16 | 4 | -205/+176 |
| | | |||||
| * | Move file encryption function to public header | William Wennerström | 2020-11-16 | 1 | -4/+3 |
| | | |||||
| * | Add guards for OMEMO | William Wennerström | 2020-11-16 | 1 | -4/+18 |
| | | |||||
| * | Remove unused #define's and move URL scheme define to omemo/crypto.h | William Wennerström | 2020-11-16 | 1 | -7/+1 |
| | | |||||
| * | Move setup for AESGCM to omemo/crypto | William Wennerström | 2020-11-16 | 1 | -54/+17 |
| | | |||||
| * | Reformat HTTP get URL to AESGCM scheme | William Wennerström | 2020-11-16 | 1 | -1/+31 |
| | | |||||
| * | Refactor to use file stream | William Wennerström | 2020-11-16 | 1 | -46/+38 |
| | | |||||
| * | Initial /sendfile OMEMO encryption | William Wennerström | 2020-11-16 | 1 | -33/+100 |
| | |