| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|\
| |
| | |
Print logs on error in CI
|
|/
|
|
|
|
| |
Because we trap the error signal and run a error handler, logs were not
printed. I moved the printing of test-suite.log to the error handler and
also added so that config.log is printed on failure.
|
|\
| |
| | |
Add `/executable (urlsave|urlopen)` migrations
|
|/ |
|
| |
|
|\
| |
| | |
Switch from Travis CI to GitHub Actions
|
|/
|
|
|
| |
Travis have been slow and the macOS runner is outdated (and a bunch of
other recurring issues).
|
| |
|
|\
| |
| | |
Restore old behavior when executing eval_password command
|
| |
| |
| |
| | |
I see no reason to inherit the stdin, so let's have it disabled.
|
| |
| |
| |
| |
| | |
Old commit that implemented the old behavior:
bc9e6b79cdc246f7e97f6ddff7ea81474a698b05
|
| | |
|
| |
| |
| |
| | |
Too old I guess.
|
|\ \
| | |
| | | |
Set input window size to max window size
|
|/ /
| |
| |
| | |
Input window size was one cell off, therefore terminal themes with background color set were rendered incorrectly, fixes #1458
|
|\ \
| | |
| | | |
Remove blank line after trackbar
|
|/ /
| |
| |
| | |
Remove added blank line after trackbar, introduced by 606c1e51e688cb111b9837579a35460508324b63
|
|\ \
| |/
|/| |
Fix color for win_print_outgoing()
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
|/
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|\
| |
| | |
Use whole path as logfile when defined via -f
|
| | |
|
| |
| |
| |
| | |
Not needed anymore.
|
| |
| |
| |
| | |
Tell user about this change.
|
|/
|
|
|
|
|
|
|
| |
`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
|
|\
| |
| | |
Create download directory under XDG data path
|
| | |
|
|/
|
|
|
| |
* If the downloads directory does not exist, create it.
* Change some cons_show to cons_show_error (because they log errors).
|
|
|
|
| |
Fix https://github.com/profanity-im/profanity/issues/1453
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|\
| |
| | |
Cast chat/muc window to correct type and refactor cmd_sendfile
|
| | |
|
| | |
|
| |
| |
| |
| | |
Fixes #1449
|
|\ \
| | |
| | | |
docs: fix simple typo, certian -> certain
|
| |/
| |
| |
| |
| |
| | |
There is a small typo in src/config/theme.c.
Should read `certain` rather than `certian`.
|
|\ \
| |/
|/| |
Fix chatlogs for outgoing carbons
|
| |
| |
| |
| | |
Regards https://github.com/profanity-im/profanity/pull/1446
|
| |
| |
| |
| |
| |
| | |
Doesn't make sense to log if plain is not set in all cases.
Regards https://github.com/profanity-im/profanity/issues/1439
|
| |
| |
| |
| | |
Forgot about that :(
|
| | |
|
| |
| |
| |
| | |
Fix https://github.com/profanity-im/profanity/issues/1448
|
|\ \
| | |
| | | |
omemo media sharing related polishing
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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.
|
| | | |
|