Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated copyright | James Booth | 2013-01-11 | 1 | -1/+1 |
| | |||||
* | Autocomplete: added free function | James Booth | 2013-01-11 | 1 | -1/+1 |
| | | | | Fixed tests | ||||
* | Fixed order of includes for ncursesw | James Booth | 2013-01-04 | 1 | -3/+3 |
| | | | | Arch linux uses the standard headers for wide char ncurses | ||||
* | Include ncursesw, set locale | James Booth | 2013-01-02 | 1 | -2/+2 |
| | |||||
* | Added /gone to allow configurable delay for </gone> state | James Booth | 2012-12-19 | 1 | -0/+13 |
| | |||||
* | Changed titlebarversion command | James Booth | 2012-12-02 | 1 | -2/+2 |
| | |||||
* | Organised config file | James Booth | 2012-12-02 | 1 | -28/+28 |
| | |||||
* | Moved logins to accounts module | James Booth | 2012-12-02 | 1 | -72/+0 |
| | |||||
* | Default /autoaway check on | James Booth | 2012-12-01 | 1 | -1/+5 |
| | |||||
* | Implemented /autoaway mode idle | James Booth | 2012-12-01 | 1 | -1/+5 |
| | |||||
* | Added preferences for /autoaway | James Booth | 2012-11-30 | 1 | -0/+63 |
| | |||||
* | Option to show version in title bar with /titlebarversion | James Booth | 2012-11-29 | 1 | -0/+13 |
| | |||||
* | Added /autoping command to set ping interval or disable with 0 | James Booth | 2012-11-26 | 1 | -0/+13 |
| | |||||
* | Profanity files now use %XDG_CONFIG_HOME and %XDG_DATA_HOME | James Booth | 2012-11-25 | 1 | -8/+7 |
| | |||||
* | Added auto reconnect, and /reconnect command to control interval | James Booth | 2012-11-25 | 1 | -0/+13 |
| | |||||
* | Revert "Stop ctrl-c quitting with /ctrlc off" | James Booth | 2012-11-23 | 1 | -13/+0 |
| | | | | This reverts commit 721df8ca48b8cbf0026f3a36a3d17b45cb82b850. | ||||
* | Stop ctrl-c quitting with /ctrlc off | James Booth | 2012-11-23 | 1 | -0/+13 |
| | |||||
* | Separated colours from main preferences | James Booth | 2012-11-21 | 1 | -301/+13 |
| | |||||
* | Added more colour preferences | James Booth | 2012-11-21 | 1 | -36/+146 |
| | |||||
* | introduce priority support | Dmitry Podgorny | 2012-11-13 | 1 | -0/+13 |
| | | | | | | | add new command /priority <int> improve jabber_update_presence() use jabber_update_presence() for sending initial presence save priority and status string to jabber_conn structure | ||||
* | complete log rotation support | Dmitry Podgorny | 2012-11-12 | 1 | -2/+22 |
| | | | | | | add command '/log maxsize <int>' save maxsize value to config file when maxsize < 64 default value 1MB is used | ||||
* | introduce initial log rotate support | Dmitry Podgorny | 2012-11-11 | 1 | -0/+7 |
| | |||||
* | fix autocompletion for /sub command | Dmitry Podgorny | 2012-11-11 | 1 | -24/+0 |
| | |||||
* | add subscription support | Dmitry Podgorny | 2012-11-11 | 1 | -0/+24 |
| | |||||
* | Added a seperate option to enable outgoing typing notifications | James Booth | 2012-11-01 | 1 | -0/+13 |
| | |||||
* | Added states preference to enable chat states | James Booth | 2012-10-31 | 1 | -0/+13 |
| | |||||
* | Added /intype setting | James Booth | 2012-10-28 | 1 | -0/+13 |
| | | | | | Seperate settings for showing contact typing in UI (/intype), and as desktop notifications (/notify typing). | ||||
* | Unified desktop notification preferences | James Booth | 2012-10-27 | 1 | -21/+21 |
| | |||||
* | Made version check a user preference | James Booth | 2012-10-24 | 1 | -0/+13 |
| | |||||
* | Added autocomplete for boolean settings | James Booth | 2012-10-22 | 1 | -8/+25 |
| | |||||
* | Free autocompleters on quit | James Booth | 2012-10-22 | 1 | -0/+1 |
| | |||||
* | Renamed other autocompleters | James Booth | 2012-10-21 | 1 | -2/+2 |
| | |||||
* | Removed trailing whitespace from src and tests | James Booth | 2012-10-21 | 1 | -32/+32 |
| | |||||
* | Added history option | James Booth | 2012-10-14 | 1 | -0/+13 |
| | |||||
* | Made periodic message reminders a user option | James Booth | 2012-09-23 | 1 | -0/+13 |
| | |||||
* | Shutdown now correctly handles connection | James Booth | 2012-09-23 | 1 | -1/+0 |
| | |||||
* | Comments now kept when writing to config file | James Booth | 2012-09-09 | 1 | -1/+2 |
| | |||||
* | Check for ncurses headers on cygwin | James Booth | 2012-09-08 | 1 | -0/+7 |
| | |||||
* | Tidied all includes | James Booth | 2012-08-26 | 1 | -2/+1 |
| | |||||
* | Refactored log | James Booth | 2012-08-26 | 1 | -2/+2 |
| | | | | Added shortcut functions for prof logging levels | ||||
* | Added some logging and updated man page | James Booth | 2012-08-22 | 1 | -0/+2 |
| | |||||
* | Added chat status colours to preferences.c | James Booth | 2012-08-19 | 1 | -0/+40 |
| | |||||
* | Added typing notifications and related preferences | James Booth | 2012-08-16 | 1 | -0/+13 |
| | |||||
* | Fixed autcomplete login | James Booth | 2012-07-31 | 1 | -1/+1 |
| | |||||
* | Fixed definite memory leaks | James Booth | 2012-07-31 | 1 | -0/+6 |
| | |||||
* | Cleaning up memory allocated by ncurses pads | James Booth | 2012-07-31 | 1 | -0/+6 |
| | |||||
* | Function signatures across lines | James Booth | 2012-07-24 | 1 | -27/+54 |
| | |||||
* | Added chlog preference for chat logging | James Booth | 2012-07-22 | 1 | -0/+11 |
| | |||||
* | Config file location ~/.profanity/config | James Booth | 2012-07-19 | 1 | -1/+1 |
| | |||||
* | Config file location ~/.config/profanity/config | James Booth | 2012-07-19 | 1 | -1/+1 |
| |