Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Set default autoaway mode to off | James Booth | 2015-06-08 | 1 | -0/+1 |
| | | | | fixes #555 | ||||
* | Merge branch 'master' into stabber-tests | James Booth | 2015-06-02 | 3 | -0/+6 |
|\ | |||||
| * | Added Theme UI option for window auto tidy | Pete | 2015-06-01 | 1 | -0/+1 |
| | | |||||
| * | Added window auto tidy. | Pete | 2015-05-29 | 2 | -0/+5 |
| | | |||||
* | | Added initial stabber test | James Booth | 2015-05-17 | 2 | -3/+6 |
|/ | |||||
* | Use null check convention in theme.c | James Booth | 2015-05-04 | 1 | -8/+8 |
| | |||||
* | Use null check convention in preferences.c | James Booth | 2015-05-04 | 1 | -4/+4 |
| | |||||
* | Use null check convention in accounts.c | James Booth | 2015-05-04 | 1 | -17/+17 |
| | |||||
* | Use null check convention in account.c | James Booth | 2015-05-04 | 1 | -8/+8 |
| | |||||
* | Tidied account login | James Booth | 2015-04-23 | 2 | -2/+41 |
| | |||||
* | Added option to show jids in occupants panel | James Booth | 2015-04-12 | 3 | -0/+5 |
| | |||||
* | Added individual options to send and request delivery receipts | James Booth | 2015-03-19 | 2 | -4/+8 |
| | |||||
* | Added receipt.sent theme setting | James Booth | 2015-03-15 | 2 | -62/+67 |
| | |||||
* | Added basic delivery receipts | James Booth | 2015-03-11 | 2 | -1/+5 |
| | |||||
* | Added /time statusbar preference | James Booth | 2015-03-10 | 3 | -0/+7 |
| | |||||
* | Merge remote-tracking branch 'oliverlemoal/xep-0280' into xep-0280 | James Booth | 2015-03-08 | 2 | -0/+4 |
|\ | |||||
| * | Add XEP-0280 support | Olivier LE MOAL | 2015-02-10 | 2 | -0/+4 |
| | | |||||
* | | Upgrade otr warn preference, added UI theme settings | James Booth | 2015-02-25 | 2 | -31/+17 |
| | | |||||
* | | Updated default preferences | James Booth | 2015-02-24 | 1 | -4/+13 |
| | | |||||
* | | Fixed spelling. | Christian Storm | 2015-02-17 | 1 | -1/+1 |
| | | |||||
* | | Changed default inpblock delay to 1 second | James Booth | 2015-02-10 | 1 | -1/+1 |
| | | |||||
* | | Updated copyright | James Booth | 2015-02-10 | 8 | -8/+8 |
|/ | |||||
* | Free theme list after use | James Booth | 2015-02-09 | 1 | -1/+3 |
| | |||||
* | Renamed command group presence->presences to avoid clash | James Booth | 2015-01-28 | 1 | -1/+1 |
| | |||||
* | Simplified autocompleters and command history | James Booth | 2015-01-16 | 4 | -6/+6 |
| | |||||
* | eval_password code is now in cmd_connect so that it can be changed | Will Song | 2015-01-12 | 1 | -10/+0 |
| | | | | | without clearing it. eval_password errors are also now ignored, along with pclosing the popened eval_password. | ||||
* | Removed unused include, free eval_password | James Booth | 2015-01-13 | 2 | -1/+1 |
| | |||||
* | Merge remote-tracking branch 'peterlvilim/keyring' | James Booth | 2015-01-13 | 4 | -5/+46 |
|\ | |||||
| * | fgets: buffer size | Peter Vilim | 2015-01-07 | 1 | -3/+6 |
| | | |||||
| * | fix for fgets | Peter Vilim | 2015-01-07 | 1 | -1/+1 |
| | | |||||
| * | merge | Peter Vilim | 2015-01-07 | 1 | -0/+2 |
| |\ | |||||
| | * | Add support for evaluated password | Peter Vilim | 2015-01-07 | 4 | -5/+42 |
| | | | |||||
| * | | iofixed | Peter Vilim | 2015-01-07 | 2 | -2/+14 |
| | | | |||||
| * | | Add support for evaluated password | Peter Vilim | 2015-01-06 | 4 | -5/+29 |
| |/ | |||||
* | | adding preference option for dynamic input blocking | Simon Effenberg | 2015-01-12 | 2 | -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 Booth | 2015-01-12 | 2 | -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 preference | Will Song | 2015-01-08 | 1 | -0/+1 |
| | | | |||||
| * | | add exit title preference | Will Song | 2015-01-08 | 2 | -1/+5 |
| |/ | |||||
* | | Renamed titlebar preference | James Booth | 2015-01-12 | 2 | -4/+14 |
| | | |||||
* | | Merge branch 'master' into chat-sessions | James Booth | 2015-01-10 | 2 | -0/+12 |
|\ \ | |||||
| * | | Added comments to preferences module | James Booth | 2015-01-10 | 2 | -0/+12 |
| |/ | |||||
* / | Added preferences for showing resource in titlebar and messages | James Booth | 2015-01-10 | 2 | -1/+9 |
|/ | |||||
* | 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 | 2 | -0/+4 |
|\ | | | | | | | | | Conflicts: CHANGELOG | ||||
| * | add default account property and commands associated with them | Will Song | 2014-11-27 | 2 | -0/+4 |
| | | |||||
* | | Removed function pointers | James Booth | 2014-12-22 | 2 | -161/+115 |
| | | |||||
* | | Added /inpblock command | James Booth | 2014-12-21 | 2 | -0/+20 |
| | | |||||
* | | Only overwrite preferences with theme when them loaded, not on startup | James Booth | 2014-11-30 | 1 | -3/+16 |
|/ | |||||
* | Merge remote-tracking branch 'incertia/account-remove' | James Booth | 2014-11-24 | 2 | -0/+12 |
|\ | |||||
| * | implement account removal | Will Song | 2014-11-23 | 2 | -0/+12 |
| | |