about summary refs log tree commit diff stats
path: root/src/command.c
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Added argument to /who command to specify statusJames Booth2012-10-041-2/+64
|
* Removed /ros commandJames Booth2012-10-041-23/+0
|
* Made usage of cons_show vargsJames Booth2012-10-031-21/+7
|
* cons_show now uses vargsJames Booth2012-10-031-0/+7
|
* Moved chat logging to profanity moduleJames Booth2012-10-021-0/+20
| | | | Removed jabber modules dependency on chat log
* Tidy up jabber module, removed unused code, made local functions privateJames Booth2012-10-021-5/+5
|
* Made periodic message reminders a user optionJames Booth2012-09-231-2/+39
|
* Shutdown now correctly handles connectionJames Booth2012-09-231-2/+2
|
* Created shutdown init function to initiate and wait for shutdownJames Booth2012-09-111-2/+2
|
* Started work on closing stream on quitJames Booth2012-09-111-1/+3
| | | | For standards compliance
* Tidied all includesJames Booth2012-08-261-3/+5
|
* Refactored logJames Booth2012-08-261-4/+4
| | | | Added shortcut functions for prof logging levels
* Removed unused includes from command.cJames Booth2012-08-231-3/+0
|
* Added comments to command.cJames Booth2012-08-231-0/+13
|
* Moved input processing to profanity.cJames Booth2012-08-231-89/+46
|
* Refactored setting boolean preferencesJames Booth2012-08-231-83/+59
|
* Command tidyJames Booth2012-08-221-9/+27
|
* Added some logging and updated man pageJames Booth2012-08-221-0/+1
|
* Customisable logging levelsJames Booth2012-08-191-2/+11
|
* Show basic help on startupJames Booth2012-08-161-1/+1
|
* Improved help on typing notificationsJames Booth2012-08-161-2/+2
|