about summary refs log tree commit diff stats
path: root/src/preferences.h
Commit message (Collapse)AuthorAgeFilesLines
* Added /mouse command for enabling/disabling mouse handlingJames Booth2013-01-171-0/+2
| | | | Defaults to on.
* Updated copyrightJames Booth2013-01-111-1/+1
|
* Fixed order of includes for ncurseswJames Booth2013-01-041-3/+2
| | | | 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/+2
|
* Organised config fileJames Booth2012-12-021-2/+2
|
* Added preferences for /autoawayJames Booth2012-11-301-0/+9
|
* Option to show version in title bar with /titlebarversionJames Booth2012-11-291-0/+2
|
* Added /autoping command to set ping interval or disable with 0James Booth2012-11-261-0/+2
|
* Added auto reconnect, and /reconnect command to control intervalJames Booth2012-11-251-0/+2
|
* Revert "Stop ctrl-c quitting with /ctrlc off"James Booth2012-11-231-2/+0
| | | | This reverts commit 721df8ca48b8cbf0026f3a36a3d17b45cb82b850.
* Stop ctrl-c quitting with /ctrlc offJames Booth2012-11-231-0/+2
|
* Separated colours from main preferencesJames Booth2012-11-211-25/+2
|
* Added more colour preferencesJames Booth2012-11-211-6/+17
|
* introduce priority supportDmitry Podgorny2012-11-131-0/+2
| | | | | | | 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-0/+2
| | | | | | 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/+3
|
* Added a seperate option to enable outgoing typing notificationsJames Booth2012-11-011-0/+2
|
* Added states preference to enable chat statesJames Booth2012-10-311-0/+2
|
* Added /intype settingJames Booth2012-10-281-0/+2
| | | | | Seperate settings for showing contact typing in UI (/intype), and as desktop notifications (/notify typing).
* Unified desktop notification preferencesJames Booth2012-10-271-6/+7
|
* Made version check a user preferenceJames Booth2012-10-241-0/+2
|
* Added autocomplete for boolean settingsJames Booth2012-10-221-0/+2
|
* Renamed other autocompletersJames Booth2012-10-211-2/+2
|
* Removed trailing whitespace from src and testsJames Booth2012-10-211-2/+2
|
* Added history optionJames Booth2012-10-141-0/+2
|
* Made periodic message reminders a user optionJames Booth2012-09-231-0/+2
|
* Check for ncurses headers on cygwinJames Booth2012-09-081-0/+8
|
* Tidied all includesJames Booth2012-08-261-0/+1
|
* Added colour macrosJames Booth2012-08-191-0/+4
|
* Added typing notifications and related preferencesJames Booth2012-08-161-0/+2
|
* Cleaning up memory allocated by ncurses padsJames Booth2012-07-311-0/+1
|
* Added chlog preference for chat loggingJames Booth2012-07-221-1/+4
|
* Added autobuild toolsJames Booth2012-07-011-0/+53