Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | adding preference option for dynamic input blocking | Simon Effenberg | 2015-01-12 | 1 | -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 Booth | 2015-01-12 | 1 | -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 preference | Will Song | 2015-01-08 | 1 | -0/+1 |
| | | |||||
| * | add exit title preference | Will Song | 2015-01-08 | 1 | -0/+3 |
| | | |||||
* | | Renamed titlebar preference | James Booth | 2015-01-12 | 1 | -3/+13 |
| | | |||||
* | | Merge branch 'master' into chat-sessions | James Booth | 2015-01-10 | 1 | -0/+10 |
|\ \ | |||||
| * | | Added comments to preferences module | James Booth | 2015-01-10 | 1 | -0/+10 |
| |/ | |||||
* / | Added preferences for showing resource in titlebar and messages | James Booth | 2015-01-10 | 1 | -0/+6 |
|/ | |||||
* | Default title bar update to false | James Booth | 2014-12-31 | 1 | -1/+0 |
| | |||||
* | Merge remote-tracking branch 'incertia/connect-default' | James Booth | 2014-12-29 | 1 | -0/+3 |
|\ | | | | | | | | | Conflicts: CHANGELOG | ||||
| * | add default account property and commands associated with them | Will Song | 2014-11-27 | 1 | -0/+3 |
| | | |||||
* | | Added /inpblock command | James Booth | 2014-12-21 | 1 | -0/+18 |
|/ | |||||
* | Added /time setting | James Booth | 2014-11-16 | 1 | -0/+5 |
| | |||||
* | Added /roster size and /occupants size settings | James Booth | 2014-11-15 | 1 | -0/+38 |
| | |||||
* | Added /roster show|hide command, only show roster on connect success | James Booth | 2014-11-10 | 1 | -0/+14 |
| | |||||
* | Added /wrap user preference for enabling/disabling word wrapping | James Booth | 2014-11-09 | 1 | -0/+4 |
| | |||||
* | Added /presence command to show contacts presence | James Booth | 2014-11-07 | 1 | -0/+4 |
| | |||||
* | Follow symlinks for profrc and accounts files | James Booth | 2014-10-26 | 1 | -1/+8 |
| | |||||
* | Set file permissions for preferences file | James Booth | 2014-10-18 | 1 | -0/+7 |
| | |||||
* | Added /privileges command to set UI option for showing roles/affiliations in ↵ | James Booth | 2014-10-18 | 1 | -0/+4 |
| | | | | rooms | ||||
* | Added occupants UI preference | James Booth | 2014-10-09 | 1 | -0/+4 |
| | |||||
* | Added license exemption for OpenSSL to source headers | James Booth | 2014-08-24 | 1 | -0/+12 |
| | |||||
* | Enable splash logo by default | James Booth | 2014-08-09 | 1 | -0/+1 |
| | |||||
* | Set auto reconnect to 30 seconds by default | James Booth | 2014-07-29 | 1 | -1/+5 |
| | | | | fixes #386 | ||||
* | Added quote param to autocomplete_complete | James Booth | 2014-07-09 | 1 | -1/+1 |
| | |||||
* | Free aliases on cmd_init | James Booth | 2014-06-18 | 1 | -4/+8 |
| | |||||
* | Added deallocation function for string prefs, added otr policy enum | James Booth | 2014-06-18 | 1 | -5/+15 |
| | |||||
* | Free account_name preference on autoconnect | James Booth | 2014-06-17 | 1 | -1/+1 |
| | |||||
* | Free GError on prefs load | James Booth | 2014-06-17 | 1 | -3/+12 |
| | |||||
* | Fixed memleak when writing preferences file | James Booth | 2014-06-15 | 1 | -1/+2 |
| | |||||
* | Added settings to show message text in notifications | James Booth | 2014-05-24 | 1 | -0/+6 |
| | |||||
* | Added notification setting for typing in current window | James Booth | 2014-05-24 | 1 | -0/+4 |
| | |||||
* | Added settings for message notifications in current window | James Booth | 2014-05-24 | 1 | -0/+8 |
| | |||||
* | 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/+3 |
| | |||||
* | Moved global OTR settings to [otr] group | James Booth | 2014-05-11 | 1 | -8/+29 |
| | |||||
* | Fixed cppcheck warnings | James Booth | 2014-04-26 | 1 | -8/+1 |
| | |||||
* | Merge remote-tracking branch 'lucian/master' | James Booth | 2014-04-22 | 1 | -1/+8 |
|\ | |||||
| * | Added /otr policy to commands (still need to add autocomplete stuff?) | lightb | 2014-04-19 | 1 | -0/+3 |
| | | |||||
| * | Added PREF_OTR_POLICY to preferences.c -> key -> otr.policy | lightb | 2014-04-19 | 1 | -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 setting | James Booth | 2014-04-13 | 1 | -0/+4 |
| | | | | Issue #170 | ||||
* | Added /log rotate option | James Booth | 2014-04-13 | 1 | -0/+4 |
| | |||||
* | Removed titlebar version property and allow disabling of titlebar display | James Booth | 2014-04-03 | 1 | -5/+6 |
| | |||||
* | Command '/statuses muc' now allows 'all', 'online' and 'none' settings | James Booth | 2014-03-15 | 1 | -2/+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 | -3/+8 |
| | |||||
* | Added /alias command, writing aliases to [alias] group in profrc | James Booth | 2014-01-23 | 1 | -6/+83 |
| | |||||
* | WIP - /statuses command options | James Booth | 2014-01-20 | 1 | -0/+2 |
| | |||||
* | Use defaults for /statuses commands | James Booth | 2014-01-19 | 1 | -0/+4 |
| | |||||
* | Changed /statuses preferences | James Booth | 2014-01-19 | 1 | -0/+9 |
| |