about summary refs log tree commit diff stats
path: root/src/preferences.c
Commit message (Expand)AuthorAgeFilesLines
* Autocomplete: added free functionJames Booth2013-01-111-1/+1
* Fixed order of includes for ncurseswJames Booth2013-01-041-3/+3
* Include ncursesw, set localeJames Booth2013-01-021-2/+2
* Added /gone to allow configurable delay for </gone> stateJames Booth2012-12-191-0/+13
* Changed titlebarversion commandJames Booth2012-12-021-2/+2
* Organised config fileJames Booth2012-12-021-28/+28
* Moved logins to accounts moduleJames Booth2012-12-021-72/+0
* Default /autoaway check onJames Booth2012-12-011-1/+5
* Implemented /autoaway mode idleJames Booth2012-12-011-1/+5
* Added preferences for /autoawayJames Booth2012-11-301-0/+63
* Option to show version in title bar with /titlebarversionJames Booth2012-11-291-0/+13
* Added /autoping command to set ping interval or disable with 0James Booth2012-11-261-0/+13
* Profanity files now use %XDG_CONFIG_HOME and %XDG_DATA_HOMEJames Booth2012-11-251-8/+7
* Added auto reconnect, and /reconnect command to control intervalJames Booth2012-11-251-0/+13
* Revert "Stop ctrl-c quitting with /ctrlc off"James Booth2012-11-231-13/+0
* Stop ctrl-c quitting with /ctrlc offJames Booth2012-11-231-0/+13
* Separated colours from main preferencesJames Booth2012-11-211-301/+13
* Added more colour preferencesJames Booth2012-11-211-36/+146
* introduce priority supportDmitry Podgorny2012-11-131-0/+13
* complete log rotation supportDmitry Podgorny2012-11-121-2/+22
* introduce initial log rotate supportDmitry Podgorny2012-11-111-0/+7
* fix autocompletion for /sub commandDmitry Podgorny2012-11-111-24/+0
* add subscription supportDmitry Podgorny2012-11-111-0/+24
* Added a seperate option to enable outgoing typing notificationsJames Booth2012-11-011-0/+13
* Added states preference to enable chat statesJames Booth2012-10-311-0/+13
* Added /intype settingJames Booth2012-10-281-0/+13
* Unified desktop notification preferencesJames Booth2012-10-271-21/+21
* Made version check a user preferenceJames Booth2012-10-241-0/+13
* Added autocomplete for boolean settingsJames Booth2012-10-221-8/+25
* Free autocompleters on quitJames Booth2012-10-221-0/+1
* Renamed other autocompletersJames Booth2012-10-211-2/+2
* Removed trailing whitespace from src and testsJames Booth2012-10-211-32/+32
* Added history optionJames Booth2012-10-141-0/+13
* Made periodic message reminders a user optionJames Booth2012-09-231-0/+13
* Shutdown now correctly handles connectionJames Booth2012-09-231-1/+0
* Comments now kept when writing to config fileJames Booth2012-09-091-1/+2
* Check for ncurses headers on cygwinJames Booth2012-09-081-0/+7
* Tidied all includesJames Booth2012-08-261-2/+1
* Refactored logJames Booth2012-08-261-2/+2
* Added some logging and updated man pageJames Booth2012-08-221-0/+2
* Added chat status colours to preferences.cJames Booth2012-08-191-0/+40
* Added typing notifications and related preferencesJames Booth2012-08-161-0/+13
* Fixed autcomplete loginJames Booth2012-07-311-1/+1
* Fixed definite memory leaksJames Booth2012-07-311-0/+6
* Cleaning up memory allocated by ncurses padsJames Booth2012-07-311-0/+6
* Function signatures across linesJames Booth2012-07-241-27/+54
* Added chlog preference for chat loggingJames Booth2012-07-221-0/+11
* Config file location ~/.profanity/configJames Booth2012-07-191-1/+1
* Config file location ~/.config/profanity/configJames Booth2012-07-191-1/+1
* Added autobuild toolsJames Booth2012-07-011-0/+300