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