about summary refs log tree commit diff stats
path: root/src/command
Commit message (Expand)AuthorAgeFilesLines
...
* Add `/roster room use` commandMichael Vetter2020-01-232-0/+23
* Use OMEMO for offline MUC members (#1242)Paul Fariello2020-01-201-7/+11
* Refactor /roster show/hide (#1251)Daniel Lublin2020-01-121-133/+44
* Make `/roster color` configurable when offlineMichael Vetter2019-12-201-4/+4
* Refactor _cmd_set_boolean_preferenceMichael Vetter2019-12-191-9/+10
* Add /occupants color commandMichael Vetter2019-12-193-0/+15
* Add /roster color commandMichael Vetter2019-12-193-0/+13
* xep-0084: Improve helpMichael Vetter2019-12-181-1/+3
* xep-0084: add /avatar help and autocompletionMichael Vetter2019-12-182-3/+21
* xep-0084: Look for specific user and print IDMichael Vetter2019-12-183-1/+25
* Implement Color Vision Deficiencies settingMichael Vetter2019-12-123-6/+60
* Add initial support for XEP-0392Michael Vetter2019-12-094-1/+25
* Merge /group command into /rosterMichael Vetter2019-11-253-146/+118
* Add vim modelineMichael Vetter2019-11-136-0/+6
* Merge /chlog and /grlog commands into /loggingMichael Vetter2019-11-124-43/+60
* cmd_room: don't check arguments twiceMichael Vetter2019-11-081-13/+4
* Fix setting of status messageMichael Vetter2019-11-072-2/+6
* Merge state commands (online, away) into statusMichael Vetter2019-11-064-141/+113
* Fix formatting for invite command helpMichael Vetter2019-11-051-1/+1
* Merge /invite, /invites and /decline commandsMichael Vetter2019-11-054-85/+85
* Add `/titlebar show presence` commandMichael Vetter2019-11-052-0/+7
* Add `/titlebar show resource` commandMichael Vetter2019-11-053-3/+10
* Move /encwarn command into /titlebarMichael Vetter2019-11-054-41/+36
* Move `tls show` to titlebar commandMichael Vetter2019-11-054-23/+72
* Send clipboard via /pasteMichael Vetter2019-10-291-2/+34
* Add clipboard featureMichael Vetter2019-10-293-0/+29
* Remove not neede freeMichael Vetter2019-10-251-1/+0
* Remove /leave commandMichael Vetter2019-10-222-27/+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
* Add account clear example to helpMichael Vetter2019-10-061-1/+3
* 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-053-6/+60
* 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-043-0/+23
* | Mention XEP-0191 in blocked commandMichael Vetter2019-09-301-1/+1
* | Document how to block users in MUCsMichael Vetter2019-09-301-2/+4
* | 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
* | Allow pasing a jid to status command in chat windowMichael Vetter2019-09-291-2/+10
* | Remove unused code in cmd_room() about win numMichael Vetter2019-08-231-6/+0
* | Add 'save' command to save preferencesMichael Vetter2019-08-024-0/+26
* | Fix 3 leaks in cmd_funcsMichael Vetter2019-07-221-0/+4
* | Fix several memleaks im cmd_ac.cMichael Vetter2019-07-221-0/+6
* | Fix double initialization of loop iteratorMichael Vetter2019-07-221-1/+0