about summary refs log tree commit diff stats
path: root/src/config/preferences.c
Commit message (Collapse)AuthorAgeFilesLines
* Read ~/.config/profanity/inputrcJames Booth2015-12-061-2/+20
|
* Updated version in CHANGELOG and commentsJames Booth2015-12-021-4/+4
|
* Renamed /notify message -> /notify chatJames Booth2015-11-291-10/+10
|
* Removed regular chat message triggersJames Booth2015-11-281-96/+3
|
* Added room specific notify settingsJames Booth2015-11-281-44/+123
|
* Finished basic /notify triggersJames Booth2015-11-251-43/+90
|
* Implemented regular chat notify triggersJames Booth2015-11-251-3/+37
|
* Tidy regular chat and room notificationsJames Booth2015-11-241-0/+41
|
* Added autocompleters for notify trigger removalJames Booth2015-11-241-0/+63
|
* Added functions to manage custom notification triggersJames Booth2015-11-241-0/+71
|
* Added notify triggers WIPJames Booth2015-11-231-0/+6
|
* Added /roster resource joinJames Booth2015-11-221-0/+4
|
* Added /roster char resourceJames Booth2015-11-221-0/+34
|
* Added word wrap to roster panelJames Booth2015-11-221-0/+3
|
* Option to show presence information on single line in rosterJames Booth2015-11-221-1/+1
|
* Added /roster indent presenceJames Booth2015-11-211-0/+22
|
* Added /roster indent resourceJames Booth2015-11-211-0/+22
|
* Added /roster indent contactJames Booth2015-11-211-0/+22
|
* Removed unused priority settingsJames Booth2015-11-201-6/+0
|
* Added /roster char contactJames Booth2015-11-201-0/+34
|
* Added /roster char headerJames Booth2015-11-191-0/+34
|
* Changed roster defaults, updated themesJames Booth2015-11-191-3/+0
|
* Added option to show resource priority in rosterJames Booth2015-11-181-0/+4
|
* Added roster count optionJames Booth2015-11-181-0/+4
|
* Pass offline filter to roster_get_contactsJames Booth2015-11-181-1/+1
|
* Added /roster order name|presenceJames Booth2015-11-171-0/+5
|
* Show presence in roster WIPJames Booth2015-11-151-0/+8
|
* Added missing default time formats.James Booth2015-11-141-0/+4
| | | | issue #669
* Fix pointer dereferencingMichael Vetter2015-10-261-1/+0
| | | | Setting the pointer to NULL had no effect outside the function so far.
* Applied coding style to src/config/James Booth2015-10-251-18/+20
|
* 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
| | |