Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added basic subscriptions | James Booth | 2012-10-28 | 1 | -0/+36 |
| | |||||
* | Added offline to /who autocomplete | James Booth | 2012-10-28 | 1 | -0/+2 |
| | |||||
* | Added /who autocomplete | James Booth | 2012-10-28 | 1 | -0/+24 |
| | |||||
* | Moved remaining autocomplete code to command.c | James Booth | 2012-10-28 | 1 | -55/+127 |
| | |||||
* | Moved autcomplete code to command.c | James Booth | 2012-10-28 | 1 | -2/+88 |
| | |||||
* | Added /intype setting | James Booth | 2012-10-28 | 1 | -0/+19 |
| | | | | | Seperate settings for showing contact typing in UI (/intype), and as desktop notifications (/notify typing). | ||||
* | Added type autcomplete for /notify | James Booth | 2012-10-27 | 1 | -1/+20 |
| | |||||
* | Unified desktop notification preferences | James Booth | 2012-10-27 | 1 | -70/+87 |
| | |||||
* | Rewrote settings help summaries | James Booth | 2012-10-27 | 1 | -8/+8 |
| | |||||
* | Refactored disconnect | James Booth | 2012-10-27 | 1 | -13/+9 |
| | |||||
* | Added /disconnect command | James Booth | 2012-10-27 | 1 | -0/+31 |
| | |||||
* | Removed _shutdown function in profanity.c | James Booth | 2012-10-27 | 1 | -1/+1 |
| | |||||
* | _cmd_tiny: fix possible NULL pointer dereference | Dmitry Podgorny | 2012-10-24 | 1 | -5/+6 |
| | | | | Check 'url' for NULL and move free(url) out of if-else structure | ||||
* | Fixed possible NULL pointer references when offline | James Booth | 2012-10-24 | 1 | -9/+15 |
| | |||||
* | Added autocomplete for version checking parameter | James Booth | 2012-10-24 | 1 | -0/+1 |
| | |||||
* | Made version check a user preference | James Booth | 2012-10-24 | 1 | -0/+23 |
| | |||||
* | Added /about command | James Booth | 2012-10-23 | 1 | -1/+17 |
| | | | | Useful for showing version | ||||
* | 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 |
| |