about summary refs log tree commit diff stats
path: root/src/preferences.c
Commit message (Collapse)AuthorAgeFilesLines
* Got rid of old naming convention on prof_autocompleteJames Booth2013-01-251-8/+8
|
* Merge remote-tracking branch 'backalor/master'James Booth2013-01-221-0/+18
|\ | | | | | | | | | | | | | | Conflicts: src/command.c src/preferences.c src/preferences.h src/windows.c
| * Add function prototype and make the default for the /statuses command be ONBackalor2013-01-221-1/+5
| |
| * Add new command /statuses for status notificationsBackalor2013-01-211-4/+4
| |
| * Add 's' to make the preference file readBackalor2013-01-141-2/+2
| |
| * Add new command "/notify status" to enable/disable status messages,Backalor2013-01-141-0/+13
| | | | | | | | such as users going on/offline or room joining/parting.
* | Added /mouse command for enabling/disabling mouse handlingJames Booth2013-01-171-0/+17
|/ | | | Defaults to on.
* Updated copyrightJames Booth2013-01-111-1/+1
|
* Autocomplete: added free functionJames Booth2013-01-111-1/+1
| | | | Fixed tests
* Fixed order of includes for ncurseswJames Booth2013-01-041-3/+3
| | | | Arch linux uses the standard headers for wide char ncurses
* 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
| | | | This reverts commit 721df8ca48b8cbf0026f3a36a3d17b45cb82b850.
* 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
| | | | | | | 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 supportDmitry Podgorny2012-11-121-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 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
| | | | | Seperate settings for showing contact typing in UI (/intype), and as desktop notifications (/notify typing).
* 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 shortcut functions for prof logging levels
* 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
|