about summary refs log tree commit diff stats
path: root/src/config
Commit message (Collapse)AuthorAgeFilesLines
...
| * mergePeter Vilim2015-01-071-0/+2
| |\
| | * Add support for evaluated passwordPeter Vilim2015-01-074-5/+42
| | |
| * | iofixedPeter Vilim2015-01-072-2/+14
| | |
| * | Add support for evaluated passwordPeter Vilim2015-01-064-5/+29
| |/
* | adding preference option for dynamic input blockingSimon Effenberg2015-01-122-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | /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-122-0/+4
|\ \ | | | | | | | | | | | | | | | | | | 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-082-1/+5
| |/
* | Renamed titlebar preferenceJames Booth2015-01-122-4/+14
| |
* | Merge branch 'master' into chat-sessionsJames Booth2015-01-102-0/+12
|\ \
| * | Added comments to preferences moduleJames Booth2015-01-102-0/+12
| |/
* / Added preferences for showing resource in titlebar and messagesJames Booth2015-01-102-1/+9
|/
* Default title bar update to falseJames Booth2014-12-311-1/+0
|
* Merge remote-tracking branch 'incertia/connect-default'James Booth2014-12-292-0/+4
|\ | | | | | | | | Conflicts: CHANGELOG
| * add default account property and commands associated with themWill Song2014-11-272-0/+4
| |
* | Removed function pointersJames Booth2014-12-222-161/+115
| |
* | Added /inpblock commandJames Booth2014-12-212-0/+20
| |
* | Only overwrite preferences with theme when them loaded, not on startupJames Booth2014-11-301-3/+16
|/
* Merge remote-tracking branch 'incertia/account-remove'James Booth2014-11-242-0/+12
|\
| * implement account removalWill Song2014-11-232-0/+12
| |
* | Free string after setting theme ui preference, fixed valgrind warningJames Booth2014-11-241-0/+1
|/
* Added [ui] preferences to themesJames Booth2014-11-191-0/+56
|
* Tidied theme.cJames Booth2014-11-191-201/+62
|
* Added /theme colours commandJames Booth2014-11-172-46/+96
|
* Changed type to enum for presence colour attributesJames Booth2014-11-162-0/+19
|
* Added support for bold theme settingsJames Booth2014-11-162-55/+93
|
* Replaced colours with theme_item_tJames Booth2014-11-162-43/+101
|
* Added /time settingJames Booth2014-11-162-0/+6
|
* Added /roster size and /occupants size settingsJames Booth2014-11-152-0/+45
|
* Added /roster show|hide command, only show roster on connect successJames Booth2014-11-102-0/+18
|
* Added /wrap user preference for enabling/disabling word wrappingJames Booth2014-11-092-0/+5
|
* Added /presence command to show contacts presenceJames Booth2014-11-074-46/+93
|
* Added main.text.me and main.text.them theme settingsJames Booth2014-11-072-68/+82
|
* Merge branch 'master' into symlinksJames Booth2014-10-262-0/+22
|\
| * Added /account clear [account] portJames Booth2014-10-232-0/+11
| |
| * Added /account clear [account] serverJames Booth2014-10-232-0/+11
| |
* | Follow symlinks for profrc and accounts filesJames Booth2014-10-262-2/+16
|/
* Set file permissions for preferences fileJames Booth2014-10-181-0/+7
|
* Set file permissions for accounts fileJames Booth2014-10-181-0/+6
|
* Added /privileges command to set UI option for showing roles/affiliations in ↵James Booth2014-10-182-0/+5
| | | | rooms
* Added occupants UI preferenceJames Booth2014-10-092-0/+5
|
* Added license exemption for OpenSSL to source headersJames Booth2014-08-248-0/+96
|
* 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
* Colour chat room messages that contain users nicknameJames Booth2014-07-162-30/+37
|
* Added quote param to autocomplete_completeJames Booth2014-07-092-3/+3
|
* Free aliases on cmd_initJames Booth2014-06-181-4/+8
|
* Added deallocation function for string prefs, added otr policy enumJames Booth2014-06-182-5/+16
|
* Free account_name preference on autoconnectJames Booth2014-06-171-1/+1
|
* Free GError on prefs loadJames Booth2014-06-171-3/+12
|