about summary refs log tree commit diff stats
path: root/src/command/commands.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed various memory leaksJames Booth2014-11-011-3/+4
* Updated helpJames Booth2014-10-271-4/+4
* 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-231-0/+4
* Added /account clear [account] serverJames Booth2014-10-231-0/+4
* Implemented new field commandsJames Booth2014-10-191-201/+201
* Remove fields from command autocomplete on form submit/cancelJames Booth2014-10-181-0/+4
* 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-181-2/+12
* Don't show join messages on subsequent /join commandsJames Booth2014-10-181-1/+1
* Removed /help otherJames Booth2014-10-181-4/+0
* Removed /duck commandJames Booth2014-10-181-36/+2
* Added validation to /role and /affiliationJames Booth2014-10-121-23/+29
* Allow /role list and /affiliation list with no argsJames Booth2014-10-121-4/+19
* Added /affiliation and /role commandsJames Booth2014-10-121-73/+107
* Removed /room info command, covered by /infoJames Booth2014-10-111-9/+7
* Moved /room subject to /subjectJames Booth2014-10-111-31/+48
* Moved /room ban to /banJames Booth2014-10-111-12/+28
* Moved /room kick to /kickJames Booth2014-10-101-16/+34
* Renamed args to /occupants defaultJames Booth2014-10-091-1/+16
* Added /occupants commands, unfinishedJames Booth2014-10-091-0/+29
* Added /room ban commandJames Booth2014-10-061-0/+12
* Implemented setting and listing rolesJames Booth2014-10-061-1/+38
* Allow setting "none" affiliationJames Booth2014-10-061-1/+6
* Added /room kick commandJames Booth2014-10-051-0/+16
* Added /room subject commandJames Booth2014-10-051-0/+31
* Implemented getting affiliation list, and setting affiliationJames Booth2014-10-051-2/+1
* Implemented setting affiliation and listing affiliationsJames Booth2014-10-041-49/+36
* Split autocompleters for roster and roomsJames Booth2014-10-041-78/+106
* Split validation between /who for rooms and rosterJames Booth2014-10-041-35/+51
* Allow adding and removing room ownersJames Booth2014-10-041-4/+46
* 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-011-2/+22
* | Added /room <role> commandJames Booth2014-10-011-0/+18
* | 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-281-16/+16
* | Store room affiliation and roleJames Booth2014-09-281-1/+9
|/
* Fixed /caps command for chat room participantsJames Booth2014-09-211-5/+6
* Destroy Jid after useJames Booth2014-09-211-0/+1
* Added field updated message, show form mofified indicator for /winsJames Booth2014-09-171-0/+10
* Implemented /form helpJames Booth2014-09-161-5/+24
* Show form fields after updatingJames Booth2014-09-151-10/+10
* Added /form showJames Booth2014-09-151-0/+7
* Dont allow unsaved form windows to be closedJames Booth2014-09-151-0/+11