about summary refs log tree commit diff stats
path: root/src/command.h
Commit message (Collapse)AuthorAgeFilesLines
* Renamed parser.c -> command_parser.cJames Booth2013-01-281-0/+3
| | | | Included in command.h
* Renamed history modulesJames Booth2013-01-281-4/+4
|
* Renamed history.c -> command_history.cJames Booth2013-01-281-0/+5
| | | | Included in command.h
* Updated copyrightJames Booth2013-01-111-1/+1
|
* Fixed help command name clash on statusJames Booth2012-11-131-1/+1
|
* Moved remaining autocomplete code to command.cJames Booth2012-10-281-8/+4
|
* Moved autcomplete code to command.cJames Booth2012-10-281-0/+1
|
* Added type autcomplete for /notifyJames Booth2012-10-271-0/+2
|
* Free autocompleters on quitJames Booth2012-10-221-0/+1
|
* Renamed help autocompleterJames Booth2012-10-211-2/+2
|
* Added /help parameter autocompleteJames Booth2012-10-211-0/+2
|
* Removed trailing whitespace from src and testsJames Booth2012-10-211-2/+2
|
* Tidied all includesJames Booth2012-08-261-0/+2
|
* Moved input processing to profanity.cJames Booth2012-08-231-1/+2
|
* Refactored setting boolean preferencesJames Booth2012-08-231-6/+8
|
* Added long help with dummy dataJames Booth2012-08-141-0/+1
|
* Command help now looked upJames Booth2012-08-141-0/+9
| | | | | No longer need to write help strings in windows.c Usage and help are part of the command structure
* Added autobuild toolsJames Booth2012-07-011-0/+31