about summary refs log tree commit diff stats
path: root/src/command.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | This reverts commit 721df8ca48b8cbf0026f3a36a3d17b45cb82b850.
* 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 priority support
| * introduce _strtoi() and validation of typed numbersDmitry Podgorny2012-11-141-7/+37
| |
| * introduce priority supportDmitry Podgorny2012-11-131-0/+36
| | | | | | | | | | | | | | add new command /priority <int> improve jabber_update_presence() use jabber_update_presence() for sending initial presence save priority and status string to jabber_conn structure
* | 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
| | | | | | add command '/log maxsize <int>' save maxsize value to config file when maxsize < 64 default value 1MB is used
* 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
| | | | Also do not show chat state notifications received whilst offline
* 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
|/