about summary refs log tree commit diff stats
path: root/src/config/preferences.h
Commit message (Collapse)AuthorAgeFilesLines
* Added individual options to send and request delivery receiptsJames Booth2015-03-191-1/+2
|
* Added basic delivery receiptsJames Booth2015-03-111-0/+1
|
* Added /time statusbar preferenceJames Booth2015-03-101-0/+1
|
* Merge remote-tracking branch 'oliverlemoal/xep-0280' into xep-0280James Booth2015-03-081-0/+1
|\
| * Add XEP-0280 supportOlivier LE MOAL2015-02-101-0/+1
| |
* | Updated copyrightJames Booth2015-02-101-1/+1
|/
* Simplified autocompleters and command historyJames Booth2015-01-161-1/+1
|
* adding preference option for dynamic input blockingSimon Effenberg2015-01-121-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | /inpblock is now having subcommands 'timeout' and 'dynamic' with: /inpblock timeout <milliseconds> and /inpblock dynamic <on|off> Defaults are: /inpblock timeout 500 /inpblock dynamic on To get the old behavior specify: /inpblock timeout 20 /inpblock dynamic off The dynamic mode will block incrementally after something should be written to the window or after a key was pressed. So pressing a key would set the timeout to 0ms and after 10 timeouts to the next bigger one. Example (with dynamic mode on): "/inpblock timeout 50" timeout series: 10x 0ms 10x 10ms (0ms + 10 times since last keypress) 10x 30ms (10ms + 20 times since last keypress) *x50ms until next key was pressed or
* Merge remote-tracking branch 'incertia/exit-title'James Booth2015-01-121-0/+1
|\ | | | | | | | | | | | | Conflicts: src/command/command.c src/config/preferences.c src/config/preferences.h
| * add exit title preferenceWill Song2015-01-081-1/+2
| |
* | Renamed titlebar preferenceJames Booth2015-01-121-1/+1
| |
* | Merge branch 'master' into chat-sessionsJames Booth2015-01-101-0/+2
|\ \
| * | Added comments to preferences moduleJames Booth2015-01-101-0/+2
| |/
* / Added preferences for showing resource in titlebar and messagesJames Booth2015-01-101-1/+3
|/
* Merge remote-tracking branch 'incertia/connect-default'James Booth2014-12-291-0/+1
|\ | | | | | | | | Conflicts: CHANGELOG
| * add default account property and commands associated with themWill Song2014-11-271-0/+1
| |
* | Added /inpblock commandJames Booth2014-12-211-0/+2
|/
* Added /time settingJames Booth2014-11-161-0/+1
|
* Added /roster size and /occupants size settingsJames Booth2014-11-151-0/+7
|
* Added /roster show|hide command, only show roster on connect successJames Booth2014-11-101-0/+4
|
* Added /wrap user preference for enabling/disabling word wrappingJames Booth2014-11-091-0/+1
|
* Added /presence command to show contacts presenceJames Booth2014-11-071-0/+1
|
* Added /privileges command to set UI option for showing roles/affiliations in ↵James Booth2014-10-181-0/+1
| | | | rooms
* Added occupants UI preferenceJames Booth2014-10-091-0/+1
|
* Added license exemption for OpenSSL to source headersJames Booth2014-08-241-0/+12
|
* Added deallocation function for string prefs, added otr policy enumJames Booth2014-06-181-0/+1
|
* Added settings to show message text in notificationsJames Booth2014-05-241-0/+2
|
* Added notification setting for typing in current windowJames Booth2014-05-241-0/+1
|
* Added settings for message notifications in current windowJames Booth2014-05-241-0/+2
|
* Added /notify room mention settingJames Booth2014-05-241-0/+1
|
* Split regular and chat room notify settingsJames Booth2014-05-241-0/+1
|
* Moved global OTR settings to [otr] groupJames Booth2014-05-111-2/+2
|
* Fixed cppcheck warningsJames Booth2014-04-261-1/+0
|
* Added PREF_OTR_POLICY - should be default global policy and set to MANUALlightb2014-04-191-1/+2
|
* Added /log shared settingJames Booth2014-04-131-1/+2
| | | | Issue #170
* Added /log rotate optionJames Booth2014-04-131-1/+2
|
* Removed titlebar version property and allow disabling of titlebar displayJames Booth2014-04-031-1/+1
|
* Updated copyrightJames Booth2014-03-091-1/+1
|
* Show message when alias already exists in /alias addJames Booth2014-01-231-1/+1
|
* Added /alias command, writing aliases to [alias] group in profrcJames Booth2014-01-231-0/+11
|
* Changed /statuses preferencesJames Booth2014-01-191-0/+3
|
* Show OTR coloured statusJames Booth2014-01-161-1/+2
| | | | | | | | | | | | 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-1/+2
|
* Allow "account" setting in [connection] to autconnect the accountJames Booth2013-11-071-1/+2
| | | | closes #251
* Added groupchat logsJames Booth2013-05-051-0/+1
| | | | closes #168
* Added desktop notification option for subscription requestsJames Booth2013-04-271-0/+1
| | | | closes #166
* Added desktop notifications for chat room invitesJames Booth2013-04-221-0/+1
| | | | Use "/notify invite on|off"
* Refactored string preferencesJames Booth2013-02-031-8/+5
|
* Refactored setting boolean preferencesJames Booth2013-02-031-15/+1
|
* Refactored getting boolean preferencesJames Booth2013-02-031-15/+22
|