about summary refs log tree commit diff stats
path: root/src/command/cmd_funcs.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Free strings in all cases in cmd_roomsMichael Vetter2019-10-061-0/+3
* Free options in error case for cmd_connect()Michael Vetter2019-10-061-0/+5
* Add /clear autocompletion and improve helpMichael Vetter2019-10-051-1/+23
* Merge remote-tracking branch 'philipflohr/master'Michael Vetter2019-10-051-10/+3
|\
| * Don't stop plugin installation if given path points to a directoryPhilip Flohr2019-02-261-11/+3
* | Introduce /reload commandMichael Vetter2019-10-041-0/+9
* | Fix typo conact -> contactMichael Vetter2019-09-291-4/+4
* | Use helper function for cmd_statusMichael Vetter2019-09-291-15/+13
* | Allow pasing a jid to info command in chat windowMichael Vetter2019-09-291-12/+18