Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Refactor call_external | William Wennerström | 2020-12-11 | 3 | -91/+42 | |
| | | ||||||
* | | travis: disable osx | Michael Vetter | 2020-12-15 | 1 | -8/+8 | |
| | | | | | | | | Too old I guess. | |||||
* | | Merge pull request #1461 from kaffeekanne/fix-inputwindow | Michael Vetter | 2020-12-12 | 1 | -2/+2 | |
|\ \ | | | | | | | Set input window size to max window size | |||||
| * | | Set input window size to max window size | kaffeekanne | 2020-12-11 | 1 | -2/+2 | |
|/ / | | | | | | | Input window size was one cell off, therefore terminal themes with background color set were rendered incorrectly, fixes #1458 | |||||
* | | Merge pull request #1460 from kaffeekanne/master | Michael Vetter | 2020-12-11 | 1 | -2/+0 | |
|\ \ | | | | | | | Remove blank line after trackbar | |||||
| * | | Remove blank line after trackbar | kaffeekanne | 2020-12-11 | 1 | -2/+0 | |
|/ / | | | | | | | Remove added blank line after trackbar, introduced by 606c1e51e688cb111b9837579a35460508324b63 | |||||
* | | Merge pull request #1456 from profanity-im/fix/1441-thememe | Michael Vetter | 2020-12-11 | 1 | -2/+1 | |
|\ \ | |/ |/| | Fix color for win_print_outgoing() | |||||
| * | Remove old TODO | Michael Vetter | 2020-12-11 | 1 | -1/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | It was added in f7fe87dd4e7e14112fbcb0ae8794d90ffee64f2f when I rewrote window functions to include more infos (not just char* but whole jid struct I think). The same todo was added to win_print_outgoing_muc() but removed in f3d9de133e90ed10b5b7bd61196619eab1fedb19. This TODO should have been removed in f3d9de133e90ed10b5b7bd61196619eab1fedb19 since there we added the myjid parameter. | |||||
| * | Fix color for win_print_outgoing() | Michael Vetter | 2020-12-11 | 1 | -1/+1 | |
|/ | | | | | | | | | | | | | Discovered by @aba-hollerer. Mistake was introduced in b6b7dd5ad497a71e250b8b3cef0bb987314b141d probably due to a wrong copy/paste. First wasn't reproducible because I had `/receipts request on` and thus win_print_outgoing_receipts() is used which has the correct THEME_TEXT_ME. Fixes https://github.com/profanity-im/profanity/issues/1441 | |||||
* | Adapt profanity --help output | Michael Vetter | 2020-12-11 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #1455 from profanity-im/fix/1442-logging | Michael Vetter | 2020-12-11 | 6 | -31/+24 | |
|\ | | | | | Use whole path as logfile when defined via -f | |||||
| * | Only rotate logs if user didn't specify a log file | Michael Vetter | 2020-12-11 | 2 | -2/+8 | |
| | | ||||||
| * | Remove log_reinit() | Michael Vetter | 2020-12-11 | 3 | -19/+0 | |
| | | | | | | | | Not needed anymore. | |||||
| * | Shared log file needs a restart | Michael Vetter | 2020-12-11 | 2 | -2/+2 | |
| | | | | | | | | Tell user about this change. | |||||
| * | Use whole path as logfile when defined via -f | Michael Vetter | 2020-12-11 | 1 | -8/+14 | |
|/ | | | | | | | | | `profanity -f my` created ~/.local/share/profanity/logs/my.log`. It would be nicer if one could define the actual path, so one can choose another directory or even use /dev/null. Fixes https://github.com/profanity-im/profanity/issues/1442 | |||||
* | Merge pull request #1454 from wstrm/fix-missing-download-dir | Michael Vetter | 2020-12-10 | 2 | -13/+32 | |
|\ | | | | | Create download directory under XDG data path | |||||
| * | Fix deadlock on error before HTTP download has begun | William Wennerström | 2020-12-10 | 1 | -4/+6 | |
| | | ||||||
| * | 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). | |||||
* | Set default color for trackbar | Michael Vetter | 2020-12-10 | 1 | -0/+1 | |
| | | | | Fix https://github.com/profanity-im/profanity/issues/1453 | |||||
* | Remove empty line | Michael Vetter | 2020-12-10 | 1 | -1/+0 | |
| | ||||||
* | Remove not needed initialization in chatwin_new() | Michael Vetter | 2020-12-10 | 1 | -4/+0 | |
| | | | | | | | | | | | | | | 00dbc1ba7c66c3bb6898aed26922bf5295768bb1 attempted to fix https://github.com/profanity-im/profanity/issues/1449. Here we revert the part about initializing is_omemo in chatwin_new() since this is done in win_create_chat() already. The actual mistake was the wrong cast of the muc window which is fixed by the same commit. The mistake was introduced in in 3370418d71de255c832da97113543e554ec0e86b. While being at it we also remove the is_ox initialization since this is handled in win_create_chat()/win_create_muc() too. | |||||
* | Fix various typos | Michael Vetter | 2020-12-10 | 11 | -20/+20 | |
| | ||||||
* | Merge pull request #1450 from wstrm/issue-1449 | Michael Vetter | 2020-12-10 | 3 | -30/+41 | |
|\ | | | | | Cast chat/muc window to correct type and refactor cmd_sendfile | |||||
| * | Fix build failure (unused variable) | William Wennerström | 2020-12-09 | 1 | -2/+2 | |
| | | ||||||
| * | Remove stray +2 for path string in get_expanded_path | William Wennerström | 2020-12-09 | 1 | -6/+6 | |
| | | ||||||
| * | Cast chat/muc window to correct type and refactor cmd_sendfile | William Wennerström | 2020-12-09 | 2 | -24/+35 | |
| | | | | | | | | Fixes #1449 | |||||
* | | Merge pull request #1451 from timgates42/bugfix_typo_certain | Michael Vetter | 2020-12-10 | 1 | -1/+1 | |
|\ \ | | | | | | | docs: fix simple typo, certian -> certain | |||||
| * | | docs: fix simple typo, certian -> certain | Tim Gates | 2020-12-10 | 1 | -1/+1 | |
| |/ | | | | | | | | | | | There is a small typo in src/config/theme.c. Should read `certain` rather than `certian`. | |||||
* | | Merge pull request #1446 from profanity-im/fix/1439-chatlogs | Michael Vetter | 2020-12-10 | 1 | -14/+19 | |
|\ \ | |/ |/| | Fix chatlogs for outgoing carbons | |||||
| * | Log incoming carbons if they are no MUCPM | Michael Vetter | 2020-12-09 | 1 | -4/+9 | |
| | | | | | | | | Regards https://github.com/profanity-im/profanity/pull/1446 | |||||
| * | Fix chatlogs for outgoing carbons | Michael Vetter | 2020-12-08 | 1 | -10/+10 | |
| | | | | | | | | | | | | Doesn't make sense to log if plain is not set in all cases. Regards https://github.com/profanity-im/profanity/issues/1439 | |||||
* | | Allocate memory for realpath in both cases | Michael Vetter | 2020-12-09 | 1 | -1/+1 | |
| | | | | | | | | Forgot about that :( | |||||
* | | Simplify notify() | Michael Vetter | 2020-12-09 | 1 | -2/+2 | |
| | | ||||||
* | | Expand trackbar to whole line | Michael Vetter | 2020-12-09 | 1 | -1/+1 | |
| | | | | | | | | Fix https://github.com/profanity-im/profanity/issues/1448 | |||||
* | | Merge pull request #1447 from profanity-im/omemomediasharing-impr | Michael Vetter | 2020-12-09 | 4 | -11/+35 | |
|\ \ | | | | | | | omemo media sharing related polishing | |||||
| * | | Purge omemo sendfile from config | Michael Vetter | 2020-12-09 | 1 | -0/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/profanity-im/profanity/pull/1375 added omemo media sharing support. Thus the protection (https://github.com/profanity-im/profanity/pull/1270) to sending files plainly in an omemo chat isn't needed anymore and got removed. Lets clean it from the config file. | |||||
| * | | Use get_expanded_path() in cmd_senfile() | Michael Vetter | 2020-12-09 | 2 | -8/+3 | |
| | | | ||||||
| * | | Expand ~ in unique_filename_from_url() | Michael Vetter | 2020-12-09 | 1 | -3/+27 | |
|/ / | | | | | | | | | | | | | | | unique_filename_from_url() is used for `/url save`. It doesn't recognize ~ by itself, we need to expand it first. Mentioned in https://github.com/profanity-im/profanity/pull/1375#pullrequestreview-547892462 | |||||
* | | Merge pull request #1375 from wstrm/feature/omemo-sendfile | Michael Vetter | 2020-12-09 | 34 | -426/+1759 | |
|\ \ | |/ |/| | Send and retrieve encrypted files when using OMEMO | |||||
| * | Remove scheme and filetype matching for url (save|open) | William Wennerström | 2020-12-08 | 5 | -66/+88 | |
| | | ||||||
| * | Fix segfault for urlopen[1] | William Wennerström | 2020-12-07 | 1 | -1/+1 | |
| | | ||||||
| * | 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 | 5 | -4/+3 | |
| | | ||||||
| * | Add tests for format_call_external_argv | William Wennerström | 2020-12-07 | 5 | -19/+91 | |
| | | ||||||
| * | Fix bad order of parameters for url save | William Wennerström | 2020-12-07 | 3 | -3/+16 | |
| | | ||||||
| * | Rework url to filename | William Wennerström | 2020-12-06 | 5 | -55/+105 | |
| | | ||||||
| * | Move unique_filename_from_url functions to common | William Wennerström | 2020-12-04 | 13 | -167/+172 | |
| | | ||||||
| * | Refactor for threaded external executable for built-in download methods | William Wennerström | 2020-12-03 | 15 | -234/+203 | |
| | | ||||||
| * | Fix stubs and move some tests to http_common | William Wennerström | 2020-11-16 | 10 | -48/+23 | |
| | | ||||||
| * | Add stubs | William Wennerström | 2020-11-16 | 5 | -10/+55 | |
| | |