Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | fgets: buffer size | Peter Vilim | 2015-01-07 | 1 | -3/+6 | |
| | | ||||||
| * | fix for fgets | Peter Vilim | 2015-01-07 | 1 | -1/+1 | |
| | | ||||||
| * | merge | Peter Vilim | 2015-01-07 | 1 | -0/+2 | |
| |\ | ||||||
| | * | Add support for evaluated password | Peter Vilim | 2015-01-07 | 4 | -5/+42 | |
| | | | ||||||
| * | | iofixed | Peter Vilim | 2015-01-07 | 2 | -2/+14 | |
| | | | ||||||
| * | | Add support for evaluated password | Peter Vilim | 2015-01-06 | 4 | -5/+29 | |
| |/ | ||||||
* | | adding preference option for dynamic input blocking | Simon Effenberg | 2015-01-12 | 2 | -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 | 2 | -0/+4 | |
|\ \ | | | | | | | | | | | | | | | | | | | 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 | 2 | -1/+5 | |
| |/ | ||||||
* | | Renamed titlebar preference | James Booth | 2015-01-12 | 2 | -4/+14 | |
| | | ||||||
* | | Merge branch 'master' into chat-sessions | James Booth | 2015-01-10 | 2 | -0/+12 | |
|\ \ | ||||||
| * | | Added comments to preferences module | James Booth | 2015-01-10 | 2 | -0/+12 | |
| |/ | ||||||
* / | Added preferences for showing resource in titlebar and messages | James Booth | 2015-01-10 | 2 | -1/+9 | |
|/ | ||||||
* | Default title bar update to false | James Booth | 2014-12-31 | 1 | -1/+0 | |
| | ||||||
* | Merge remote-tracking branch 'incertia/connect-default' | James Booth | 2014-12-29 | 2 | -0/+4 | |
|\ | | | | | | | | | Conflicts: CHANGELOG | |||||
| * | add default account property and commands associated with them | Will Song | 2014-11-27 | 2 | -0/+4 | |
| | | ||||||
* | | Removed function pointers | James Booth | 2014-12-22 | 2 | -161/+115 | |
| | | ||||||
* | | Added /inpblock command | James Booth | 2014-12-21 | 2 | -0/+20 | |
| | | ||||||
* | | Only overwrite preferences with theme when them loaded, not on startup | James Booth | 2014-11-30 | 1 | -3/+16 | |
|/ | ||||||
* | Merge remote-tracking branch 'incertia/account-remove' | James Booth | 2014-11-24 | 2 | -0/+12 | |
|\ | ||||||
| * | implement account removal | Will Song | 2014-11-23 | 2 | -0/+12 | |
| | | ||||||
* | | Free string after setting theme ui preference, fixed valgrind warning | James Booth | 2014-11-24 | 1 | -0/+1 | |
|/ | ||||||
* | Added [ui] preferences to themes | James Booth | 2014-11-19 | 1 | -0/+56 | |
| | ||||||
* | Tidied theme.c | James Booth | 2014-11-19 | 1 | -201/+62 | |
| | ||||||
* | Added /theme colours command | James Booth | 2014-11-17 | 2 | -46/+96 | |
| | ||||||
* | Changed type to enum for presence colour attributes | James Booth | 2014-11-16 | 2 | -0/+19 | |
| | ||||||
* | Added support for bold theme settings | James Booth | 2014-11-16 | 2 | -55/+93 | |
| | ||||||
* | Replaced colours with theme_item_t | James Booth | 2014-11-16 | 2 | -43/+101 | |
| | ||||||
* | Added /time setting | James Booth | 2014-11-16 | 2 | -0/+6 | |
| | ||||||
* | Added /roster size and /occupants size settings | James Booth | 2014-11-15 | 2 | -0/+45 | |
| | ||||||
* | Added /roster show|hide command, only show roster on connect success | James Booth | 2014-11-10 | 2 | -0/+18 | |
| | ||||||
* | Added /wrap user preference for enabling/disabling word wrapping | James Booth | 2014-11-09 | 2 | -0/+5 | |
| | ||||||
* | Added /presence command to show contacts presence | James Booth | 2014-11-07 | 4 | -46/+93 | |
| | ||||||
* | Added main.text.me and main.text.them theme settings | James Booth | 2014-11-07 | 2 | -68/+82 | |
| | ||||||
* | Merge branch 'master' into symlinks | James Booth | 2014-10-26 | 2 | -0/+22 | |
|\ | ||||||
| * | Added /account clear [account] port | James Booth | 2014-10-23 | 2 | -0/+11 | |
| | | ||||||
| * | Added /account clear [account] server | James Booth | 2014-10-23 | 2 | -0/+11 | |
| | | ||||||
* | | Follow symlinks for profrc and accounts files | James Booth | 2014-10-26 | 2 | -2/+16 | |
|/ | ||||||
* | Set file permissions for preferences file | James Booth | 2014-10-18 | 1 | -0/+7 | |
| | ||||||
* | Set file permissions for accounts file | James Booth | 2014-10-18 | 1 | -0/+6 | |
| | ||||||
* | Added /privileges command to set UI option for showing roles/affiliations in ↵ | James Booth | 2014-10-18 | 2 | -0/+5 | |
| | | | | rooms | |||||
* | Added occupants UI preference | James Booth | 2014-10-09 | 2 | -0/+5 | |
| | ||||||
* | Added license exemption for OpenSSL to source headers | James Booth | 2014-08-24 | 8 | -0/+96 | |
| | ||||||
* | Enable splash logo by default | James Booth | 2014-08-09 | 1 | -0/+1 | |
| | ||||||
* | Set auto reconnect to 30 seconds by default | James Booth | 2014-07-29 | 1 | -1/+5 | |
| | | | | fixes #386 | |||||
* | Colour chat room messages that contain users nickname | James Booth | 2014-07-16 | 2 | -30/+37 | |
| | ||||||
* | Added quote param to autocomplete_complete | James Booth | 2014-07-09 | 2 | -3/+3 | |
| | ||||||
* | Free aliases on cmd_init | James Booth | 2014-06-18 | 1 | -4/+8 | |
| | ||||||
* | Added deallocation function for string prefs, added otr policy enum | James Booth | 2014-06-18 | 2 | -5/+16 | |
| |