Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Show eval_password if exists on /account show | James Booth | 2015-01-13 | 1 | -8/+10 |
| | |||||
* | Merge remote-tracking branch 'savar/dynamic_input_block' | James Booth | 2015-01-12 | 1 | -1/+6 |
|\ | |||||
| * | adding preference option for dynamic input blocking | Simon Effenberg | 2015-01-12 | 1 | -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 | 1 | -0/+5 |
|\ | | | | | | | | | | | | | 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/+10 |
| | | |||||
* | | Renamed titlebar preference | James Booth | 2015-01-12 | 1 | -3/+3 |
| | | |||||
* | | Added preferences for showing resource in titlebar and messages | James Booth | 2015-01-10 | 1 | -0/+14 |
|/ | |||||
* | Updated CHANGELOG and navigation help | James Booth | 2015-01-03 | 1 | -8/+16 |
| | |||||
* | Removed function pointers | James Booth | 2014-12-22 | 1 | -225/+147 |
| | |||||
* | Added /inpblock command | James Booth | 2014-12-21 | 1 | -0/+8 |
| | |||||
* | Refactored all window recipients and types | James Booth | 2014-12-20 | 1 | -1/+1 |
| | | | | Tests need fixing | ||||
* | Added new window and layout types | James Booth | 2014-12-16 | 1 | -1/+1 |
| | |||||
* | Updated navigation help | James Booth | 2014-12-01 | 1 | -1/+1 |
| | |||||
* | Added Alt-Backspace to navigation help | James Booth | 2014-11-22 | 1 | -3/+4 |
| | |||||
* | Added newline | James Booth | 2014-11-17 | 1 | -0/+1 |
| | |||||
* | Added /theme colours command | James Booth | 2014-11-17 | 1 | -0/+37 |
| | |||||
* | Changed type to enum for presence colour attributes | James Booth | 2014-11-16 | 1 | -7/+7 |
| | |||||
* | Replaced colours with theme_item_t | James Booth | 2014-11-16 | 1 | -16/+16 |
| | |||||
* | Added /time off | James Booth | 2014-11-16 | 1 | -0/+2 |
| | |||||
* | Added /time setting | James Booth | 2014-11-16 | 1 | -0/+14 |
| | |||||
* | Added /roster size and /occupants size settings | James Booth | 2014-11-15 | 1 | -0/+6 |
| | |||||
* | Added /roster show|hide resource | James Booth | 2014-11-11 | 1 | -0/+10 |
| | |||||
* | Added /roster show|hide command, only show roster on connect success | James Booth | 2014-11-10 | 1 | -0/+11 |
| | |||||
* | Added /wrap user preference for enabling/disabling word wrapping | James Booth | 2014-11-09 | 1 | -0/+11 |
| | |||||
* | Added /presence command to show contacts presence | James Booth | 2014-11-07 | 1 | -0/+11 |
| | |||||
* | Fixed various memory leaks | James Booth | 2014-11-01 | 1 | -0/+1 |
| | |||||
* | Updated help | James Booth | 2014-10-27 | 1 | -3/+4 |
| | |||||
* | Show message on /prefs desktop when notifications not supported by the build | James Booth | 2014-10-26 | 1 | -60/+75 |
| | |||||
* | Added /privileges command to set UI option for showing roles/affiliations in ↵ | James Booth | 2014-10-18 | 1 | -0/+11 |
| | | | | rooms | ||||
* | Removed /help other | James Booth | 2014-10-18 | 1 | -1/+0 |
| | |||||
* | Renamed args to /occupants default | James Booth | 2014-10-09 | 1 | -10/+22 |
| | |||||
* | Merge branch 'master' into muc_roles | James Booth | 2014-09-30 | 1 | -1/+1 |
|\ | |||||
| * | free latest_release regardless of its validity | Adam Coffman | 2014-09-29 | 1 | -1/+1 |
| | | |||||
* | | Changed rooms to use Occupant type instead of PContact | James Booth | 2014-09-30 | 1 | -2/+3 |
| | | |||||
* | | Tidied muc module | James Booth | 2014-09-28 | 1 | -2/+2 |
|/ | |||||
* | Cache capabilities to file | James Booth | 2014-09-22 | 1 | -0/+2 |
| | |||||
* | Show message when no capabilities available | James Booth | 2014-09-21 | 1 | -6/+9 |
| | |||||
* | Added jid->hash lookup for capabilities | James Booth | 2014-09-20 | 1 | -82/+80 |
| | |||||
* | Always update UI in event loop, removed updates from rest of code | James Booth | 2014-09-01 | 1 | -154/+2 |
| | |||||
* | Tidied console presence messages | James Booth | 2014-09-01 | 1 | -4/+0 |
| | |||||
* | Merge remote-tracking branch 'tdi/master' | James Booth | 2014-08-29 | 1 | -7/+13 |
|\ | |||||
| * | Concise formatting of /roster command | Dariusz Dwornikowski | 2014-08-28 | 1 | -7/+8 |
|/ | |||||
* | Added license exemption for OpenSSL to source headers | James Booth | 2014-08-24 | 1 | -0/+12 |
| | |||||
* | Handle chat states for users not in roster | James Booth | 2014-08-19 | 1 | -3/+7 |
| | | | | issue #397 | ||||
* | Added win_save_println | James Booth | 2014-07-21 | 1 | -17/+17 |
| | |||||
* | Added win_save_newline | James Booth | 2014-07-20 | 1 | -8/+8 |
| | |||||
* | Removed newlines from splash logo version output | James Booth | 2014-07-16 | 1 | -3/+3 |
| | |||||
* | Replaced NO_EOL_DATE with bitwise or | James Booth | 2014-07-16 | 1 | -24/+24 |
| | |||||
* | having wprintw go through win_save_(v)print. | Immae | 2014-06-23 | 1 | -195/+109 |
| | | | | Signed-off-by: James Booth <boothj5@gmail.com> | ||||
* | Added deallocation function for string prefs, added otr policy enum | James Booth | 2014-06-18 | 1 | -9/+23 |
| |