Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Added /roster order name|presence | James Booth | 2015-11-17 | 1 | -0/+5 | |
| | ||||||
* | Show presence in roster WIP | James Booth | 2015-11-15 | 1 | -0/+8 | |
| | ||||||
* | Added missing default time formats. | James Booth | 2015-11-14 | 1 | -0/+4 | |
| | | | | issue #669 | |||||
* | Fix pointer dereferencing | Michael Vetter | 2015-10-26 | 1 | -1/+0 | |
| | | | | Setting the pointer to NULL had no effect outside the function so far. | |||||
* | Applied coding style to src/config/ | James Booth | 2015-10-25 | 1 | -18/+20 | |
| | ||||||
* | Renamed PREF_CERT_PATH -> PREF_TLS_CERTPATH | James Booth | 2015-10-18 | 1 | -3/+3 | |
| | ||||||
* | Added lastactivity preference | James Booth | 2015-10-14 | 1 | -0/+4 | |
| | ||||||
* | Add preference for showing TLS indicator in titlebar | James Booth | 2015-10-14 | 1 | -0/+4 | |
| | | | | Issue #616 | |||||
* | Updated theme template, changed default lastactivity format | James Booth | 2015-09-30 | 1 | -1/+1 | |
| | ||||||
* | Added time format perferences per window type | James Booth | 2015-09-30 | 1 | -32/+38 | |
| | ||||||
* | Added last activity time format option | James Booth | 2015-09-29 | 1 | -0/+5 | |
| | ||||||
* | Added auto xa option, tidied autoaway code | James Booth | 2015-09-27 | 1 | -3/+34 | |
| | ||||||
* | Save trusted certificates to tlscerts file with more information | James Booth | 2015-09-24 | 1 | -74/+0 | |
| | ||||||
* | Added TLS trusted certificate path preference | James Booth | 2015-09-23 | 1 | -0/+3 | |
| | ||||||
* | Store trusted TLS cert fingerprints | James Booth | 2015-09-22 | 1 | -0/+74 | |
| | ||||||
* | Added preference for encryption char | James Booth | 2015-08-26 | 1 | -0/+54 | |
| | ||||||
* | Free strings in prefs_load | James Booth | 2015-08-09 | 1 | -0/+2 | |
| | ||||||
* | Removed /mouse command | James Booth | 2015-07-19 | 1 | -3/+0 | |
| | ||||||
* | Allow hiding of empty presence groups: /roster {show,hide} empty (default is ↵ | Daniel | 2015-07-08 | 1 | -0/+4 | |
| | | | | show) | |||||
* | Migrate old time display format settings | James Booth | 2015-07-02 | 1 | -0/+22 | |
| | ||||||
* | Default autoping to 1 minute #541 | James Booth | 2015-07-02 | 1 | -1/+5 | |
| | ||||||
* | Merge remote-tracking branch 'incertia/time' | James Booth | 2015-07-01 | 1 | -2/+2 | |
|\ | | | | | | | | | Conflicts: src/config/preferences.c | |||||
| * | fix conflicts | Will Song | 2015-05-29 | 1 | -34/+42 | |
| |\ | ||||||
| * | | use custom format string for time preference | Will Song | 2015-01-27 | 1 | -1/+1 | |
| | | | ||||||
* | | | prefs: Don't mix allocator types | Dmitry Podgorny | 2015-06-24 | 1 | -2/+2 | |
| | | | ||||||
* | | | Added PGP logging preferences | James Booth | 2015-06-21 | 1 | -3/+8 | |
| | | | ||||||
* | | | Moved setting otr.warn -> enc.warn | James Booth | 2015-06-21 | 1 | -18/+8 | |
| | | | ||||||
* | | | I removed ncurses header dependencies, removed unused code | James Booth | 2015-06-15 | 1 | -6/+0 | |
| | | | ||||||
* | | | Set default autoaway mode to off | James Booth | 2015-06-08 | 1 | -0/+1 | |
| | | | | | | | | | | | | fixes #555 | |||||
* | | | Merge branch 'master' into stabber-tests | James Booth | 2015-06-02 | 1 | -0/+4 | |
|\ \ \ | ||||||
| * | | | Added window auto tidy. | Pete | 2015-05-29 | 1 | -0/+4 | |
| | |/ | |/| | ||||||
* / | | Added initial stabber test | James Booth | 2015-05-17 | 1 | -2/+2 | |
|/ / | ||||||
* | | Use null check convention in preferences.c | James Booth | 2015-05-04 | 1 | -4/+4 | |
| | | ||||||
* | | Added option to show jids in occupants panel | James Booth | 2015-04-12 | 1 | -0/+3 | |
| | | ||||||
* | | Added individual options to send and request delivery receipts | James Booth | 2015-03-19 | 1 | -3/+6 | |
| | | ||||||
* | | Added basic delivery receipts | James Booth | 2015-03-11 | 1 | -1/+4 | |
| | | ||||||
* | | Added /time statusbar preference | James Booth | 2015-03-10 | 1 | -0/+5 | |
| | | ||||||
* | | Merge remote-tracking branch 'oliverlemoal/xep-0280' into xep-0280 | James Booth | 2015-03-08 | 1 | -0/+3 | |
|\ \ | ||||||
| * | | Add XEP-0280 support | Olivier LE MOAL | 2015-02-10 | 1 | -0/+3 | |
| |/ | ||||||
* | | Upgrade otr warn preference, added UI theme settings | James Booth | 2015-02-25 | 1 | -24/+6 | |
| | | ||||||
* | | Updated default preferences | James Booth | 2015-02-24 | 1 | -4/+13 | |
| | | ||||||
* | | Changed default inpblock delay to 1 second | James Booth | 2015-02-10 | 1 | -1/+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 | -0/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | /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/+3 | |
|\ | | | | | | | | | | | | | 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/+1 | |
| | | ||||||
| * | add exit title preference | Will Song | 2015-01-08 | 1 | -0/+3 | |
| | | ||||||
* | | Renamed titlebar preference | James Booth | 2015-01-12 | 1 | -3/+13 | |
| | | ||||||
* | | Merge branch 'master' into chat-sessions | James Booth | 2015-01-10 | 1 | -0/+10 | |
|\ \ |