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