about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Improve setting encryption char error handlingMichael Vetter2020-02-213-16/+27
* Expand omemo error messageMichael Vetter2020-02-211-2/+2
* pref: Use helper functions for setting/getting the encryption charMichael Vetter2020-02-211-38/+24
* win_print_incoming() strdup the charactarMichael Vetter2020-02-211-1/+1
* Fix missing change from last commitMichael Vetter2020-02-201-1/+1
* Allow utf8 symbols as omemo/pgp/otr indicator charMichael Vetter2020-02-2021-622/+643
* Fix theme setting correction charMichael Vetter2020-02-201-1/+1
* Merge branch 'master' of github.com:profanity-im/profanityMichael Vetter2020-02-201-1/+1
|\
| * Merge pull request #1273 from wstrm/add-sr.ht-badgeMichael Vetter2020-02-181-1/+1
| |\
| | * Add builds.sr.ht badge for Profanity buildsWilliam Wennerström2020-02-181-1/+1
| |/
* | Parse mentions and triggers in muc history if display is 'regular'Michael Vetter2020-02-206-25/+33
* | Put getting mentions in own functionMichael Vetter2020-02-203-10/+17
* | Add option to color MUC history like regular messagesMichael Vetter2020-02-207-17/+72
* | Refactor mucwin_history()Michael Vetter2020-02-193-8/+9
* | Add define names to commentMichael Vetter2020-02-192-7/+6
|/
* Merge pull request #1269 from wstrm/add-sr.ht-ciMichael Vetter2020-02-176-23/+105
|\
| * Add builds.sr.ht CI for OpenBSDWilliam Wennerström2020-02-176-23/+105
* | omemo: switch to 12 byte IVMichael Vetter2020-02-171-1/+1
* | Refactor win_print_history()Michael Vetter2020-02-174-14/+6
* | Refactor win_print_outgoing_muc_msg()Michael Vetter2020-02-173-15/+7
* | Refactor win_println_incoming_muc_msg()Michael Vetter2020-02-173-15/+7
* | Refactor win_print_outgoing()Michael Vetter2020-02-174-19/+10
* | Fix typoMichael Vetter2020-02-171-1/+1
* | Merge branch 'feature/sendfile-enc-warn'Michael Vetter2020-02-177-7/+157
|\ \ | |/ |/|
| * Mention how to enable unencrypted file transerMichael Vetter2020-02-171-2/+2
| * Make /sendfile in PGP session configurableMichael Vetter2020-02-176-3/+33
| * Make /sendfile in OTR session configurableMichael Vetter2020-02-177-6/+47
| * Make /sendfile in OMEMO session configurableMichael Vetter2020-02-177-10/+54
| * Disallow sendfile in e2ee chat sessionsmoppman2020-02-171-0/+35
|/
* test: Init window.layout to make compiler happyMichael Vetter2020-02-141-0/+1
* Add workaround for compiler warningMichael Vetter2020-02-141-1/+1
* xep-0308: Add note about tab completionMichael Vetter2020-02-141-1/+2
* xep-0308: add note about where corrections are possibleMichael Vetter2020-02-141-1/+2
* xep-0308: only allow /correct when corrections are enabledMichael Vetter2020-02-141-0/+5
* Merge pull request #1267 from profanity-im/feature/xep-0308-lmcMichael Vetter2020-02-1434-154/+594
|\
| * xep-0308: add caution noteMichael Vetter2020-02-141-1/+1
| * Rename buffer->from to buffer->display_fromMichael Vetter2020-02-143-10/+12
| * xep-0308: enable for carbon copied messagesMichael Vetter2020-02-142-1/+15
| * xep-0308: enable correction in outgoing messages with delivery receiptsMichael Vetter2020-02-143-8/+10
| * Always send delivery receipts if enabledMichael Vetter2020-02-141-14/+1
| * Rename win_print_with_receipt() -> win_print_outgoing_with_receipt()Michael Vetter2020-02-143-4/+4
| * Add myself to copyrightMichael Vetter2020-02-144-0/+4
| * Rename `win_println_them_message()` -> `win_println_incoming_muc_msg()`Michael Vetter2020-02-143-3/+3
| * Fix testsMichael Vetter2020-02-142-8/+8
| * xep-0308: remove replace_id from privwin signatureMichael Vetter2020-02-143-4/+4
| * xep-0308: adapt unit test stubsMichael Vetter2020-02-142-8/+6
| * xep-0308: only replace messages if the user enabled the featureMichael Vetter2020-02-141-3/+3
| * xep-0308: Make /correct work without quotation marksMichael Vetter2020-02-144-11/+14
| * xep-0308: Fix sending corrections for multiple wordsMichael Vetter2020-02-143-4/+7
| * xep-0308: Add autocompletion of last message for /correctMichael Vetter2020-02-141-4/+29