about summary refs log tree commit diff stats
path: root/src/command
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added autocompletion for form list-single valuesJames Booth2014-09-171-0/+16
* Added autocompletion for form boolean valuesJames Booth2014-09-171-16/+51
* Added field updated message, show form mofified indicator for /winsJames Booth2014-09-171-0/+10
* Added form field helpJames Booth2014-09-161-0/+4
* Implemented /form helpJames Booth2014-09-162-8/+29
* Show form fields after updatingJames Booth2014-09-151-10/+10
* Added /form showJames Booth2014-09-152-3/+12
* Dont allow unsaved form windows to be closedJames Booth2014-09-151-0/+11
* Split /room and /form commandsJames Booth2014-09-153-286/+287
* Allow removing data from text-multi form fieldsJames Booth2014-09-141-5/+34
* Added setting of unique form list valuesJames Booth2014-09-141-4/+16
* Added /room remove command, reformetted form outputJames Booth2014-09-141-1/+23
* Added /room add for *-multiJames Booth2014-09-141-8/+28
* Added add/remove subcommands to room configJames Booth2014-09-132-5/+71
* Added form validation for jid-single typeJames Booth2014-09-131-0/+1
* Added form validation for list-single typeJames Booth2014-09-131-2/+12
* Added form validation for boolean typeJames Booth2014-09-131-0/+12
* Added form type check on setJames Booth2014-09-131-2/+10
* Added autocomplete for setting room config form tagsJames Booth2014-09-121-0/+12
* Check room config tag exists before settingJames Booth2014-09-121-4/+8
* Added setting of *-single room config valuesJames Booth2014-09-122-14/+42
* Close config winJames Booth2014-09-111-0/+2
* Close config window on submit/cancelJames Booth2014-09-111-9/+18
* Added /room command validation, reduced to one subcommandJames Booth2014-09-112-66/+75
* Implemented /room config submit for saving room configurationJames Booth2014-09-101-1/+16
* Move to existing room config window if existsJames Booth2014-09-081-1/+10
* 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