about summary refs log tree commit diff stats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Properly free buffer entryMichael Vetter2020-02-251-0/+1
* Fix memleak in stanza_get_oldest_delayMichael Vetter2020-02-251-2/+14
* Fix memleak in _handle_groupchat()Michael Vetter2020-02-251-1/+6
* Make cmd_logging() saferMichael Vetter2020-02-251-2/+3
* Only use enc_char in win_print_incoming() when neededMichael Vetter2020-02-251-1/+4
* Improve formatting for some help instructionsWilliam Wennerström2020-02-241-12/+12
* Fix errors in log.cMichael Vetter2020-02-221-1/+2
* get_log_file_location () should return const char*Michael Vetter2020-02-213-3/+3
* Allow setting custom log file via -f FILENAMEMichael Vetter2020-02-217-23/+53
* Rename separator to trackbarMichael Vetter2020-02-211-4/+4
* Make trackbar color configurableMichael Vetter2020-02-213-0/+8
* Dont filter out own MUC messages if muc history is set to 'regular'Michael Vetter2020-02-213-5/+5
* 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