about summary refs log tree commit diff stats
path: root/src/config/preferences.c
Commit message (Collapse)AuthorAgeFilesLines
* Renamed PREF_CERT_PATH -> PREF_TLS_CERTPATHJames Booth2015-10-181-3/+3
|
* Added lastactivity preferenceJames Booth2015-10-141-0/+4
|
* Add preference for showing TLS indicator in titlebarJames Booth2015-10-141-0/+4
| | | | Issue #616
* Updated theme template, changed default lastactivity formatJames Booth2015-09-301-1/+1
|
* Added time format perferences per window typeJames Booth2015-09-301-32/+38
|
* Added last activity time format optionJames Booth2015-09-291-0/+5
|
* Added auto xa option, tidied autoaway codeJames Booth2015-09-271-3/+34
|
* Save trusted certificates to tlscerts file with more informationJames Booth2015-09-241-74/+0
|
* Added TLS trusted certificate path preferenceJames Booth2015-09-231-0/+3
|
* Store trusted TLS cert fingerprintsJames Booth2015-09-221-0/+74
|
* Added preference for encryption charJames Booth2015-08-261-0/+54
|
* Free strings in prefs_loadJames Booth2015-08-091-0/+2
|
* Removed /mouse commandJames Booth2015-07-191-3/+0
|
* Allow hiding of empty presence groups: /roster {show,hide} empty (default is ↵Daniel2015-07-081-0/+4
| | | | show)
* Migrate old time display format settingsJames Booth2015-07-021-0/+22
|
* Default autoping to 1 minute #541James Booth2015-07-021-1/+5
|
* Merge remote-tracking branch 'incertia/time'James Booth2015-07-011-2/+2
|\ | | | | | | | | Conflicts: src/config/preferences.c
| * fix conflictsWill Song2015-05-291-34/+42
| |\
| * | use custom format string for time preferenceWill Song2015-01-271-1/+1
| | |
* | | prefs: Don't mix allocator typesDmitry Podgorny2015-06-241-2/+2
| | |
* | | Added PGP logging preferencesJames Booth2015-06-211-3/+8
| | |
* | | Moved setting otr.warn -> enc.warnJames Booth2015-06-211-18/+8
| | |
* | | I removed ncurses header dependencies, removed unused codeJames Booth2015-06-151-6/+0
| | |
* | | Set default autoaway mode to offJames Booth2015-06-081-0/+1
| | | | | | | | | | | | fixes #555
* | | Merge branch 'master' into stabber-testsJames Booth2015-06-021-0/+4
|\ \ \
| * | | Added window auto tidy.Pete2015-05-291-0/+4
| | |/ | |/|
* / | Added initial stabber testJames Booth2015-05-171-2/+2
|/ /
* | Use null check convention in preferences.cJames Booth2015-05-041-4/+4
| |
* | Added option to show jids in occupants panelJames Booth2015-04-121-0/+3
| |
* | Added individual options to send and request delivery receiptsJames Booth2015-03-191-3/+6
| |
* | Added basic delivery receiptsJames Booth2015-03-111-1/+4
| |
* | Added /time statusbar preferenceJames Booth2015-03-101-0/+5
| |
* | Merge remote-tracking branch 'oliverlemoal/xep-0280' into xep-0280James Booth2015-03-081-0/+3
|\ \
| * | Add XEP-0280 supportOlivier LE MOAL2015-02-101-0/+3
| |/
* | Upgrade otr warn preference, added UI theme settingsJames Booth2015-02-251-24/+6
| |
* | Updated default preferencesJames Booth2015-02-241-4/+13
| |
* | Changed default inpblock delay to 1 secondJames Booth2015-02-101-1/+1
| |
* | Updated copyrightJames Booth2015-02-101-1/+1
|/
* Simplified autocompleters and command historyJames Booth2015-01-161-1/+1
|
* adding preference option for dynamic input blockingSimon Effenberg2015-01-121-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 Booth2015-01-121-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 preferenceWill Song2015-01-081-0/+1
| |
| * add exit title preferenceWill Song2015-01-081-0/+3
| |
* | Renamed titlebar preferenceJames Booth2015-01-121-3/+13
| |
* | Merge branch 'master' into chat-sessionsJames Booth2015-01-101-0/+10
|\ \
| * | Added comments to preferences moduleJames Booth2015-01-101-0/+10
| |/
* / Added preferences for showing resource in titlebar and messagesJames Booth2015-01-101-0/+6
|/
* Default title bar update to falseJames Booth2014-12-311-1/+0
|
* Merge remote-tracking branch 'incertia/connect-default'James Booth2014-12-291-0/+3
|\ | | | | | | | | Conflicts: CHANGELOG
| * add default account property and commands associated with themWill Song2014-11-271-0/+3
| |