about summary refs log tree commit diff stats
path: root/src/command.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
|/
* 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
| | | | | Seperate settings for showing contact typing in UI (/intype), and as desktop notifications (/notify typing).
* Added type autcomplete for /notifyJames Booth2012-10-271-1/+20
|
* Unified desktop notification preferencesJames Booth2012-10-271-70/+87
|
* Rewrote settings help summariesJames Booth2012-10-271-8/+8
|
* Refactored disconnectJames Booth2012-10-271-13/+9
|
* Added /disconnect commandJames Booth2012-10-271-0/+31
|
* Removed _shutdown function in profanity.cJames Booth2012-10-271-1/+1
|
* _cmd_tiny: fix possible NULL pointer dereferenceDmitry Podgorny2012-10-241-5/+6
| | | | Check 'url' for NULL and move free(url) out of if-else structure
* Fixed possible NULL pointer references when offlineJames Booth2012-10-241-9/+15
|
* Added autocomplete for version checking parameterJames Booth2012-10-241-0/+1
|
* Made version check a user preferenceJames Booth2012-10-241-0/+23
|
* Added /about commandJames Booth2012-10-231-1/+17
| | | | Useful for showing version
* Trailing whitespaceJames Booth2012-10-231-1/+1
|
* Split help into sectionsJames Booth2012-10-221-3/+17
| | | | Most of the time complete help was too big for the screen
* Free autocompleters on quitJames Booth2012-10-221-6/+13
|
* Renamed help autocompleterJames Booth2012-10-211-2/+2
|
* Added /help parameter autocompleteJames Booth2012-10-211-3/+18
|
* Removed trailing whitespace from src and testsJames Booth2012-10-211-56/+56
|
* Added history optionJames Booth2012-10-141-0/+20
|
* Showing history from current log in chat windowsJames Booth2012-10-141-1/+1
|
* Now checks for exitence of contact before sending messageJames Booth2012-10-041-4/+6
|