Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Run make format on rebase | William Wennerström | 2020-11-16 | 1 | -71/+65 |
* | 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 |
* | 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 | 1 | -15/+2 |
* | 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 |
* | Declare counter var inside loop | Michael Vetter | 2020-11-09 | 1 | -10/+5 |
* | Fix lastactivity behaviour | Michael Vetter | 2020-07-22 | 1 | -18/+28 |
* | Remove `/tiny` command | Michael Vetter | 2020-07-10 | 1 | -53/+0 |
* | Add forgotten file.. | Michael Vetter | 2020-07-10 | 1 | -2/+2 |
* | Setting: only write in console upon muc mention | Michael Vetter | 2020-07-10 | 1 | -4/+8 |
* | Merge branch 'master' of github.com:profanity-im/profanity | Michael Vetter | 2020-07-10 | 1 | -14/+15 |
|\ | |||||
| * | Dont hilight console once all messages have been read | Michael Vetter | 2020-07-09 | 1 | -14/+15 |
* | | OX: XEP-0373: OpenPGP for XMPP - Version 0.5.0 (2020-06-19) | DebXWoody | 2020-07-10 | 1 | -0/+12 |
|/ | |||||
* | Apply coding style | Michael Vetter | 2020-07-07 | 1 | -1153/+1107 |
* | Revert "Apply coding style" | Michael Vetter | 2020-07-07 | 1 | -1130/+1176 |
* | Apply coding style | Michael Vetter | 2020-07-07 | 1 | -1176/+1130 |
* | OX: Announce public key on PEP | DebXWoody | 2020-07-06 | 1 | -2/+3 |
* | cmd_funcs.c: Remove not needed variable | Michael Vetter | 2020-07-02 | 1 | -2/+1 |
* | Remove prefs_free_string() | Michael Vetter | 2020-07-02 | 1 | -16/+16 |
* | Merge pull request #1374 from profanity-im/revampUrlopen | Michael Vetter | 2020-07-02 | 1 | -15/+216 |
|\ | |||||
| * | cmd_url_*(): use gchar instead of char | Michael Vetter | 2020-07-02 | 1 | -3/+3 |
| * | cmd_url_open(): fix memleak | Michael Vetter | 2020-07-02 | 1 | -0/+1 |
| * | cmd_url_*(): remove NULLing when not needed | Michael Vetter | 2020-07-01 | 1 | -8/+4 |
| * | cmd_executable(): Check arg lengths | Michael Vetter | 2020-07-01 | 1 | -0/+10 |
| * | Display a message acknowledging file saving success | Pierre Mazière | 2020-06-25 | 1 | -0/+2 |
| * | Replace /urlopen with /url and adapt /executable | Pierre Mazière | 2020-06-25 | 1 | -9/+201 |
| * | Refactor cmd_urlopen | Pierre Mazière | 2020-06-25 | 1 | -16/+16 |
* | | Fix omemo otr case | Michael Vetter | 2020-06-29 | 1 | -1/+2 |
* | | Feature request - XEP-0373: OpenPGP for XMPP (OX) | DebXWoody | 2020-06-29 | 1 | -0/+163 |
* | | cmd_funcs: fix omemo case | Michael Vetter | 2020-06-29 | 1 | -1/+2 |
* | | Dont allow starting a PGP session while in an OMEMO session | Michael Vetter | 2020-06-29 | 1 | -0/+5 |
* | | Clean-up: defines cmd_funcs.c | DebXWoody | 2020-06-20 | 1 | -42/+6 |
|/ | |||||
* | Add option for legacy authentication | Dmitry Podgorny | 2020-06-05 | 1 | -3/+30 |
* | Fix memleak again | Michael Vetter | 2020-06-03 | 1 | -1/+5 |
* | Get output and error streams from the command spawned by external_call() | Pierre Mazière | 2020-06-03 | 1 | -4/+5 |
* | Fix memleak in cmd_urlopen() | Michael Vetter | 2020-05-29 | 1 | -1/+3 |
* | Save bookmark ignore list | Michael Vetter | 2020-05-25 | 1 | -1/+1 |
* | Add and use connection_get_barejid() | Michael Vetter | 2020-05-25 | 1 | -3/+3 |
* | Add bookmark ignore add|remove | Michael Vetter | 2020-05-24 | 1 | -0/+12 |
* | List ignored bookmarks | Michael Vetter | 2020-05-24 | 1 | -0/+25 |
* | Add option to add bookmark name | Michael Vetter | 2020-05-22 | 1 | -4/+5 |