Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Added /roster char resource | James Booth | 2015-11-22 | 1 | -0/+3 | |
| | ||||||
* | Added word wrap to roster panel | James Booth | 2015-11-22 | 1 | -0/+1 | |
| | ||||||
* | Added /roster indent presence | James Booth | 2015-11-21 | 1 | -0/+2 | |
| | ||||||
* | Added /roster indent resource | James Booth | 2015-11-21 | 1 | -0/+2 | |
| | ||||||
* | Added /roster indent contact | James Booth | 2015-11-21 | 1 | -0/+3 | |
| | ||||||
* | Added /roster char contact | James Booth | 2015-11-20 | 1 | -0/+3 | |
| | ||||||
* | Added /roster char header | James Booth | 2015-11-19 | 1 | -0/+4 | |
| | ||||||
* | Added option to show resource priority in roster | James Booth | 2015-11-18 | 1 | -0/+1 | |
| | ||||||
* | Added roster count option | James Booth | 2015-11-18 | 1 | -0/+1 | |
| | ||||||
* | Added /roster order name|presence | James Booth | 2015-11-17 | 1 | -0/+1 | |
| | ||||||
* | Show presence in roster WIP | James Booth | 2015-11-15 | 1 | -0/+2 | |
| | ||||||
* | Applied coding style to src/config/ | James Booth | 2015-10-25 | 1 | -6/+6 | |
| | ||||||
* | Renamed PREF_CERT_PATH -> PREF_TLS_CERTPATH | James Booth | 2015-10-18 | 1 | -1/+1 | |
| | ||||||
* | Added lastactivity preference | James Booth | 2015-10-14 | 1 | -0/+1 | |
| | ||||||
* | Add preference for showing TLS indicator in titlebar | James Booth | 2015-10-14 | 1 | -0/+1 | |
| | | | | Issue #616 | |||||
* | Added time format perferences per window type | James Booth | 2015-09-30 | 1 | -1/+6 | |
| | ||||||
* | Added last activity time format option | James Booth | 2015-09-29 | 1 | -0/+1 | |
| | ||||||
* | Added auto xa option, tidied autoaway code | James Booth | 2015-09-27 | 1 | -0/+3 | |
| | ||||||
* | Save trusted certificates to tlscerts file with more information | James Booth | 2015-09-24 | 1 | -4/+0 | |
| | ||||||
* | Added TLS trusted certificate path preference | James Booth | 2015-09-23 | 1 | -1/+2 | |
| | ||||||
* | Store trusted TLS cert fingerprints | James Booth | 2015-09-22 | 1 | -0/+4 | |
| | ||||||
* | Added preference for encryption char | James Booth | 2015-08-26 | 1 | -0/+5 | |
| | ||||||
* | Removed /mouse command | James Booth | 2015-07-19 | 1 | -1/+0 | |
| | ||||||
* | Allow hiding of empty presence groups: /roster {show,hide} empty (default is ↵ | Daniel | 2015-07-08 | 1 | -0/+1 | |
| | | | | show) | |||||
* | Added PGP logging preferences | James Booth | 2015-06-21 | 1 | -0/+1 | |
| | ||||||
* | Moved setting otr.warn -> enc.warn | James Booth | 2015-06-21 | 1 | -2/+2 | |
| | ||||||
* | I removed ncurses header dependencies, removed unused code | James Booth | 2015-06-15 | 1 | -5/+0 | |
| | ||||||
* | Added window auto tidy. | Pete | 2015-05-29 | 1 | -0/+1 | |
| | ||||||
* | Added option to show jids in occupants panel | James Booth | 2015-04-12 | 1 | -0/+1 | |
| | ||||||
* | Added individual options to send and request delivery receipts | James Booth | 2015-03-19 | 1 | -1/+2 | |
| | ||||||
* | Added basic delivery receipts | James Booth | 2015-03-11 | 1 | -0/+1 | |
| | ||||||
* | Added /time statusbar preference | James Booth | 2015-03-10 | 1 | -0/+1 | |
| | ||||||
* | Merge remote-tracking branch 'oliverlemoal/xep-0280' into xep-0280 | James Booth | 2015-03-08 | 1 | -0/+1 | |
|\ | ||||||
| * | Add XEP-0280 support | Olivier LE MOAL | 2015-02-10 | 1 | -0/+1 | |
| | | ||||||
* | | Updated copyright | James Booth | 2015-02-10 | 1 | -1/+1 | |
|/ | ||||||
* | Simplified autocompleters and command history | James Booth | 2015-01-16 | 1 | -1/+1 | |
| | ||||||
* | adding preference option for dynamic input blocking | Simon Effenberg | 2015-01-12 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | /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/+1 | |
|\ | | | | | | | | | | | | | Conflicts: src/command/command.c src/config/preferences.c src/config/preferences.h | |||||
| * | add exit title preference | Will Song | 2015-01-08 | 1 | -1/+2 | |
| | | ||||||
* | | Renamed titlebar preference | James Booth | 2015-01-12 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'master' into chat-sessions | James Booth | 2015-01-10 | 1 | -0/+2 | |
|\ \ | ||||||
| * | | Added comments to preferences module | James Booth | 2015-01-10 | 1 | -0/+2 | |
| |/ | ||||||
* / | Added preferences for showing resource in titlebar and messages | James Booth | 2015-01-10 | 1 | -1/+3 | |
|/ | ||||||
* | Merge remote-tracking branch 'incertia/connect-default' | James Booth | 2014-12-29 | 1 | -0/+1 | |
|\ | | | | | | | | | Conflicts: CHANGELOG | |||||
| * | add default account property and commands associated with them | Will Song | 2014-11-27 | 1 | -0/+1 | |
| | | ||||||
* | | Added /inpblock command | James Booth | 2014-12-21 | 1 | -0/+2 | |
|/ | ||||||
* | Added /time setting | James Booth | 2014-11-16 | 1 | -0/+1 | |
| | ||||||
* | Added /roster size and /occupants size settings | James Booth | 2014-11-15 | 1 | -0/+7 | |
| | ||||||
* | Added /roster show|hide command, only show roster on connect success | James Booth | 2014-11-10 | 1 | -0/+4 | |
| | ||||||
* | Added /wrap user preference for enabling/disabling word wrapping | James Booth | 2014-11-09 | 1 | -0/+1 | |
| |