about summary refs log tree commit diff stats
path: root/src/config/preferences.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Set auto reconnect to 30 seconds by defaultJames Booth2014-07-291-1/+5
| | | | fixes #386
* Added quote param to autocomplete_completeJames Booth2014-07-091-1/+1
|
* Free aliases on cmd_initJames Booth2014-06-181-4/+8
|
* Added deallocation function for string prefs, added otr policy enumJames Booth2014-06-181-5/+15
|
* Free account_name preference on autoconnectJames Booth2014-06-171-1/+1
|
* Free GError on prefs loadJames Booth2014-06-171-3/+12
|
* Fixed memleak when writing preferences fileJames Booth2014-06-151-1/+2
|
* Added settings to show message text in notificationsJames Booth2014-05-241-0/+6
|
* Added notification setting for typing in current windowJames Booth2014-05-241-0/+4
|
* Added settings for message notifications in current windowJames Booth2014-05-241-0/+8
|
* Added /notify room mention settingJames Booth2014-05-241-0/+1
|
* Split regular and chat room notify settingsJames Booth2014-05-241-0/+3
|
* Moved global OTR settings to [otr] groupJames Booth2014-05-111-8/+29
|
* Fixed cppcheck warningsJames Booth2014-04-261-8/+1
|
* Merge remote-tracking branch 'lucian/master'James Booth2014-04-221-1/+8
|\
| * Added /otr policy to commands (still need to add autocomplete stuff?)lightb2014-04-191-0/+3
| |
| * Added PREF_OTR_POLICY to preferences.c -> key -> otr.policylightb2014-04-191-0/+4
|/ | | | | Added default value "manual" to PREF_OTR_POLICy -> preferences.c Modified help string to reflect otr_policy, started checks on cmd_otr
* Added /log shared settingJames Booth2014-04-131-0/+4
| | | | Issue #170
* Added /log rotate optionJames Booth2014-04-131-0/+4
|
* Removed titlebar version property and allow disabling of titlebar displayJames Booth2014-04-031-5/+6
|
* Command '/statuses muc' now allows 'all', 'online' and 'none' settingsJames Booth2014-03-151-2/+1
|
* Updated copyrightJames Booth2014-03-091-1/+1
|
* Show message when alias already exists in /alias addJames Booth2014-01-231-3/+8
|
* Added /alias command, writing aliases to [alias] group in profrcJames Booth2014-01-231-6/+83
|
* WIP - /statuses command optionsJames Booth2014-01-201-0/+2
|
* Use defaults for /statuses commandsJames Booth2014-01-191-0/+4
|
* Changed /statuses preferencesJames Booth2014-01-191-0/+9
|
* Show OTR coloured statusJames Booth2014-01-161-0/+4
| | | | | | | | | | | | Customisable within theme files e.g.: titlebar.unencrypted=red titlebar.encrypted=green titlebar.trusted=red titlebar.untrusted=green Shows [unencrypted] for all non-OTR chat Disable with '/otr warn off'
* Added setting /otr log on|off|redactJames Booth2014-01-131-0/+5
|
* Allow "account" setting in [connection] to autconnect the accountJames Booth2013-11-071-0/+4
| | | | closes #251
* removed strdup in autocomplete callsDmitry Podgorny2013-08-261-2/+2
|
* Added groupchat logsJames Booth2013-05-051-0/+3
| | | | closes #168
* Added desktop notification option for subscription requestsJames Booth2013-04-271-0/+3
| | | | closes #166
* Added desktop notifications for chat room invitesJames Booth2013-04-221-0/+3
| | | | Use "/notify invite on|off"
* Mouse handling disabled by default.James Booth2013-03-191-1/+0
|
* Added assertsJames Booth2013-02-031-1/+1
|
* Refactored string preferencesJames Booth2013-02-031-40/+43
|
* Refactored setting boolean preferencesJames Booth2013-02-031-187/+95
|
* Refactored getting boolean preferencesJames Booth2013-02-031-135/+140
|
* Removed files.cJames Booth2013-02-021-1/+0
|
* Moved function to get log dir to log.cJames Booth2013-02-021-3/+17
|
* Added config dir to sourceJames Booth2013-02-021-0/+455