about summary refs log tree commit diff stats
path: root/src/command/command.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Added /privileges command to set UI option for showing roles/affiliations in ↵James Booth2014-10-181-1/+12
| | | | rooms
* 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
|
* Split autocompleters for roster and roomsJames Booth2014-10-041-23/+51
|
* Allow adding and removing room ownersJames Booth2014-10-041-3/+18
|
* Added /room <affiliation> commandJames Booth2014-10-011-0/+4
|
* Added /room <role> commandJames Booth2014-10-011-0/+3
|
* Tidied muc moduleJames Booth2014-09-281-4/+4
|
* Store room affiliation and roleJames Booth2014-09-281-3/+5
|
* Check for NULL inside autocomplete_freeJames Booth2014-09-261-3/+1
|
* Added autocompletion for jid-multi form fieldsJames Booth2014-09-171-0/+8
|
* Added autocompletion for form text-multi valuesJames Booth2014-09-171-0/+8
|
* Added autocompletion for form list-multi valuesJames Booth2014-09-171-2/+11
|
* Added autocompletion for form list-single valuesJames Booth2014-09-171-0/+16
|
* Added autocompletion for form boolean valuesJames Booth2014-09-171-16/+51
|
* Added form field helpJames Booth2014-09-161-0/+4
|
* Implemented /form helpJames Booth2014-09-161-3/+5
|
* Added /form showJames Booth2014-09-151-3/+5
|
* Split /room and /form commandsJames Booth2014-09-151-26/+38
|
* Added add/remove subcommands to room configJames Booth2014-09-131-4/+16
|
* Added autocomplete for setting room config form tagsJames Booth2014-09-121-0/+12
|
* Added setting of *-single room config valuesJames Booth2014-09-121-5/+8
|
* Added /room command validation, reduced to one subcommandJames Booth2014-09-111-15/+5
|
* Merge branch 'master' into roomconfigJames Booth2014-09-051-1/+1
|\
| * Changed summary for /help autoaway to reflect correct parameter 'time'Michael Phillips2014-09-051-1/+1
| |
* | Added /room config edit and /room config cancelJames Booth2014-09-041-4/+9
|/
* Updated help for /pingJames Booth2014-09-041-0/+1
|
* Added /ping commandJames Booth2014-09-041-1/+9
|
* Validate usage of /room config command, added UI messagesJames Booth2014-09-031-1/+1
|
* Added /room config commandJames Booth2014-09-031-0/+41
|