about summary refs log tree commit diff stats
path: root/src/command/command.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added license exemption for OpenSSL to source headersJames Booth2014-08-241-0/+12
* Added /bookmark with no args usage when in chat roomJames Booth2014-08-191-3/+4
* Spelling errors fixed and hyphenation used as minus sign fixedDariusz Dwornikowski2014-08-111-1/+1
* Allow escaping commands using double slash "//"James Booth2014-08-061-2/+6
* Check for unknown commands and show message in consoleJames Booth2014-08-041-0/+7
* Save chat room message prefix for autocompleteJames Booth2014-07-151-4/+2
* Added quote param to autocomplete_param_with_acJames Booth2014-07-091-33/+33
* Added quote param to autocomplete_completeJames Booth2014-07-091-1/+1
* Free aliases on cmd_initJames Booth2014-06-181-0/+1
* Added deallocation function for string prefs, added otr policy enumJames Booth2014-06-181-6/+6
* Fixed memleaks with otr policy and autoaway optionsJames Booth2014-06-171-1/+4
* Added settings to show message text in notificationsJames Booth2014-05-241-0/+18
* Added notification setting for typing in current windowJames Booth2014-05-241-1/+21
* Added settings for message notifications in current windowJames Booth2014-05-241-11/+39
* Ignore case for chat room mention notificationJames Booth2014-05-241-6/+6
* Added /notify room mention settingJames Booth2014-05-241-18/+31
* Split regular and chat room notify settingsJames Booth2014-05-241-2/+6
* Added config.h to files checking for OTR supportJames Booth2014-05-191-0/+2
* Fixed OTR dependency when library not present, changed version to 0.4.2James Booth2014-05-191-0/+2
* spelling correctionscara marie2014-05-171-2/+2
* Corrected bookmark helpJames Booth2014-05-171-1/+1
* Free autocomplete hash tableJames Booth2014-05-171-0/+2
* Use hash table for autocomplete functionsJames Booth2014-05-141-9/+33
* More tidy of bookmark autocompleteJames Booth2014-05-141-20/+18
* Tidied bookmark autocompleterJames Booth2014-05-141-20/+22
* Added autocomplete for bookmark autojoinJames Booth2014-05-141-5/+26
* Add contact to /otr policy autocompleteJames Booth2014-05-111-16/+32
* Added otr to /account clear propertiesJames Booth2014-05-111-0/+1
* Added otr property to /account helpJames Booth2014-05-111-0/+1
* Moved OTR policy check to otr moduleJames Booth2014-05-111-1/+1