about summary refs log tree commit diff stats
path: root/src/command.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Handle sending messages in groupchatJames Booth2012-11-051-1/+5
* Handle room presence notificationsJames Booth2012-11-051-1/+1
* Removed debug when joining roomJames Booth2012-11-041-1/+0
* Added jabber_join for MUCJames Booth2012-11-041-0/+1
* Basic /join commandJames Booth2012-11-041-0/+54
* Added a seperate option to enable outgoing typing notificationsJames Booth2012-11-011-0/+23
* Fixed invalid state transition from <active/> to <paused/>James Booth2012-10-311-1/+1
* Only send chat states when preference setJames Booth2012-10-311-6/+9
* Added states preference to enable chat statesJames Booth2012-10-311-0/+29
* Send <gone/> when closing chat windowJames Booth2012-10-311-1/+15
* Load roster before sending presenceJames Booth2012-10-281-20/+21
* Merge branch 'master' into devJames Booth2012-10-281-1/+1
|\
| * Allocate memory for additional /who completionJames Booth2012-10-281-1/+1
* | Added basic subscriptionsJames Booth2012-10-281-0/+36
|/
* Added offline to /who autocompleteJames Booth2012-10-281-0/+2
* Added /who autocompleteJames Booth2012-10-281-0/+24
* Moved remaining autocomplete code to command.cJames Booth2012-10-281-55/+127
* Moved autcomplete code to command.cJames Booth2012-10-281-2/+88
* Added /intype settingJames Booth2012-10-281-0/+19
* Added type autcomplete for /notifyJames Booth2012-10-271-1/+20