about summary refs log tree commit diff stats
path: root/src/profanity.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightMichael Vetter2021-01-081-1/+1
* Apply coding styleMichael Vetter2020-07-071-1/+1
* Revert "Apply coding style"Michael Vetter2020-07-071-2/+2
* Apply coding styleMichael Vetter2020-07-071-2/+2
* Define lock in profanity.h as externMichael Vetter2020-04-171-1/+1
* Add -t theme optionMichael Vetter2020-03-241-1/+1
* Allow setting custom log file via -f FILENAMEMichael Vetter2020-02-211-1/+1
* Update my Copyright to 2020Michael Vetter2020-01-031-1/+1
* Add vim modelineMichael Vetter2019-11-131-0/+1
* Possibility to specify alternative config fileMichael Vetter2019-08-021-1/+2
* Update copyright to include 2019Michael Vetter2019-01-221-1/+1
* Update copyrightJames Booth2018-01-211-1/+1
* Update CopyrightJames Booth2017-01-281-1/+1
* Remove unused function prototypeJames Booth2016-07-251-3/+0
* Tidy headersJames Booth2016-07-241-0/+1
* Moved chat state handling code to chat_state.cJames Booth2016-07-241-5/+0
* Update GPL link in headersJames Booth2016-07-241-1/+1
* Implement XEP-0363: HTTP File UploadDominik Heidler2016-04-261-0/+4
* Merge branch 'master' into plugins-cJames Booth2016-02-141-1/+1
|\
| * Updated copyrightJames Booth2016-02-141-1/+1
* | Added C plugin code from plugins branchJames Booth2016-02-141-2/+1
|/
* Allow /quit during TLS certificate verification promptJames Booth2015-11-101-0/+2
* Removed --disable-tls command line optionJames Booth2015-10-181-1/+1
* Updated copyrightJames Booth2015-02-101-1/+1
* Added license exemption for OpenSSL to source headersJames Booth2014-08-241-0/+12
* Updated copyrightJames Booth2014-03-091-1/+1
* Implemented basic running of alias commandsJames Booth2014-01-231-0/+2
* Refactored roster add/updateJames Booth2014-01-051-1/+0
* Removed prof_handle group functionsJames Booth2014-01-051-2/+0
* Removed unused function prototypeJames Booth2014-01-051-1/+0
* Removed unused function prototypeJames Booth2014-01-051-1/+0
* Removed prof_handle_disconnectJames Booth2014-01-051-1/+0
* Removed unused function prototypeJames Booth2014-01-051-1/+0
* Moved roster handlers to server_eventsJames Booth2014-01-051-3/+0
* Moved presence handlers to server_eventsJames Booth2014-01-051-18/+0
* Moved messages handlers to server_eventsJames Booth2014-01-051-17/+0
* Moved handle_room_list and handle_disco_items to server_eventsJames Booth2014-01-051-2/+0
* Moved handle_disco_info to server_eventsJames Booth2014-01-051-2/+0
* Moved handle_software_version_result to server_eventsJames Booth2014-01-051-3/+0
* Moved handle_lost_connection and handle_failed_login to server_eventsJames Booth2014-01-051-4/+0
* Connect to an account on start-upTomás Senart2013-10-141-1/+1
* Show messages on /group add and /group removeJames Booth2013-06-231-0/+2
* Show message when removing contact from group when not in groupJames Booth2013-06-231-1/+2
* Show message when contact already in groupJames Booth2013-06-231-0/+1
* Added message in console on /roster removeJames Booth2013-06-021-0/+1
* Added message in console on /roster addJames Booth2013-06-021-0/+1
* Added /duck command to perform searches using duckduckgo chat botJames Booth2013-05-051-0/+2
* Show message in console when receiving chat room invitesJames Booth2013-03-241-0/+3
* Implemented output for /disco infoJames Booth2013-03-141-0/+2
* Added output for /disco itemsJames Booth2013-03-141-0/+1
6f80145a184b5e4a6974175e2f92f49dcba'>^
67160f82 ^








9e751bb8 ^


6d12a8c4 ^
67160f82 ^

6d12a8c4 ^
67160f82 ^

























6d12a8c4 ^
67160f82 ^




9e751bb8 ^
6d12a8c4 ^
67160f82 ^
9e751bb8 ^
6d12a8c4 ^
67160f82 ^

















































































































































f5465e12 ^


a654e4ec ^
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
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298