Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | 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 | |
| | | ||||||
* | | Print man page arguments bold | Michael Vetter | 2020-12-07 | 1 | -1/+1 | |
| | | ||||||
* | | Generate date for manpage | Michael Vetter | 2020-12-07 | 1 | -3/+14 | |
| | | ||||||
* | | Break lines differently in example and synopsis section | Michael Vetter | 2020-12-07 | 1 | -2/+2 | |
| | | ||||||
* | | man: formate arguments properly | Michael Vetter | 2020-12-07 | 1 | -3/+2 | |
| | | ||||||
* | | Create cmd to generate man pages for prof commands | Michael Vetter | 2020-12-04 | 2 | -0/+68 | |
|/ | | | | | | | | | `profanity mangen` will create for each command (`/account`, `/roster`) an own manpage (`profanity-account.1`, `profanity-roster.1`) See https://github.com/profanity-im/profanity/issues/1444 Needs some polishing formatting wise. | |||||
* | Declare counter var inside loop | Michael Vetter | 2020-11-09 | 3 | -40/+26 | |
| | | | | We require c99/gnu99 anyways. | |||||
* | Simplify _correction_autocomplete() | Michael Vetter | 2020-11-05 | 1 | -4/+1 | |
| | ||||||
* | Simplify _executable_autocomplete() | Michael Vetter | 2020-11-05 | 1 | -4/+1 | |
| | ||||||
* | Simplify _lastactivity_autocomplete() | Michael Vetter | 2020-11-05 | 1 | -9/+4 | |
| | ||||||
* | Simplify _who_autocomplete() | Michael Vetter | 2020-11-05 | 1 | -3/+0 | |
| | ||||||
* | Simplify _tray_autocomplete() | Michael Vetter | 2020-11-05 | 1 | -5/+1 | |
| | ||||||
* | Simplify _sub_autocomplete() | Michael Vetter | 2020-11-05 | 1 | -5/+1 | |
| | ||||||
* | Simplify cmd_ac_complete_filepath() | Michael Vetter | 2020-11-05 | 1 | -8/+1 | |
| | ||||||
* | Simplify cmd_ac_complete() | Michael Vetter | 2020-11-05 | 1 | -9/+3 | |
| | ||||||
* | Get rid of str_contains() | Michael Vetter | 2020-11-02 | 1 | -2/+2 | |
| | | | | We can use strchr() here. | |||||
* | Fix /correct quotation marks usage | Michael Vetter | 2020-07-23 | 2 | -2/+1 | |
| | | | | | | | Add new `parse_args_as_one()` function to just use everything after the command as the argument. Fix https://github.com/profanity-im/profanity/issues/1404 | |||||
* | Fix lastactivity behaviour | Michael Vetter | 2020-07-22 | 3 | -27/+68 | |
| | | | | | | | | | | | | | Autocomplete only completed on|off. Now: `/lastactivity get` -> get server uptime `/lastactivity get <jid>` -> get user lastactivity `/lastactivity set on` -> enable for self `/lastactivity set off` -> disable for self Fix https://github.com/profanity-im/profanity/issues/1411 | |||||
* | Expand /lastactivity help | Michael Vetter | 2020-07-22 | 1 | -1/+1 | |
| | ||||||
* | Fix missed text in #1224 | Licaon_Kter | 2020-07-22 | 1 | -1/+1 | |
| | ||||||
* | Use parse_args_with_freetext() for `/correct` | Michael Vetter | 2020-07-20 | 1 | -1/+1 | |
| | | | | | | | | | | | | | This commit partly reverts 8f37afcd37ad8663ca36c13ca7fbc4a431119f73 Which was using a wrong approach to achieve this. It changed parse_args() to have a -1 for infinite parameters. But actually parse_args_with_freetext() should have been used exactly for this behaviour. Discovered when checking for https://github.com/profanity-im/profanity/issues/1404 | |||||
* | Add comment to easily find where to put the next command | Michael Vetter | 2020-07-15 | 1 | -0/+2 | |
| | ||||||
* | Format cmd_defs | Michael Vetter | 2020-07-15 | 1 | -1942/+2037 | |
| | | | | | Format it more readable and disable clang for this part. Was messed up in 9b55f2dec0ea27a9ce4856e303425e12f866cea2. | |||||
* | Remove `/tiny` command | Michael Vetter | 2020-07-10 | 3 | -71/+0 | |
| | | | | | | boothj5 gave his okay too. Fix https://github.com/profanity-im/profanity/issues/1370 | |||||
* | Add forgotten file.. | Michael Vetter | 2020-07-10 | 1 | -2/+2 | |
| | | | | Belongs to 95ab7ee062b9fbeea73b90f69c6fef3325f880c9 | |||||
* | Setting: only write in console upon muc mention | Michael Vetter | 2020-07-10 | 3 | -5/+11 | |
| | | | | | | `/console muc mention` additionally to `first|none|all`. Fix https://github.com/profanity-im/profanity/issues/1371 |