about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Add autocompletion for `/log level`Michael Vetter2022-06-221-0/+13
| | |
| * | Display log level information in preferencesMichael Vetter2022-06-223-0/+22
| | |
| * | Rename _log_string_from_level to _log_abbreviation_string_from_levelMichael Vetter2022-06-221-3/+4
| | |
| * | Correct default log maxsize in helpMichael Vetter2022-06-221-1/+1
| | | | | | | | | | | | This was changed in c4d7f1c29 from 1MB to 10MB.
| * | Let user change log level while runningMichael Vetter2022-06-223-4/+17
|/ / | | | | | | | | | | | | | | | | | | | | `/log level INFO|DEBUG|WARN|ERROR` is now available. Looks like this solves a TODO (see removed comment in source) from 2013 :-) Works only with default log file. Not with user provided log file during start up via the -f parameter. Fix https://github.com/profanity-im/profanity/issues/1627
* | Merge pull request #1725 from profanity-im/feat/optional-moodMichael Vetter2022-06-229-4/+44
|\ \ | | | | | | Make display of user mood optional
| * | Display mood preferencesMichael Vetter2022-06-226-3/+20
| | |
| * | Make mood display optionalMichael Vetter2022-06-226-3/+26
|/ /
* | Merge pull request #1722 from ↵Michael Vetter2022-06-2112-39/+163
|\ \ | |/ |/| | | | | MarcoPolo-PasTonMolo/fix/automatically-start-ox-or-pgp Don't forget encryption status for OX and PGP.
| * Fix build without omemoMarcoPolo-PasTonMolo2022-06-171-0/+2
| |
| * Don't forget encryption status for OX and PGP.MarcoPolo-PasTonMolo2022-06-1712-39/+161
|/ | | | | | | | Use a pgp.enabled and ox.enabled array the same way that omemo.enabled is used. Fixes https://github.com/profanity-im/profanity/issues/1694 Fixes https://github.com/profanity-im/profanity/issues/733
* Merge pull request #1721 from MarcoPolo-PasTonMolo/fix/improve-parserMichael Vetter2022-06-161-3/+12
|\ | | | | Improve cmd argument parser
| * Improve cmd argument parserMarcoPolo-PasTonMolo2022-06-161-3/+12
| | | | | | | | | | | | | | | | | | "" used to become " now it just becomes an empty argument. Also if quotes appeared after a token started then if the number of quotes in the token is n the resulting one would be a token with the n last characters cut off, now it's fixed. Fixes https://github.com/profanity-im/profanity/issues/497
* | ci: Remove TW for nowMichael Vetter2022-06-161-1/+1
|/ | | | | | | | | | | | | | Until they fixed this: ``` Problem: the to be installed ncurses-devel-6.3.20220604-20.1.x86_64 requires 'libncurses6 = 6.3.20220604-20.1', but this requireme