about summary refs log tree commit diff stats
path: root/src
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-2020-620/+641
* Fix theme setting correction charMichael Vetter2020-02-201-1/+1
* Parse mentions and triggers in muc history if display is 'regular'Michael Vetter2020-02-204-22/+30
* 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-171-2/+1
|\
| * Add builds.sr.ht CI for OpenBSDWilliam Wennerström2020-02-171-2/+1
* | 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
* | 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
|/
* 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
* 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-141-7/+7
* xep-0308: remove replace_id from privwin signatureMichael Vetter2020-02-143-4/+4
* 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
* xep-0308: Implement LMC for outgoing MUC messagesMichael Vetter2020-02-1410-17/+71
* Rename MUC PM handlerMichael Vetter2020-02-141-3/+3
* xep-0308: Dont allow to correct MUC PMsMichael Vetter2020-02-143-10/+0
* xep-0308: correct incoming MUC PMsMichael Vetter2020-02-121-0/+14
* xep-0308: Display corrected incoming MUC messages correctlyMichael Vetter2020-02-124-5/+21
* xep-0308: Don't check whether receiving clients supports this featureMichael Vetter2020-02-121-16/+1
* xep-0308: enable corrections for outgoing encrypted messagesMichael Vetter2020-02-128-44/+55