about summary refs log tree commit diff stats
path: root/src/config
Commit message (Collapse)AuthorAgeFilesLines
* Updated themesJames Booth2015-11-221-0/+12
|
* Option to show presence information on single line in rosterJames Booth2015-11-221-1/+1
|
* Added /roster indent presenceJames Booth2015-11-212-0/+24
|
* Added /roster indent resourceJames Booth2015-11-212-0/+24
|
* Added /roster indent contactJames Booth2015-11-212-0/+25
|
* Removed unused priority settingsJames Booth2015-11-201-6/+0
|
* Added /roster char contactJames Booth2015-11-203-0/+44
|
* Added /roster char headerJames Booth2015-11-193-0/+45
|
* Changed roster defaults, updated themesJames Booth2015-11-192-3/+5
|
* Added option to show resource priority in rosterJames Booth2015-11-182-0/+5
|
* Added roster count optionJames Booth2015-11-182-0/+5
|
* Pass offline filter to roster_get_contactsJames Booth2015-11-181-1/+1
|
* Added /roster order name|presenceJames Booth2015-11-172-0/+6
|
* Show presence in roster WIPJames Booth2015-11-152-0/+10
|
* Added missing default time formats.James Booth2015-11-141-0/+4
| | | | issue #669
* Added extra fields to TLSCertificateJames Booth2015-11-102-24/+166
|
* Show current TLS certificateJames Booth2015-11-102-32/+38
|
* Store current TLS certificate fingerpint in memory for reconnectJames Booth2015-11-092-0/+38
|
* 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-256-55/+57
|
* Applied coding style to account.hJames Booth2015-10-251-43/+43
|
* Applied coding style to accounts.cJames Booth2015-10-251-50/+50
|
* Applied coding style to account.hJames Booth2015-10-251-7/+7
|
* Applied coding style to account.cJames Booth2015-10-251-8/+8
|
* Force tls on all connections, add tls policy account propertyJames Booth2015-10-184-6/+39
|
* Renamed PREF_CERT_PATH -> PREF_TLS_CERTPATHJames Booth2015-10-182-4/+4
|
* Implemented /script showJames Booth2015-10-172-1/+40
|
* Implemented /script listJames Booth2015-10-172-0/+27
|
* Add ability to script commands after connectJames Booth2015-10-156-4/+182
|
* Added lastactivity preferenceJames Booth2015-10-142-0/+5
|
* Add preference for showing TLS indicator in titlebarJames Booth2015-10-143-0/+6
| | | | Issue #616
* Updated theme template, changed default lastactivity formatJames Booth2015-09-301-1/+1
|
* Added time format perferences per window typeJames Booth2015-09-303-34/+50
|
* Added last activity time format optionJames Booth2015-09-293-0/+7
|
* Added missing account properties to /account renameJames Booth2015-09-281-29/+26
|
* Removed old code to fix legacy accountsJames Booth2015-09-281-58/+2
|
* Include last activity in initial presenceJames Booth2015-09-272-0/+12
|
* Added auto xa option, tidied autoaway codeJames Booth2015-09-274-3/+58
|
* Save last activity to account on disconnectJames Booth2015-09-252-0/+18
|
* Added /tls revokeJames Booth2015-09-242-0/+47
|
* Added /tls trusted commandJames Booth2015-09-242-0/+30
|
* Save trusted certificates to tlscerts file with more informationJames Booth2015-09-244-78/+242
|
* Added TLS trusted certificate path preferenceJames Booth2015-09-232-1/+5
|
* Store trusted TLS cert fingerprintsJames Booth2015-09-222-0/+78
|
* Added otr and pgp char to themesJames Booth2015-08-261-0/+15
|
* Added preference for encryption charJames Booth2015-08-262-0/+59
|
* Free strings in prefs_loadJames Booth2015-08-091-0/+2
|
* Removed /mouse commandJames Booth2015-07-192-4/+0
|
* Allow hiding of empty presence groups: /roster {show,hide} empty (default is ↵Daniel2015-07-083-0/+6
| | | | show)
* Migrate old time display format settingsJames Booth2015-07-021-0/+22
|
ceca'>^
d3a9db3a ^
52daf072 ^
fcc161e7 ^

52daf072 ^





9c1056f5 ^
52daf072 ^
d3a9db3a ^
52daf072 ^


d3a9db3a ^


c504ca56 ^
52daf072 ^




9c1056f5 ^
d3a9db3a ^
52daf072 ^







d3a9db3a ^

fcc161e7 ^
d3a9db3a ^
52daf072 ^

5fe060d5 ^



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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186