about summary refs log tree commit diff stats
path: root/src/profanity.h
Commit message (Collapse)AuthorAgeFilesLines
...
* Handle idle time from contactsJames Booth2012-12-091-1/+2
|
* Added server property to accountsJames Booth2012-12-071-1/+1
|
* Handling commands after /disconnectJames Booth2012-11-191-0/+2
|
* Moved disconnect code to profanity moduleJames Booth2012-11-191-0/+1
|
* Handle room broadcastsJames Booth2012-11-191-0/+2
|
* Handle room member presenceJames Booth2012-11-191-0/+3
|
* Show message when own nickname changed in chat roomsJames Booth2012-11-181-0/+2
|
* Handle nick changes from other usersJames Booth2012-11-181-0/+2
|
* Set correct window type on private messagesJames Booth2012-11-141-2/+3
|
* add subscription supportDmitry Podgorny2012-11-111-0/+3
|
* Handle subject from roomJames Booth2012-11-101-0/+2
|
* Tidy up leaving roomJames Booth2012-11-101-0/+1
|
* Show delayed time on messages received whilst offlineJames Booth2012-11-081-0/+1
| | | | Also do not show chat state notifications received whilst offline
* Basic chat room handling of presenceJames Booth2012-11-081-0/+4
|
* jabber: wait until full room roster received before showingJames Booth2012-11-071-3/+1
|
* Removed jabber.c dependency on ui.hJames Booth2012-11-061-0/+7
|
* Show message when other user <gone/>James Booth2012-11-011-0/+1
|
* Load roster before sending presenceJames Booth2012-10-281-5/+0
|
* Removed trailing whitespace from src and testsJames Booth2012-10-211-2/+2
|
* handle error messages from serverDmitry Podgorny2012-10-181-0/+1
|
* Refactored profanity moduleJames Booth2012-10-021-9/+7
| | | | Now has simple run method and event handlers
* Moved roster output handling to profanity moduleJames Booth2012-10-021-0/+6
|
* Added status handler code to profanity moduleJames Booth2012-10-021-0/+2
|
* Moved login attempt handler code to profanity moduleJames Booth2012-10-011-0/+3
|
* Moved incoming message code to profanity moduleJames Booth2012-10-011-0/+2
|
* Created shutdown init function to initiate and wait for shutdownJames Booth2012-09-111-0/+1
|
* Customisable logging levelsJames Booth2012-08-191-1/+1
|
* Added autobuild toolsJames Booth2012-07-011-0/+30
'#n139'>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
299
300
301
302
303
304
305
306
307
308
309
310