about summary refs log tree commit diff stats
path: root/src/command.c
Commit message (Expand)AuthorAgeFilesLines
* Renamed /theme load to /theme setJames Booth2012-12-091-8/+9
* Added autocomplete to /theme loadJames Booth2012-12-091-1/+41
* Added '/theme load name' to replace '/theme name'James Booth2012-12-091-7/+9
* Changed help on /themeJames Booth2012-12-091-5/+10
* Added /theme list commandJames Booth2012-12-091-1/+10
* Renamed functions in themeJames Booth2012-12-081-1/+1
* Add optional server parameter to /connect commandJames Booth2012-12-061-7/+10
* Changed titlebarversion commandJames Booth2012-12-021-11/+50
* Organised config fileJames Booth2012-12-021-31/+24
* Moved logins to accounts moduleJames Booth2012-12-021-2/+3
* Added autocomplete to /autoaway, fixed helpJames Booth2012-12-021-125/+93
* Implemented /autoaway mode idleJames Booth2012-12-011-5/+10
* Added preferences for /autoawayJames Booth2012-11-301-24/+104
* Allow /msg with no message, to open a chat window with a contactJames Booth2012-11-301-15/+21
* Fixed spelling on /prefs helpJames Booth2012-11-291-1/+1
* Show command in /prefs, and split into categoriesJames Booth2012-11-291-7/+58
* Option to show version in title bar with /titlebarversionJames Booth2012-11-291-0/+18
* Tidied help on /subJames Booth2012-11-281-3/+3
* Implemented "/sub sent" to show outstanding sent subscription requestsJames Booth2012-11-281-2/+15
* List commands for /subJames Booth2012-11-281-9/+37
* Handle roster subscription updatesJames Booth2012-11-271-17/+19
* Show "request pending" in /sub show, when request has been sentJames Booth2012-11-271-11/+15
* Implemented /sub showJames Booth2012-11-271-1/+27
* Show usage when invalid /sub argumentJames Booth2012-11-271-32/+35
* Show message on /join when windows fullJames Booth2012-11-271-0/+2
* Show message on /msg when windows fullJames Booth2012-11-271-0/+2
* Added /autoping command to set ping interval or disable with 0James Booth2012-11-261-1/+33
* Fixed some memory leaksJames Booth2012-11-261-0/+2
* Further tidy up of windows.cJames Booth2012-11-261-5/+5
* windows tidy upJames Booth2012-11-261-21/+21
* Fixed help config file locationsJames Booth2012-11-251-2/+10
* Added auto reconnect, and /reconnect command to control intervalJames Booth2012-11-251-0/+35
* Revert "Stop ctrl-c quitting with /ctrlc off"James Booth2012-11-231-19/+0
* Stop ctrl-c quitting with /ctrlc offJames Booth2012-11-231-0/+19
* Added theme files support with /theme commandJames Booth2012-11-211-0/+28
* Handling commands after /disconnectJames Booth2012-11-191-11/+22
* Moved disconnect code to profanity moduleJames Booth2012-11-191-4/+1
* Allow nick change in chat roomJames Booth2012-11-181-0/+35
* Commands now use parser function to handle parametersJames Booth2012-11-181-594/+467
* Added usage of command parserJames Booth2012-11-181-177/+188
* Added parser moduleJames Booth2012-11-181-35/+9
* _cmd_set_boolean_preference: fix usage allocationDmitry Podgorny2012-11-161-1/+1
* _cmd_tiny: fix allocation for usage variableDmitry Podgorny2012-11-161-1/+1
* Started work on command parserJames Booth2012-11-151-218/+263
* Renamed /status -> /infoJames Booth2012-11-141-8/+8
* Added /wins command to list active windowsJames Booth2012-11-141-2/+18
* Merge pull request #81 from pasis/priorityJames Booth2012-11-131-4/+70
|\
| * introduce _strtoi() and validation of typed numbersDmitry Podgorny2012-11-141-7/+37
| * introduce priority supportDmitry Podgorny2012-11-131-0/+36
* | Fixed help command name clash on statusJames Booth2012-11-131-19/+19