Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Trailing whitespace | James Booth | 2012-10-23 | 1 | -1/+1 | |
| | ||||||
* | Split help into sections | James Booth | 2012-10-22 | 1 | -3/+17 | |
| | | | | Most of the time complete help was too big for the screen | |||||
* | Free autocompleters on quit | James Booth | 2012-10-22 | 1 | -6/+13 | |
| | ||||||
* | Renamed help autocompleter | James Booth | 2012-10-21 | 1 | -2/+2 | |
| | ||||||
* | Added /help parameter autocomplete | James Booth | 2012-10-21 | 1 | -3/+18 | |
| | ||||||
* | Removed trailing whitespace from src and tests | James Booth | 2012-10-21 | 1 | -56/+56 | |
| | ||||||
* | Added history option | James Booth | 2012-10-14 | 1 | -0/+20 | |
| | ||||||
* | Showing history from current log in chat windows | James Booth | 2012-10-14 | 1 | -1/+1 | |
| | ||||||
* | Now checks for exitence of contact before sending message | James Booth | 2012-10-04 | 1 | -4/+6 | |
| | ||||||
* | Added argument to /who command to specify status | James Booth | 2012-10-04 | 1 | -2/+64 | |
| | ||||||
* | Removed /ros command | James Booth | 2012-10-04 | 1 | -23/+0 | |
| | ||||||
* | Made usage of cons_show vargs | James Booth | 2012-10-03 | 1 | -21/+7 | |
| | ||||||
* | cons_show now uses vargs | James Booth | 2012-10-03 | 1 | -0/+7 | |
| | ||||||
* | Moved chat logging to profanity module | James Booth | 2012-10-02 | 1 | -0/+20 | |
| | | | | Removed jabber modules dependency on chat log | |||||
* | Tidy up jabber module, removed unused code, made local functions private | James Booth | 2012-10-02 | 1 | -5/+5 | |
| | ||||||
* | Made periodic message reminders a user option | James Booth | 2012-09-23 | 1 | -2/+39 | |
| | ||||||
* | Shutdown now correctly handles connection | James Booth | 2012-09-23 | 1 | -2/+2 | |
| | ||||||
* | Created shutdown init function to initiate and wait for shutdown | James Booth | 2012-09-11 | 1 | -2/+2 | |
| | ||||||
* | Started work on closing stream on quit | James Booth | 2012-09-11 | 1 | -1/+3 | |
| | | | | For standards compliance | |||||
* | Tidied all includes | James Booth | 2012-08-26 | 1 | -3/+5 | |
| | ||||||
* | Refactored log | James Booth | 2012-08-26 | 1 | -4/+4 | |
| | | | | Added shortcut functions for prof logging levels | |||||
* | Removed unused includes from command.c | James Booth | 2012-08-23 | 1 | -3/+0 | |
| | ||||||
* | Added comments to command.c | James Booth | 2012-08-23 | 1 | -0/+13 | |
| | ||||||
* | Moved input processing to profanity.c | James Booth | 2012-08-23 | 1 | -89/+46 | |
| | ||||||
* | Refactored setting boolean preferences | James Booth | 2012-08-23 | 1 | -83/+59 | |
| | ||||||
* | Command tidy | James Booth | 2012-08-22 | 1 | -9/+27 | |
| | ||||||
* | Added some logging and updated man page | James Booth | 2012-08-22 | 1 | -0/+1 | |
| | ||||||
* | Customisable logging levels | James Booth | 2012-08-19 | 1 | -2/+11 | |
| | ||||||
* | Show basic help on startup | James Booth | 2012-08-16 | 1 | -1/+1 | |
| | ||||||
* | Improved help on typing notifications | James Booth | 2012-08-16 | 1 | -2/+2 | |
| | ||||||
* | Added typing notifications and related preferences | James Booth | 2012-08-16 | 1 | -0/+32 | |
| | ||||||
* | Refactored command lookup | James Booth | 2012-08-15 | 1 | -29/+26 | |
| | ||||||
* | Added individual command help | James Booth | 2012-08-15 | 1 | -22/+128 | |
| | ||||||
* | Implemented help [command] | James Booth | 2012-08-14 | 1 | -22/+86 | |
| | ||||||
* | Added long help with dummy data | James Booth | 2012-08-14 | 1 | -19/+41 | |
| | ||||||
* | Command help now looked up | James Booth | 2012-08-14 | 1 | -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 struct | James Booth | 2012-08-12 | 1 | -84/+166 | |
| | ||||||
* | Split command groups | James Booth | 2012-08-11 | 1 | -68/+52 | |
| | ||||||
* | Refactored commands | James Booth | 2012-08-11 | 1 | -23/+80 | |
| | | | | Now include usage and short help string | |||||
* | Command list size now calculated | James Booth | 2012-08-10 | 1 | -6/+5 | |
| | | | | | No longer have to specify size, and keep it up to date when adding new commands | |||||
* | Show tinyurl errors and usage in chat windows | James Booth | 2012-07-29 | 1 | -1/+7 | |
| | ||||||
* | Fixed bug in tinyurl | James Booth | 2012-07-29 | 1 | -16/+22 | |
| | ||||||
* | Validate tinyurl | James Booth | 2012-07-29 | 1 | -27/+16 | |
| | ||||||
* | Fixed num commands | James Booth | 2012-07-29 | 1 | -2/+2 | |
| | ||||||
* | Added tiny command | James Booth | 2012-07-28 | 1 | -0/+39 | |
| | ||||||
* | Function signatures across lines | James Booth | 2012-07-24 | 1 | -25/+50 | |
| | ||||||
* | Added chlog preference for chat logging | James Booth | 2012-07-22 | 1 | -1/+18 | |
| | ||||||
* | Added prefs command | James Booth | 2012-07-19 | 1 | -1/+10 | |
| | ||||||
* | Set usernames to lowercase before logging in | James Booth | 2012-07-18 | 1 | -2/+4 | |
| | ||||||
* | Added autobuild tools | James Booth | 2012-07-01 | 1 | -0/+396 | |