about summary refs log tree commit diff stats
path: root/src/command/cmd_funcs.c
Commit message (Expand)AuthorAgeFilesLines
* Replace /urlopen with /url and adapt /executablePierre Mazière2020-06-251-9/+201
* Refactor cmd_urlopenPierre Mazière2020-06-251-16/+16
* Add option for legacy authenticationDmitry Podgorny2020-06-051-3/+30
* Fix memleak againMichael Vetter2020-06-031-1/+5
* Get output and error streams from the command spawned by external_call()Pierre Mazière2020-06-031-4/+5
* Fix memleak in cmd_urlopen()Michael Vetter2020-05-291-1/+3
* Save bookmark ignore listMichael Vetter2020-05-251-1/+1
* Add and use connection_get_barejid()Michael Vetter2020-05-251-3/+3
* Add bookmark ignore add|removeMichael Vetter2020-05-241-0/+12
* List ignored bookmarksMichael Vetter2020-05-241-0/+25
* Add option to add bookmark nameMichael Vetter2020-05-221-4/+5
* Make option to allow hiding windows with no messages in statusbarMichael Vetter2020-05-211-0/+12
* Add /executable commandMichael Vetter2020-05-201-0/+16
* Make urlopen command configurableMichael Vetter2020-05-201-1/+1
* Create call_external() helper functionMichael Vetter2020-05-201-9/+1
* Build URL ac upon printing of message in windowMichael Vetter2020-05-201-11/+19
* Actually open the URLMichael Vetter2020-05-201-0/+20
* xep-0092: make it possible to ask servers or components for softwareMichael Vetter2020-05-141-0/+19
* Have proper autocompletion for /software in chat windowMichael Vetter2020-05-141-15/+21
* Remove unanimous MAM displayMichael Vetter2020-04-251-6/+0
* Fix parsing of alias commandMichael Vetter2020-04-201-1/+1
* Add setting to not colorize own nick according to xep-0392Michael Vetter2020-03-251-0/+4
* Fix old typo in titlebar presenceMichael Vetter2020-03-241-1/+1
* titlebar: allow displaying MUC name and MUC jidMichael Vetter2020-03-241-25/+12
* Add slashguard featureMichael Vetter2020-03-181-0/+12
* xep-0084/avatar: add option to open avatar directlyMichael Vetter2020-03-101-1/+13
* Make cmd_logging() saferMichael Vetter2020-02-251-2/+3
* 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-201-4/+14
* Mention how to enable unencrypted file transerMichael Vetter2020-02-171-2/+2
* Make /sendfile in PGP session configurableMichael Vetter2020-02-171-1/+6
* Make /sendfile in OTR session configurableMichael Vetter2020-02-171-2/+16
* Make /sendfile in OMEMO session configurableMichael Vetter2020-02-171-8/+26
* Disallow sendfile in e2ee chat sessionsmoppman2020-02-171-0/+35
* xep-0308: only allow /correct when corrections are enabledMichael Vetter2020-02-141-0/+5
* xep-0308: Make /correct work without quotation marksMichael Vetter2020-02-141-2/+8
* 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-101-0/+41
* xep-0308: create setting to toggle lmcMichael Vetter2020-02-101-3/+5
* xep-0308: set correction char in configMichael Vetter2020-02-101-0/+27
* Change theme handlingMichael Vetter2020-01-291-8/+11
* XEP-0092: Add configuration option to choose whether to send OS nameMichael Vetter2020-01-241-0/+8
* Add option to display MUC name or JID in titlebarMichael Vetter2020-01-231-0/+25
* Add `/roster room use` commandMichael Vetter2020-01-231-0/+19
* Use OMEMO for offline MUC members (#1242)Paul Fariello2020-01-201-7/+11