Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Renamed win_save_println -> win_println | James Booth | 2015-03-14 | 1 | -4/+4 | |
| | ||||||
* | Renamed win_save_print -> win_print | James Booth | 2015-03-14 | 1 | -5/+5 | |
| | ||||||
* | Renamed win_save_vprint -> win_vprint | James Booth | 2015-03-14 | 1 | -8/+8 | |
| | ||||||
* | Show message received text for receipts | James Booth | 2015-03-11 | 1 | -9/+10 | |
| | ||||||
* | Added /time statusbar preference | James Booth | 2015-03-10 | 1 | -17/+39 | |
| | ||||||
* | Send private carbons element with message when encrypted | James Booth | 2015-03-10 | 1 | -5/+5 | |
| | ||||||
* | Added server error handling when setting /carbons preference | James Booth | 2015-03-09 | 1 | -1/+1 | |
| | ||||||
* | Added connection check before sending carbons enable/disable IQ | James Booth | 2015-03-09 | 1 | -0/+7 | |
| | ||||||
* | Merge remote-tracking branch 'oliverlemoal/xep-0280' into xep-0280 | James Booth | 2015-03-08 | 1 | -1/+17 | |
|\ | ||||||
| * | Add XEP-0280 support | Olivier LE MOAL | 2015-02-10 | 1 | -1/+17 | |
| | | ||||||
* | | Renamed /theme set -> /theme load | James Booth | 2015-02-26 | 1 | -1/+1 | |
| | | ||||||
* | | Updated copyright | James Booth | 2015-02-10 | 1 | -1/+1 | |
| | | ||||||
* | | Fixed parameter order for /tiny in private and group chat | James Booth | 2015-02-10 | 1 | -2/+2 | |
| | | | | | | | | fixes #502 | |||||
* | | Free roster list | James Booth | 2015-02-10 | 1 | -16/+20 | |
| | | ||||||
* | | Free contact list | James Booth | 2015-02-10 | 1 | -0/+1 | |
|/ | ||||||
* | Free filtered lists for who command | James Booth | 2015-02-09 | 1 | -0/+5 | |
| | ||||||
* | Renamed command group presence->presences to avoid clash | James Booth | 2015-01-28 | 1 | -1/+1 | |
| | ||||||
* | Strip only trailing newline from eval_password | James Booth | 2015-01-28 | 1 | -1/+4 | |
| | ||||||
* | Strip leading/trailing whitespace from result of eval_password | James Booth | 2015-01-28 | 1 | -0/+1 | |
| | | | | fixes #495 | |||||
* | 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 | |
|\ \ |