Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix tests | Will Song | 2015-01-12 | 1 | -1/+1 |
| | |||||
* | eval_password code is now in cmd_connect so that it can be changed | Will Song | 2015-01-12 | 1 | -1/+14 |
| | | | | | without clearing it. eval_password errors are also now ignored, along with pclosing the popened eval_password. | ||||
* | Merge remote-tracking branch 'peterlvilim/keyring' | James Booth | 2015-01-13 | 2 | -4/+23 |
|\ | |||||
| * | Add support for evaluated password | Peter Vilim | 2015-01-07 | 2 | -4/+23 |
| | | |||||
* | | Merge remote-tracking branch 'savar/dynamic_input_block' | James Booth | 2015-01-12 | 2 | -13/+72 |
|\ \ | |||||
| * | | adding preference option for dynamic input blocking | Simon Effenberg | 2015-01-12 | 2 | -12/+45 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | /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 | ||||
| * | | trying to block (and save cpu power) more dynamically | Simon Effenberg | 2015-01-12 | 1 | -1/+1 |
|/ / | | | | | | | | | | | | | | | | | instead of blocking too long if inpblock is set to something like 500ms the input timeout is not set directly to inpblock but is increasing dynamically from 0 to inpblock by a little algorithm FIXME: the call from the win_* method to the ui_input_* method looks wrong.. this causes a cross reference which shouldn't be | ||||
* | | Merge remote-tracking branch 'incertia/exit-title' | James Booth | 2015-01-12 | 3 | -7/+19 |
|\ \ | | | | | | | | | | | | | | | | | | | 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 | 3 | -2/+22 |
| |/ | |||||
* | | Renamed titlebar preference | James Booth | 2015-01-12 | 2 | -8/+33 |
| | | |||||
* | | Only show UI events for chat states when in session | James Booth | 2015-01-11 | 1 | -0/+4 |
| | | |||||
* | | Added resource override for chat sessions | James Booth | 2015-01-10 | 1 | -11/+2 |
| | | |||||
* | | Added preferences for showing resource in titlebar and messages | James Booth | 2015-01-10 | 2 | -11/+42 |
| | | |||||
* | | Renamed resource -> resource_override | James Booth | 2015-01-10 | 1 | -2/+2 |
| | | |||||
* | | Refactored chat session handling on sending message | James Booth | 2015-01-04 | 2 | -118/+22 |
| | | |||||
* | | Use resource in chat sessions | James Booth | 2015-01-04 | 2 | -22/+104 |
|/ | |||||
* | Merge remote-tracking branch 'incertia/connect-default' | James Booth | 2014-12-29 | 2 | -8/+76 |
|\ | | | | | | | | | Conflicts: CHANGELOG | ||||
| * | added warning about options not being used | Will Song | 2014-12-21 | 1 | -2/+4 |
| | | |||||
| * | removing the account connected to the default account removes the default ↵ | Will Song | 2014-11-27 | 1 | -0/+6 |
| | | | | | | | | account as well | ||||
| * | /connect supports default account | Will Song | 2014-11-27 | 1 | -1/+13 |
| | | |||||
| * | add some tooltip messages for /account and /connect | Will Song | 2014-11-27 | 1 | -3/+6 |
| | | |||||
| * | finish /account default ac | Will Song | 2014-11-27 | 1 | -0/+5 |
| | | |||||
| * | add a bit of default account autocomplete | Will Song | 2014-11-27 | 1 | -1/+10 |
| | | |||||
| * | add default account property and commands associated with them | Will Song | 2014-11-27 | 1 | -0/+31 |
| | | |||||
* | | Fixed cmd_execute_default (resource instead of barejid) | James Booth | 2014-12-29 | 1 | -1/+1 |
| | | |||||
* | | Added chat_session_on_window_open | James Booth | 2014-12-28 | 1 | -12/+2 |
| | | |||||
* | | Fixed chat state for non OTR | James Booth | 2014-12-28 | 2 | -125/+15 |
| | | |||||
* | | Merge branch 'master' into chat-sessions | James Booth | 2014-12-27 | 1 | -2/+1 |
|\ \ | |||||
| * | | Fixed /info command in rooms | James Booth | 2014-12-27 | 1 | -2/+1 |
| | | | |||||
* | | | Moved chat states out of xmpp module for message send chat | James Booth | 2014-12-27 | 2 | -61/+160 |
|/ / | |||||
* | | Fixed non OTR compilation | James Booth | 2014-12-25 | 2 | -2/+2 |
| | | |||||
* | | Removed function pointers | James Booth | 2014-12-22 | 2 | -2/+2 |
| | | |||||
* | | Removed functions from window.c | James Booth | 2014-12-22 | 2 | -5/+11 |
| | | |||||
* | | Added win_get_title | James Booth | 2014-12-21 | 1 | -12/+4 |
| | | |||||
* | | Use class instead of base pointer | James Booth | 2014-12-21 | 1 | -21/+28 |
| | | |||||
* | | Added /inpblock command | James Booth | 2014-12-21 | 3 | -0/+25 |
| | | |||||
* | | Removed TODOs | James Booth | 2014-12-20 | 1 | -4/+0 |
| | | |||||
* | | Fixed tests | James Booth | 2014-12-20 | 1 | -2/+2 |
| | | |||||
* | | Refactored all window recipients and types | James Booth | 2014-12-20 | 2 | -81/+84 |
| | | | | | | | | Tests need fixing | ||||
* | | Refactoring window types, removing recipient and from references - wip | James Booth | 2014-12-18 | 2 | -232/+266 |
| | | |||||
* | | Moved roster functions | James Booth | 2014-12-16 | 1 | -7/+7 |
| | | |||||
* | | Added new window and layout types | James Booth | 2014-12-16 | 2 | -19/+29 |
| | | |||||
* | | Allow params to /bookmark when in a room | James Booth | 2014-12-14 | 1 | -17/+10 |
| | | |||||
* | | Renamed chat_resource -> resource | James Booth | 2014-12-10 | 2 | -8/+8 |
| | | |||||
* | | Moved chat resource to WIN_CHAT type | James Booth | 2014-12-10 | 2 | -8/+8 |
| | | |||||
* | | Added form to WIN_MUC_CONFIG type | James Booth | 2014-12-10 | 2 | -16/+27 |
| | | |||||
* | | Added /resource autocompletion | James Booth | 2014-12-04 | 1 | -0/+47 |
| | | |||||
* | | Use selected resource for sending messages | James Booth | 2014-12-03 | 2 | -8/+42 |
| | | |||||
* | | Added /resource command | James Booth | 2014-12-02 | 3 | -0/+53 |
| | | |||||
* | | Fixed closing window 0 | James Booth | 2014-12-01 | 1 | -4/+0 |
| | |