about summary refs log tree commit diff stats
path: root/src/config/preferences.c
Commit message (Collapse)AuthorAgeFilesLines
* I removed ncurses header dependencies, removed unused codeJames Booth2015-06-151-6/+0
|
* Set default autoaway mode to offJames Booth2015-06-081-0/+1
| | | | fixes #555
* Merge branch 'master' into stabber-testsJames Booth2015-06-021-0/+4
|\
| * Added window auto tidy.Pete2015-05-291-0/+4
| |
* | Added initial stabber testJames Booth2015-05-171-2/+2
|/
* Use null check convention in preferences.cJames Booth2015-05-041-4/+4
|
* Added option to show jids in occupants panelJames Booth2015-04-121-0/+3
|
* Added individual options to send and request delivery receiptsJames Booth2015-03-191-3/+6
|
* Added basic delivery receiptsJames Booth2015-03-111-1/+4
|
* Added /time statusbar preferenceJames Booth2015-03-101-0/+5
|
* Merge remote-tracking branch 'oliverlemoal/xep-0280' into xep-0280James Booth2015-03-081-0/+3
|\
| * Add XEP-0280 supportOlivier LE MOAL2015-02-101-0/+3
| |
* | Upgrade otr warn preference, added UI theme settingsJames Booth2015-02-251-24/+6
| |
* | Updated default preferencesJames Booth2015-02-241-4/+13
| |
* | Changed default inpblock delay to 1 secondJames Booth2015-02-101-1/+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-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | /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/+3
|\ | | | | | | | | | | | | Conflicts: src/command/command.c src/config/preferences.c src/config/preferences.h
| * add exit title preference to group and add command for setting the preferenceWill Song2015-01-081-0/+1
| |
| * add exit title preferenceWill Song2015-01-081-0/+3
| |
* | Renamed titlebar preferenceJames Booth2015-01-121-3/+13
| |
* | Merge branch 'master' into chat-sessionsJames Booth2015-01-101-0/+10
|\ \
| * | Added comments to preferences moduleJames Booth2015-01-101-0/+10
| |/
* / Added preferences for showing resource in titlebar and messagesJames Booth2015-01-101-0/+6
|/
* Default title bar update to falseJames Booth2014-12-311-1/+0
|
* Merge remote-tracking branch 'incertia/connect-default'James Booth2014-12-291-0/+3
|\ | | | | | | | | Conflicts: CHANGELOG
| * add default account property and commands associated with themWill Song2014-11-271-0/+3
| |
* | Added /inpblock commandJames Booth2014-12-211-0/+18
|/
* Added /time settingJames Booth2014-11-161-0/+5
|
* Added /roster size and /occupants size settingsJames Booth2014-11-151-0/+38
|
* Added /roster show|hide command, only show roster on connect successJames Booth2014-11-101-0/+14
|
* Added /wrap user preference for enabling/disabling word wrappingJames Booth2014-11-091-0/+4
|
* Added /presence command to show contacts presenceJames Booth2014-11-071-0/+4
|
* Follow symlinks for profrc and accounts filesJames Booth2014-10-261-1/+8
|
* Set file permissions for preferences fileJames Booth2014-10-181-0/+7
|
* Added /privileges command to set UI option for showing roles/affiliations in ↵James Booth2014-10-181-0/+4
| | | | rooms
* Added occupants UI preferenceJames Booth2014-10-091-0/+4
|
* Added license exemption for OpenSSL to source headersJames Booth2014-08-241-0/+12
|
* Enable splash logo by defaultJames Booth2014-08-091-0/+1
|
* 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
|