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