Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Shared log file needs a restart | Michael Vetter | 2020-12-11 | 1 | -1/+1 |
| | | | | 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 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 |
| | |||||
* | Remove scheme and filetype matching for url (save|open) | William Wennerström | 2020-12-08 | 1 | -45/+53 |
| | |||||
* | Fix wrong order of arguments for _url_http_method | William Wennerström | 2020-12-07 | 1 | -2/+2 |
| | |||||
* | 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 | 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 |
| | | | | | 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 | 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 |
| | | | | We require c99/gnu99 anyways. | ||||
* | Fix lastactivity behaviour | Michael Vetter | 2020-07-22 | 1 | -18/+28 |
| | | | | | | | | | | | | | 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 | ||||
* | Remove `/tiny` command | Michael Vetter | 2020-07-10 | 1 | -53/+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 | 1 | -4/+8 |
| | | | | | | `/console muc mention` additionally to `first|none|all`. Fix https://github.com/profanity-im/profanity/issues/1371 | ||||
* | 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If we receive a message we get: << room message: eagle@conference.anoxinon.me (win 2) Same for private chats and regular chats. And several other kinds of notifications. If we only receive notifications from a chat window it would be nice to also clear the hilight on the console window since we already catched up by reading the actual message in the chat window. Probably not the best description :-) I hope you get it.. Regards https://github.com/profanity-im/profanity/issues/1399 | ||||
* | | OX: XEP-0373: OpenPGP for XMPP - Version 0.5.0 (2020-06-19) | DebXWoody | 2020-07-10 | 1 | -0/+12 |
|/ | | | | | | | | | | | 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 | 1 | -1153/+1107 |
| | |||||
* | Revert "Apply coding style" | Michael Vetter | 2020-07-07 | 1 | -1130/+1176 |
| | | | | | | This reverts commit 9b55f2dec0ea27a9ce4856e303425e12f866cea2. Sorting the includes creates some problems. | ||||
* | Apply coding style | Michael Vetter | 2020-07-07 | 1 | -1176/+1130 |
| | | | | Regards https://github.com/profanity-im/profanity/issues/1396 | ||||
* | OX: Announce public key on PEP | DebXWoody | 2020-07-06 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | src/pgp/gpg.c:p_ox_gpg_readkey Used to read a public key from a file. The function will return the fingerprint of the file and the base64 encoded key. src/xmpp/ox.[hc] ox_announce_public_key(const char* const filename) can be called from the /ox announce <filename> command. The key within the file will be pushed on PEP and the Metadata node will be set. Issue: #1331 | ||||
* | 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 |
| | | | | | It just does a free. Related to b580b9ef119045f142fa4baa9689a1c5ce8864ef | ||||
* | Merge pull request #1374 from profanity-im/revampUrlopen | Michael Vetter | 2020-07-02 | 1 | -15/+216 |
|\ | | | | | Rework /url and /executable for filetypes | ||||
| * | 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 |
| | |