about summary refs log tree commit diff stats
path: root/src/command.c
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Added typing notifications and related preferencesJames Booth2012-08-161-0/+32
|
* Refactored command lookupJames Booth2012-08-151-29/+26
|
* Added individual command helpJames Booth2012-08-151-22/+128
|
* Implemented help [command]James Booth2012-08-141-22/+86
|
* Added long help with dummy dataJames Booth2012-08-141-19/+41
|
* Command help now looked upJames Booth2012-08-141-20/+53
| | | | | No longer need to write help strings in windows.c Usage and help are part of the command structure
* Using usage from cmd structJames Booth2012-08-121-84/+166
|
* Split command groupsJames Booth2012-08-111-68/+52
|
* Refactored commandsJames Booth2012-08-111-23/+80
| | | | Now include usage and short help string
* Command list size now calculatedJames Booth2012-08-101-6/+5
| | | | | No longer have to specify size, and keep it up to date when adding new commands