about summary refs log tree commit diff stats
path: root/src/command/command.c
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Command argument parsers set result argumentJames Booth2014-04-091-39/+38
|
* Removed inputwin functions from ui.hJames Booth2014-04-071-9/+9
|
* Tidied ui dependenciesJames Booth2014-04-061-1/+1
|
* Removed titlebar version property and allow disabling of titlebar displayJames Booth2014-04-031-26/+7
|
* Removed strcpy callsJames Booth2014-04-021-3/+1
|
* Revert "Commented bookmarks code for 0.4.0 release"James Booth2014-03-291-13/+11
| | | | This reverts commit 8306d4c24421993fc04837499e7682dad4948878.
* Commented bookmarks code for 0.4.0 releaseJames Booth2014-03-161-11/+13
|
* Change 'passwd' option to 'password' for /join commandJames Booth2014-03-161-6/+6
|
* Updated /roster helpJames Booth2014-03-161-8/+8
|
* Added /roster clearnick commandJames Booth2014-03-161-0/+5
|
* Small changes to helpJames Booth2014-03-161-2/+2
|
* Command '/statuses muc' now allows 'all', 'online' and 'none' settingsJames Booth2014-03-151-25/+15
|
* Updated copyrightJames Booth2014-03-091-1/+1
|
* Added autocompeleter for /join optionsJames Booth2014-03-051-8/+37
|
* Parsing optional args for cmd_joinKristofer M White2014-03-051-5/+5
|
* Updating cmd descriptionKristofer M White2014-02-251-3/+4
|
* Moved otr sources into folderJames Booth2014-02-121-1/+1
|
* Added command to show libotr versionJames Booth2014-02-111-3/+5
|
* Don't allow /alias to overwrite standard commandJames Booth2014-01-251-0/+10
|
* Added autocomplete for /alias removeJames Booth2014-01-251-3/+43
|
* Added help for /alias commandJames Booth2014-01-251-0/+7
|
* Added aliases to autocompleteJames Booth2014-01-231-1/+29
|
* Implemented basic running of alias commandsJames Booth2014-01-231-1/+27
|
* Added /alias command, writing aliases to [alias] group in profrcJames Booth2014-01-231-1/+1
|
* Added skeleton /alias commandJames Booth2014-01-231-2/+18
|
* Removed debugJames Booth2014-01-231-1/+0
|
* Encrypt /tiny command when in OTR sessionJames Booth2014-01-231-0/+1
| | | | fixes #292
* Implemented autocomplete for new /statuses optionsJames Booth2014-01-211-2/+47
|
* Tidied /statuses helpJames Booth2014-01-211-9/+11
|
* Added cmd_statuses validation testsJames Booth2014-01-191-7/+18
|
* Added /account set <account> port <port>James Booth2014-01-191-3/+6
|
* Added to and tidied /connect helpJames Booth2014-01-181-6/+10
|