about summary refs log tree commit diff stats
path: root/src/command
Commit message (Expand)AuthorAgeFilesLines
* Dont have account otr setting if built without otrMichael Vetter2020-04-031-0/+2
* Dont have otr autocompletion if build without otr supportMichael Vetter2020-04-031-0/+16
* Dont have pgp autocompletion if build without pgp supportMichael Vetter2020-04-031-2/+16
* Dont even create OMEMO ac vars if we build without supportMichael Vetter2020-04-031-0/+10
* Only have OMEMO autocompletion if we build with OEMO supportMichael Vetter2020-04-021-2/+6
* Fix omemo autocompletion mitakeMichael Vetter2020-04-021-2/+0
* Remove 'use' from titlebar autocompletionMichael Vetter2020-03-291-1/+0
* Fix edit mistakeMichael Vetter2020-03-271-1/+1
* Upgrade examplesMichael Vetter2020-03-261-39/+39
* Add setting to not colorize own nick according to xep-0392Michael Vetter2020-03-253-4/+17
* Fix old typo in titlebar presenceMichael Vetter2020-03-241-1/+1
* titlebar: allow displaying MUC name and MUC jidMichael Vetter2020-03-244-46/+19
* Add slashguard featureMichael Vetter2020-03-184-1/+31
* Add note about 256 color supportMichael Vetter2020-03-171-1/+2
* xep-0084/avatar: add option to open avatar directlyMichael Vetter2020-03-103-6/+43
* Remove caution about LMCMichael Vetter2020-03-091-1/+1
* Make cmd_logging() saferMichael Vetter2020-02-251-2/+3
* Improve formatting for some help instructionsWilliam Wennerström2020-02-241-12/+12
* get_log_file_location () should return const char*Michael Vetter2020-02-211-1/+1
* Improve setting encryption char error handlingMichael Vetter2020-02-211-6/+15
* Allow utf8 symbols as omemo/pgp/otr indicator charMichael Vetter2020-02-201-182/+183
* Add option to color MUC history like regular messagesMichael Vetter2020-02-203-12/+46
* 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-173-3/+23
* Make /sendfile in OTR session configurableMichael Vetter2020-02-174-6/+37
* Make /sendfile in OMEMO session configurableMichael Vetter2020-02-174-10/+44
* Disallow sendfile in e2ee chat sessionsmoppman2020-02-171-0/+35
* 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
* xep-0308: Make /correct work without quotation marksMichael Vetter2020-02-143-9/+12
* 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-141-0/+12
* 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-121-2/+3
* xep-0308: update the UI upon sending a corrected messageMichael Vetter2020-02-111-0/+1
* xep-0308: Implement `/correct` to correct the last send messageMichael Vetter2020-02-104-0/+70
* xep-0308: create setting to toggle lmcMichael Vetter2020-02-102-4/+6
* xep-0308: set correction char in configMichael Vetter2020-02-103-1/+29
* xep-0308: add `correction` autocompletionMichael Vetter2020-02-102-0/+41
* Add `/omemo char` autocompletionMichael Vetter2020-02-031-0/+1
* Add context to autocomplete_with_func and use it for omemo trust commandPaul Fariello2020-01-311-80/+92
* Change theme handlingMichael Vetter2020-01-293-12/+44
* XEP-0092: Add configuration option to choose whether to send OS nameMichael Vetter2020-01-244-1/+25
* Fix titlebar and rosterbar descriptionMichael Vetter2020-01-231-3/+2
* Add option to display MUC name or JID in titlebarMichael Vetter2020-01-234-4/+49
* Add `/roster room use` autocompletionMichael Vetter2020-01-231-0/+12