]> jfr.im git - irc/evilnet/x3.git/blob - ChangeLog
Added support for LOC type S authentication (SSL fingerprint)
[irc/evilnet/x3.git] / ChangeLog
1 /***********************************************************************
2 X3 ChangeLog
3
4 2009-11-29 Neil Spierling <sirvulcan@sirvulcan.co.nz>
5
6 * src/nickserv.c: Added SSL fingerprint support to LOC.
7
8 * src/nickserv.h: Added sslfp to loc_auth.
9
10 * src/proto-p10.c: Added support for the new S loc auth type.
11
12 2008-11-28 Matthew Beeching <jobe@mdbnmet.co.uk>
13
14 * src/nickserv.help: Added help for ADDSSLFP, DELSSLFP, OADDSSLFP
15 and ODELSSLFP
16
17 * src/nickserv.c: Added support for SSL fingerprint authentication.
18
19 * src/nickserv.h: Added support for SSL fingerprint authentication.
20
21 2009-11-28 Matthew Beeching <jobe@mdbnet.co.uk>
22
23 * src/mod-memoserv.c: Fix for bug where MemoServ is created as a
24 local bot but not registered as a service on first startup.
25
26 2009-11-26 Matthew Beeching <jobe@mdbnet.co.uk>
27
28 * src/chanserv.c: Fixed a missing ',' in cmd_myaccess output.
29
30 2009-11-26 Henrik Stuart <evilnet@hstuart.dk>
31
32 * src/common.h src/main-common.c: add extra parameter to reg_exit_func and
33 exit_func_t.
34
35 * src/proto-p10.c src/mod-qserver.c src/chanserv.c src/mod-snoop.c
36 src/hash.c src/helpfile.c src/gline.c src/global.c src/mod-helpserv.c
37 src/opserv.c src/timeq.c src/saxdb.c src/modcmd.c src/saxdb.h
38 src/mod-sockcheck.c src/shun.c src/mod-python.c src/spamserv.c
39 src/mail-common.c src/mod-memoserv.c src/mod-track.c src/log.c src/ioset.c
40 src/nickserv.c src/main.c src/sar.c: collateral evolution fixes due to
41 exit_func change.
42
43 2009-11-26 Henrik Stuart <evilnet@hstuart.dk>
44
45 * src/proto-common.c: fix typo in malloc variable name.
46
47 2009-11-26 Henrik Stuart <evilnet@hstuart.dk>
48
49 * src/modcmd.h src/modcmd.c: add extra parameter to reg_svccmd_unbind_func
50 and svccmd_unbind_func_t.
51
52 * src/chanserv.c: collateral evolution fixes due to svccmd_unbind_func
53 change.
54
55 2009-11-24 Henrik Stuart <evilnet@hstuart.dk>
56
57 * src/proto.h src/proto-common.c: add extra parameter to
58 reg_mode_change_func and mode_change_func_t.
59
60 * src/chanserv.c: collateral evolution fixes due to mode_change_func
61 change.
62
63 2009-11-24 Henrik Stuart <evilnet@hstuart.dk>
64
65 * src/nickserv.h src/nickserv.c: add extra parameter to reg_unreg_func and
66 unreg_func_t.
67
68 * src/chanserv.c src/mod-helpserv.c src/mod-memoserv.c: collateral
69 evolution fixes due to unreg_func change.
70
71 2009-11-24 Henrik Stuart <evilnet@hstuart.dk>
72
73 * src/nickserv.h src/nickserv.c: add extra parameter to reg_auth_func and
74 auth_func_t.
75
76 * src/chanserv.c src/mod-snoop.c src/global.c src/mod-helpserv.c
77 src/opserv.c src/mod-memoserv.c src/mod-track.c: collateral evolution
78 fixes due to auth_func change.
79
80 2009-11-24 Henrik Stuart <evilnet@hstuart.dk>
81
82 * src/nickserv.h src/proto-common.c: add extra parameter to
83 reg_user_mode_func and user_mode_func_t.
84
85 * src/mod-snoop.c src/mod-track.c: collateral evolution fixes due to
86 user_mode_func change.
87
88 2009-11-24 Henrik Stuart <evilnet@hstuart.dk>
89
90 * src/nickserv.h src/proto-common.c: add extra parameter to
91 reg_channel_mode_func and channel_mode_func_t.
92
93 * src/chanserv.c src/mod-snoop.c src/mod-track.c: collateral evolution
94 fixes due to channel_mode_func change.
95
96 2009-11-24 Henrik Stuart <evilnet@hstuart.dk>
97
98 * src/hash.c src/hash.h: add extra parameter to reg_kick_func and
99 kick_func_t.
100
101 * src/chanserv.c src/mod-snoop.c src/mod-track.c: collateral evolution
102 fixes due to kick_func change.
103
104 2009-11-24 Henrik Stuart <evilnet@hstuart.dk>
105
106 * src/hash.c src/hash.h: add extra parameter to reg_part_func,
107 unreg_part_func, and part_func_t.
108
109 * src/chanserv.c src/mod-snoop.c src/mod-helpserv.c src/spamserv.c
110 src/mod-track.c: collateral evolution fixes due to part_func change.
111
112 2009-11-24 Henrik Stuart <evilnet@hstuart.dk>
113
114 * src/hash.c src/hash.h: add extra parameter to reg_del_channel_func and
115 del_channel_func_t.
116
117 * src/opserv.c src/proto-p10.c: collateral evolution fixes due to
118 del_channel_func change.
119
120 2009-11-23 Matthew Beeching <jobe@mdbnet.co.uk>
121
122 * src/nickserv.c: Removed 2 nonsensical spaces in
123 *NickServ.accountinfo output for "Karma"
124
125 2009-11-22 Matthew Beeching <jobe@mdbnet.co.uk>
126
127 * src/nickserv.c: Fix for bug allowing the use of odelcookie
128 to result in an account's password changing when it shouldn't.
129
130 2009-11-22 Matthew Beeching <jobe@mdbnet.co.uk>
131
132 * src/nickserv.c: Added fix for LDAP password not being updated
133 on odelcookie where account password is changed anyway.
134
135 2009-11-21 Matthew Beeching <jobe@mdbnet.co.uk>
136
137 * src/x3ldap.c: Updated OpServ level in LDAP feature to remove
138 the attribute when 0 instead of setting it to 0
139
140 * src/x3ldap.h: Updated OpServ level in LDAP feature to remove
141 the attribute when 0 instead of setting it to 0
142
143 * src/nickserv.c: Updated OpServ level in LDAP feature to remove
144 the attribute when 0 instead of setting it to 0
145
146 2009-11-21 Matthew Beeching <jobe@mdbnet.co.uk>
147
148 * src/x3ldap.c: Fix for bug allowing accounts in LDAP to
149 authenticate to unactivated accounts.
150
151 * src/nickserv.c: Fix for bug allowing accounts in LDAP to
152 authenticate to unactivated accounts.
153
154 2009-11-16 Matthew Beeching <jobe@mdbnet.co.uk>
155
156 * src/proto-p10.c: Added support for MARK SSLCLIFP.
157
158 * src/hash.h: Added support for MARK SSLCLIFP.
159
160 * src/opserv.c: Added SSLCLIFP mark to cmd_whois.
161
162 2009-11-16 Matthew Beeching <jobe@mdbnet.co.uk>
163
164 * src/nickserv.c: Fix for crash in cmd_oregister due to incorrect
165 parameter counts.
166
167 2009-11-15 Matthew Beeching <jobe@mdbnet.co.uk>
168
169 * src/hosthiding.c: Fix for crash bug in make_virthost() when host
170 name doesnt have a '.' in it.
171
172 2009-11-15 Henrik Stuart <evilnet@hstuart.dk>
173
174 * src/hash.c: fix variable set for registering nick change functions.
175
176 2009-11-14 Matthew Beeching <jobe@mdbnet.co.uk>
177
178 * src/nickserv.c: Fix for bug #2869968 (*NickServ.oregister allowing
179 invalid handles)
180
181 2009-11-01 Henrik Stuart <evilnet@hstuart.dk>
182
183 * src/hash.h src/hash.c: add extra parameter to new_channel_func_t and
184 reg_new_channel_func.
185
186 * src/chanserv.c src/opserv.c: add extra NULL argument/parameter to
187 reflect change in hash.
188
189 2009-11-01 Henrik Stuart <evilnet@hstuart.dk>
190
191 * src/nickserv.h src/nickserv.c: add extra parameter to
192 handle_merge_func_t and reg_handle_merge_func.
193
194 * src/mod-helpserv.c: add extra NULL argument/parameter to reflect change
195 in nickserv.
196
197 2009-11-01 Henrik Stuart <evilnet@hstuart.dk>
198
199 * src/nickserv.h src/nickserv.c: add extra parameter to allowauth_func_t
200 and reg_allowauth_func.
201
202 * src/mod-helpserv.c: add extra NULL argument/parameter to reflect change
203 in nickserv.
204
205 2009-11-01 Henrik Stuart <evilnet@hstuart.dk>
206
207 * src/nickserv.h src/nickserv.c: add extra parameter to failpw_func_t and
208 reg_failpw_func.
209
210 * src/mod-helpserv.c: add extra NULL argument/parameter to reflect change
211 in nickserv.
212
213 2009-11-01 Henrik Stuart <evilnet@hstuart.dk>
214
215 * src/hash.h src/hash.c: add extra parameter to topic_func_t and
216 reg_topic_func.
217
218 * src/chanserv.c src/mod-python.c: add extra NULL argument/parameter to
219 reflect change in hash.
220
221 2009-11-01 Henrik Stuart <evilnet@hstuart.dk>
222
223 * src/proto.h src/proto-common.c: add extra parameter to chanmsg_func_t
224 and reg_chanmsg_func.
225
226 * src/chanserv.c src/modcmd.c: add extra NULL argument/parameter to
227 reflect change in proto.
228
229 2009-10-31 Henrik Stuart <evilnet@hstuart.dk>
230
231 * src/nickserv.h src/nickserv.c: add extra parameter to
232 handle_rename_func_t and reg_handle_rename func.
233
234 * src/chanserv.c src/mod-helpserv.c src/mod-memoserv.c: add extra NULL
235 argument/parameter to reflect change in nickserv.
236
237 2009-10-30 Henrik Stuart <evilnet@hstuart.dk>
238
239 * src/mod-snoop.c src/mod-helpserv.c src/mod-sockcheck.c src/mod-track.c:
240 fix missed NULL argument/parameter additions from earlier commits.
241
242 2009-10-30 Henrik Stuart <evilnet@hstuart.dk>
243
244 * src/hash.h src/hash.c: add extra parameter to join_func_t and
245 reg_join_func.
246
247 * src/chanserv.c src/opserv.c src/mod-python.c src/spamserv.c: add extra
248 NULL argument/parameter to reflect change in hash.
249
250 2009-10-30 Henrik Stuart <evilnet@hstuart.dk>
251
252 * src/hash.h src/hash.c: add extra parameter to nick_change_func_t and
253 reg_nick_change_func. Also fix memory leaks from not freeing extras lists
254 for some callback routines.
255
256 * src/chanserv.c src/opserv.c src/mod-python.c src/spamserv.c
257 src/nickserv.c src/modcmd.c: add extra NULL argument/parameter to reflect
258 change in hash.
259
260 * src/proto-p10.c: fix logic for calling call_new_user_funcs.
261
262 2009-10-30 Henrik Stuart <evilnet@hstuart.dk>
263
264 * src/proto.h: add extra parameter to reg_oper_func and oper_func_t.
265
266 * src/global.c: add extra NULL argument parameter to reflect changes.
267
268 * src/proto-common.c: add extra parameter to implementation of
269 reg_oper_func and reflect the extra parameter in call_oper_funcs.
270
271 * src/proto-p10.c: free storage for extra parameters.
272
273 2009-10-28 Henrik Stuart <evilnet@hstuart.dk>
274
275 * src/hash.h src/hash.c: add extra parameter to del_user_func_t,
276 reg_del_user_func, and unreg_del_user_func. Add new call_del_user_funcs
277 function to abstract hash internals from outside callers.
278
279 * src/opserv.c src/mod-python.c src/spamserv.c src/nickserv.c: add extra
280 NULL argument(parameter to reflect change in hash.
281
282 * src/proto-p10.c: use call_del_user_funcs instead of interfacing with
283 hash.c internals directly. Remove unused code due to this change.
284
285 * src/proto-common.c: remove reference to hash internals.
286
287 2009-10-28 Matthew Beeching <jobe@mdbnet.co.uk>
288
289 * src/x3ldap.c: Added ldap_do_oslevel() to set OpServ access level in
290 LDAP.
291
292 * src/x3ldap.h: Added ldap_do_oslevel() to set OpServ access level in
293 LDAP.
294
295 * src/nickserv.c: Added configuration option for OpServ access level
296 LDAP attribute name and call to ldap_do_oslevel() on access level
297 change.
298
299 * src/nickserv.h: Added configuration option for OpServ access level
300 LDAP attribute name.
301
302 * x3.conf.example: Added configuration option for OpServ access level
303 LDAP attribute name.
304
305 2009-10-27 Henrik Stuart <evilnet@hstuart.dk>
306
307 * src/hash.h src/hash.c: add extra parameter to new_user_func_t and
308 reg_new_user_func. Add new call_new_user_funcs function to abstract hash
309 internals from outside callers.
310
311 * src/proto-p10.c: use call_new_user_funcs instead of interfacing with
312 hash.c internals directly. Remove unused code due to this change.
313
314 * src/global.c src/opserv.c src/mod-python.c src/spamserv.c
315 src/nickserv.c: add extra NULL argument/parameter to reflect change in
316 hash.
317
318 * src/proto-common.c: remove reference to hash internals.
319
320 2009-10-27 Henrik Stuart <evilnet@hstuart.dk>
321
322 * src/hash.h: add extra parameter to server_link_func_t and
323 reg_server_link_func. Add new call_server_link_funcs function to abstract
324 hash internals from outside callers.
325
326 * src/proto-p10.c: call call_server_link_funcs rather than interfacing
327 directly with hash.c internals.
328
329 * src/chanserv.c: add extra NULL-argument/parameter to server link
330 handler.
331
332 * src/hash.c: add extra parameter to reg_server_link_func and introduce
333 call_server_link_funcs to shield external callers from the functionality.
334
335 * src/proto-common.c: remove extern definitions for the hash.c structures
336 for the server link callback structure.
337
338 * src/mod-python.c: add extra NULL-argument/parameter to server link
339 handler.
340
341 2009-10-27 Henrik Stuart <evilnet@hstuart.dk>
342
343 * src/mod-python.c: remove unused code.
344
345 2009-10-27 Henrik Stuart <evilnet@hstuart.dk>
346
347 * src/nickserv.c: marked cmd possibly unused to silence warning.
348
349 2009-10-27 Henrik Stuart <evilnet@hstuart.dk>
350
351 * src/nickserv.h: make auto_oper_privs and auto_admin_privs const.
352
353 * src/proto.h: make privs const in irc_raw_privs.
354
355 * src/proto-p10.c: make privs const in irc_raw_privs.
356
357 2009-10-27 Henrik Stuart <evilnet@hstuart.dk>
358
359 * src/global.c: remove unused code.
360
361 2009-10-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
362
363 * src/nickserv.c: Send privs out when auto opering clients. These are
364 controlled for now via auto_oper_privs/auto_admin_privs in the nickserv
365 section within x3.conf. In the future we will look at account specific
366 privs.
367
368 * src/proto.h: Added irc_raw_privs and client_modify_priv_by_name.
369
370 * src/proto-p10.c: Added irc_raw_privs.
371
372 * src/tools.c: Added R extended ban.
373
374 2009-10-12 Henrik Stuart <evilnet@hstuart.dk>
375
376 * src/mod-python.c: add python_handle_topic and refactor
377 emb_get_channel.
378
379 * src/plugins/__init__.py: add empty topic handler function to
380 Plugin class.
381
382 * src/modpython.py: add topic handler function.
383
384 2009-10-12 Henrik Stuart <evilnet@hstuart.dk>
385
386 * src/mod-python.c: add python_handle_del_user.
387
388 * src/plugins/__init__.py: add empty del_user handler function to
389 Plugin class.
390
391 * src/modpython.py: add del_user handler function.
392
393 2009-10-12 Henrik Stuart <evilnet@hstuart.dk>
394
395 * src/mod-python.c: refactor python_handle_nick_change.
396
397 * src/plugins/__init__.py: add empty nick_change handler function to
398 Plugin class.
399
400 * src/modpython.py: refactor nick_change to use new plugin
401 system.
402
403 2009-10-12 Henrik Stuart <evilnet@hstuart.dk>
404
405 * src/plugins/__init__.py: refactor plugin instantiation logic.
406
407 2009-10-12 Henrik Stuart <evilnet@hstuart.dk>
408
409 * src/mod-python.c: refactor python_handle_new_user.
410
411 * src/modpython.py: refactor new_user handler to use new plugin
412 system.
413
414 * src/plugins/__init__.py: add empty new_user handler function to
415 Plugin class.
416
417 2009-10-12 Henrik Stuart <evilnet@hstuart.dk>
418
419 * src/mod-python.c: refactor python_handle_server_link to be more
420 Pythonic.
421
422 * src/modpython.py: rename old plugins class to plugins_ and use a
423 more general plugin system.
424
425 * src/plugins/__init__.py: extend with plugin base-class and
426 recursive plugin load logic.
427
428 2009-10-12 Henrik Stuart <evilnet@hstuart.dk>
429
430 * src/mod-python.c: add emb_service_register function.
431
432 2009-10-12 Henrik Stuart <evilnet@hstuart.dk>
433
434 * src/mod-python.c: add emb_adduser function.
435
436 2009-10-12 Henrik Stuart <evilnet@hstuart.dk>
437
438 * src/mod-python.c: add emb_svsjoin function.
439
440 2009-10-12 Henrik Stuart <evilnet@hstuart.dk>
441
442 * src/mod-python.c: add emb_svsquit function.
443
444 * src/proto.h: observe proper const-ness in irc_svsquit function.
445
446 * src/proto-p10.c: observe proper const-ness in irc_svsquit function.
447
448 2009-10-12 Henrik Stuart <evilnet@hstuart.dk>
449
450 * src/mod-python.c: add emb_svsnick function.
451
452 2009-10-12 Henrik Stuart <evilnet@hstuart.dk>
453
454 * src/mod-python.c: refactor doc-strings for extension methods to separate
455 variables. Minor code changes that modify function return values/types to
456 be more uniform.
457
458 2009-10-12 Henrik Stuart <evilnet@hstuart.dk>
459
460 * src/mod-python.c: add emb_fakehost function.
461
462 2009-10-12 Henrik Stuart <evilnet@hstuart.dk>
463
464 * src/mod-python.c: add emb_user_mode function.
465
466 2009-10-12 Henrik Stuart <evilnet@hstuart.dk>
467
468 * src/mod-python.c: add emb_channel_mode function.
469
470 2009-10-11 Henrik Stuart <evilnet@hstuart.dk>
471
472 * src/mod-python.c: remember to increase reference count of Py_None.
473
474 2009-10-11 Henrik Stuart <evilnet@hstuart.dk>
475
476 * src/mod-python.c: add emb_kick function.
477
478 2009-10-11 Henrik Stuart <evilnet@hstuart.dk>
479
480 * src/mod-python.c: add emb_get_config function.
481
482 2009-10-09 Henrik Stuart <evilnet@hstuart.dk>
483
484 * src/mod-python.c: add emb_timeq_del function.
485
486 2009-10-09 Henrik Stuart <evilnet@hstuart.dk>
487
488 * src/mod-python.c: add emb_timeq_add function.
489
490 2009-10-07 Henrik Stuart <evilnet@hstuart.dk>
491
492 * src/mod-python.c: refactor dict_t construction logic.
493
494 2009-10-07 Henrik Stuart <evilnet@hstuart.dk>
495
496 * src/mod-python.c: improve error logic for emb_get_channel.
497
498 2009-10-06 Henrik Stuart <evilnet@hstuart.dk>
499
500 * src/mod-python.c: refactor modeList conversion into separate function.
501
502 2009-10-06 Henrik Stuart <evilnet@hstuart.dk>
503
504 * src/mod-python.c: refactor out common error cleanup logic.
505
506 2009-10-06 Henrik Stuart <evilnet@hstuart.dk>
507
508 * src/mod-python.c: add emb_get_accounts function and refactor some
509 common logic into a single routine.
510
511 * src/nickserv.h src/nickserv.c: make nickserv_handle_dict externally
512 available.
513
514 2009-10-06 Henrik Stuart <evilnet@hstuart.dk>
515
516 * src/mod-python.c: add emb_kill function.
517
518 2009-10-06 Henrik Stuart <evilnet@hstuart.dk>
519
520 * src/mod-python.c: improve error logic for pyobj_from_usernode.
521
522 2009-10-06 Henrik Stuart <evilnet@hstuart.dk>
523
524 * src/mod-python.c: improve error logic for emb_get_servers.
525
526 2009-10-06 Henrik Stuart <evilnet@hstuart.dk>
527
528 * src/mod-python.c: improve error logic for emb_get_channels.
529
530 2009-10-06 Henrik Stuart <evilnet@hstuart.dk>
531
532 * src/mod-python.c: improve error logic for emb_get_users.
533
534 2009-10-06 Henrik Stuart <evilnet@hstuart.dk>
535
536 * src/mod-python.c: add emb_get_server function and require P10.
537
538 2009-10-06 Henrik Stuart <evilnet@hstuart.dk>
539
540 * src/mod-python.c: add emb_get_servers function.
541
542 2009-10-06 Henrik Stuart <evilnet@hstuart.dk>
543
544 * src/mod-python.c: fix a bunch of typos
545
546 2009-10-05 Henrik Stuart <evilnet@hstuart.dk>
547
548 * src/mod-python.c: add emb_get_channels function.
549
550 2009-10-05 Henrik Stuart <evilnet@hstuart.dk>
551
552 * src/mod-python.c: add emb_get_users function.
553
554 2009-10-05 Henrik Stuart <evilnet@hstuart.dk>
555
556 * src/mod-python.c: raise exception on failure in emb_get_account.
557
558 2009-10-05 Henrik Stuart <evilnet@hstuart.dk>
559
560 * src/mod-python.c: raise exception on unknown channel in emb_get_channel
561
562 2009-10-05 Henrik Stuart <evilnet@hstuart.dk>
563
564 * src/mod-python.c: make emb_send_target_notice more resilient toward
565 erroneous input and raise exceptions on failures.
566
567 2009-10-05 Henrik Stuart <evilnet@hstuart.dk>
568
569 * src/mod-python.c: make emb_send_target_privmsg more resilient toward
570 erroneous input and raise exceptions on failures.
571
572 2009-10-05 Henrik Stuart <evilnet@hstuart.dk>
573
574 * src/mod-python.c: make emb_dump raise exception on failure.
575
576 2009-10-05 Henrik Stuart <evilnet@hstuart.dk>
577
578 * src/mod-python.c: set exception on error path in emb_get_user.
579
580 2009-10-05 Henrik Stuart <evilnet@hstuart.dk>
581
582 * src/mod-python.c: extract userNode to Python dictionary conversion for
583 future use in handlers.
584
585 2009-10-05 Henrik Stuart <evilnet@hstuart.dk>
586
587 * src/mod-python.c: do not leak handler objects
588
589 2009-10-05 Henrik Stuart <evilnet@hstuart.dk>
590
591 * src/mod-python.c: add support for specifying main module in x3.conf
592
593 2009-10-05 Henrik Stuart <evilnet@hstuart.dk>
594
595 * src/mod-python.c: Expose Python services module as _svc to follow normal
596 Python naming conventions for C extensions.
597
598 2009-10-05 Henrik Stuart <evilnet@hstuart.dk>
599
600 * src/mod-python.c: Remove unused function.
601
602 2009-10-05 Henrik Stuart <evilnet@hstuart.dk>
603
604 * src/mod-python.c: Generalise cmd_run to handle arbitrary statements.
605
606 2009-10-05 Henrik Stuart <evilnet@hstuart.dk>
607
608 * src/main-common.c: Initialise opserv before other services.
609
610 2009-09-22 Neil Spierling <sirvulcan@sirvulcan.co.nz>
611
612 * Srvx sync. Author: Michael Poole.
613
614 * src/recdb.c (explain_failure): When MAIN_LOG is NULL, report to stderr.
615
616 2009-09-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
617
618 * Srvx sync. Author: Michael Poole.
619
620 * src/chanserv.c (handle_part): Allow the current user to be considered for
621 channels other than the channel being /part'ed.
622
623 * src/modcmd.c (modcmd_saxdb_write): Write bot modes to the database.
624 (modcmd_load_bots): Read them out and use them.
625
626 * src/opserv.c (cmd_whois): Use irc_user_mode_chars() here too.
627
628 * src/opserv.help (INVITE): Document this command.
629
630 * src/proto.h (irc_user_modes): Declare.
631 (irc_user_mode_chars): Likewise.
632
633 * src/proto-common.c (irc_user_modes): Define.
634
635 * src/proto-p10.c (irc_user_mode_chars): Define.
636 (irc_user): Use irc_user_mode_chars() instead of open-coding it.
637
638 2009-08-21 Matthew Beeching <jobe@mdbnet.co.uk>
639
640 * src/nickserv.c: Fix for a crash bug when using LOC with LDAP
641 where LDAP account exists and AuthServ account does not
642
643 2009-08-20 Matthew Beeching <jobe@mdbnet.co.uk>
644
645 * src/opserv.help: Fixed a typo in ROUTING EXAMPLE
646
647 2009-08-17 Matthew Beeching <jobe@mdbnet.co.uk>
648
649 * src/nickserv.c: Added NSMSG_RECLAIM_HOWTO describing how to
650 AUTH when warned that the nick being used is registered
651
652 2009-08-11 Matthew Beeching <jobe@mdbnet.co.uk>
653
654 * src/proto.h: Added declaration fo irc_privmsg_user
655
656 * src/opserv.c: Added privmsg and notice trace actions
657
658 * src/opserv.help: Added privmsg and notice trace actions
659
660 2009-08-11 Matthew Beeching <jobe@mdbnet.co.uk>
661
662 * src/proto-p10.c: ignore SPAMFILTER messages
663
664 2009-08-11 Neil Spierling <sirvulcan@sirvulcan.co.nz>
665
666 * Srvx sync. Author: Michael Poole.
667
668 * configure.in: (HAVE_SOCKADDR_SA_LEN): Define to a non-empty value
669 (specifically, 1).
670 (HAVE_STRUCT_ADDRINFO): Likewise.
671
672 * src/ioset-kevent.c (ioset_kevent_add): Never try to use EV_DELETE, because
673 that can make kevent() return -1/ENOENT.
674 (ioset_kevent_update): We need to try to EV_DELETE here instead.
675 (ioset_kevent_loop): Do not bail if kevent() just returns -1/EINTR.
676
677 * src/Makefile.am (EXTRA_x3_SOURCES): Include mod-blacklist.c.
678
679 * src/sar.c (ipv4_pton): Set the sockaddr length field when it exists.
680 (ipv6_pton): Likewise.
681
682 2009-08-11 Matthew Beeching <jobe@mdbnet.co.uk>
683
684 * src/proto-common.c: Fix to allow trigger (in channel) commands
685 to work in unregistered channels
686
687 2009-07-30 Matthew Beeching <jobe@mdbnet.co.uk>
688
689 * src/sar.c: Fix for typo in previous commit
690
691 2009-07-30 Neil Spierling <sirvulcan@sirvulcan.co.nz>
692
693 * src/sar.c: Commented out an warning message.
694
695 2009-07-29 Matthew Beeching <jobe@mdbnet.co.uk>
696
697 * src/nickserv.c: Fix for minor auth bug
698
699 2009-07-23 Matthew Beeching <jobe@mdbnet.co.uk>
700
701 * src/nickserv.help: Minor spelling correction
702
703 2009-07-18 Matthew Beeching <jobe@mdbnet.co.uk>
704
705 * src/nickserv.c: Fix for NickServ AUTH bug with only password
706 being supplied
707
708 2009-07-16 Matthew Beeching <jobe@mdbnet.co.uk>
709
710 * src/nickserv.c: Added support for NickServ with LDAP enabled
711
712 2009-07-15 Neil Spierling <sirvulcan@sirvulcan.co.nz>
713
714 * src/chanserv.c: Crash fix with the spin command for hosts with
715 a long length.
716
717 2009-07-05 Matthew Beeching <jobe@mdbnet.co.uk>
718
719 * src/chanserv.c: Fix for crash on ChanServ.UNSUSPEND
720
721 2009-06-27 Matthew Beeching <jobe@mdbnet.co.uk>
722
723 * src/modcmd.c: Fix for bug #2813183
724
725 2009-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
726
727 * src/chanserv.c: Removed lastmod from gline and shun. (from the
728 srvx merge)
729
730 * src/gline.c: Removed lastmod from gline and shun. (from the srvx
731 merge)
732
733 * src/gline.h: Removed lastmod from gline and shun. (from the srvx
734 merge)
735
736 * src/mod-blacklist.c: Removed lastmod from gline and shun. (from
737 the srvx merge)
738
739 * src/mod-sockcheck.c: Removed lastmod from gline and shun. (from
740 the srvx merge)
741
742 * src/opserv.c: Removed lastmod from gline and shun. (from the srvx
743 erge)
744
745 * src/proto-p10.c: Removed lastmod from gline and shun. (from the srvx
746 merge)
747
748 * src/shun.c: Removed lastmod from gline and shun. (from the srvx merge)
749
750 * src/shun.h: Removed lastmod from gline and shun. (from the srvx merge)
751
752 * src/spamserv.c: Removed lastmod from gline and shun. (from the srvx
753 merge)
754
755 2009-06-05 Neil Spierling <sirvulcan@sirvulcan.co.nz>
756
757 * src/proto-p10.c: Bug fix for SF Bug #2801434.
758
759 2009-06-02 Neil Spierling <sirvulcan@sirvulcan.co.nz>
760
761 * src/hash.h: Updated client PRIVS.
762
763 * src/proto-p10.c: Updated client PRIVS.
764
765 2009-06-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
766
767 * src/tools.c: Re done the extended channel ban code so that it works
768 like the ircd code.
769
770 2009-06-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
771
772 * src/tools.c: Return -1 with invalid extended bans.
773
774 2009-06-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
775
776 * src/chanserv.c: Tweak the ban functions to allow invalid bans to
777 be picked up.
778
779 * src/tools.c: Return -1 with invalid extended bans.
780
781 2009-06-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
782
783 * src/chanserv.c: Updated user_matches_glob.
784
785 * src/common.h: Updated user_matches_glob.
786
787 * src/mod-memoserv.c: Updated user_matches_glob.
788
789 * src/nickserv.c: Updated user_matches_glob.
790
791 * src/opserv.c Updated user_matches_glob.
792
793 * src/tools.c: Added support for shared channel bans (j). As well as
794 quiet bans. Although these are handled ircd side.
795
796 2009-06-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
797
798 * src/tools.c: Extended channel ban support. As well as text and
799 nick change bans, however these 2 are just ignored as they are
800 handled ircd side.
801
802 2009-06-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
803
804 * src/tools.c: Extended account ban support.
805
806 2009-06-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
807
808 * src/chanserv.c: Basic extended ban support.
809
810 * src/tools.c: Basic extended ban support.
811
812 2009-06-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
813
814 * src/chanserv.c: Fixed up SF bug #2799155.
815
816 * src/modcmd.c: Fixed up an issue where missing args was coming up
817 when it shouldnt.
818
819 2009-05-31 Neil Spierling <sirvulcan@sirvulcan.co.nz>
820
821 * GPL 3 and svn propset updates.
822
823 2009-05-31 Neil Spierling <sirvulcan@sirvulcan.co.nz>
824
825 * src/main.c: Added spamserv.h #include.
826
827 * src/main-common.c: Woops forgot to init spamserv.
828
829 * src/spamserv.c: Fixed up AddLocalUser.
830
831 2009-05-30 Neil Spierling <sirvulcan@sirvulcan.co.nz>
832
833 * src/chanserv.c: Small fix with CSMSG_SET_UNREVIEWED.
834
835 2009-05-30 Neil Spierling <sirvulcan@sirvulcan.co.nz>
836
837 * src/hash.c: Couple of tweaks.
838
839 * src/proto-common.c: Fix for triggers not working with forwards as well as
840 off channel services.
841
842 2009-05-30 Neil Spierling <sirvulcan@sirvulcan.co.nz>
843
844 * src/chanserv.c: Fixed a crash with setting a .set option with an invalid
845 option.
846
847 * src/mail-smtp.c: Added missing file.
848
849 2009-05-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
850
851 * Major update to bring X3 in line with the latest SRVX commit. Please see
852 UPGRADE. Credits go to the SRVX team.
853
854 2009-04-22 Neil Spierling <sirvulcan@sirvulcan.co.nz>
855
856 * src/proto-p10.c: Ignore stats headers.
857
858 2009-05-08 Henrik Stuart <evilnet@hstuart.dk>
859
860 * src/mod-python.c: generalised cmd_run to process file_input productions.
861
862 2009-05-06 Henrik Stuart <evilnet@hstuart.dk>
863
864 * src/mod-python.c: generalised PYTHONPATH environment setting to
865 not explicitly set Alex's home directory.
866
867 2009-05-05 Henrik Stuart <evilnet@hstuart.dk>
868
869 * src/proto-p10.c: introduced irc_sno for SNO messages. Removed broken
870 auto_oper on LOC support.
871
872 * src/proto.h: introduced irc_sno for SNO messages.
873
874 * src/nickserv.c: added registered authentication function to handle
875 auto_oper on LOC.
876
877 2009-05-04 Alex Schumann <rubin@afternet.org>
878
879 * src/chanserv.c: julien and polo noticed a crash during channel register. Fixed
880
881 * x3.conf.example: fix typeo in default channel regex. Thanks again to julien for noticing this.
882
883 2009-03-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
884
885 * src/proto-p10.c: Update PRIV handling code for the latest
886 nefarious 1.3 changes.
887
888 2009-02-27 Alex Schumann <rubin@afternet.org>
889
890 * src/proto-p10.c: Patch from muer to support auto-oper for LOC
891 connections too.
892
893 2009-01-31 Alex Schumann <rubin@afternet.org>
894
895 * src/chanserv.c: change server link handlers to return an int
896
897 * src/hash.h: change server link handlers to return an int
898
899 * src/plugins/annoy/plugin.py: add some debug code for testing new
900 hooks
901
902 * src/modpython.py: support for new hooks server_link, nick_change,
903 and new_user
904
905 * src/mod-python.c: support for new hooks server_link, nick_change,
906 and new_user
907
908 2009-01-30 Neil Spierling <sirvulcan@sirvulcan.co.nz>
909
910 * src/opserv.c: Warning fix.
911
912 * src/proto-p10.c: Bug fix for SF Bug #2547157 (topic ident bug).
913
914 2009-01-27 Alex Schumann <rubin@afternet.org>
915
916 * src/modpython.py: Comment out debug printing
917
918 * src/plugins/hangman: New example plugin: Hangman game
919
920 2009-01-27 Alex Schumann <rubin@afternet.org>
921
922 * src/opserv.c: Fix a hole Sindacious found, where alerts on account
923 don't trigger because they arent looked for during/after auth.
924
925 2009-01-26 Alex Schumann <rubin@afternet.org>
926
927 * src/plugins/annoy/plugin.py: more test code
928
929 * src/mod-python.c: added emb_get_info, silenced warnings, and stub
930 TODO comments for all the handlers and emb functions we need to
931 create. search for TODO and lend a hand! :)
932
933 2009-01-26 Alex Schumann <rubin@afternet.org>
934
935 * src/plugins/annoy/plugin.py: new version of test plugin
936
937 2009-01-25 Alex Schumann <rubin@afternet.org>
938
939 * Makefile.am: forgot to copy modpython.py where it goes.
940
941 2009-01-24 Alex Schumann <rubin@afternet.org>
942
943 * src/mod-python.c: added plugin hook to log to x3 logs, and worked
944 out the basics of callback registration.
945
946 * src/modpython.py: x3 logging hook and new callback registration
947
948 * Makefile.am: install modpython.py and plugins/ during make install
949
950 * install-r.sh: shell script to do recursive copy with exclusions
951
952 2009-01-23 Alex Schumann <rubin@afternet.org>
953
954 * src/mod-python.c: refactor to use class-based hook manager. Seems to
955 run now. Also added better comments.
956
957 * src/modpython.py: refactored into classes. Seems to run now. Cleaned
958 up a bit.
959
960 2008-01-12 Neil Spierling <sirvulcan@sirvulcan.co.nz>
961
962 * src/opserv.c: Fix for SF bug #2491886. Added OSMSG_USER_ALREADY_THERE.
963
964 2009-01-04 Alex Schumann <rubin@afternet.org>
965
966 * src/nickserv.c: fix access change bug when using ldap but not
967 ldap_oper_group_dn.
968
969 2009-01-01 Matthew Beeching <jobe@mdbnet.co.uk>
970
971 * languages/README.txt: Changed validate_lang.pl to validate.pl
972
973 * languages/validate.pl: Set executable
974
975 * languages/lang_export.sh: Set executable
976
977 2008-12-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
978
979 * src/chanserv.c: SF feature 1476390. Added nodelete option to
980 MERGE.
981
982 * src/chanserv.help: SF feature 1476390. Added nodelete option
983 to MERGE.
984
985 2008-12-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
986
987 * src/chanserv.c: SF feature 2353198. Patch from CaptKirk. Added
988 the channel flag to the register command. Also removed the
989 helping flag.
990
991 2008-12-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
992
993 * src/hash.c: SF feature 2353183. Made X3 aware of +a.
994
995 * src/hash.h: SF feature 2353183. Made X3 aware of +a.
996
997 2008-12-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
998
999 * src/global.c: Added RCHANNELS which will send notices to all
1000 registered channels. Also changed CHANNELS to notice all channels
1001 instead of registered ones only.
1002
1003 * src/global.h: Added RCHANNELS.
1004
1005 * src/global.help: Added RCHANNELS target.
1006
1007 2008-12-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1008
1009 * src/global.c: Added AUTHED target.
1010
1011 * src/global.h: Added AUTHED target.
1012
1013 2008-12-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1014
1015 * src/opserv.c: Store when alerts were last triggered.
1016
1017 2008-12-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1018
1019 * x3.conf.example: Added valid_channel_regex.
1020
1021 * src/chanserv.c: Added valid_channel_regex.
1022
1023 2008-12-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1024
1025 * src/chanserv.c: Warning fixes.
1026
1027 * src/proto-p10.c: Warning fixes.
1028
1029 2008-12-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1030
1031 * configure: Regenerated.
1032
1033 * configure.in: Added math.h check.
1034
1035 * rx/Makefile.in: Regenerated.
1036
1037 * src/chanserv.c: Warning fixes.
1038
1039 * src/config.h.in: Regenerated.
1040
1041 * src/Makefile.in: Regenerated.
1042
1043 * src/math.c: Warning fixes.
1044
1045 * src/nickserv.c: Warning fixes.
1046
1047 * src/opserv.c: Warning fixes.
1048
1049 * src/proto-p10.c: Warning fixes.
1050
1051 2008-12-24 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1052
1053 * src/chanserv.c: Fix for SF bug #2423717. Invalid automode choices
1054 with a string will now show the invalid string rather than 0.
1055
1056 2008-12-24 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1057
1058 * src/nickserv.c: Fix for SF bug #2420339. Password change emails
1059 will not have the first time part in the email. Email change emails
1060 will have them though.
1061
1062 2008-12-24 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1063
1064 * src/chanserv.c: Fix for SF bug #2353222 (+l not being removed
1065 when dynlimit disabled.
1066
1067 2008-12-24 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1068
1069 * src/proto-p10.c: Fix for SF bug #2401693 (gsync not working properly).
1070
1071 2008-11-30 Matthew Beeching <jobe@mdbnet.co.uk>
1072
1073 * src/spamserv.c: Fix crash bug in ADDTRUST/DELTRUST
1074
1075 2008-11-25 Alex Schumann <rubin@afternet.org>
1076
1077 * src/mod-python.c: call run function instead of using
1078 pyrun_simplestring. Set global info for simple reply() to have what it
1079 needs to run.
1080
1081 * src/modpython.py: new name as - interferes with module loading.
1082 added reply() function
1083
1084 2008-11-22 Alex Schumann <rubin@afternet.org>
1085
1086 * src/mod-python.c: Added ability to query info about nick or channel
1087 name
1088
1089 2008-11-16 Alex Schumann <rubin@afternet.org>
1090
1091 * src/mod-python.c: filled in some missing pieces.
1092
1093 * src/mod-python.py: more demo code for testing
1094
1095 2008-11-16 Matthew Beeching <jobe@mdbnet.co.uk>
1096
1097 * src/chanserv.help: Minor mistake in help for 'SET MAXSETINFO'
1098
1099 2008-11-16 Alex Schumann <rubin@afternet.org>
1100
1101 * src/mod-python.c: further work on building basic bits of this
1102
1103 * src/mod-python.py: first pass at what will be the base python script.
1104
1105 2008-11-13 Alex Schumann <rubin@afternet.org>
1106
1107 * src/modcmd.c: remove python tests (moved to mod-python.c)
1108
1109 * src/mod-python.c: initial template based on memoserv
1110
1111 2008-11-12 Matthew Beeching <jobe@mdbnet.co.uk>
1112
1113 * tools/db.php: Added sample DB parser script
1114
1115 2008-11-06 Alex Schumann <rubin@afternet.org>
1116
1117 * src/modcmd.c,Makefile.in,src/Makefile.in,configure.in,src/config.h.in:
1118 Begin work on embedding python.
1119
1120 2008-11-06 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1121
1122 * src/proto-p10.c: Fixes for SGLINE and SSHUN. As well as a fix for
1123 bug 2173687 (PRIVS part of it is already fixed on trunk).
1124
1125 2008-10-24 Matthew Beeching <jobe@mdbnet.co.uk>
1126
1127 * src/chanserv.help: Minor spelling mistake "change" instead of
1128 "change"
1129
1130 2008-10-10 Matthew Beeching <jobe@mdbnet.co.uk>
1131
1132 * src/opserv.c: Fix for crash on OpServ SVSPART where the
1133 channel specified does not exist.
1134
1135 2008-09-30 Matthew Beeching <jobe@mdbnet.co.uk>
1136
1137 * src/nickserv.c: Prevent automatic registration of dissallowed
1138 nicks when registering an account
1139
1140 2008-09-27 Matthew Beeching <jobe@mdbnet.co.uk>
1141
1142 * src/chanserv.c: Fix for <trigger>shoot telling you to use
1143 .roulette instead of <trigger>roulette
1144
1145 2008-09-15 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1146
1147 * src/proto-p10.c: SGLINE and SSHUN support some stuff coming
1148 soon in Nefarious.
1149
1150 2008-09-07 Matthew Beeching <jobe@mdbnet.co.uk>
1151
1152 * src/chanserv.c: Changed PEON to PAL
1153
1154 * src/chanserv.help: Changed PEON to PAL
1155
1156 * src/modcmd.c: Changed PEON to PAL
1157
1158 * docs/access-levels.txt: Changed PEON to PAL
1159
1160 * languages/de/chanserv.help: Changed PEON to PAL
1161
1162 * languages/en_GB/chanserv.help: Changed PEON to PAL
1163
1164 2008-09-06 Matthew Beeching <jobe@mdbnet.co.uk>
1165
1166 * src/proto-p10.c: Added new PRIV_*'s to privtab
1167
1168 * src/mod-snoop.c: Added support for channel mode +h
1169
1170 * src/hash.h: #define's for missing PRIV_*'s
1171
1172 2008-09-02 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1173
1174 * src/chanserv.c: Fixed an issue with OPCHAN and channels using off
1175 channel.
1176
1177 2008-08-19 Alex Schumann <rubin@afternet.org>
1178
1179 * src/chanserv.c: fix a bug in the default wheel spin settings if they
1180 were not in the config file, x3 would core.
1181
1182 2008-07-21 Neil SPierling <sirvulcan@sirvulcan.co.nz>
1183
1184 * src/chanserv.c: Turn the kick ban all chans spin action into a
1185 timed ban (5 minutes). Also seperated the setting of the ban from
1186 the stripping of ohv. If Nefarious has halfops disabled then trying
1187 to strip the modes and set the ban results in the numeric being set
1188 as the ban. This will need to be fixed in nefarious.
1189
1190 2008-07-20 Alex Schumann <rubin@afternet.org>
1191
1192 * src/chanserv.c: remove spin debugging code. Fix gline/kill glitch.
1193
1194 * src/config.h: bump trunk to 1.7
1195
1196 2008-07-19 Alex Schumann <rubin@afternet.org>
1197
1198 * src/proto-p10.c: dont print warning on uping to a jupe. added
1199 irc_svsquit() function
1200
1201 * src/chanserv.c: rework wheel-of-misfortune a bit, allow individual
1202 spins to be enabled in x3.conf and make it easy to add new ones or
1203 change likelyhoods.
1204
1205 * src/proto.h: added irc_svsquit() prototype
1206
1207 * src/x3.conf.example: wheel action example configs
1208
1209 2008-07-18 Alex Schumann <rubin@afternet.org>
1210
1211 * src/proto-p10.c: set lastmod time to current time when sending
1212 glines, otherwise ircd wont burst them later.
1213
1214 * src/modcmd.c: break credits out to its own command, and add svn
1215 version string to ctcp version reply.
1216
1217 2008-07-02 Matthew Beeching <jobe@mdbnet.co.uk>
1218
1219 * src/proto-p10.c: Added missing PRIV_*'s to privtab
1220
1221 * src/hash.h: #define's for missing PRIV_*'s
1222
1223 2008-06-23 Alex Schumann <rubin@afternet.org>
1224
1225 * src/chanserv.c: Fix a bug where if spin abuse creates a clone, but an oper kills the
1226 clone before its auto-removed, x3 crashes. Thanks tyler and jigsy.
1227
1228 2008-06-23 Alex Schumann <rubin@afternet.org>
1229
1230 * src/nickserv.c: make opserv access level required to be in oper ldap
1231 group configurable.
1232
1233 * src/nickserv.h: make opserv access level required to be in oper ldap
1234 group configurable.
1235
1236 2008-06-12 Alex Schumann <rubin@afternet.org>
1237
1238 * src/nickserv.c: fix login-on-connect logic problem when ldap libs
1239 are present but ldap is not in use.
1240
1241 2008-04-22 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1242
1243 * src/chanserv.c: Fixed a small bug with SVSNickChange.
1244
1245 * src/hash.h: Added buttaknife's patch which allows modes to be
1246 searched for using opserv trace. Also Fixed a small bug with
1247 SVSNickChange.
1248
1249 * src/hash.c: Fixed a small bug with SVSNickChange.
1250
1251 * src/opserv.c: Added buttaknife's patch which allows modes to
1252 be searched for using opserv trace.
1253
1254 * src/proto-p10.c: Added buttaknife's patch which allows modes
1255 to be searched for using opserv trace.
1256
1257 2008-04-10 Alex Schumann <rubin@afternet.org>
1258
1259 * src/nickserv.c: Fix wrong param count check in oset password
1260
1261 2008-04-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1262
1263 * src/chanserv.c: Fixed a bug with x3 not handling kills properly.
1264
1265 * src/opserv.c: Fixed a bug with x3 not handling kills properly.
1266
1267 2008-04-02 Alex Schumann <rubin@afternet.org>
1268
1269 * src/proto-p10.c: Provisional code for LOC account hostmask validation
1270
1271 * src/nickserv.c: Provisional code for LOC account hostmask validation
1272
1273 2008-04-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1274
1275 * configure: Regenerated.
1276
1277 * configure.in: Bumped up trunk version for X3.
1278
1279 2008-03-29 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1280
1281 * src/proto-p10.c: Ignore SNO messages.
1282
1283 2008-03-28 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1284
1285 * configure: Regenerated.
1286
1287 * configure.in: Fixed up a typo spotted by Sakkath.
1288
1289 * x3.conf.example: Fixed up a typo spotted by Sakkath.
1290
1291 2008-03-28 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1292
1293 * src/chanserv.c: If Nefarious 1.2.0 is in use then use SVSQUIT to
1294 fake a connection reset by peer quit if spin 1 comes up.
1295
1296 2008-03-28 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1297
1298 * src/chanserv.c: Only allow logged in people to use spin.
1299
1300 2008-03-28 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1301
1302 * src/chanserv.c: Added lamepart function so that spin can be used
1303 on Nefarious 1.1.
1304
1305 2008-03-28 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1306
1307 * src/chanserv.c: Added the wheel of misfortune. This will only
1308 work with Nefarious 1.2.0. You can upgrade X3 now even if you are
1309 running 1.1. Also fixed up some roulette/shoot bugs.
1310
1311 * src/hash.h: Function to change nicknames in X3 when using SVSNICK.
1312
1313 * src/hash.c: Function to change nicknames in X3 when using SVSNICK.
1314
1315 2008-03-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1316
1317 * src/chanserv.c: Added roulette command.
1318
1319 * src/chanserv.h: Added roulette command.
1320
1321 * src/mod-memoserv.c: Added email sending functionality when
1322 new memos are sent.
1323
1324 2008-03-24 Alex Schumann <rubin@afternet.org>
1325
1326 * src/nickserv.c: fix 1 param auth for ldap libs available but not
1327 enabled, case. Thanks jobe.
1328
1329 2008-03-11 Alex Schumann <rubin@afternet.org>
1330
1331 * src/opserv.c: Add svsnick command
1332
1333 * src/opserv.help: add help for svsnick and improve menu a bit
1334
1335 * src/nickserv.c: re-enable 1 param auth if not using ldap.
1336
1337 2008-03-02 Alex Schumann <rubin@afternet.org>
1338
1339 * src/spamserv.c: Possible fix for sf bug 1905760 (spamserv
1340 kill/reconnect segfault)
1341
1342 2007-07-31 Alex Schumann <rubin@afternet.org>
1343
1344 * src/proto-p10.c: ignore ALIST messages
1345
1346 2007-05-08 Alex Schumann <rubin@afternet.org>
1347
1348 * src/nickserv.c: fix authentication bug with ldap by temporarily
1349 removing account-less authentication.
1350
1351 * src/nickserv.help: fix help file to reflect change
1352
1353 2007-05-08 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1354
1355 * src/mod-webtv.c: Allow opers to override required_mark. Also added
1356 SJOIN (undocumented) so opers can join IRC into channels where its
1357 needed as WebTV can only message clients in channels they are in.
1358
1359 2007-06-08 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1360
1361 * src/mod-webtv.c: Added JOIN and PART.
1362
1363 * src/mod-webtv.help: Added JOIN and PART.
1364
1365 2007-05-08 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1366
1367 * src/mod-webtv.c: Added NICK and WHOIS commands. As well as 2 x3.conf
1368 config options, required_mark and valid_marks.
1369
1370 * src/mod-webtv.help: Added INDEX, NICK, and WHOIS.
1371
1372 2007-05-08 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1373
1374 * configure: Run autogen.sh.
1375
1376 * configure.in: Tweaks for google core dumper 1.1.
1377
1378 * x3.conf.example: Basic webtv module section.
1379
1380 * src/config.h.in: Run autogen.sh.
1381
1382 * src/Makefile.am: Run autogen.sh.
1383
1384 * src/Makefile.in: Run autogen.sh.
1385
1386 * src/mod-webtv.c: Basic module for now. (Does nothing so dont
1387 bother compiling in).
1388
1389 * src/mod-webtv.help: Empty help file for webtv module.
1390
1391 * tools/core_install.sh: Update google core dumper to 1.1.
1392
1393 * tools/coredumper.tar.gz: Update google core dumper to 1.1.
1394
1395 2007-05-06 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1396
1397 * src/proto-p10.c: Quick fix (as its 12:11am and i have work at 8:30am).
1398 This will stop the "Unable to find user irc.servername.com whose mark
1399 is changing." messages. When a user reconnects and an existing exempt
1400 is on the network for the user, their lastseen time is sent out to
1401 all the servers. This quick fix moves the user checking part to
1402 the relevant part of the function that actually uses users.
1403
1404 2007-05-04 Alex Schumann <rubin@afternet.org>
1405
1406 * src/chanserv.c: fixed problem with giveownership logs where the
1407 previous owners handle could reference a free'd string.
1408
1409 2007-04-24 Alex Schumann <rubin@afternet.org>
1410
1411 * src/nickserv.c: add missing ifdef for inldap search.
1412
1413 2007-04-22 Alex Schumann <rubin@afternet.org>
1414
1415 * src/nickserv.c: change authserv search accountmask to just account.
1416 added inldap search criteria. added add2ldap search target.
1417
1418 * src/nickserv.help: added help for ldap searching. + only add2ldap if
1419 all the info is there.
1420
1421 * src/x3ldap.c: clean up of some error messages/handling. + add a byte
1422 to password malloc to maybe solve a core problem? + fix an error
1423 checking option.
1424
1425 2007-04-21 Alex Schumann <rubin@afternet.org>
1426 * src/nickserv.c: remove some un-needed errors with duplicate
1427 add/deletes in ldap
1428
1429 2007-04-21 Alex Schumann <rubin@afternet.org>
1430
1431 * src/nickserv.c: fix bug with register_user from loc causing core
1432
1433 2007-04-20 Alex Schumann <rubin@afternet.org>
1434
1435 * src/x3ldap.c: support for ldaps (ssl/tls) was added. ldap_host and
1436 ldap_port changed to ldap_uri.
1437
1438 * src/nickserv.c: fixed LOC bugs with accounts that exist in ldap but
1439 not x3 not being created. changed to ldap_uri config instead of
1440 host/port
1441
1442 * src/nickserv.h: changed to ldap_uri
1443
1444 * x3.conf.example: changed to ldap_uri
1445
1446 2007-04-09 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1447
1448 * README: testing.
1449
1450 2007-04-09 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1451
1452 * INSTALL: Another test.
1453
1454 2007-04-08 Alex Schumann <rubin@afternet.org>
1455
1456 * src/chanserv.c: fix for a core when adding kill alert for numchans 1
1457
1458 2007-04-06 Alex Schumann <rubin@afternet.org>
1459
1460 * src/chanserv.help: added Jigsy's mode help MODE CHANNEL and MODE
1461 USER
1462
1463 2007-04-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1464
1465 * ChangeLog: Email update.
1466
1467 2007-04-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1468
1469 * src/AUTHORS: Email update, mostly for CIA commit testing.
1470
1471 2007-04-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1472
1473 * src/helpfile.c: Added colour support $k.
1474
1475 2007-03-20 Alex Schumann <rubin@afternet.org>
1476
1477 * src/nickserv.c: ButtaS2sLore sent in this patch to fix the default
1478 style when registering new users.
1479
1480 2007-03-20 Alex Schumann <rubin@afternet.org>
1481
1482 * src/nickserv.c: applied patch from playa which fixes the nickname
1483 valid checks when registering a nick.
1484
1485 2007-03-20 Alex Schumann <rubin@afternet.org>
1486
1487 * src/nickserv.c: fix trying to do ldap when not enabled during
1488 cmd_register + also with cmd_unregister
1489
1490 2007-03-20 Alex Schumann <rubin@afternet.org>
1491
1492 * src/opserv.c: fix for stats alerts filtering
1493
1494 * src/chanserv.c: dont kick lamers if they are currently exempt (+e)
1495
1496 * src/x3ldap.c: fix ldap error code to string
1497
1498 * src/nickserv.c: (comment to add LOC logging)
1499
1500 2007-02-26 Alex Schumann <rubin@afternet.org>
1501
1502 * src/nickserv.c: fix bug with LOC logic and ldap.
1503
1504 2007-02-13 Alex Schumann <rubin@afternet.org>
1505
1506 * src/nickserv.c: Fix bugs with ldap cookies. Fix opt_password
1507 warning/crash potential
1508
1509 2007-02-13 Alex Schumann <rubin@afternet.org>
1510
1511 * src/x3ldap.c: Fix double-hashing of passwords when using ldap and
1512 resetpass cookie system.
1513
1514 * src/nickserv.c: Fix double-hashing of passwords when using ldap and
1515 resetpass cookie system. Fix incorrect terms in ldap email error
1516 message.
1517
1518 2007-02-12 Alex Schumann <rubin@afternet.org>
1519
1520 * src/x3ldap.c: fix ldap_delete not binding first, so causing
1521 access denied sometimes.
1522
1523 2007-02-12 Alex Schumann <rubin@afternet.org>
1524
1525 * x3.conf.example: fix ldap config example so it actually works
1526
1527 2007-02-12 Alex Schumann <rubin@afternet.org>
1528
1529 * src/nickserv.h: lowercase account name setting
1530
1531 * x3.conf.example: lowercase account name setting
1532
1533 * src/nickservc: only lowercase account names if the option is set.
1534
1535 2007-02-12 Alex Schumann <rubin@afternet.org>
1536
1537 * src/tools.c: adding ircd_strtolower() func
1538
1539 * src/common.h: adding ircd_strtolower() func
1540
1541 * src/nickserv.c: force accounts to lowercase at all inputs. ++fix
1542 warning ++fix another
1543
1544 2007-02-11 Alex Schumann <rubin@afternet.org>
1545
1546 * src/nickserv.c: fixed a bunch of ldap result value check bugs
1547
1548 2007-02-11 Alex Schumann <rubin@afternet.org>
1549
1550 * src/opserv.c: Added oper group support to ldap
1551
1552 * src/x3ldap.c: Added group support to ldap. Fixed set email bug
1553
1554 * src/x3ldap.h: Added group support to ldap.
1555
1556 * src/nickserv.c: Added group support to ldap
1557
1558 * src/nickserv.h: Added group support to ldap
1559
1560 2007-02-11 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1561
1562 * tools/ldap/ldap_convert.php: Fixes after more testing.
1563
1564 2007-02-09 Alex Schumann <rubin@afternet.org>
1565
1566 * src/x3ldap.c: addid search function to get users email address from
1567 ldap
1568
1569 * src/x3ldap.h: func defs for search
1570
1571 * src/nicserv.c: update local copy of email address when they log
1572 in via ldap. fix memory leak.
1573
1574 2007-02-08 Alex Schumann <rubin@afternet.org>
1575
1576 * src/x3ldap.c: cleaning up and switching adduser to use the new
1577 crypted password scheme.
1578
1579 * src/nickserv.c: testing with ldap_enabled set to 0, and/or WITH_LDAP
1580 not defined, uncovered some warnings etc.
1581
1582 2007-02-08 Alex Schumann <rubin@afternet.org>
1583
1584 * src/nickserv.c: Filling in ldap support for all password related
1585 operations: cmd_pass, loc_auth, etc.
1586
1587 2007-02-09 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1588
1589 * tools/ldap/ldap_convert.php: Few tweaks.
1590
1591 2007-02-08 Alex Schumann <rubin@afternet.org>
1592
1593 * tools/ldap/inetorganon.schema: Scheme for ldap.
1594
1595 * tools/ldap/ldap_convert.php: Conversion script for converting
1596 x3 users to the ldap server.
1597
1598 2007-02-07 Alex Schumann <rubin@afternet.org>
1599
1600 * configure.in: adding compile/configure support for ssl libs (not
1601 yet needed)
1602
1603 * configure: updated from above.
1604
1605 * src/config.h.in: adding compile/configure support for ssl libs (not
1606 yet needed)
1607
1608 * src/x3ldap.c: ldap crypted password pain. SUpport for object classes
1609 in config file.
1610
1611 * src/x3ldap.h: ldap crypted password pain. Support for object classes
1612 in config file.
1613
1614 * src/nickserv.c: change password in ldap when its changed in
1615 nickserv. Support for object classes in config file.
1616
1617 * src/nickserv.h: support for object classes in conf file
1618
1619 2007-02-07 Alex Schumann <rubin@afternet.org>
1620
1621 * src/x3ldap.c: improve error result feedback
1622
1623 * src/nickserv.c: improve error result feedback (oops, fix for if
1624 ldap_enable is 0)
1625
1626 2007-02-07 Alex Schumann <rubin@afternet.org>
1627
1628 * src/x3ldap.c: ldap_add functionality
1629
1630 * src/x3ldap.h: ldap_add functionality
1631
1632 * src/nickserv.h: ldap_add functionality
1633
1634 * src/nickserv.c: ldap_add functionality
1635
1636 * x3.conf.example: ldap_add functionality
1637
1638 2007-02-06 Alex Schumann <rubin@afternet.org>
1639
1640 * src/x3ldap.c: fix compiling problem when non-ldap. Compile fixups
1641 and sanity checks.
1642
1643 * configure.in: Better ldap library handling **oops ** helps to
1644 actually have -lldap in LIBS...
1645
1646 * configure: regenerated from above ** **
1647
1648 * x3.conf.example: tweaked ldap settings
1649
1650 * src/nickserv.h: remove ldap config settings if not compiled in
1651
1652 * src/nickserv.c: automatiaclly add users who can auth to ldap and get
1653 logins working.
1654
1655 2007-02-06 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1656
1657 * src/x3ldap.c: Added GPL header, also change the printf's to
1658 log_module's as per one of the todo comments.
1659
1660 * src/x3ldap.h: Added GPL header.
1661
1662 2007-02-05 Alex Schumann <rubin@afternet.org>
1663
1664 * src/nickserv.c: fix non-compile without ldap problem
1665
1666 2007-02-05 Alex Schumann <rubin@afternet.org>
1667
1668 * src/x3ldap.c: Beginnings of ldap authentication support
1669
1670 * src/x3ldap.h: Beginnings of ldap authentication support
1671
1672 * src/nickserv.h: Move config struct to .h so ldap.c can see it too
1673
1674 * src/nickserv.c: Beginnings of ldap authentication support
1675
1676 * x3.conf.example: ldap config settings
1677
1678 * src/md5.c: remove old debugging printf() code
1679
1680 * src/configure.in: add --enable-ldap support to configure
1681
1682 * configure: rebuilt from above
1683
1684 * src/Makefile.am: add --enable-ldap support to configure
1685
1686 * src/Makefile.in: rebuilt from above
1687
1688
1689 2007-02-04 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1690
1691 * src/hash.c: Bug fix for bug #1651561.
1692
1693 2007-02-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1694
1695 * src/nickserv.c: Fixed bug #1649326.
1696
1697 2007-01-28 Alex Schumann <rubin@afternet.org>
1698
1699 * src/mod-memoserv.c: if you bind memoserv commands to chanserv's
1700 nick, and someone sends a memo, send them the memo from memoserv, if
1701 there is a memoserv (not chanserv). Also, make the mini-help prompts
1702 more generic, for when they come from another bot besides memoserv.
1703
1704 2007-01-15 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1705
1706 * src/proto-p10.c: RPING support.
1707
1708 2007-01-15 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1709
1710 * src/proto-p10.c: This will hide annoying rping/rping error messages
1711 from the o3 alert channel when denora is linked. Will write proper
1712 functions when i figure out how rping n rpong works.
1713
1714 2007-01-15 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1715
1716 * src/spamserv.c: As kNode points to an entry in killed_users_dict,
1717 we need to free kNode before removing the entry. Fixed a nasty
1718 glibc core.
1719
1720 2007-01-12 Alex Schumann <rubin@afternet.org>
1721
1722 * src/mod-helpserv.c: This module is coded very poorly, with lots of
1723 newby c mistakes with pointers and malloc and whatnot. This fixes some
1724 small part of that so that user commands work again, and to reduce
1725 confusion. It needs a LOT more work to be what I would consider
1726 safe..
1727
1728 2007-01-12 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1729
1730 * src/spamserv.c: Horrible but it will do, i need to rewrite
1731 the flag system.
1732
1733 * src/spamserv.h: Oppsie, probably my fault. Fixed caps and
1734 badreaction being linked up.
1735
1736 * src/proto-p10.c: Fixed handling of incoming SVSPART's.
1737
1738 2007-01-10 Alex Schumann <rubin@afternet.org>
1739
1740 * src/log.c: commented out impossible assertion which makes x3 core on
1741 fatal errors instead of exit cleanly.
1742
1743 2007-01-10 Alex Schumann <rubin@afternet.org>
1744
1745 * src/mod-helpserv.c: fix strncpy problem
1746
1747 2007-01-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1748
1749 * src/chanserv.c: Fixed some bugs in trace_check_bans (Used with
1750 checkrestrictions alerts.
1751
1752 * src/opserv.c: Fixed up how limits are check with checkrestrictions.
1753
1754 2007-01-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1755
1756 * configure: Regenerated.
1757
1758 * configure.in: Added HAVE_HELPSERV.
1759
1760 * x3.conf.example: Seems theres been a hidden prefix option to
1761 allow users to use helpserv commands (ones for users not helpers).
1762
1763 * src/config.h.in: Added HAVE_HELPSERV.
1764
1765 * src/mod-helpserv.c: Made helpserv more useable:
1766
1767 * Added CLOSEREQ for users to close their current request.
1768
1769 * Added SHOWREQ for users to show their current req (equiv of SHOW).
1770
1771 * Added JoinTotal, if ON then when a helper joins the channel they
1772 will be sent a notice of the total UNASSIGNED requests.
1773
1774 * Added AlertNew, if ON then when a user opens a new help request
1775 all helpers will be alerted.
1776
1777 * Added SUSPEND/UNSUSPEND for suspending and unsuspending help
1778 bots.
1779
1780 * Added $i replacer for HelpServ SET's, changes $i to a valid
1781 request id. If no iq exists for another bot uses $i then all
1782 that is displayed is $i.
1783
1784 * Changed the USERCMD function type from void to int so that we
1785 dont get a warning when trying to use REQUIRE_PARMS in a usercmd
1786 function.
1787
1788 * Seeing as helpserv does its help slightly different i added in the
1789 HEADER/DIVIDER/FOOTER help code from modcmd.c, so that the help
1790 output looks the same.
1791
1792 * Addded usercmd_helpserv for to access USERINDEX.
1793
1794 * Allow users to use HELP even without an open request.
1795
1796 * src/mod-helpserv.help: Made the index a bit more like X3, O3 etc.
1797 Also added a USERINDEX. Plus added help for the above things i
1798 added to helpserv
1799
1800 * src/modcmd.c: Adjusted years.
1801
1802 2007-01-03 Alex Schumann <rubin@afternet.org>
1803
1804 * src/opserv.c: fix crash in ctcp version checkin
1805
1806 2007-01-01 Alex Schumann <rubin@afternet.org>
1807
1808 * x3.conf.example: Fixed set_shows which didnt get updated a while
1809 back.
1810
1811 2006-12-26 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1812
1813 * src/spamserv.c: Try this, tho sizeof worked fine for me with
1814 info sizes of 4 and 5 ("blss" and "blsss") i had no crashes.
1815
1816 2006-12-26 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1817
1818 * src/spamserv.c: Added CAPSSCAN for scanning caps, other related
1819 options added, CAPSREACTION, CAPSMIN, and CAPSPERCENT.
1820
1821 * src/spamserv.h: Added caps scanning functionality.
1822
1823 * src/spamserv.help Added caps scanning help
1824
1825 2006-12-26 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1826
1827 * src/spamserv.c: Tweaked the SET output for the EXCEPT levels.
1828
1829 2006-12-26 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1830
1831 * src/spamserv.c: Removed scan voiced/halfops/ops SET options.
1832 Added 4 new except levels, EXCEPTADVLEVEL, EXCEPTBADWORDLEVEL,
1833 EXCEPTFLOODLEVEL, and EXCEPTSPAMLEVEL. Users equal or above to
1834 the specified levels will be exempt. All levels default to
1835 UL_OP (200) at first.
1836
1837 * src/spamserv.h: Added new except variables.
1838
1839 * src/spamserv.help: Added new sections for the new except SET
1840 options, plus removed the level lines for now.
1841
1842 2006-12-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1843
1844 * Merry Christmas! :)
1845
1846 * src/spamserv.c: Meh cant sleep damn people outside. Fixed a bug
1847 with setting exceptlevel.
1848
1849 2006-12-24 Alex Schumann <rubin@afternet.org>
1850
1851 * src/chanserv.c: fixed incorrect message when .dellamer is used on a
1852 nickname.
1853
1854 2006-12-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1855
1856 * Merry Christmas! :)
1857
1858 * This completes RFE 1577823.
1859
1860 * src/spamserv.c: Added EXCEPTLEVEL, this replaces the code that
1861 excepts all people who are opped etc. Only people above this level
1862 will be immune now. Defaults to 300 for channels without the option
1863
1864 * src/spamserv.h: Added exceptlevel.
1865
1866 * src/spamserv.help: Added EXCEPTLEVEL.
1867
1868 2006-12-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1869
1870 * Merry Christmas! :)
1871
1872 * src/spamserv.c: Added trusted accounts support (RFE 1577823).
1873
1874 * src/spamserv.help: ADDTRUST, DELTRUST, OADDTRUST, ODELTRUST,
1875 and LISTTRUST added.
1876
1877 2006-12-20 Alex Schumann <rubin@afternet.org>
1878
1879 * src/Makefile.in: undo temp fix
1880
1881 * src/opserv.c: perm fix to HAVE_TRACK define problems
1882
1883 * src/configure.in: perm fix to HAVE_TRACK define problems
1884
1885 * src/config.h.in: perm fix to HAVE_TRACK define problems
1886
1887 2006-12-21 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1888
1889 * src/Makefile.in: Temp fix.
1890
1891 2006-12-20 Alex Schumann <rubin@afternet.org>
1892
1893 * src/proto-p10.c: added full mark support including as a trace
1894 criteria.
1895
1896 * src/opserv.c: added full mark support including as a trace
1897 criteria.
1898
1899 * src/hash.h: added full mark support including as a trace
1900 criteria.
1901
1902 * src/opserv.help: documented the 'marked' criteria in trace.
1903
1904 2006-12-20 Alex Schumann <rubin@afternet.org>
1905
1906 * src/chanserv.c: fixing a bug with unmatching userlevels and the del*
1907 commands. (such as delpeon of a user with non-standard peon level)
1908
1909 * src/spamserv.c: fixing memory corruption problems with dicts. Fixed
1910 crash with service rename, and probably many other problems.
1911
1912 * src/mod-track.c: fixing memory problems, and the broken set command.
1913 Track may be stable now, needs large scale testing.
1914
1915 2006-12-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1916
1917 * src/chanserv.help: Opps that will teach me for cut n pasting.
1918 Adjusted duration line for CLVL help. Users are not removed after
1919 the duration they are reverted back to their previous access
1920 level.
1921
1922 2006-12-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1923
1924 * src/chanserv.c: check the ircd side ban list too
1925
1926 * src/opserv.c: Fixed a small bug, woops.
1927
1928 2006-12-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1929
1930 * src/chanserv.c: Added trace_check_bans, cut down version of
1931 check_bans for checkrestrictions
1932
1933 * src/chanserv.h: Declare trace_check_bans.
1934
1935 * src/opserv.c: Added addalert/trace option checkrestrictions. When
1936 using SVSJOIN as an action this option will check the ban lists, invite
1937 keys and limits of the target channel and if any match or exist (invite
1938 etc) then the SVSJOIN wont go through
1939
1940 * src/opserv.help: Added information about checkrestrictions.
1941
1942 2006-12-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1943
1944 * src/chanserv.c: Timed CLVL's. This just works like my last commit.
1945
1946 * src/chanserv.h: tweaked expiry to accessexpiry and added clvlexpiry
1947 and lastlevel.
1948
1949 * src/chanserv.help: Added information about timed clvls.
1950
1951 2006-12-18 Alex Schumann <rubin@afternet.org>
1952
1953 * src/mod-memoserv.c: add a 'privmsg' flag for being notified via pm
1954 instead of notice, when you get new memos. Fixed a buffer overrun with
1955 memo ids.
1956
1957 * src/mod-memoserv.help: fix-up help for settings.
1958
1959 2006-12-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1960
1961 * src/chanserv.c: New feature, channel managers can now add people
1962 with a duration. After the duration expires the person will be
1963 automatically removed and deoped.
1964
1965 * src/chanserv.h: Added expiry.
1966
1967 * src/chanserv.help: Added information about timed accesses.
1968
1969 * src/modcmd.c: Tweaked addop, addhop etc so a duration can be
1970 specified.
1971
1972 2006-12-18 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1973
1974 * src/proto-p10.c: Reverted one of my line changes.
1975
1976 2006-12-17 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1977
1978 * src/opserv.c: Fixed up a couple of $b errors.
1979
1980 2006-12-17 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1981
1982 * src/chanserv.c: Woops forgot to init the channel mode change.
1983
1984 * src/chanserv.h: Tweak to check_bans.
1985
1986 * src/proto-p10.c: Add some sanity checks plus moved the +x to
1987 after the CMD_FAKEHOST otherwise if the person auths then gets
1988 marked they will cause 2 Registered quits on the IRCd. Only one
1989 will happen now.
1990
1991 2006-12-17 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1992
1993 * src/chanserv.c: Added function check_bans to check bans in a
1994 specific channel when needed (see below).
1995
1996 * src/chanserv.h: check_bans deceleration.
1997
1998 * src/proto-p10.c: First of all we dont need a handle_info when
1999 checking for IsHiddenHost, the IRCd takes care of this. Made it
2000 so we copy the fakehost into user->fakehost so X3 can check
2001 IsFakeHost properly. Lastly after we set a fakehost in irc_mark
2002 we need to recheck the users bans just in case a person has
2003 lamer'ed the marked hostname.
2004
2005 2006-12-12 Alex Schumann <rubin@afternet.org>
2006
2007 * configure.in: making google core lib optional
2008
2009 * configure: regenerated
2010
2011 * src/proto-p10.c: added support for sending nefarious marks
2012
2013 * src/proto.h: prototype for irc_mark
2014
2015 * src/opserv.help: documented new mark support. Also documented the
2016 svsjoin and svspart commands as they were missing.
2017
2018 * src/hash.h: added MARKLEN define
2019
2020 * src/opserv.c: added mark command as well as mark support in trace
2021 and addalert.
2022
2023 2006-12-12 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2024
2025 * configure: Regenerated.
2026
2027 * configure.in: Add support for google core dumper. Plus updated
2028 tre to 0.7.5.
2029
2030 * Makefile.in: Regenerated.
2031
2032 * rx/Makefile.in: Regenerated.
2033
2034 * src/config.h.in: Regenerated.
2035
2036 * src/Makefile.in: Regenerated.
2037
2038 * tools/core_install.sh: Just like tre_install.sh. This installs
2039 the core dumper.
2040
2041 * tools/coredumper.tar.gz: Google core dumper 0.2.
2042 http://sourceforge.net/projects/goog-coredumper/
2043
2044 * tools/tre_install.sh: Updated version to 0.7.5
2045
2046 * tools/tre.tar.gz: Updated tre to 0.7.5.
2047
2048 2006-12-10 Alex Schumann <rubin@afternet.org>
2049
2050 * src/opserv.c: fix debug message left at wrong level ("checking
2051 reroute()")
2052
2053 2006-12-09 Alex Schumann <rubin@afternet.org>
2054
2055 * src/opserv.c: bugfixes to autorouting timer code
2056 improved stats routing to clean up & take an argument
2057
2058 * src/opserv.h: bugfixes to autorouting timer code
2059
2060 * src/opserv.help: document new stats routing syntax
2061
2062 * src/timeq.c: added some usefull (commented out) debugging code for
2063 figuring out timer problems.
2064
2065 * src/timerq.h: added some usefull (commented out) debugging code for
2066 figuring out timer problems.
2067
2068 * src/proto-p10.c: cleanup/improve eob autorouting init
2069
2070 2006-12-08 Alex Schumann <rubin@afternet.org>
2071
2072 * src/opserv.c: Moving some version reply housekeeping to proto-p10.c
2073
2074 * src/proto-p10.c: moving version reply storage here, adding webTV
2075 no_notice support (automatiaclly dont send notices if version reply
2076 says its a webtv user since they cant SEE notices. (other clients to
2077 add?)) note, this needs a version query alert to get the version from
2078 them.
2079
2080 * src/helpfile.c: honor the no_notices user bit
2081
2082 * src/hash.h: add no_notices user bit
2083
2084 2006-12-07 Alex Schumann <rubin@afternet.org>
2085
2086 * src/opserv.c: Add filter ability to stats alerts + fixup
2087
2088 * src/opserv.help: document filter feature of stats alerts + fixup
2089
2090 2006-12-02 Alex Schumann <rubin@afternet.org>
2091
2092 * src/chanserv.c: fix to levels command (- were missing)
2093
2094 * src/tools.c: fix warning
2095
2096 * src/common.h: fix warning
2097
2098 * src/chanserv.help: update online help url, changed help general to
2099 use new $! command char replacement code.
2100
2101 * src/hash.c: fix warning when geoip is off
2102
2103 * src/helpfile.c: add new '$!' code for chanserv's current trigger
2104 char in help files
2105
2106 2006-12-01 Alex Schumann <rubin@afternet.org>
2107
2108 * src/chanserv.c: Raisk pointed out that mdelop and friends dont work
2109 on users of non-standard access level such as 201. Fixed this by
2110 changing mdelop and friends to work on the range of access levels.
2111 Added a LEVELS command.
2112
2113 * src/chanserv.h: corrected PEON access defines such that 1-150 is
2114 peon instead of 100-150 with 1-99 being undefined.
2115
2116 * src/chanserv.help: help for new LEVELS command
2117
2118 * src/helpfile.c: Improved table functions so that it automatically
2119 right-justifies numerical columns.
2120
2121 * src/tools.c: Added helper functions str_is_number and msnprintf (an
2122 auto-mallocing printf function)
2123
2124 * src/common.h: defines and defines for msnprintf and str_is_number
2125
2126
2127 2006-11-30 Alex Schumann <rubin@afternet.org>
2128
2129 * src/chanserv.c: Modified .myaccess such that if you give it your own
2130 account when you are not a helper, it still works. (Requested by
2131 Jigsy)
2132
2133 * src/nickserv.help: Corrected the help file to feed oregister based
2134 on email_required instead of email_enabled
2135
2136 * src/nickserv.c: Fix & close sf bug 1584057 (hidden_host with no dots
2137 causes crash in set if no title) thanks xanjunior
2138
2139 2006-10-18 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2140
2141 * src/opserv.c: Minor cosmetic error noticed by Raisk. If doing an
2142 opserv WHOIS from another service (when bound), the channels reply
2143 would come from o3 instead of that service.
2144
2145 2006-10-18 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2146
2147 * src/opserv.c: Added in SVSPART alert/traces.
2148
2149 * src/opserv.help: Added in bits for SVSJOIN, SVSPART, and VERSION.
2150
2151 * src/proto.h: Added in decleration for svspart.
2152
2153 * src/proto-p10.c: Extend current SVSPART functionality so that we
2154 can send them with traces etc.
2155
2156 2006-10-14 Alex Schumann <rubin@afternet.org>
2157
2158 * src/opserv.c: fix crash Buttaknife noticed if you forget chantarget
2159 in svsjoin alerts. Cleanup old silent code fragments left over. Check
2160 for missing chantarget in alerts also.
2161
2162 2006-10-12 Alex Schumann <rubin@afternet.org>
2163
2164 * src/opserv.c: Added VERSION alert/trace reaction, so you can now
2165 setup x3 to version only users matching a criteria, and then another
2166 alert to do someting based on the version reply. This should be
2167 usefull for finding bots etc. Or, for example, you can make all xchat
2168 people join #xchat, or all mirc join #mirc etc.
2169 Also, there is a fix in here for SVSJOIN which i hadn't gotten
2170 everything working with.
2171
2172 * src/proto-p10.c: added privmsg_user and version_user functions
2173
2174 * src/proto.h: added privmsg_user and version_user function
2175 declerations
2176
2177 * src/hash.h: added version_reply variable to users
2178
2179
2180
2181 2006-10-12 Alex Schumann <rubin@afternet.org>
2182
2183 * src/opserv.c: Added SVSJOIN command, to push a user into a channel,
2184 and a TRACE REACTION of SVSJOIN for trace and alerts. Now you can do
2185 something like 'trace SVSJOIN chantarget #dronebots nick bot[*'
2186 or send all level3 users to a perticular channel on connection, etc.
2187
2188 2006-10-12 Alex Schumann <rubin@afternet.org>
2189
2190 * src/chanserv.c: Make lamers not affect users on the userlist above
2191 inviteme level in the channel. (why kb users who can .uba and
2192 .inviteme back in?)
2193
2194 2006-10-10 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2195
2196 * src/spamserv.c: Ignore those with access (if the options are
2197 disabled- scanchanops, scanhalfops, scanvoiced.
2198
2199 2006-10-08 Alex Schumann <rubin@afternet.org>
2200
2201 * src/chanserv.c: undid 9/16/06 change of 5 second delay before
2202 autojoin. Not really a great solution. Instead, move auth_handler
2203 funcs to be called after stamping etc. thx to Buttaknife for this
2204 solution.
2205
2206 * src/nickserv.c: move auth_func calls to after stamping, and
2207 commented up the cmd_auth source to make it more managable.
2208
2209 2006-10-04 Alex Schumann <rubin@afternet.org>
2210
2211 * src/chanserv.c: remove redundant 'none' from empty llists
2212
2213 2006-10-04 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2214
2215 * src/nickserv.c: Fix for bug 1555621. Cookie data will be copied
2216 over with odelcookie now.
2217
2218 2006-10-04 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2219
2220 * src/chanserv.c: Fix for bug 1551717. If automode is set to 0
2221 in a channel and a user auths in the channel, the user will not
2222 receive autoop etc if they have it enabled in uset.
2223
2224 2006-10-03 Alex Schumann <rubin@afternet.org>
2225
2226 * src/opserv.c: Check for connect timer entries before adding new
2227 ones, hopefully will fix bug 1570408 (pLaYa, let us know)
2228
2229 2006-09-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2230
2231 * src/modcmd.c: Shortened ThiefMaster to just his nick as per request
2232 by him.
2233
2234 2006-09-16 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2235
2236 * src/chanserv.c: Do autojoin 5 seconds after handle_auth. Seems its
2237 happening before autohide. Let me know if its still happening before
2238 autohide.
2239
2240 * src/chanserv.help: Updated the AUTOJOIN bit.
2241
2242 2006-09-13 Alex Schumann <rubin@afternet.org>
2243
2244 * src/chanserv.help: improved the help listing for the info command,
2245 and information help category.
2246
2247 2006-09-10 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2248
2249 * src/mod-memoserv.c: Fixed crash bug.
2250
2251 * src/spamserv.c: Ignore opers.
2252
2253 2006-08-28 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2254
2255 * README: tweaks.
2256
2257 2006-08-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2258
2259 * src/chanserv.help: Tweaked a , to .
2260
2261 2006-08-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2262
2263 * src/opserv.help: Removed privs menu so we can release a tarball.
2264
2265 2006-08-25 Alex Schumann <rubin@afternet.org>
2266
2267 * src/chanserv.c: fix uset reply for halfops
2268
2269 * src/nickserv.help: document the 'b' account flag
2270
2271 2006-08-26 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2272
2273 * x3.conf.example: Added hidden host style option and key options
2274 for style 2.
2275
2276 * src/hosthiding.h: Remove KEY #defines.
2277
2278 * src/hosthiding.c: Set the keys only once using the conf values.
2279
2280 * src/nickserv.c: Generate hidden hosts off crypt hosts instead
2281 of standard hidden hosts if style is 2.
2282
2283 * src/proto-common.c: Generate hidden hosts off crypt hosts instead
2284 of standard hidden hosts if style is 2.
2285
2286 * src/proto-p10.c: Set crypt host to the crypt IP if there is no
2287 hostname (unresolved). This is how Nefarious works.
2288
2289 * src/tools.c: Generate hidden hosts off crypt hosts instead
2290 of standard hidden hosts if style is 2.
2291
2292 2006-08-24 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2293
2294 * src/chanserv.c: Added autojoin USET option, which uses SVSJOIN.
2295
2296 * src/chanserv.h: Added autojoin USET option, which uses SVSJOIN.
2297
2298 * src/proto.h: irc_svsjoin decelerations.
2299
2300 * src/proto-p10.c: Wrote irc_svsjoin plus added the nessecary bits
2301 for SVSJOIN. Also wrote cmd_svsjoin for if X3 should ever recieve
2302 an SJ it will be handled properly as a JOIN. Did the same for
2303 SVSPART.
2304
2305 2006-08-24 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2306
2307 * src/spamserv.c: Fixed the +k issue with spamserv.
2308
2309 2006-08-24 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2310
2311 * src/opserv.c: Added PRIVSET Command.
2312
2313 * src/opserv.help: Added PRIVSET Command. Plus contents for the
2314 privs section.
2315
2316 * src/proto.h: irc_privs deceleration.
2317
2318 * src/proto-p10.c: Fixed a compile issue plus added functions for
2319 setting and checking privs.
2320
2321 2006-08-23 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2322
2323 * x3.conf.example: Add a new ircd type 6 for trunk nefarious.
2324
2325 * src/hash.h: Priv declerations.
2326
2327 * src/opserv.c: Show privs in WHOIS output.
2328
2329 * src/proto.h: client_report_privs decleration.
2330
2331 * src/proto-p10.c: Handle PRIV only for type 6 servers.
2332
2333 2006-08-19 Alex Schumann <rubin@afternet.org>
2334
2335 * src/authserv.c: document the oset flag +b in help (hide from staff
2336 command.)
2337
2338 2006-08-19 Alex Schumann <rubin@afternet.org>
2339
2340 * src/chanserv.c: added reply command, which responds similar to calc,
2341 but with any message. (for use with bindings)
2342
2343 * src/modcmd.c: enabled the ability to use $a $n and $m in BIND, which
2344 are replaced with the target command's calling user's account, nick,
2345 and numnick respectively. This and the above allows things like:
2346 BIND x3 account x3.reply your account is $a or
2347 BIND x3 kickme x3.kick $n $1-
2348 more to come, maybe, later.
2349
2350 2006-08-01 Alex Schumann <rubin@afternet.org>
2351
2352 * src/modcmd.c: Added OSI certification message to VERSION command
2353
2354 2006-08-09 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2355
2356 * x3.conf.example: Redid part of the geoip summary.
2357
2358 2006-08-09 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2359
2360 * src/opserv.c: If we have a city, latitude and longitude returned
2361 then show a map url. Some results have no city but a latitude and
2362 a longitude. The coordinates are useless in this case and most
2363 people would know where the country is around abouts.
2364
2365 2006-08-08 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2366
2367 * src/hash.c: Speed up city and country lookups significantly.
2368 Just slow for the first read but once thats done the rest is fast.
2369
2370 2006-08-08 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2371
2372 * src/spamserv.c: Fix a crash in spamserv (Tracker# 1535968).
2373 I dont know if this will work for sure as i cant reproduce it. But
2374 my theory is that once the user is kicked the mode node is dropped.
2375 Users without modes should still return a valid mode node.
2376
2377 2006-08-08 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2378
2379 * src/chanserv.c: Fixed a crash with giveownership. X3 would crash
2380 if a giveownership command was issued in a channel with no owners.
2381
2382 2006-08-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2383
2384 * configure: Regenerated.
2385
2386 * configure.in: Added checks for GeoIP headers and libs.
2387
2388 * x3.conf.example: Add in 2 options for the dat filenames of the
2389 city and country files. If not specified then no geoip data
2390 will be checked.
2391
2392 * src/config.h.in: Regenerated.
2393
2394 * src/hash.c: Created a function to check the geoip info from the
2395 dat files.
2396
2397 * src/hash.h: Decelerations plus added entries to the userNode
2398 struct.
2399
2400 * src/opserv.c: Display the GeoIP information in WHOIS.
2401
2402 * src/proto-p10.c: Call the new geoip data collection function
2403 towards the end of AddUser.
2404
2405 2006-08-06 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2406
2407 * src/global.c: Fixed a bug, wasnt message_del'ing some messages.
2408
2409 2006-08-01 Alex Schumann <rubin@afternet.org>
2410
2411 * src/chanserv.c: Add automode 6, to just voice everyone with access.
2412 Idea by daniel (thx)
2413
2414 2006-08-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2415
2416 * This message is apart of the below one, its just seperate so
2417 it doesnt get lost amongst the below messages.
2418
2419 * src/global.c: Fixed a warning.
2420
2421 2006-08-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2422
2423 * configure: Removed bahamut support, didnt even work.
2424
2425 * configure.in: Removed bahamut support, didnt even work.
2426
2427 * INSTALL: Removed bahamut support, didnt even work.
2428
2429 * x3.conf.example: Removed bahamut support, didnt even work.
2430
2431 * patches/log-pgsql.diff: Removed bahamut support, didnt even work.
2432
2433 * patches/helpserv-pgsql.diff: Removed bahamut support, didnt even
2434 work.
2435
2436 * src/config.h.in: Removed bahamut support, didnt even work.
2437
2438 * src/gline.c: Removed bahamut support, didnt even work.
2439
2440 * src/hash.h: Removed bahamut support, didnt even work.
2441
2442 * src/nickserv.c: Removed bahamut support, didnt even work.
2443
2444 * src/nickserv.h: Removed bahamut support, didnt even work.
2445
2446 * src/Makefile.am: Removed bahamut support, didnt even work.
2447
2448 * src/Makefile.in: Removed bahamut support, didnt even work.
2449
2450 * src/proto-bahamut.c: Removed bahamut support, didnt even work.
2451
2452 * src/shun.c: Removed bahamut support, didnt even work.
2453
2454 2006-08-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2455
2456 * src/global.c: Added language strings for mod-helpserv.c, opserv.c,
2457 spamserv.c, nickserv.c.
2458
2459 * src/mod-helpserv.c: Changed global_message uses to global_message_arg's.
2460
2461 * src/nickserv.c: Changed global_message uses to global_message_arg's.
2462
2463 * src/opserv.c: Changed global_message uses to global_message_arg's.
2464
2465 * src/spamserv.c: Changed global_message uses to global_message_arg's.
2466
2467 2006-08-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2468
2469 * src/chanserv.c: Changed global_message uses to global_message_arg's.
2470
2471 * src/global.c: Added language strings for chanserv.c
2472
2473 2006-08-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2474
2475 * src/global.c: Make sure we arnt sending duplicate messages in
2476 some cases.
2477
2478 2006-08-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2479
2480 * src/x3.conf.example: Removed the targets option.
2481
2482 * src/global.c: Wrote new function that will global message users
2483 and/or opers and/or helpers messages in their own langauge. The
2484 strings are set either in language files or in the global.c message
2485 struct. This allows us to send defcon notices to people and they
2486 will get them in their own language if they have it set.
2487
2488 * src/global.h: global_message_args decleration.
2489
2490 * src/opserv.c: Removed targets option for defcon as its too hard
2491 to send messages to people in channels if the people have different
2492 language settings.
2493
2494 2006-07-31 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2495
2496 * src/opserv.c: TODO stuff.
2497
2498 2006-07-31 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2499
2500 * x3.conf.example: Added SHUN setting for DEFCON.
2501
2502 * doc/DEFCON: Added SHUN setting for DEFCON.
2503
2504 * src/opserv.c: Moved the gline check to here. Also added a SHUN
2505 check.
2506
2507 * src/opserv.h: Added SHUN setting for DEFCON.
2508
2509 * src/proto-p10.c: Moved the DEFCON gline check to opserv.c
2510
2511 2006-07-31 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2512
2513 * x3.conf.example: Added new Defcon system settings
2514
2515 * doc/DEFCON: Anope's Defcon doc adapted for X3.
2516
2517 * src/chanserv.c: Block mode changes and channel registrations if
2518 required.
2519
2520 * src/mod-memoserv.c: Block new memos if required.
2521
2522 * src/nickserv.c: Block nick registrations if required.
2523
2524 * src/opserv.c: Added in defcon system, uses some of the anope code.
2525 Most tho is from scratch.
2526
2527 * src/opserv.h: Defcon declerations.
2528
2529 * src/opserv.help: Added DEFCON entry.
2530
2531 * src/proto-p10.c: If required gline new clients, also if required
2532 kill new clients.
2533
2534 2006-07-29 Alex Schumann <rubin@afternet.org>
2535
2536 * configure.in, Makefile.in, src/Makefile.in, tools/tre_install.sh,
2537 src/opserv.c, src/config.h.in, src/nickserv.c, src/Makefile.am: I am
2538 not comfortable running 'make install' on libtre from ./configure.
2539 This violates what the user expects in a way that can harm the system.
2540 Changed how the libtre checks work and provided easy-to-use install
2541 script. -fix link stage
2542
2543 * rx/Makefile.in: fix autotools warning(s)
2544
2545 2006-07-28 Alex Schumann <rubin@afternet.org>
2546
2547 * src/nickserv.help: add odelcookie to help oper
2548
2549 * x3.conf.example: update & improve x3.conf.example description of
2550 extended_accounts setting.
2551
2552 2006-07-26 Alex Schumann <rubin@afternet.org>
2553
2554 * src/opserv.c: Fix crash when doing reroute if routing isnt
2555 configured. | Voice discovered that the error message for addplan fail
2556 was typeo'd so not showing.
2557
2558 * src/opserv.help: slight changes to routing help.
2559
2560 * src/chanserv.c: let non-staff see when channels were registered with
2561 .info
2562
2563 2006-07-24 Alex Schumann <rubin@afternet.org>
2564
2565 * src/proto-p10.c: dont burst channels with 0 users in them (which
2566 were created by alert discrims, most likely)
2567
2568 2006-07-23 Alex Schumann <rubin@afternet.org>
2569
2570 * x3.conf.example: Added chanserv "modes" to example - use to control
2571 what usermodes chanserv gets. Mainly for setting +d or not, if you
2572 have nef 1.0 'b:' lines setup.
2573
2574 2006-07-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2575
2576 * src/nickserv.c: If theres no title set then the default title
2577 will therefore be the first part of hidden_host in x3.conf.example,
2578 so for consistency with opt_fakehost we will print this.
2579
2580 2006-07-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2581
2582 * src/nickserv.c: The reason why theres no arg rubin is that
2583 if you want to print the fakehost then u dont specify an arg.
2584 This tells opt_fakehost to set fake to the current fakehost
2585 and pass it on to be printed.
2586
2587 2006-07-23 Alex Schumann <rubin@afternet.org>
2588
2589 * src/nickserv.c: Add config file regex fakehost test + sanity
2590 checking in title as well (fixed).
2591
2592 * src/mod-memoserv.c: Fixed crash bug in memosearv read. (check argc
2593 instead of argv[2]==null since argv's dont get set null.
2594
2595 2006-07-23 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2596
2597 * src/mod-memoserv.c: Fix to a crash/output corruption issue.
2598
2599 * src/proto-p10.c: Host in topic supports sethost and fakehost
2600 now.
2601
2602 2006-07-21 Alex Schumann <rubin@afternet.org>
2603
2604 * src/proto-p10.c: Added support for irc_wallop, irc_squit,
2605 irc_connect, and added callbacks to handle connect failures and
2606 successes. (All prep for auto routing system)
2607
2608 * src/proto.h: Added support for irc_wallop, irc_squit,
2609 irc_connect, and added callbacks to handle connect failures and
2610 successes. (All prep for auto routing system)
2611
2612 * src/opserv.help: Help entries for auto routing system + fix typeo in
2613 routing example
2614
2615 * src/hash.h: New structs for auto routing system
2616
2617 * src/opserv.c: The long-awaited X3 Auto Routing Plan system! + reduce
2618 error message to debug message.
2619
2620 * src/opserv.h: The long-awaited X3 Auto Routing Plan system!
2621
2622 * src/modcmd.c: added 'routing' main command alias.
2623
2624 2006-07-16 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2625
2626 * x3.conf.example: Added host_in_topic option for sending full
2627 nick!user@host if its enabled. Default to one as Nefarious is
2628 default to TRUE for HOST_IN_TOPIC. There will be wierdness if
2629 you have this enabled on X3 and not on your Nefarious server.
2630
2631 * src/proto-p10.c: Make use of host_in_topic.
2632
2633 2006-07-13 Alex Schumann <rubin@afternet.org>
2634
2635 * src/opserv.c: make the bot reply from the nick you /msg in all
2636 cases, if commands are bound to a different bot.
2637
2638 * src/nickserv.c: make the bot reply from the nick you /msg in all
2639 cases, if commands are bound to a different bot.
2640
2641 * src/chanserv.c: make the bot reply from the nick you /msg in all
2642 cases, if commands are bound to a different bot.
2643
2644 * src/mod-memoserv.c: Make all memoserv commands reply from the bot you
2645 msg, not the defined memoserv bot, if commands are aliased to other
2646 bots. This may also fix the crash bug playa reported at
2647 http://www.unrealgamers.net/forums/index.php?showtopic=138
2648
2649 2006-07-11 Alex Schumann <rubin@afternet.org>
2650
2651 * src/chanserv.c: Fixed some weirdness with nef 1.0's 2nd topic setter
2652 and some x3 topic functions.
2653
2654 * x3.conf.example: Improved server/type setting documentation,
2655 and changed default to 5.
2656
2657 2006-07-11 Alex Schumann <rubin@afternet.org>
2658
2659 * src/opserv.c: fixed silent alerts not getting picked up from db file
2660 on read/load.
2661
2662 2006-07-11 Alex Schumann <rubin@afternet.org>
2663
2664 * src/opserv.c: add sanity checking to jupe to avoid catastrophic loop
2665 when adding an invalid jupe servername or numeric.
2666 this closes bug number 1513510.
2667
2668 * src/modcmd.c: if pubcmd is set higher than your level, only respond
2669 with the denied msg if the command was actually found. this closes bug
2670 number 1509382.
2671
2672 2006-07-10 Alex Schumann <rubin@afternet.org>
2673
2674 * src/chanserv.c: fixed crash bug trying to deref the handleinfo of a
2675 non-logged-in user (null pointer)
2676
2677 2006-07-09 Alex Schumann <rubin@afternet.org>
2678
2679 * src/nickserv.c: fixed bug where unignores were getting sent to the
2680 user multiple times, instead of to each online nick once.
2681
2682 2006-07-09 Alex Schumann <rubin@afternet.org>
2683
2684 * src/nickserv.c: Fixes for addignore/delignore corruption +missed a
2685 spot. Ugh, messed up the fix. Trying again :)
2686
2687 2006-07-10 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2688
2689 * src/chanserv.c: INVITE now checks the targets ignore/silence list.
2690 If the target is ignoring the person inviting them then the invite
2691 is denied.
2692
2693 2006-07-07 Alex Schumann <rubin@afternet.org>
2694
2695 * src/mod-memoserv.c: pLaYa reported a crash/corruption bug in
2696 memoserv most easily seen when sending short memos. Rewrote the flag
2697 handling part of memo send to correct it.
2698
2699 2006-07-05 Alex Schumann <rubin@afternet.org>
2700
2701 * src/helpfile.c: pLaYa pointed out the table code row count is off by
2702 one. Fixed.
2703
2704 2006-06-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2705
2706 * configure: Regenerated.
2707
2708 * configure.in: Make use of TRE regexp library. Its more powerful
2709 than the standard library (http://laurikari.net/tre/index.html).
2710 Im also pondering adding services side regexp bans, X3 would
2711 probably required a channel flag called say advanced that can
2712 only be set by the owner. If enabled then regexp bans can be
2713 used. I also added an output saying what modules are enabled,
2714 what protocol is enabled, what malloc is choosen and if debugging
2715 is enabled. Just a bit of a message as the user will of seen
2716 programs just finish compiling and he/she/it may think it
2717 was X3 compiling, but it was just TRE compiling. They still need
2718 to compile X3.
2719
2720 * src/config.h.in: Regenerated.
2721
2722 * src/Makefile.am: Tweak for TRE.
2723
2724 * src/Makefile.in: Regenerated.
2725
2726 * src/nickserv.c: Use the new regex.h Im sure -I includes get
2727 called before system includes like /usr/include.
2728
2729 * src/opserv.c: Use the new regex.h Im sure -I includes get
2730 called before system includes like /usr/include.
2731
2732 * src/tools/tre.tar.gz: TRE 0.7.4. Configure will untar and
2733 compile this just before configure finishes up. Sits around
2734 470KB, rather than another 2.5MB if i TRE untarred. I suppose
2735 i could get it down a bit more using Bzip but there are some
2736 boxes out there still without bzip.
2737
2738 2006-06-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2739
2740 * src/mod-memoserv.c: Better history implementation. A seperate
2741 table is used for history entries. Entries contain the same
2742 fields as the memo table except for the message, read, and flags.
2743 Entries are only removed from the history db when they get
2744 expired by do_expire (older than message_expire). Also fixed
2745 up a issue with STATUS. On AfterNET we were getting huge large
2746 for the amount of memos. I now realise it was reading the amount
2747 of users. It now reads the proper amount of memos. I also a count
2748 for history entries.
2749
2750 * src/mod-memoserv.help: EXPIRE handles history and memos now.
2751
2752 2006-06-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2753
2754 * src/mod-memoserv.c: Make use of ignore lists when trying to
2755 send memos.
2756
2757 2006-06-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2758
2759 * src/spamserv.c: Crash fix (finally). Been meaning to do this
2760 for a while now.
2761
2762 2006-06-23 Alex Schumann <rubin@afternet.org>
2763
2764 * src/modcmd.help, src/opserv.help, src/helpfile.c, src/helpfile.h,
2765 src/modcmd.c, src/nickserv.c: Improvements to
2766 table output and help display.
2767
2768 * src/mod-memoserv.c: fix segfault
2769
2770 2006-06-23 Alex Schumann <rubin@afternet.org>
2771
2772 * src/chanserv.c: Backing out the bantype patch because it sucks _bad_.
2773 fix it and re-apply if you want it..
2774
2775 * src/chanserv.h: Backing out the bantype patch.
2776
2777 * src/chanserv.help: Backing out the bantype patch.
2778
2779 2006-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2780
2781 * src/mod-memoserv.c: Fixed a bug.
2782
2783 2006-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2784
2785 * src/mod-memoserv.c: Added basic HISTORY command. At the moment
2786 if the recipient deletes the memo it will not be listed in the
2787 HISTORY list.
2788
2789 * src/mod-memoserv.help: HISTORY entry.
2790
2791 2006-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2792
2793 * src/mod-memoserv.c: Added new flags, see below.
2794
2795 * src/mod-memoserv.help: Opps forgot the read reciept stuff. Also
2796 added flags for always ignoring read reciepts and always sending
2797 read reciepts.
2798
2799 2006-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2800
2801 * src/mod-memoserv.c: Added CANCEL command for cancelling memos
2802 that you have sent, aslong as they have not been read yet.
2803
2804 * src/mod-memoserv.help: CANCEL entry plus tweaked some read
2805 recipient to read reciept stuff.
2806
2807 2006-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2808
2809 * src/mod-memoserv.c: Redid the db stuff, it now writes users
2810 settings and memos to the memoserv database.
2811
2812 2006-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2813
2814 * src/mod-memoserv.c: Small bug fix.
2815
2816 2006-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2817
2818 * src/mod-memoserv.c: Added read recipient support via SEND using
2819 -r as a flag. Messages with requested read recipients have a (r)
2820 shown beside the sender nick in LIST. People can ignore a read
2821 recipient using -i when reading the message via READ. Its all
2822 in the help file.
2823
2824 * src/mod-memoserv.help: Added read recipient relevent bits.
2825
2826 * src/opserv.help: Added halfopping functions.
2827
2828 2006-06-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2829
2830 * src/x3.conf.example: Forgot a ;.
2831
2832 2006-06-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2833
2834 * src/mod-memoserv.c: Make use of SET LIMIT.
2835
2836 2006-06-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2837
2838 * src/mod-memoserv.c: Fixed SET bugs and renabled LIMIT now.
2839
2840 2006-06-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2841
2842 * src/mod-memoserv.c: On Second thoughts dont enable LIMIT now.
2843
2844 2006-06-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2845
2846 * x3.conf.example: Max limit for Memoserv LIMIT option.
2847
2848 * src/hash.h: Fixed halfops issue.
2849
2850 * src/mod-memoserv.c: Added SET LIMIT option for the maximum
2851 amount of memos you can have. This does not do anything yet as
2852 im committing the half ops fix now. This code is fine it just
2853 allows you to adjust the limit for now.
2854
2855 2006-06-12 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2856
2857 * x3.conf.example: Commented out SpamServ module as there are bugs
2858 and i cant give a definate date as to when i can fix it. Im not
2859 home much these days.
2860
2861 * src/mod-memoserv.c: Redid the SET code using some whatnet code
2862 by wasted. Tweaked here and there. Also added some formatting in
2863 LIST and SET like chanserv SET. Oh and MemoServ will join
2864 autojoin_channels if MemoServ is in a seperate nickname.
2865
2866 * src/mod-memoserv.help: Added OSET and done some tweaking.
2867
2868 * src/nickserv.c: Allow the use of get_victim_oper outside of
2869 nickserv.c.
2870
2871 * src/nickserv.h: Allow the use of get_victim_oper outside of
2872 nickserv.c.
2873
2874 2006-06-07 Alex Schumann <rubin@afternet.org>
2875
2876 * src/chanserv.help: Added a couple set helps that were missing.
2877
2878 * src/helpfile.c: fix missing space in multi-column table output such
2879 as /msg opserv commands * (with nickserv tablewidth setting >60)
2880
2881 2006-06-06 Alex Schumann <rubin@afternet.org>
2882
2883 * src/opserv.c: Change how addalert silence works, so that its a
2884 parameter instead of an action, and also works with trace now.
2885
2886 * x3.conf.example: Added a config setting of level needed to use
2887 'silent yes' in trace/addalert.
2888
2889 2006-06-04 Alex Schumann <rubin@afternet.org>
2890
2891 * src/nickserv.c: Fix oregister
2892
2893 * src/nickserv.help: Update help for oregister
2894
2895 2006-06-05 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2896
2897 * src/proto-p10.c: Properly handle incomming manual silences.
2898
2899 2006-06-05 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2900
2901 * src/common.h: pretty_mask etc declerations.
2902
2903 * src/nickserv.c: Parse the mask through pretty_mask before adding
2904 it. Normal ircd side silences go through this, this just keeps
2905 things looking the same and if a user tries to remove a silence
2906 added by ADDIGNORE they will be able to. Oh and I HATE GLIBC :P
2907
2908 * src/proto-p10.c: Send a + if adding a silence.
2909
2910 * src/tools.c: pretty_mask and one other function for reformatting
2911 a hostname so its pretty :) from IRCu.
2912
2913 2006-06-04 Alex Schumann <rubin@afternet.org>
2914
2915 * src/nickserv.c: Send silences to every nick of a handle, not the
2916 nick that did the command.
2917
2918 2006-06-04 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2919
2920 * src/main.c: Moved spamserv initilization to after chanserv.
2921
2922 * src/spamserv.c: Read the db earlier.
2923
2924 2006-05-30 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2925
2926 * configure: Regenerated.
2927
2928 * configure.in: Bumped version and changed list email.
2929
2930 * x3.example.conf: Added SpamServ options.
2931
2932 * src/chanserv.c: Join SpamServ if enabled when chanserv joins.
2933
2934 * src/chanserv.h: Declerations
2935
2936 * src/main.c: Init the new SpamServ service.
2937
2938 * src/Makefile.am: Added SpamServ files.
2939
2940 * src/Makefile.in: Regenerated
2941
2942 * src/modcmd.c: Added SpamServ to REBINDALL.
2943
2944 * src/opserv.c: Slab/X3 malloc STATS MEMORY updates.
2945
2946 * src/proto-common.c: Make sure SpamServ gets notices.
2947
2948 * src/spamserv.c: New service that checks for spamming, floods etc.
2949 Requires an oper to register it to a channel for it to work.
2950
2951 * src/spamserv.h: Decelerations.
2952
2953 * src/spamserv.help: Help entries for SpamServ.
2954
2955 2006-05-29 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2956
2957 * Below functions by Wasted (Martijn Smit) <wasted@lostdomain.org>
2958
2959 * src/chanserv.c: Added selectable bantypes.
2960
2961 * src/chanserv.h: Added selectable bantypes.
2962
2963 * src/chanserv.help: Added help entries.
2964
2965 2006-05-29 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2966
2967 * src/nickserv.c: Added user option ADVANCED, when we add more
2968 advanced commands users will need to set this to see the options
2969 in help. Further work in helpfile is still needed afaik. This is
2970 just the basics.
2971
2972 * src/nickserv.h: Advanced option declerations.
2973
2974 * src/nickserv.help: Added option ADVANCED, also added AUTOHIDE.
2975 Seems no one added that when they added the AUTOHIDE option.
2976
2977 2006-05-28 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2978
2979 * Below functions by Wasted (Martijn Smit) <wasted@lostdomain.org>
2980
2981 * x3.example.conf: Added new options- god_timeout, autojoin_channels,
2982 and denied_fakehost_words. Also dropped refresh_period for chanserv
2983 set resync.
2984
2985 * src/chanserv.c: Added god_timeout, disable god mode automatically
2986 when the period times out. Also added a new set option- resync, auto
2987 resyncs the userlist every 3, 6, 9, or 12 hours (or not at all).
2988
2989 * src/chanserv.help: Added entry for SET RESYNC.
2990
2991 * src/global.c: Join global into autojoin_channels if enabled.
2992
2993 * src/main.c: Some tweaking for autojoin_channels.
2994
2995 * src/mod-memoserv.c: If a user has memos and notify on login
2996 enabled then only display the notify notice on login and not
2997 during a netburst.
2998
2999 * src/mod-track.c: Quashed a warning.
3000
3001 * src/modcmd.c: Added functions for god_timeout. Also added wasted
3002 to VERSION output for credits for these features.
3003
3004 * src/nickserv.c: Added denied_fakehost_words, deny the words set
3005 there if an oper trys to use them in a fakehost. Also autojoin
3006 chanserv if enabled into autojoin_channels.
3007
3008 * src/opserv.c: Added REFRESHMAX to reset the max count, ie for
3009 after a drone attack. Also join opserv and reserved nicks into
3010 autojoin_channels if opserv/reserved is enabled.
3011
3012 * src/opserv.help: Added entry for REFRESHMAX.
3013
3014 2006-05-25 Alex Schumann <rubin@afternet.org>
3015
3016 * src/proto-p10.c: make non-existant server type setting not crash x3.
3017
3018 * src/nickserv.help: Added newby tip to authserv registration
3019 help (about < and >)
3020
3021 * src/mod-track.c: Fixed crash when a server kicks a person (tried to
3022 deref null kicker)
3023
3024 2006-05-23 Neil Spierling <sirvulcan@sirvulcan.co.nz>
3025
3026 * src/chanserv.c: Set SWHOIS's when a user auths.
3027
3028 * src/hosthiding.c: Fixed a segfault.
3029
3030 * src/nickserv.c: Epithets now use SWHOIS.
3031
3032 * src/proto.h: Declerations for irc_swhois.
3033
3034 * src/proto-p10.c: Handle SWHOIS's.
3035
3036 2006-05-23 Neil Spierling <sirvulcan@sirvulcan.co.nz>
3037
3038 * src/hash.h: Bumped SOCKIPLEN
3039
3040 * src/hosthiding.c: Functions to crypt IPv6 addresses.
3041
3042 * src/hosthiding.h: IPv6 function declerations.
3043
3044 * src/proto-p10.c: If the users ip address is IPv6 then crypt it
3045 with the ipv6 crypting function.
3046
3047 2006-05-23 Neil Spierling <sirvulcan@sirvulcan.co.nz>
3048
3049 * src/hash.h: Bits needed for other type of host hiding.
3050
3051 * src/hosthiding.h: Nefarious style 2 host hiding declerations.
3052
3053 * src/hosthiding.c: This will generated crypted style 2 Nefarious
3054 hidden hosts and ips. Currently they are just displayed in O3
3055 WHOIS. Im yet to expand this.
3056
3057 * src/Makefile.am: Added hosthiding.c and hosthiding.h.
3058
3059 * src/Makefile.in: Regenerated.
3060
3061 * src/opserv.c: Display crypted hosts n ips in WHOIS.
3062
3063 * src/proto-p10.c: Generate crypted hosts n ips on everyone and
3064 save them in user->crypthost user->cryptip.
3065
3066 2006-05-22 Neil Spierling <sirvulcan@sirvulcan.co.nz>
3067
3068 * src/chanserv.c: Set ignores when you authenticate.
3069
3070 * src/nickserv.c: Added ADDIGNORE, OADDIGNORE, DELIGNORE ODELIGNORE.
3071 Used for centralized silence list management. Currently set ignores
3072 can be viewed in ACCOUNTINFO for via ircd SILENCE.
3073
3074 * src/nickserv.h: Declerations.
3075
3076 * src/nickserv.help: Added help entries for above commands.
3077
3078 * src/proto.h: Declerations.
3079
3080 * src/proto-p10.c: Functions to handle silences
3081
3082 2006-05-18 Alex Schumann <rubin@afternet.org>
3083
3084 * src/proto-p10.c: Fixed up the track module a bit more
3085
3086 * src/hash.c: Fixed up the track module a bit more, including
3087 reporting correctly when X3 kicks someone. This should affect mrsnoopy
3088 as well, hopefully wont cause any bugs.
3089
3090 * src/mod-track.c: Fixed up the track module a bit more - made track
3091 all/none work
3092
3093 2006-05-18 Alex Schumann <rubin@afternet.org>
3094
3095 * src/chanserv.c: adding 'classic' view, via patch submitted by pLaYa
3096
3097 * src/nickserv.c: adding 'classic' view, via patch submitted by pLaYa
3098
3099 * src/nickserv.h: adding 'classic' view, via patch submitted by pLaYa
3100
3101 * src/nickserv.help: adding 'classic' view, via patch submitted by pLaYa
3102
3103 2006-05-18 Alex Schumann <rubin@afternet.org>
3104
3105 * src/chanserv.c: re-disabled netrider kicking. Somehow this got included back
3106 in.
3107
3108 * src/mod-track.c: some cleanups and textual changes, to make the commands
3109 slightly more user friendly.
3110
3111 2006-05-16 Neil Spierling <sirvulcan@sirvulcan.co.nz>
3112
3113 * src/proto-p10.c: Changed 050 specfic topic stuff to a conf setting
3114
3115 * src/x3.conf.example.: adding 050 'type' to server config (rubin
3116 fixed missing ';' and changelog entries)
3117
3118 2006-05-16 Neil Spierling <sirvulcan@sirvulcan.co.nz>
3119
3120 * Most files: Heh i cant be bothered listing all files, see websvn
3121 if you want specific files. I just added a new tracking module, its
3122 just like snoop except it targets specified users. The actual
3123 commit is in the previous revision, i just forgot to update this to
3124 tick over the svn version in version output.
3125
3126 2006-05-15 Neil Spierling <sirvulcan@sirvulcan.co.nz>
3127
3128 * Most files: Major update off the new release of srvx 1.3.1. Also
3129 seeing as the new updates dont all have changelog entries ive dropped
3130 the 2 srvx Changelog files and renamed the X3 one to ChangeLog.
3131
3132 2006-03-20 Alex Schumann <rubin@afternet.org>
3133
3134 * src/chanserv.c: core fix; check if theres a handle_info before looking
3135 at style...
3136
3137 * src/helpfile.c: core fix; check if theres a handle_info before looking
3138 at style...
3139
3140 2006-03-17 Alex Schumann <rubin@afternet.org>
3141
3142 * src/chanserv.c: more clean style changes
3143
3144 2006-03-17 Alex Schumann <rubin@afternet.org>
3145
3146 * src/chanserv.c: Added nickserv 'style' setting back. (HomeDawg
3147 and dhp1080 made me do it) Needs lots of work to remove ----
3148 headers for 'clean' setting.
3149
3150 * src/helpfile.c: Added nickserv 'style' stetting back.
3151
3152 * src/nickserv.help: Added help for set style.
3153
3154 * src/mod-helpserv.c: make style affect table outputs.
3155
3156 * src/nickserv.c: Added nickserv 'style' setting back.
3157
3158 * src/nickserv.h: Added nickserve 'style' setting back.
3159
3160 2006-03-17 Alex Schumann <rubin@afternet.org>
3161
3162 * src/proto-p10.c: Added conf setting for extended_accounts for
3163 backward compatability with stock undernet ircd.
3164
3165 * x3.conf.example: Added conf setting for extended_accounts for
3166 backward compatability with stock undernet ircd.
3167
3168 2006-03-06 Alex Schumann <rubin@afternet.org>
3169
3170 * src/opserv.help: Added missing trace criteria to help,
3171 and fixed up a few other bits of help around that topic.
3172
3173 2006-01-16 Alex Schumann <rubin@afternet.org>
3174
3175 * src/tools.c: created an email valididty function
3176
3177 * src/nickserv.c: check valididty of email better
3178
3179 * src/sendmail.c: check validity of email better
3180
3181 2006-01-06 Alex Schumann <rubin@afternet.org>
3182
3183 * src/opserv.c: fix gtrace, trace, csearch and alerts to work when aliased
3184 to a different bot, eg chanserv, and to reply from the correct nickname.
3185 also a bunch of whitespace changes
3186
3187 * src/nickserv.c: begin work on making nickserv commands bind without
3188 responding from the wrong nick. also a bunch of whitespace changes
3189
3190 * src/hash.h: whitespace
3191
3192 * src/opserv.help: improved QUERY helpfile. (though command itself still
3193 has bugs)
3194
3195 2005-12-14 Alex Schumann <rubin@afternet.org>
3196
3197 * src/chanserv.help: added set bantimeout help
3198
3199 2005-11-08 Alex Schumann <rubin@afternet.org>
3200
3201 * src/modcmd.c: cleaned up tabs, added hack to display help on JOINER
3202 aliases properly.
3203
3204 * src/modcmd.help: Added note about escaping spaces to modcmd help.
3205
3206 * src/nickserv.help: Improved help files
3207
3208 * src/chanserv.help: Improved help files
3209
3210 2005-10-13 Alex Schumann <rubin@afternet.org>
3211
3212 * src/proto-p10.c: ignore remote /lusers
3213
3214 2005-09-13 Alex Schumann <rubin@afternet.org>
3215
3216 * src/global.c: Changed motd header style
3217
3218 * src/nickserv.help: Improved directions for getting and using
3219 accounts.
3220
3221 * src/chanserv.help: Improved directions for getting and using
3222 accounts.
3223
3224 2005-08-13 Alex Schumann <rubin@afternet.org>
3225
3226 * src/chanserv.c: Fixed a bug i created using masks in ,kick. Restored
3227 some *@* protection.
3228
3229 * src/tools.c: added function to detect an overmask (too general)
3230
3231 * src/common.h: added function to detect an overmask (too general)
3232
3233 2005-08-12 Alex Schumann <rubin@afternet.org>
3234
3235 * src/chanserv.c: Modified resync to work accourding to automode
3236 setting, and fixed a buffer overflow problem.
3237
3238 * src/chanserv.help: updated set automode and rsync help.
3239
3240 * src/nickserv.h: Added an autohide setting to nickserv/authserv that
3241 sets +x on AUTH.
3242
3243 * src/nickserv.c: Added an autohide setting to nickserv/authserv that
3244 sets +x on AUTH.
3245
3246 2005-08-12 Alex Schumann <rubin@afternet.org>
3247
3248 * src/chanserv.c: Cleanup. Added 'automode' channel setting in place
3249 of 'voice' setting. + Rewording setting help
3250
3251 * src/chanserv.h: Cleanup. Added 'automode' channel setting in place
3252 of 'voice' setting.
3253
3254 * src/chanserv.help: Added help for automode. + Rewording setting help
3255
3256 2005-08-11 Alex Schumann <rubin@afternet.org>
3257
3258 * src/proto-p10.c: added irc_umode() to send usermodes (Life4Christ)
3259
3260 * src/proto-bahumit.c: added irc_umode() to send usermodes, untested..
3261
3262 * src/proto.h: added irc_umode() to send usermodes (Life4Christ)
3263
3264 * src/nickserv.c: Added option to have authserv oper/admin people with
3265 opserv access. (Life4Christ)
3266
3267 * src/opserv.c: Added admin_level config option
3268
3269 * src/opserv.h: Added admin_level config option
3270
3271 2005-08-11 Alex Schumann <rubin@afternet.org>
3272
3273 * src/proto-p10.c: Avoid duplicating an oper in curr_opers (,staff
3274 command) when nef* bug sends the +o twice. ++fix bug in patch
3275
3276 2005-08-09 Alex Schumann <rubin@afternet.org>
3277
3278 * src/chanserv.c: Fixed banTimeout to actually remove the bans :)
3279
3280 2005-08-08 Alex Schumann <rubin@afternet.org>
3281
3282 * src/chanserv.c: Added banTimeout feature to .set
3283
3284 * src/chanserv.h: added banTimeout feature to .set
3285
3286 * src/recdb.c: Added some better error catching in database_get_data()
3287
3288 * src/proto-common.h: tabs
3289
3290 * x3.conf.example: added bantimeout to default set list, and ban
3291 timeout frequency config setting.
3292
3293 2005-08-04 Alex Schumann <rubin@afternet.org>
3294
3295 * src/chanserv.c: Changed kick protected message to one without %s or
3296 $b because the kick function doesnt support replacements.
3297
3298 * src/tools.c: fixed spelling error in comment.
3299
3300 2005-07-28 Alex Schumann <rubin@afternet.org>
3301
3302 * src/chanserv.c: fixed crash bug in 8ball (required params was off by
3303 one)
3304
3305 * src/proto-p10.c: Ignore wallusers (WU) tokens from server without
3306 whining.
3307
3308 2005-07-26 Alex Schumann <rubin@afternet.org>
3309
3310 * x3.conf.example: Updated from live afternet file and improved help
3311 and layout. Added vim directive to set syntax type.
3312
3313 * src/chanserv.c: ported x2's 8ball in, and improved it.
3314
3315 * src/math.c: Added osiris' hack to do_math for supporting
3316 2(10) and 2pi etc. Improved it to handle pi2 also.
3317
3318 * src/chanserv.help: updated 8ball help and added 'myaccess' to
3319 information help index.
3320
3321 2005-07-18 Alex Schumann <rubin@afternet.org>
3322
3323 * src/proto-p10.c: added +L awareness
3324
3325 * src/hash.h: added +L awareness
3326
3327 * src/chanserv.help: changed set ctcpreaction help
3328
3329 2005-07-18 Neil Spierling <sirvulcan@sirvulcan.co.nz>
3330
3331 * src/modcmd.h: Lets make some functions global.
3332
3333 * src/modcmd.c: Log hostmasks no matter what.
3334
3335 * src/log.c: Lookup commands if they are from OpServ in the log.
3336 If they match channel specific commands like OP, DEOP, etc then
3337 we will display them in a LAST command (assuming the person doing
3338 the LAST is an oper). Normal clients wont see commands that have
3339 been performed by OpServ.
3340
3341 2005-07-15 Alex Schumann <rubin@afternet.org>
3342
3343 * src/chanserv.c: Changed around ctcpreaction setting so it:
3344 a) doesnt crash.
3345 b) doesnt kick userlist members ever
3346 c) has only 1 setting needed to control it
3347 * src/chanserv.h: removed some old oplevel stuff.
3348
3349 2005-07-14 Alex Schumann <rubin@afternet.org>
3350
3351 * src/proto-p10.c: made it ignore EX, MK and PRIV tokens to
3352 remove errors from log. Fixed problem with missing break; in
3353 channel mode c parsing (reed).
3354
3355 * src/mod-memoserv.c: Improved memoserv 'you have notes' message.
3356
3357 * src/log.c: Changed channel log target to send PRIVMSG instead of
3358 NOTICE. (Ghozer)
3359
3360 2005-05-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
3361
3362 * configure: Regenerated.
3363
3364 * configure.in: Added checks for tgmath.h.
3365
3366 * src/chanserv.c: Added new command LAST, from X2. Similar to
3367 EVENTS except its file based. Bear in mind you dont have to use
3368 both. You can bind what you want to use. Commented out zoot_list
3369 as its not in use, just a warning fix.
3370
3371 * src/hash.c: Warning fix.
3372
3373 * src/log.h: Misc defines.
3374
3375 * src/log.c: Logging functions from X2.
3376
3377 * src/math.c: If tgmath.h doesnt exist then include some other
3378 files that contain the functions we require.
3379
3380 * src/modcmd.c: Added a small ctcp reply, gender.. like gnuworld X.
3381
3382 * src/proto-p10.c: Added chanserv.h #include to squash a small
3383 compile error. Made X3 understand MARK's to a small point. Fixed
3384 a small parsing bug with exempts.
3385
3386 2005-07-06 Alex Schumann <rubin@afternet.org>
3387
3388 * src/chanserv.c: Fixed a couple awkward looking outputs with userlist
3389
3390 * src/opserv.c: Fixed an awkward output of trace count etc.
3391
3392 2005-06-22 Alex Schumann <rubin@afternet.org>
3393 * src/chanserv.help: Improved DURATION help
3394
3395 * src/tools.c: Changed 'M' duration to 30 days (not 31) as its
3396 a better average.
3397
3398 2005-05-27 Alex Schumann <rubin@afternet.org>
3399
3400 * src/chanserv.c: Improved usability of register command, fixed
3401 unregister reply.
3402
3403 * src/chanserv.help: Improved usability of register command
3404
3405 2005-05-27 Alex Schumann <rubin@afternet.org>
3406
3407 * src/chanserv.c: Resync working now
3408
3409 2005-05-27 Reed Loden <reed@reedloden.com>
3410
3411 * src/chanserv.c: Fixed an incorrectly named message. Fixed some
3412 grammar issues in the message send to pending users. Fixed a
3413 problem with some of the resync code.
3414
3415 2005-05-27 Alex Schumann <rubin@afternet.org>
3416
3417 * src/chanserv.c: make pending add check if the person is already on
3418 the userlist before re-adding them (thx exec & reed for noticing this)
3419 Fix capitalisation of I in pending notice.
3420
3421 2005-05-18 Alex Schumann <rubin@afternet.org>
3422
3423 * src/modcmd.c: reed pointed out that modcmd non-command help wasnt
3424 working, and pointed me to the opserv helpfiles command, which shows
3425 what services search what help files. This fixes the help command to
3426 search that list as it should. Still need to modify the 'default'
3427 helpfile search bindigs because I dont think chanserv should respond
3428 to help from opserv's db, etc. See opserv's 'helpfiles' command.
3429
3430 * src/modcmd.help: clarified 'helpfiles' help.
3431
3432 2005-05-18 Alex Schumann <rubin@afternet.org>
3433
3434 * src/helpfile.c: make send_help() return true/false and not send
3435 errors so svccmd_send_help can 'take control' of things.
3436
3437 * src/modcmd.c: Fixed up the help system (again) / find aliased
3438 commands help if none exists. / Display no help for that command on
3439 commands (instead of topic)
3440
3441 * src/modcmd.h: Fixed up the help system (again)
3442
3443 * src/global.c: Fixed syntax display
3444
3445 * src/chanserv.help: Removed =---= formatting, fixed a few things.
3446 *spelling ++more spelling (thx reed)
3447
3448 * src/nickserv.help: Removed =---= formatting, fixed a few things.
3449 *spelling ++more spelling (thx reed)
3450
3451 * src/opserv.help: Removed =---= formatting, fixed a few things.
3452 ++spelling (thx reed)
3453
3454 * src/global.help: simplified index
3455
3456 * src/nickserv.c: Changed message users get when their email is
3457 already used for an account, fixed syntax help
3458
3459 * src/opserv.c: fixed syntax help
3460
3461 2005-05-16 Alex Schumann <rubin@afternet.org>
3462
3463 * src/chanserv.help: Fixed a couple ban/lamer conversions i missed in
3464 the help file.
3465
3466 2005-05-04 Alex Schumann <rubin@afternet.org>
3467
3468 * src/modcmd.c: added a 'rebindall' command to assist with
3469 upgrades and changes which change command bindings.
3470
3471 * src/modcmd.help: modified help to reflect above
3472
3473 * src/opserv.help: modified help to reflect above
3474
3475 * src/chanserv.c: changed addban, addtimedban, delban, bans etc
3476 to addlamer, dellamer, addtimedlamer, lamers to reduce confusion
3477 between channel bans (+b) and x3 remembered bans (lamers)
3478
3479 * src/chanserv.help: modified help to reflect above
3480
3481 * UPGRADE: added use of rebindall to upgrade instructions
3482
3483 2005-05-04 Alex Schumann <rubin@afternet.org>
3484
3485 * src/chanserv.c: added an 'adduser pending' feature, where if
3486 someone isn't authed x3 will ask them to /auth or register, and then
3487 automatically finish adding them to the channel when they do.
3488 Fixed email bug with adduser pending
3489
3490 * src/chanserv.h: adduser pending
3491
3492 * src/hash.c: adduser pending
3493
3494 * src/hash.h: adduser pending, and increased maxbans to 128 from 45.
3495
3496 * src/nickserv.c: adduser pending cleanup and activation code,
3497 Arch sync (Avoid losing channel information when
3498 replacing an account using the mergedb command.)
3499
3500 * src/proto-p10.c: adduser pending cleanup code
3501
3502 * src/nickserv.help: improved set and register help
3503
3504 2005-05-04 Alex Schumann <rubin@afternet.org>
3505
3506 * src/chanserv.c: changed uset noautoop to uset autoop (removed double
3507 negitive). Added set voice to provide control over use of voice.
3508 Implimented a basic chanserv db version control system for upgrading
3509 seamlessly.
3510
3511 * src/chanserv.help: adjusted help to reflect voice and uset autoop
3512 changes.
3513
3514 * src/hash.h: updated ssz comment from z to Z
3515
3516 * src/modcmd.help: rewrote BIND help
3517
3518 * src/proto-p10.c: Added Z (sslonly) support back in
3519
3520 * UPGRADE: created file to document upgrading procedures
3521
3522 2005-04-23 Alex Schumann <rubin@afternet.org>
3523 * src/chanserv.c: removed settings: oplevel, halfoplevel, and
3524 voicelevel, hard coding them to OP, HALFOP, and PEON. Changed
3525 topicmask to be an on or off setting, uninfluenced by enftopic.
3526 Added feature to use mask on /topic in addition to ,topic sets.
3527 Removed special consideration for ircops in protect_user()
3528
3529 * src/chanserv.help: updated documentation to reflect the new and
3530 much simpler topicmask feature, and removed op/voice levels.
3531
3532 * src/nickserv.c: added tailing 'end of' line for accountinfo
3533 for non-opers too.
3534
3535 * src/modcmd.c: tweaked alias notification for help and breef help.
3536
3537 2005-04-20 Alex Schumann <rubin@afternet.org>
3538
3539 * src/proto-common.c: removing +d. needs to be a config option
3540 or something.
3541
3542 * src/nickserv.help: modified main help reply of authserv
3543
3544 * src/nickserv.c: added title, epithet, and fakehost to oset listing
3545
3546 * src/modcmd.c: fixed up auto-help & alias command handling. Needs
3547 totally redesigned though.
3548
3549 2005-04-15 Alex Schumann <rubin@afternet.org>
3550
3551 * src/proto-common.c: Temp fix for x3 not seeing -hv modes being set
3552 at the same time. The whole block needs to be if/else instead of
3553 switch though, to be cleaner.
3554
3555 * src/nickserv.help: added fakehost and title options to help oset.
3556
3557 * src/nickserv.c: removed 'style' setting. (was not being used in
3558 code anyway)
3559
3560 2005-04-04 Neil Spierling <sirvulcan@sirvulcan.co.nz>
3561
3562 * src/proto-p10.c: Reinstated +d usermode.
3563
3564 2005-03-30 Alex Schumann <rubin@afternet.org>
3565
3566 * src/chanserv.c: Fixed unban.
3567
3568 * x3.conf.example: added note in snoop config that improper
3569 setting for bots nick will cause segfault.
3570
3571 2005-03-22 Alex Schumann <rubin@afternet.org>
3572
3573 * x3.conf.example: added sethost/fakehost settings to conf
3574
3575 2005-03-19 Alex Schumann <rubin@afternet.org>
3576
3577 * chanserv.c: Changed style of command outputs, added userlevel back
3578 to users list.
3579
3580 * opserv.c: Changed style of command outputs, removed warn feature
3581
3582 * tools.c: shortened duration string lengths
3583
3584 * main.c: shortened duration string lengths
3585
3586 * sendmail.c: Changed style of stats email
3587
3588 2005-03-18 Alex Schumann <rubin@afternet.org>
3589
3590 * Changed breef to brief...
3591
3592 * chanserv.c: Changed to access level names instead of numbers.
3593
3594 2005-03-17 Alex Schumann <rubin@afternet.org>
3595
3596
3597 * src/opserv.c: Improved readability of trace print output
3598
3599 * src/chanserv.c: Improved cmd_list_users output & cleaned it up
3600 a little.
3601
3602 * src/helpfile.c: Improved table_send readability (used in lots
3603 of listings including users and stats network etc)
3604
3605 2005-03-15 Alex Schumann <rubin@afternet.org>
3606
3607 * src/chanserv.c: Improved some syntax error reporting for commands
3608
3609 * src/helpfile.c: Added a 'breef' help function
3610
3611 * src/helpfile.h: Added a 'breef' help function
3612
3613 * src/main.c: Improved some syntax error reporting for commands
3614
3615 * src/modcmd.c: Improved some syntax error reporting for commands
3616
3617 * src/modcmd.h: Improved some syntax error reporting for commands
3618
3619 2005-03-15 Reed Loden <reed@reedloden.com>
3620
3621 * Synchronization with srvx--devo--1.3--patch-19.
3622
3623 2005-03-12 Alex Schumann <rubin@afternet.org>
3624
3625 * src/common.h, src/opserv.h: more SRVX->X3 fixes
3626
3627 * opserv.c: fixed SRVX defines to X3
3628
3629 * src/nickserv.c: Applied patch to bring up to date with
3630 local uncommitted changes on afternets srvx2 tree. improved
3631 cookie gen code and removed /play from cookie messages.
3632
3633 * src/all, src/Makefile*, Makefile.in: changed srvx to x3 in a
3634 bunch more places.
3635
3636 2005-03-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
3637
3638 * nickserv.help: Added odelcookie section.
3639
3640 * src/nickserv.c: Added odelcookie for deleting auth cookies and email
3641 cookies.
3642
3643 * src/md5.c: Cleaned up compile warnings.
3644
3645 * src/nickserv.help: Added odelcookie section.
3646
3647 ***********************************************************************/
3648
3649 #define CVS_VERSION "$Id$"
3650