about summary refs log tree commit diff stats
path: root/src/command/command.c
Commit message (Expand)AuthorAgeFilesLines
* Added /time offJames Booth2014-11-161-0/+1
* Added /time settingJames Booth2014-11-161-2/+17
* Added /roster size and /occupants size settingsJames Booth2014-11-151-6/+10
* Added /roster by commands, wipJames Booth2014-11-111-3/+19
* Added /roster show|hide resourceJames Booth2014-11-111-11/+14
* Added /roster show|hide offlineJames Booth2014-11-101-9/+25
* Added /roster show|hide command, only show roster on connect successJames Booth2014-11-101-3/+7
* Added /wrap user preference for enabling/disabling word wrappingJames Booth2014-11-091-1/+9
* Added /presence command to show contacts presenceJames Booth2014-11-071-1/+9
* Updated /who helpJames Booth2014-11-051-12/+14
* Fixed leaks in /affiliation and /roleJames Booth2014-11-031-0/+21
* Fixed various memory leaksJames Booth2014-11-011-3/+2
* Updated /account clear helpJames Booth2014-10-271-2/+1
* Updated /info helpJames Booth2014-10-241-2/+5
* Updated /form helpJames Booth2014-10-241-3/+3
* Updated privileges helpJames Booth2014-10-241-4/+1
* Added /account clear [account] portJames Booth2014-10-231-0/+1
* Added /account clear [account] serverJames Booth2014-10-231-0/+1
* Revert "Removed 0.4.5 todo"James Booth2014-10-201-10/+0
* Removed 0.4.5 todoJames Booth2014-10-201-0/+10
* Implemented new field commandsJames Booth2014-10-191-0/+17
* Added /form help autocompleteJames Booth2014-10-191-9/+30
* Refactor form field and form autocompletersJames Booth2014-10-191-72/+61
* Added all autocompelers for form fieldsJames Booth2014-10-191-108/+40
* Added autocomplete for /field list-single typesJames Booth2014-10-191-5/+9
* Added autocomplete for /field boolean typesJames Booth2014-10-191-1/+54
* Add fields to command autocompleter on switch/previous/nextJames Booth2014-10-181-0/+35
* Added /privileges command to set UI option for showing roles/affiliations in ...James Booth2014-10-181-1/+12
* Added reason to role/affiliation changesJames Booth2014-10-181-12/+12
* Removed /help otherJames Booth2014-10-181-1/+0
* Removed /duck commandJames Booth2014-10-181-20/+0
* Added validation to /role and /affiliationJames Booth2014-10-121-6/+5
* Allow /role list and /affiliation list with no argsJames Booth2014-10-121-2/+2
* Added /affiliation and /role commandsJames Booth2014-10-121-62/+89
* Removed /room info command, covered by /infoJames Booth2014-10-111-1/+0
* Moved /room subject to /subjectJames Booth2014-10-111-14/+17
* Moved /room ban to /banJames Booth2014-10-111-8/+28
* Moved /room kick to /kickJames Booth2014-10-101-8/+28
* Renamed args to /occupants defaultJames Booth2014-10-091-8/+37
* Implemented /occupants showJames Booth2014-10-091-2/+9
* Added /occupants commands, unfinishedJames Booth2014-10-091-0/+9
* Added /room ban commandJames Booth2014-10-061-0/+8
* Added jid autocomplete for affiliation commandsJames Booth2014-10-061-4/+17
* Implemented setting and listing rolesJames Booth2014-10-061-6/+26
* Allow setting "none" affiliationJames Booth2014-10-061-0/+1
* Added /room kick commandJames Booth2014-10-051-0/+10
* Added /room subject commandJames Booth2014-10-051-0/+13
* Implemented getting affiliation list, and setting affiliationJames Booth2014-10-051-2/+1
* Added autocompleters for /room subcommandsJames Booth2014-10-041-0/+56
* Implemented setting affiliation and listing affiliationsJames Booth2014-10-041-7/+2