Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge remote-tracking branch 'incertia/fixleak' | James Booth | 2015-01-14 | 1 | -1/+1 |
|\ | |||||
| * | fix yet another potential leak | Will Song | 2015-01-14 | 1 | -1/+1 |
| | | |||||
* | | Don't free default account name until it has been lowercased | James Booth | 2015-01-14 | 1 | -2/+2 |
|/ | |||||
* | fix the fix (memory leak) | Simon Effenberg | 2015-01-14 | 1 | -1/+3 |
| | | | | | the "fix a potential leak" from Will Song is not fully addressing the issue.. so now the "def" variable should definitely being freed | ||||
* | Fixed segfault on eval_password due to moving popen call | James Booth | 2015-01-14 | 1 | -0/+8 |
| | |||||
* | fix a potential leak | Will Song | 2015-01-12 | 1 | -3/+3 |
| | |||||
* | add a memory check just in case | Will Song | 2015-01-12 | 1 | -0/+4 |
| | |||||
* | 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 | 1 | -4/+20 |
|\ | |||||
| * | Add support for evaluated password | Peter Vilim | 2015-01-07 | 1 | -4/+20 |
| | | |||||
* | | Merge remote-tracking branch 'savar/dynamic_input_block' | James Booth | 2015-01-12 | 1 | -5/+33 |
|\ \ | |||||
| * | | adding preference option for dynamic input blocking | Simon Effenberg | 2015-01-12 | 1 | -5/+32 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | /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 | 1 | -3/+7 |
|\ \ | | | | | | | | | | | | | | | | | | | 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/+6 |
| |/ | |||||
* | | Renamed titlebar preference | James Booth | 2015-01-12 | 1 | -2/+6 |
| | | |||||
* | | 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 | 1 | -4/+21 |
| | | |||||
* | | Renamed resource -> resource_override | James Booth | 2015-01-10 | 1 | -2/+2 |
| | | |||||
* | | Refactored chat session handling on sending message | James Booth | 2015-01-04 | 1 | -91/+19 |
| | | |||||
* | | Use resource in chat sessions | James Booth | 2015-01-04 | 1 | -16/+77 |
|/ | |||||
* | Merge remote-tracking branch 'incertia/connect-default' | James Booth | 2014-12-29 | 1 | -3/+54 |
|\ | | | | | | | | | 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 default account property and commands associated with them | Will Song | 2014-11-27 | 1 | -0/+31 |
| | | |||||
* | | 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 | 1 | -94/+12 |
| | | |||||
* | | 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 | 1 | -51/+125 |
|/ / | |||||
* | | Fixed non OTR compilation | James Booth | 2014-12-25 | 1 | -1/+1 |
| | | |||||
* | | Removed functions from window.c | James Booth | 2014-12-22 | 1 | -4/+10 |
| | | |||||
* | | 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 | 1 | -0/+13 |
| | | |||||
* | | 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 | 1 | -62/+64 |
| | | | | | | | | Tests need fixing | ||||
* | | Refactoring window types, removing recipient and from references - wip | James Booth | 2014-12-18 | 1 | -161/+184 |
| | | |||||
* | | Moved roster functions | James Booth | 2014-12-16 | 1 | -7/+7 |
| | | |||||
* | | Added new window and layout types | James Booth | 2014-12-16 | 1 | -13/+19 |
| | | |||||
* | | 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 | 1 | -6/+6 |
| | | |||||
* | | Moved chat resource to WIN_CHAT type | James Booth | 2014-12-10 | 1 | -6/+6 |
| | | |||||
* | | Added form to WIN_MUC_CONFIG type | James Booth | 2014-12-10 | 1 | -9/+13 |
| | | |||||
* | | Use selected resource for sending messages | James Booth | 2014-12-03 | 1 | -6/+32 |
| | | |||||
* | | Added /resource command | James Booth | 2014-12-02 | 1 | -0/+42 |
| | |