Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | adding preference option for dynamic input blocking | Simon Effenberg | 2015-01-12 | 1 | -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 Booth | 2015-01-12 | 1 | -0/+1 |
|\ | | | | | | | | | | | | | Conflicts: src/command/command.c src/config/preferences.c src/config/preferences.h | ||||
| * | add exit title preference | Will Song | 2015-01-08 | 1 | -1/+2 |
| | | |||||
* | | Renamed titlebar preference | James Booth | 2015-01-12 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into chat-sessions | James Booth | 2015-01-10 | 1 | -0/+2 |
|\ \ | |||||
| * | | Added comments to preferences module | James Booth | 2015-01-10 | 1 | -0/+2 |
| |/ | |||||
* / | Added preferences for showing resource in titlebar and messages | James Booth | 2015-01-10 | 1 | -1/+3 |
|/ | |||||
* | Merge remote-tracking branch 'incertia/connect-default' | James Booth | 2014-12-29 | 1 | -0/+1 |
|\ | | | | | | | | | Conflicts: CHANGELOG | ||||
| * | add default account property and commands associated with them | Will Song | 2014-11-27 | 1 | -0/+1 |
| | | |||||
* | | Added /inpblock command | James Booth | 2014-12-21 | 1 | -0/+2 |
|/ | |||||
* | Added /time setting | James Booth | 2014-11-16 | 1 | -0/+1 |
| | |||||
* | Added /roster size and /occupants size settings | James Booth | 2014-11-15 | 1 | -0/+7 |
| | |||||
* | Added /roster show|hide command, only show roster on connect success | James Booth | 2014-11-10 | 1 | -0/+4 |
| | |||||
* | Added /wrap user preference for enabling/disabling word wrapping | James Booth | 2014-11-09 | 1 | -0/+1 |
| | |||||
* | Added /presence command to show contacts presence | James Booth | 2014-11-07 | 1 | -0/+1 |
| | |||||
* | Added /privileges command to set UI option for showing roles/affiliations in ↵ | James Booth | 2014-10-18 | 1 | -0/+1 |
| | | | | rooms | ||||
* | Added occupants UI preference | James Booth | 2014-10-09 | 1 | -0/+1 |
| | |||||
* | Added license exemption for OpenSSL to source headers | James Booth | 2014-08-24 | 1 | -0/+12 |
| | |||||
* | Added deallocation function for string prefs, added otr policy enum | James Booth | 2014-06-18 | 1 | -0/+1 |
| | |||||
* | Added settings to show message text in notifications | James Booth | 2014-05-24 | 1 | -0/+2 |
| | |||||
* | Added notification setting for typing in current window | James Booth | 2014-05-24 | 1 | -0/+1 |
| | |||||
* | Added settings for message notifications in current window | James Booth | 2014-05-24 | 1 | -0/+2 |
| | |||||
* | Added /notify room mention setting | James Booth | 2014-05-24 | 1 | -0/+1 |
| | |||||
* | Split regular and chat room notify settings | James Booth | 2014-05-24 | 1 | -0/+1 |
| | |||||
* | Moved global OTR settings to [otr] group | James Booth | 2014-05-11 | 1 | -2/+2 |
| | |||||
* | Fixed cppcheck warnings | James Booth | 2014-04-26 | 1 | -1/+0 |
| | |||||
* | Added PREF_OTR_POLICY - should be default global policy and set to MANUAL | lightb | 2014-04-19 | 1 | -1/+2 |
| | |||||
* | Added /log shared setting | James Booth | 2014-04-13 | 1 | -1/+2 |
| | | | | Issue #170 | ||||
* | Added /log rotate option | James Booth | 2014-04-13 | 1 | -1/+2 |
| | |||||
* | Removed titlebar version property and allow disabling of titlebar display | James Booth | 2014-04-03 | 1 | -1/+1 |
| | |||||
* | Updated copyright | James Booth | 2014-03-09 | 1 | -1/+1 |
| | |||||
* | Show message when alias already exists in /alias add | James Booth | 2014-01-23 | 1 | -1/+1 |
| | |||||
* | Added /alias command, writing aliases to [alias] group in profrc | James Booth | 2014-01-23 | 1 | -0/+11 |
| | |||||
* | Changed /statuses preferences | James Booth | 2014-01-19 | 1 | -0/+3 |
| | |||||
* | Show OTR coloured status | James Booth | 2014-01-16 | 1 | -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|redact | James Booth | 2014-01-13 | 1 | -1/+2 |
| | |||||
* | Allow "account" setting in [connection] to autconnect the account | James Booth | 2013-11-07 | 1 | -1/+2 |
| | | | | closes #251 | ||||
* | Added groupchat logs | James Booth | 2013-05-05 | 1 | -0/+1 |
| | | | | closes #168 | ||||
* | Added desktop notification option for subscription requests | James Booth | 2013-04-27 | 1 | -0/+1 |
| | | | | closes #166 | ||||
* | Added desktop notifications for chat room invites | James Booth | 2013-04-22 | 1 | -0/+1 |
| | | | | Use "/notify invite on|off" | ||||
* | Refactored string preferences | James Booth | 2013-02-03 | 1 | -8/+5 |
| | |||||
* | Refactored setting boolean preferences | James Booth | 2013-02-03 | 1 | -15/+1 |
| | |||||
* | Refactored getting boolean preferences | James Booth | 2013-02-03 | 1 | -15/+22 |
| | |||||
* | Added config dir to source | James Booth | 2013-02-02 | 1 | -0/+101 |