about summary refs log tree commit diff stats
path: root/src/command.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | Added basic /status command to find out about a specific contactJames Booth2012-11-131-0/+39
|/
* Fixed help on log commandJames Booth2012-11-121-2/+2
* complete log rotation supportDmitry Podgorny2012-11-121-0/+58
* Changed /who command to allow available and unavailableJames Booth2012-11-121-2/+46
* Added /help list to list all commandsJames Booth2012-11-111-3/+36
* Shortened /sub "request" parameter to "req", and formatted helpJames Booth2012-11-111-11/+11
* rename _cmd_reset_who_completerDmitry Podgorny2012-11-111-3/+3
* fix autocompletion for /sub commandDmitry Podgorny2012-11-111-1/+23
* add subscription supportDmitry Podgorny2012-11-111-9/+44
* Renamed params in jabber_joinJames Booth2012-11-101-7/+7
* Show error text if receivedJames Booth2012-11-101-0/+1
* Tidy up leaving roomJames Booth2012-11-101-1/+0
* Fixed leaving chat roomJames Booth2012-11-091-2/+2
* Show delayed time on messages received whilst offlineJames Booth2012-11-081-3/+3
* Added help for chat roomsJames Booth2012-11-081-1/+4
* Using /who in chat room shows room occupantsJames Booth2012-11-081-35/+40
* Leaving chat rooms on /closeJames Booth2012-11-061-0/+4