about summary refs log tree commit diff stats
path: root/src/command
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove fields from command autocomplete on form submit/cancelJames Booth2014-10-181-0/+4
* Add fields to command autocompleter on switch/previous/nextJames Booth2014-10-182-0/+39
* Fixed message on /ban in private conversationsJames Booth2014-10-181-1/+1
* Added /privileges command to set UI option for showing roles/affiliations in ...James Booth2014-10-183-3/+25
* Added reason to role/affiliation changesJames Booth2014-10-181-12/+12
* Don't show join messages on subsequent /join commandsJames Booth2014-10-181-1/+1
* Removed /help otherJames Booth2014-10-182-5/+0
* Removed /duck commandJames Booth2014-10-183-57/+2
* Added validation to /role and /affiliationJames Booth2014-10-122-29/+34
* Allow /role list and /affiliation list with no argsJames Booth2014-10-122-6/+21
* Added /affiliation and /role commandsJames Booth2014-10-123-136/+199
* Removed /room info command, covered by /infoJames Booth2014-10-112-10/+7
* Moved /room subject to /subjectJames Booth2014-10-113-45/+66
* Moved /room ban to /banJames Booth2014-10-113-20/+57
* Moved /room kick to /kickJames Booth2014-10-103-24/+63
* Renamed args to /occupants defaultJames Booth2014-10-092-9/+53
* Implemented /occupants showJames Booth2014-10-091-2/+9
* Added /occupants commands, unfinishedJames Booth2014-10-093-0/+39
* Added /room ban commandJames Booth2014-10-062-0/+20
* Added jid autocomplete for affiliation commandsJames Booth2014-10-061-4/+17
* Implemented setting and listing rolesJames Booth2014-10-062-7/+64
* Allow setting "none" affiliationJames Booth2014-10-062-1/+7
* Added /room kick commandJames Booth2014-10-052-0/+26
* Added /room subject commandJames Booth2014-10-052-0/+44
* Implemented getting affiliation list, and setting affiliationJames Booth2014-10-052-4/+2
* Added autocompleters for /room subcommandsJames Booth2014-10-041-0/+56
* Implemented setting affiliation and listing affiliationsJames Booth2014-10-042-56/+38
* Split autocompleters for roster and roomsJames Booth2014-10-042-101/+157
* Split validation between /who for rooms and rosterJames Booth2014-10-041-35/+51
* Allow adding and removing room ownersJames Booth2014-10-042-7/+64
* Added service discovery to /room info commandJames Booth2014-10-021-0/+1
* Merge branch 'master' into muc_rolesJames Booth2014-10-021-9/+5
|\
| * Removed usages of strcpyJames Booth2014-10-021-9/+5
* | Added /room <affiliation> commandJames Booth2014-10-012-2/+26
* | Added /room <role> commandJames Booth2014-10-012-0/+21
* | Moved room info output to ui module, added TODO for rolesJames Booth2014-09-301-6/+1
* | Show occupants affiliation and role with /info in roomsJames Booth2014-09-301-1/+4
* | Changed rooms to use Occupant type instead of PContactJames Booth2014-09-301-53/+32
* | Tidied muc moduleJames Booth2014-09-282-20/+20
* | Store room affiliation and roleJames Booth2014-09-282-4/+14
* | Check for NULL inside autocomplete_freeJames Booth2014-09-261-3/+1
|/
* Fixed /caps command for chat room participantsJames Booth2014-09-211-5/+6
* Destroy Jid after useJames Booth2014-09-211-0/+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