about summary refs log tree commit diff stats
path: root/src/command/cmd_funcs.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Refactor /roster show/hide (#1251)Daniel Lublin2020-01-121-133/+44
* Refactor _cmd_set_boolean_preferenceMichael Vetter2019-12-191-9/+10
* Add /occupants color commandMichael Vetter2019-12-191-0/+6
* Add /roster color commandMichael Vetter2019-12-191-0/+5
* xep-0084: Look for specific user and print IDMichael Vetter2019-12-181-0/+9
* Implement Color Vision Deficiencies settingMichael Vetter2019-12-121-1/+28
* Add initial support for XEP-0392Michael Vetter2019-12-091-0/+7
* Merge /group command into /rosterMichael Vetter2019-11-251-9/+9
* Add vim modelineMichael Vetter2019-11-131-0/+1
* Merge /chlog and /grlog commands into /loggingMichael Vetter2019-11-121-14/+13
* cmd_room: don't check arguments twiceMichael Vetter2019-11-081-13/+4
* Fix setting of status messageMichael Vetter2019-11-071-0/+4
* Merge state commands (online, away) into statusMichael Vetter2019-11-061-39/+26
* Merge /invite, /invites and /decline commandsMichael Vetter2019-11-051-40/+32
* Add `/titlebar show presence` commandMichael Vetter2019-11-051-0/+6
* Add `/titlebar show resource` commandMichael Vetter2019-11-051-1/+6
* Move /encwarn command into /titlebarMichael Vetter2019-11-051-15/+23
* Move `tls show` to titlebar commandMichael Vetter2019-11-051-7/+19
* Send clipboard via /pasteMichael Vetter2019-10-291-2/+34
* Add clipboard featureMichael Vetter2019-10-291-0/+14
* Remove not neede freeMichael Vetter2019-10-251-1/+0
* Remove /leave commandMichael Vetter2019-10-221-13/+0
* Fix memory leak in cmd_join()Dmitry Podgorny2019-10-141-1/+3
* Make cmd_account saferMichael Vetter2019-10-101-2/+6
* Revert "Fix memleak in cmd_join"Michael Vetter2019-10-061-5/+0
* Fix memleak in cmd_joinMichael Vetter2019-10-061-0/+5