about summary refs log tree commit diff stats
path: root/src/command
Commit message (Collapse)AuthorAgeFilesLines
...
* Updated /info helpJames Booth2014-10-241-2/+5
|
* Updated /form helpJames Booth2014-10-241-3/+3
|
* Updated privileges helpJames Booth2014-10-241-4/+1
|
* Changed room help colour, added whitespace after invalid field settingJames Booth2014-10-241-0/+14
|
* Removed room unlocked console messageJames Booth2014-10-241-1/+0
|
* Renamed room destroy functionJames Booth2014-10-231-1/+1
|
* Added /account clear [account] portJames Booth2014-10-232-0/+5
|
* Added /account clear [account] serverJames Booth2014-10-232-0/+5
|
* Revert "Removed 0.4.5 todo"James Booth2014-10-201-10/+0
| | | | This reverts commit e1f5cfb928ee7b034eb0044b1ef83d606ede0258.
* Removed 0.4.5 todoJames Booth2014-10-201-0/+10
|
* Implemented new field commandsJames Booth2014-10-193-201/+220
|
* 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
|
* 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
| | | | rooms
* 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
| |