about summary refs log tree commit diff stats
path: root/src/config/preferences.c
Commit message (Collapse)AuthorAgeFilesLines
...
* | Added /inpblock commandJames Booth2014-12-211-0/+18
|/
* Added /time settingJames Booth2014-11-161-0/+5
|
* Added /roster size and /occupants size settingsJames Booth2014-11-151-0/+38
|
* Added /roster show|hide command, only show roster on connect successJames Booth2014-11-101-0/+14
|
* Added /wrap user preference for enabling/disabling word wrappingJames Booth2014-11-091-0/+4
|
* Added /presence command to show contacts presenceJames Booth2014-11-071-0/+4
|
* Follow symlinks for profrc and accounts filesJames Booth2014-10-261-1/+8
|
* Set file permissions for preferences fileJames Booth2014-10-181-0/+7
|
* Added /privileges command to set UI option for showing roles/affiliations in ↵James Booth2014-10-181-0/+4
| | | | rooms
* Added occupants UI preferenceJames Booth2014-10-091-0/+4
|
* Added license exemption for OpenSSL to source headersJames Booth2014-08-241-0/+12
|
* Enable splash logo by defaultJames Booth2014-08-091-0/+1
|
* Set auto reconnect to 30 seconds by defaultJames Booth2014-07-291-1/+5
| | | | fixes #386
* Added quote param to autocomplete_completeJames Booth2014-07-091-1/+1
|
* Free aliases on cmd_initJames Booth2014-06-181-4/+8
|
* Added deallocation function for string prefs, added otr policy enumJames Booth2014-06-181-5/+15
|
* Free account_name preference on autoconnectJames Booth2014-06-171-1/+1
|
* Free GError on prefs loadJames Booth2014-06-171-3/+12
|
* Fixed memleak when writing preferences fileJames Booth2014-06-151-1/+2
|
* Added settings to show message text in notificationsJames Booth2014-05-241-0/+6
|
* Added notification setting for typing in current windowJames Booth2014-05-241-0/+4
|
* Added settings for message notifications in current windowJames Booth2014-05-241-0/+8
|
* Added /notify room mention settingJames Booth2014-05-241-0/+1
|
* Split regular and chat room notify settingsJames Booth2014-05-241-0/+3
|
* Moved global OTR settings to [otr] groupJames Booth2014-05-111-8/+29
|
* Fixed cppcheck warningsJames Booth2014-04-261-8/+1
|
* Merge remote-tracking branch 'lucian/master'James Booth2014-04-221-1/+8
|\
| * Added /otr policy to commands (still need to add autocomplete stuff?)lightb2014-04-191-0/+3
| |
| * Added PREF_OTR_POLICY to preferences.c -> key -> otr.policylightb2014-04-191-0/+4
|/ | | | | Added default value "manual" to PREF_OTR_POLICy -> preferences.c Modified help string to reflect otr_policy, started checks on cmd_otr
* Added /log shared settingJames Booth2014-04-131-0/+4
| | | | Issue #170
* Added /log rotate optionJames Booth2014-04-131-0/+4
|
* Removed titlebar version property and allow disabling of titlebar displayJames Booth2014-04-031-5/+6
|
* Command '/statuses muc' now allows 'all', 'online' and 'none' settingsJames Booth2014-03-151-2/+1
|
* Updated copyrightJames Booth2014-03-091-1/+1
|
* Show message when alias already exists in /alias addJames Booth2014-01-231-3/+8
|
* Added /alias command, writing aliases to [alias] group in profrcJames Booth2014-01-231-6/+83
|
* WIP - /statuses command optionsJames Booth2014-01-201-0/+2
|
* Use defaults for /statuses commandsJames Booth2014-01-191-0/+4
|
* Changed /statuses preferencesJames Booth2014-01-191-0/+9
|
* Show OTR coloured statusJames Booth2014-01-161-0/+4
| | | | | | | | | | | | Customisable within theme files e.g.: titlebar.unencrypted=red titlebar.encrypted=green titlebar.trusted=red titlebar.untrusted=green Shows [unencrypted] for all non-OTR chat Disable with '/otr warn off'
* Added setting /otr log on|off|redactJames Booth2014-01-131-0/+5
|
* Allow "account" setting in [connection] to autconnect the accountJames Booth2013-11-071-0/+4
| | | | closes #251
* removed strdup in autocomplete callsDmitry Podgorny2013-08-261-2/+2
|
* Added groupchat logsJames Booth2013-05-051-0/+3
| | | | closes #168
* Added desktop notification option for subscription requestsJames Booth2013-04-271-0/+3
| | | | closes #166
* Added desktop notifications for chat room invitesJames Booth2013-04-221-0/+3
| | | | Use "/notify invite on|off"
* Mouse handling disabled by default.James Booth2013-03-191-1/+0
|
* Added assertsJames Booth2013-02-031-1/+1
|
* Refactored string preferencesJames Booth2013-02-031-40/+43
|
* Refactored setting boolean preferencesJames Booth2013-02-031-187/+95
|
ref='/danisanti/profani-tty/blame/src/common.h?id=7a88898a21305573accf6fdd80ec6df20ce03026'>^
8c68fa0b ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132