about summary refs log tree commit diff stats
path: root/src/command.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Tidied all includesJames Booth2012-08-261-3/+5
* Refactored logJames Booth2012-08-261-4/+4
* 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
* 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
* Command list size now calculatedJames Booth2012-08-101-6/+5
* Show tinyurl errors and usage in chat windowsJames Booth2012-07-291-1/+7
* Fixed bug in tinyurlJames Booth2012-07-291-16/+22
* Validate tinyurlJames Booth2012-07-291-27/+16
* Fixed num commandsJames Booth2012-07-291-2/+2
* Added tiny commandJames Booth2012-07-281-0/+39
* Function signatures across linesJames Booth2012-07-241-25/+50
* Added chlog preference for chat loggingJames Booth2012-07-221-1/+18
* Added prefs commandJames Booth2012-07-191-1/+10
* Set usernames to lowercase before logging inJames Booth2012-07-181-2/+4
* Added autobuild toolsJames Booth2012-07-011-0/+396