about summary refs log tree commit diff stats
path: root/src/command/command.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Added autocompletion for /account set <account> otr <policy>James Booth2014-05-111-5/+16
|
* Added /prefs otrJames Booth2014-05-111-0/+1
|
* Added autocomplete for bookmark optionsJames Booth2014-05-111-19/+50
|
* Refactored bookmarks to use option parser, allow bookmarking rooms with ↵James Booth2014-05-101-7/+20
| | | | passwords
* Added help for shared secret and question answer otr verificationJames Booth2014-05-071-4/+7
|
* Added question answer authentication (libotr 3.2.x)James Booth2014-04-301-1/+3
|
* Send SMP init message with /otr secretJames Booth2014-04-261-0/+1
|
* Fixed cppcheck warningsJames Booth2014-04-261-4/+3
|
* Fixed /wins swap helpJames Booth2014-04-241-3/+3
|
* Added command /wins swapJames Booth2014-04-241-6/+8
|
* Added /otr policy autocompletionJames Booth2014-04-231-0/+14
|
* Merge remote-tracking branch 'lucian/master'James Booth2014-04-221-3/+8
|\
| * Added some otr policy functionality, if policy is set to "always"lightb2014-04-191-0/+4
| | | | | | | | | | | | if otr_is_secure fails, the message will not be sent. Changed both cmd_msg and cmd_execute_default
| * Added PREF_OTR_POLICY to preferences.c -> key -> otr.policylightb2014-04-191-2/+3
|/ | | | | Added default value "manual" to PREF_OTR_POLICy -> preferences.c Modified help string to reflect otr_policy, started checks on cmd_otr
* Tidied xmlconsoleJames Booth2014-04-151-0/+1
|
* Added XML Console windowJames Booth2014-04-151-1/+9
|
* Added /log where commandJames Booth2014-04-131-1/+3
|
* Added /log shared settingJames Booth2014-04-131-2/+9
| | | | Issue #170
* Added /log rotate optionJames Booth2014-04-131-8/+29
|
* Added bookmark autocomplete to /joinJames Booth2014-04-131-0/+6
| | | | Issue #194
* Implemented "/bookmark add" for private storageJames Booth2014-04-131-3/+3
| | | | Issue #194
* Revert "Added ui_unknown_command"James Booth2014-04-121-1/+1
| | | | This reverts commit 714ee2486353361898df7f5bb339e9be3f456830.
* Added ui_unknown_commandJames Booth2014-04-091-1/+1
|
* Refactored invalid command usageJames Booth2014-04-091-13/+1
|
* Refactored cmd_executeJames Booth2014-04-091-12/+13
|