]> jfr.im git - irc/evilnet/x3.git/blame - ChangeLog
add extra parameter to exit_func
[irc/evilnet/x3.git] / ChangeLog
CommitLineData
2f61d1d7 1/***********************************************************************
ca3486a2 2X3 ChangeLog
9c88eebe 3
30874d66 42009-11-26 Henrik Stuart <evilnet@hstuart.dk>
5
6 * src/common.h src/main-common.c: add extra parameter to reg_exit_func and
7 exit_func_t.
8
9 * src/proto-p10.c src/mod-qserver.c src/chanserv.c src/mod-snoop.c
10 src/hash.c src/helpfile.c src/gline.c src/global.c src/mod-helpserv.c
11 src/opserv.c src/timeq.c src/saxdb.c src/modcmd.c src/saxdb.h
12 src/mod-sockcheck.c src/shun.c src/mod-python.c src/spamserv.c
13 src/mail-common.c src/mod-memoserv.c src/mod-track.c src/log.c src/ioset.c
14 src/nickserv.c src/main.c src/sar.c: collateral evolution fixes due to
15 exit_func change.
16
62a2e0a9 172009-11-26 Henrik Stuart <evilnet@hstuart.dk>
18
19 * src/proto-common.c: fix typo in malloc variable name.
20
d77556d0 212009-11-26 Henrik Stuart <evilnet@hstuart.dk>
22
23 * src/modcmd.h src/modcmd.c: add extra parameter to reg_svccmd_unbind_func
24 and svccmd_unbind_func_t.
25
26 * src/chanserv.c: collateral evolution fixes due to svccmd_unbind_func
27 change.
28
f14b32b8 292009-11-24 Henrik Stuart <evilnet@hstuart.dk>
30
31 * src/proto.h src/proto-common.c: add extra parameter to
32 reg_mode_change_func and mode_change_func_t.
33
34 * src/chanserv.c: collateral evolution fixes due to mode_change_func
35 change.
36
974d3831 372009-11-24 Henrik Stuart <evilnet@hstuart.dk>
38
39 * src/nickserv.h src/nickserv.c: add extra parameter to reg_unreg_func and
40 unreg_func_t.
41
42 * src/chanserv.c src/mod-helpserv.c src/mod-memoserv.c: collateral
43 evolution fixes due to unreg_func change.
44
81ac4787 452009-11-24 Henrik Stuart <evilnet@hstuart.dk>
46
47 * src/nickserv.h src/nickserv.c: add extra parameter to reg_auth_func and
48 auth_func_t.
49
50 * src/chanserv.c src/mod-snoop.c src/global.c src/mod-helpserv.c
51 src/opserv.c src/mod-memoserv.c src/mod-track.c: collateral evolution
52 fixes due to auth_func change.
53
3a196bdb 542009-11-24 Henrik Stuart <evilnet@hstuart.dk>
55
56 * src/nickserv.h src/proto-common.c: add extra parameter to
57 reg_user_mode_func and user_mode_func_t.
58
59 * src/mod-snoop.c src/mod-track.c: collateral evolution fixes due to
60 user_mode_func change.
61
ee8c50bd 622009-11-24 Henrik Stuart <evilnet@hstuart.dk>
63
64 * src/nickserv.h src/proto-common.c: add extra parameter to
65 reg_channel_mode_func and channel_mode_func_t.
66
67 * src/chanserv.c src/mod-snoop.c src/mod-track.c: collateral evolution
68 fixes due to channel_mode_func change.
69
91667658 702009-11-24 Henrik Stuart <evilnet@hstuart.dk>
71
72 * src/hash.c src/hash.h: add extra parameter to reg_kick_func and
73 kick_func_t.
74
75 * src/chanserv.c src/mod-snoop.c src/mod-track.c: collateral evolution
76 fixes due to kick_func change.
77
63637aea 782009-11-24 Henrik Stuart <evilnet@hstuart.dk>
79
80 * src/hash.c src/hash.h: add extra parameter to reg_part_func,
81 unreg_part_func, and part_func_t.
82
83 * src/chanserv.c src/mod-snoop.c src/mod-helpserv.c src/spamserv.c
84 src/mod-track.c: collateral evolution fixes due to part_func change.
85
862009-11-24 Henrik Stuart <evilnet@hstuart.dk>
1898d8ea 87
88 * src/hash.c src/hash.h: add extra parameter to reg_del_channel_func and
89 del_channel_func_t.
90
91 * src/opserv.c src/proto-p10.c: collateral evolution fixes due to
92 del_channel_func change.
93
736517fb 942009-11-23 Matthew Beeching <jobe@mdbnet.co.uk>
95
96 * src/nickserv.c: Removed 2 nonsensical spaces in
97 *NickServ.accountinfo output for "Karma"
98
2693aadd 992009-11-22 Matthew Beeching <jobe@mdbnet.co.uk>
100
101 * src/nickserv.c: Fix for bug allowing the use of odelcookie
102 to result in an account's password changing when it shouldn't.
103
29545775 1042009-11-22 Matthew Beeching <jobe@mdbnet.co.uk>
105
106 * src/nickserv.c: Added fix for LDAP password not being updated
107 on odelcookie where account password is changed anyway.
108
f3aff201 1092009-11-21 Matthew Beeching <jobe@mdbnet.co.uk>
110
111 * src/x3ldap.c: Updated OpServ level in LDAP feature to remove
112 the attribute when 0 instead of setting it to 0
113
114 * src/x3ldap.h: Updated OpServ level in LDAP feature to remove
115 the attribute when 0 instead of setting it to 0
116
117 * src/nickserv.c: Updated OpServ level in LDAP feature to remove
118 the attribute when 0 instead of setting it to 0
119
75fcdcad 1202009-11-21 Matthew Beeching <jobe@mdbnet.co.uk>
121
122 * src/x3ldap.c: Fix for bug allowing accounts in LDAP to
123 authenticate to unactivated accounts.
124
125 * src/nickserv.c: Fix for bug allowing accounts in LDAP to
126 authenticate to unactivated accounts.
127
ba4b4d51 1282009-11-16 Matthew Beeching <jobe@mdbnet.co.uk>
129
130 * src/proto-p10.c: Added support for MARK SSLCLIFP.
131
132 * src/hash.h: Added support for MARK SSLCLIFP.
133
134 * src/opserv.c: Added SSLCLIFP mark to cmd_whois.
135
2dddcd74 1362009-11-16 Matthew Beeching <jobe@mdbnet.co.uk>
137
138 * src/nickserv.c: Fix for crash in cmd_oregister due to incorrect
139 parameter counts.
140
85e88703 1412009-11-15 Matthew Beeching <jobe@mdbnet.co.uk>
142
143 * src/hosthiding.c: Fix for crash bug in make_virthost() when host
144 name doesnt have a '.' in it.
145
63c0b8ad 1462009-11-15 Henrik Stuart <evilnet@hstuart.dk>
147
148 * src/hash.c: fix variable set for registering nick change functions.
149
50c7ed1b 1502009-11-14 Matthew Beeching <jobe@mdbnet.co.uk>
151
152 * src/nickserv.c: Fix for bug #2869968 (*NickServ.oregister allowing
153 invalid handles)
154
157ce145 1552009-11-01 Henrik Stuart <evilnet@hstuart.dk>
156
157 * src/hash.h src/hash.c: add extra parameter to new_channel_func_t and
158 reg_new_channel_func.
159
160 * src/chanserv.c src/opserv.c: add extra NULL argument/parameter to
161 reflect change in hash.
162
50dafce8 1632009-11-01 Henrik Stuart <evilnet@hstuart.dk>
164
165 * src/nickserv.h src/nickserv.c: add extra parameter to
166 handle_merge_func_t and reg_handle_merge_func.
167
168 * src/mod-helpserv.c: add extra NULL argument/parameter to reflect change
169 in nickserv.
170
99c332f8 1712009-11-01 Henrik Stuart <evilnet@hstuart.dk>
172
173 * src/nickserv.h src/nickserv.c: add extra parameter to allowauth_func_t
174 and reg_allowauth_func.
175
176 * src/mod-helpserv.c: add extra NULL argument/parameter to reflect change
177 in nickserv.
178
c8b793cb 1792009-11-01 Henrik Stuart <evilnet@hstuart.dk>
180
181 * src/nickserv.h src/nickserv.c: add extra parameter to failpw_func_t and
182 reg_failpw_func.
183
184 * src/mod-helpserv.c: add extra NULL argument/parameter to reflect change
185 in nickserv.
186
5a2c7cf6 1872009-11-01 Henrik Stuart <evilnet@hstuart.dk>
188
189 * src/hash.h src/hash.c: add extra parameter to topic_func_t and
190 reg_topic_func.
191
192 * src/chanserv.c src/mod-python.c: add extra NULL argument/parameter to
193 reflect change in hash.
194
1c14af0b 1952009-11-01 Henrik Stuart <evilnet@hstuart.dk>
196
197 * src/proto.h src/proto-common.c: add extra parameter to chanmsg_func_t
198 and reg_chanmsg_func.
199
200 * src/chanserv.c src/modcmd.c: add extra NULL argument/parameter to
201 reflect change in proto.
202
3070719a 2032009-10-31 Henrik Stuart <evilnet@hstuart.dk>
204
205 * src/nickserv.h src/nickserv.c: add extra parameter to
206 handle_rename_func_t and reg_handle_rename func.
207
208 * src/chanserv.c src/mod-helpserv.c src/mod-memoserv.c: add extra NULL
209 argument/parameter to reflect change in nickserv.
210
2732298d 2112009-10-30 Henrik Stuart <evilnet@hstuart.dk>
212
213 * src/mod-snoop.c src/mod-helpserv.c src/mod-sockcheck.c src/mod-track.c:
214 fix missed NULL argument/parameter additions from earlier commits.
215
fb38e2bc 2162009-10-30 Henrik Stuart <evilnet@hstuart.dk>
217
218 * src/hash.h src/hash.c: add extra parameter to join_func_t and
219 reg_join_func.
220
221 * src/chanserv.c src/opserv.c src/mod-python.c src/spamserv.c: add extra
222 NULL argument/parameter to reflect change in hash.
223
63189c10 2242009-10-30 Henrik Stuart <evilnet@hstuart.dk>
225
226 * src/hash.h src/hash.c: add extra parameter to nick_change_func_t and
227 reg_nick_change_func. Also fix memory leaks from not freeing extras lists
228 for some callback routines.
229
230 * src/chanserv.c src/opserv.c src/mod-python.c src/spamserv.c
231 src/nickserv.c src/modcmd.c: add extra NULL argument/parameter to reflect
232 change in hash.
233
234 * src/proto-p10.c: fix logic for calling call_new_user_funcs.
235
e9b00805 2362009-10-30 Henrik Stuart <evilnet@hstuart.dk>
237
238 * src/proto.h: add extra parameter to reg_oper_func and oper_func_t.
239
240 * src/global.c: add extra NULL argument parameter to reflect changes.
241
242 * src/proto-common.c: add extra parameter to implementation of
243 reg_oper_func and reflect the extra parameter in call_oper_funcs.
244
245 * src/proto-p10.c: free storage for extra parameters.
246
a6bcc929 2472009-10-28 Henrik Stuart <evilnet@hstuart.dk>
248
249 * src/hash.h src/hash.c: add extra parameter to del_user_func_t,
250 reg_del_user_func, and unreg_del_user_func. Add new call_del_user_funcs
251 function to abstract hash internals from outside callers.
252
253 * src/opserv.c src/mod-python.c src/spamserv.c src/nickserv.c: add extra
254 NULL argument(parameter to reflect change in hash.
255
256 * src/proto-p10.c: use call_del_user_funcs instead of interfacing with
257 hash.c internals directly. Remove unused code due to this change.
258
259 * src/proto-common.c: remove reference to hash internals.
260
35ea100f 2612009-10-28 Matthew Beeching <jobe@mdbnet.co.uk>
262
263 * src/x3ldap.c: Added ldap_do_oslevel() to set OpServ access level in
264 LDAP.
265
266 * src/x3ldap.h: Added ldap_do_oslevel() to set OpServ access level in
267 LDAP.
268
269 * src/nickserv.c: Added configuration option for OpServ access level
270 LDAP attribute name and call to ldap_do_oslevel() on access level
271 change.
272
273 * src/nickserv.h: Added configuration option for OpServ access level
274 LDAP attribute name.
275
276 * x3.conf.example: Added configuration option for OpServ access level
277 LDAP attribute name.
278
f0fb2e2d 2792009-10-27 Henrik Stuart <evilnet@hstuart.dk>
280
281 * src/hash.h src/hash.c: add extra parameter to new_user_func_t and
282 reg_new_user_func. Add new call_new_user_funcs function to abstract hash
283 internals from outside callers.
284
285 * src/proto-p10.c: use call_new_user_funcs instead of interfacing with
286 hash.c internals directly. Remove unused code due to this change.
287
288 * src/global.c src/opserv.c src/mod-python.c src/spamserv.c
289 src/nickserv.c: add extra NULL argument/parameter to reflect change in
290 hash.
291
292 * src/proto-common.c: remove reference to hash internals.
293
9d59f196 2942009-10-27 Henrik Stuart <evilnet@hstuart.dk>
295
296 * src/hash.h: add extra parameter to server_link_func_t and
f0fb2e2d 297 reg_server_link_func. Add new call_server_link_funcs function to abstract
9d59f196 298 hash internals from outside callers.
299
300 * src/proto-p10.c: call call_server_link_funcs rather than interfacing
301 directly with hash.c internals.
302
303 * src/chanserv.c: add extra NULL-argument/parameter to server link
304 handler.
305
306 * src/hash.c: add extra parameter to reg_server_link_func and introduce
307 call_server_link_funcs to shield external callers from the functionality.
308
309 * src/proto-common.c: remove extern definitions for the hash.c structures
310 for the server link callback structure.
311
312 * src/mod-python.c: add extra NULL-argument/parameter to server link
313 handler.
314
44960d6c 3152009-10-27 Henrik Stuart <evilnet@hstuart.dk>
316
317 * src/mod-python.c: remove unused code.
318
0ad6b4a5 3192009-10-27 Henrik Stuart <evilnet@hstuart.dk>
320
321 * src/nickserv.c: marked cmd possibly unused to silence warning.
322
6ae87c77 3232009-10-27 Henrik Stuart <evilnet@hstuart.dk>
324
325 * src/nickserv.h: make auto_oper_privs and auto_admin_privs const.
326
327 * src/proto.h: make privs const in irc_raw_privs.
328
329 * src/proto-p10.c: make privs const in irc_raw_privs.
330
3312009-10-27 Henrik Stuart <evilnet@hstuart.dk>
d5182ae2 332
333 * src/global.c: remove unused code.
334
69517d70 3352009-10-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
336
337 * src/nickserv.c: Send privs out when auto opering clients. These are
338 controlled for now via auto_oper_privs/auto_admin_privs in the nickserv
339 section within x3.conf. In the future we will look at account specific
340 privs.
341
342 * src/proto.h: Added irc_raw_privs and client_modify_priv_by_name.
343
344 * src/proto-p10.c: Added irc_raw_privs.
345
346 * src/tools.c: Added R extended ban.
347
43b43d56 3482009-10-12 Henrik Stuart <evilnet@hstuart.dk>
349
350 * src/mod-python.c: add python_handle_topic and refactor
351 emb_get_channel.
352
353 * src/plugins/__init__.py: add empty topic handler function to
354 Plugin class.
355
356 * src/modpython.py: add topic handler function.
357
9c7f11c2 3582009-10-12 Henrik Stuart <evilnet@hstuart.dk>
359
360 * src/mod-python.c: add python_handle_del_user.
361
362 * src/plugins/__init__.py: add empty del_user handler function to
363 Plugin class.
364
365 * src/modpython.py: add del_user handler function.
366
0a585d7e 3672009-10-12 Henrik Stuart <evilnet@hstuart.dk>
368
369 * src/mod-python.c: refactor python_handle_nick_change.
370
371 * src/plugins/__init__.py: add empty nick_change handler function to
372 Plugin class.
373
374 * src/modpython.py: refactor nick_change to use new plugin
375 system.
376
30814f13 3772009-10-12 Henrik Stuart <evilnet@hstuart.dk>
378
379 * src/plugins/__init__.py: refactor plugin instantiation logic.
380
c9b009fe 3812009-10-12 Henrik Stuart <evilnet@hstuart.dk>
382
383 * src/mod-python.c: refactor python_handle_new_user.
384
385 * src/modpython.py: refactor new_user handler to use new plugin
386 system.
387
388 * src/plugins/__init__.py: add empty new_user handler function to
389 Plugin class.
390
1ad8c8df 3912009-10-12 Henrik Stuart <evilnet@hstuart.dk>
392
393 * src/mod-python.c: refactor python_handle_server_link to be more
394 Pythonic.
395
396 * src/modpython.py: rename old plugins class to plugins_ and use a
397 more general plugin system.
398
399 * src/plugins/__init__.py: extend with plugin base-class and
400 recursive plugin load logic.
401
94a73df0 4022009-10-12 Henrik Stuart <evilnet@hstuart.dk>
403
404 * src/mod-python.c: add emb_service_register function.
405
1e7b511d 4062009-10-12 Henrik Stuart <evilnet@hstuart.dk>
407
408 * src/mod-python.c: add emb_adduser function.
409
7304cfdc 4102009-10-12 Henrik Stuart <evilnet@hstuart.dk>
411
412 * src/mod-python.c: add emb_svsjoin function.
413
f20f0ab5 4142009-10-12 Henrik Stuart <evilnet@hstuart.dk>
415
416 * src/mod-python.c: add emb_svsquit function.
417
418 * src/proto.h: observe proper const-ness in irc_svsquit function.
419
420 * src/proto-p10.c: observe proper const-ness in irc_svsquit function.
421
15df606d 4222009-10-12 Henrik Stuart <evilnet@hstuart.dk>
423
424 * src/mod-python.c: add emb_svsnick function.
425
5661f28e 4262009-10-12 Henrik Stuart <evilnet@hstuart.dk>
427
428 * src/mod-python.c: refactor doc-strings for extension methods to separate
429 variables. Minor code changes that modify function return values/types to
430 be more uniform.
431
86d0ebc4 4322009-10-12 Henrik Stuart <evilnet@hstuart.dk>
433
434 * src/mod-python.c: add emb_fakehost function.
435
26d745b2 4362009-10-12 Henrik Stuart <evilnet@hstuart.dk>
437
438 * src/mod-python.c: add emb_user_mode function.
439
b778caa0 4402009-10-12 Henrik Stuart <evilnet@hstuart.dk>
441
442 * src/mod-python.c: add emb_channel_mode function.
443
8d455e8b 4442009-10-11 Henrik Stuart <evilnet@hstuart.dk>
445
446 * src/mod-python.c: remember to increase reference count of Py_None.
447
749f0565 4482009-10-11 Henrik Stuart <evilnet@hstuart.dk>
449
450 * src/mod-python.c: add emb_kick function.
451
2bee6a6e 4522009-10-11 Henrik Stuart <evilnet@hstuart.dk>
453
454 * src/mod-python.c: add emb_get_config function.
455
3f218269 4562009-10-09 Henrik Stuart <evilnet@hstuart.dk>
457
458 * src/mod-python.c: add emb_timeq_del function.
459
8f206d22 4602009-10-09 Henrik Stuart <evilnet@hstuart.dk>
461
462 * src/mod-python.c: add emb_timeq_add function.
463
4642009-10-07 Henrik Stuart <evilnet@hstuart.dk>
b39754f7 465
466 * src/mod-python.c: refactor dict_t construction logic.
467
c9f7b679 4682009-10-07 Henrik Stuart <evilnet@hstuart.dk>
469
470 * src/mod-python.c: improve error logic for emb_get_channel.
471
92fb809b 4722009-10-06 Henrik Stuart <evilnet@hstuart.dk>
473
474 * src/mod-python.c: refactor modeList conversion into separate function.
475
ee6f1c82 4762009-10-06 Henrik Stuart <evilnet@hstuart.dk>
477
478 * src/mod-python.c: refactor out common error cleanup logic.
479
39d37f27 4802009-10-06 Henrik Stuart <evilnet@hstuart.dk>
481
482 * src/mod-python.c: add emb_get_accounts function and refactor some
483 common logic into a single routine.
484
485 * src/nickserv.h src/nickserv.c: make nickserv_handle_dict externally
486 available.
487
0076604e 4882009-10-06 Henrik Stuart <evilnet@hstuart.dk>
489
490 * src/mod-python.c: add emb_kill function.
491
82089e3f 4922009-10-06 Henrik Stuart <evilnet@hstuart.dk>
493
494 * src/mod-python.c: improve error logic for pyobj_from_usernode.
495
318ec177 4962009-10-06 Henrik Stuart <evilnet@hstuart.dk>
497
498 * src/mod-python.c: improve error logic for emb_get_servers.
499
d12756d7 5002009-10-06 Henrik Stuart <evilnet@hstuart.dk>
501
502 * src/mod-python.c: improve error logic for emb_get_channels.
503
5345ea76 5042009-10-06 Henrik Stuart <evilnet@hstuart.dk>
505
506 * src/mod-python.c: improve error logic for emb_get_users.
507
d8f8d3b6 5082009-10-06 Henrik Stuart <evilnet@hstuart.dk>
509
510 * src/mod-python.c: add emb_get_server function and require P10.
511
dcc1df5e 5122009-10-06 Henrik Stuart <evilnet@hstuart.dk>
513
514 * src/mod-python.c: add emb_get_servers function.
515
f0e11521 5162009-10-06 Henrik Stuart <evilnet@hstuart.dk>
517
518 * src/mod-python.c: fix a bunch of typos
519
cc0b2b7f 5202009-10-05 Henrik Stuart <evilnet@hstuart.dk>
521
522 * src/mod-python.c: add emb_get_channels function.
523
6d94ce8b 5242009-10-05 Henrik Stuart <evilnet@hstuart.dk>
525
526 * src/mod-python.c: add emb_get_users function.
527
5b2b1df2 5282009-10-05 Henrik Stuart <evilnet@hstuart.dk>
529
530 * src/mod-python.c: raise exception on failure in emb_get_account.
531
3f24e818 5322009-10-05 Henrik Stuart <evilnet@hstuart.dk>
533
534 * src/mod-python.c: raise exception on unknown channel in emb_get_channel
535
66f68f65 5362009-10-05 Henrik Stuart <evilnet@hstuart.dk>
537
538 * src/mod-python.c: make emb_send_target_notice more resilient toward
539 erroneous input and raise exceptions on failures.
540
e7af1e12 5412009-10-05 Henrik Stuart <evilnet@hstuart.dk>
542
543 * src/mod-python.c: make emb_send_target_privmsg more resilient toward
544 erroneous input and raise exceptions on failures.
545
a957511b 5462009-10-05 Henrik Stuart <evilnet@hstuart.dk>
547
548 * src/mod-python.c: make emb_dump raise exception on failure.
549
54d2fd3d 5502009-10-05 Henrik Stuart <evilnet@hstuart.dk>
551
552 * src/mod-python.c: set exception on error path in emb_get_user.
553
bfdfd1c3 5542009-10-05 Henrik Stuart <evilnet@hstuart.dk>
555
556 * src/mod-python.c: extract userNode to Python dictionary conversion for
557 future use in handlers.
558
bc2f52df 5592009-10-05 Henrik Stuart <evilnet@hstuart.dk>
560
561 * src/mod-python.c: do not leak handler objects
562
ed8d873c 5632009-10-05 Henrik Stuart <evilnet@hstuart.dk>
564
565 * src/mod-python.c: add support for specifying main module in x3.conf
566
50d61a79 5672009-10-05 Henrik Stuart <evilnet@hstuart.dk>
568
569 * src/mod-python.c: Expose Python services module as _svc to follow normal
570 Python naming conventions for C extensions.
571
14897e8c 5722009-10-05 Henrik Stuart <evilnet@hstuart.dk>
573
574 * src/mod-python.c: Remove unused function.
575
46f628b1 5762009-10-05 Henrik Stuart <evilnet@hstuart.dk>
577
578 * src/mod-python.c: Generalise cmd_run to handle arbitrary statements.
579
8994c9a1 5802009-10-05 Henrik Stuart <evilnet@hstuart.dk>
581
582 * src/main-common.c: Initialise opserv before other services.
583
1ccb8f6e 5842009-09-22 Neil Spierling <sirvulcan@sirvulcan.co.nz>
585
586 * Srvx sync. Author: Michael Poole.
587
588 * src/recdb.c (explain_failure): When MAIN_LOG is NULL, report to stderr.
589
57fdf922 5902009-09-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
591
592 * Srvx sync. Author: Michael Poole.
593
594 * src/chanserv.c (handle_part): Allow the current user to be considered for
595 channels other than the channel being /part'ed.
596
597 * src/modcmd.c (modcmd_saxdb_write): Write bot modes to the database.
598 (modcmd_load_bots): Read them out and use them.
599
600 * src/opserv.c (cmd_whois): Use irc_user_mode_chars() here too.
601
602 * src/opserv.help (INVITE): Document this command.
603
604 * src/proto.h (irc_user_modes): Declare.
605 (irc_user_mode_chars): Likewise.
606
607 * src/proto-common.c (irc_user_modes): Define.
608
609 * src/proto-p10.c (irc_user_mode_chars): Define.
610 (irc_user): Use irc_user_mode_chars() instead of open-coding it.
611
7b3aa3a8 6122009-08-21 Matthew Beeching <jobe@mdbnet.co.uk>
613
614 * src/nickserv.c: Fix for a crash bug when using LOC with LDAP
615 where LDAP account exists and AuthServ account does not
616
5a61e83f 6172009-08-20 Matthew Beeching <jobe@mdbnet.co.uk>
618
619 * src/opserv.help: Fixed a typo in ROUTING EXAMPLE
620
72971fc8 6212009-08-17 Matthew Beeching <jobe@mdbnet.co.uk>
622
623 * src/nickserv.c: Added NSMSG_RECLAIM_HOWTO describing how to
624 AUTH when warned that the nick being used is registered
625
53b62ed9 6262009-08-11 Matthew Beeching <jobe@mdbnet.co.uk>
627
628 * src/proto.h: Added declaration fo irc_privmsg_user
629
630 * src/opserv.c: Added privmsg and notice trace actions
631
632 * src/opserv.help: Added privmsg and notice trace actions
633
6342009-08-11 Matthew Beeching <jobe@mdbnet.co.uk>
4b2dcc0d 635
636 * src/proto-p10.c: ignore SPAMFILTER messages
637
e9df2b7d 6382009-08-11 Neil Spierling <sirvulcan@sirvulcan.co.nz>
639
640 * Srvx sync. Author: Michael Poole.
641
642 * configure.in: (HAVE_SOCKADDR_SA_LEN): Define to a non-empty value
643 (specifically, 1).
644 (HAVE_STRUCT_ADDRINFO): Likewise.
645
646 * src/ioset-kevent.c (ioset_kevent_add): Never try to use EV_DELETE, because
647 that can make kevent() return -1/ENOENT.
648 (ioset_kevent_update): We need to try to EV_DELETE here instead.
649 (ioset_kevent_loop): Do not bail if kevent() just returns -1/EINTR.
650
651 * src/Makefile.am (EXTRA_x3_SOURCES): Include mod-blacklist.c.
652
653 * src/sar.c (ipv4_pton): Set the sockaddr length field when it exists.
654 (ipv6_pton): Likewise.
655
18c739ab 6562009-08-11 Matthew Beeching <jobe@mdbnet.co.uk>
412ba860 657
658 * src/proto-common.c: Fix to allow trigger (in channel) commands
659 to work in unregistered channels
660
63e4abc0 6612009-07-30 Matthew Beeching <jobe@mdbnet.co.uk>
662
663 * src/sar.c: Fix for typo in previous commit
664
d6a00e9a 6652009-07-30 Neil Spierling <sirvulcan@sirvulcan.co.nz>
666
667 * src/sar.c: Commented out an warning message.
668
fe08d345 6692009-07-29 Matthew Beeching <jobe@mdbnet.co.uk>
670
671 * src/nickserv.c: Fix for minor auth bug
672
bb869923 6732009-07-23 Matthew Beeching <jobe@mdbnet.co.uk>
674
675 * src/nickserv.help: Minor spelling correction
676
e7fe8840 6772009-07-18 Matthew Beeching <jobe@mdbnet.co.uk>
678
679 * src/nickserv.c: Fix for NickServ AUTH bug with only password
680 being supplied
681
393a3e56 6822009-07-16 Matthew Beeching <jobe@mdbnet.co.uk>
683
684 * src/nickserv.c: Added support for NickServ with LDAP enabled
685
38c4bf0a 6862009-07-15 Neil Spierling <sirvulcan@sirvulcan.co.nz>
687
688 * src/chanserv.c: Crash fix with the spin command for hosts with
689 a long length.
690
aa8c38ad 6912009-07-05 Matthew Beeching <jobe@mdbnet.co.uk>
692
693 * src/chanserv.c: Fix for crash on ChanServ.UNSUSPEND
694
9ceee393
J
6952009-06-27 Matthew Beeching <jobe@mdbnet.co.uk>
696
697 * src/modcmd.c: Fix for bug #2813183
698
995043b4 6992009-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
700
701 * src/chanserv.c: Removed lastmod from gline and shun. (from the
702 srvx merge)
703
704 * src/gline.c: Removed lastmod from gline and shun. (from the srvx
705 merge)
706
707 * src/gline.h: Removed lastmod from gline and shun. (from the srvx
708 merge)
709
710 * src/mod-blacklist.c: Removed lastmod from gline and shun. (from
711 the srvx merge)
712
713 * src/mod-sockcheck.c: Removed lastmod from gline and shun. (from
714 the srvx merge)
715
716 * src/opserv.c: Removed lastmod from gline and shun. (from the srvx
717 erge)
718
719 * src/proto-p10.c: Removed lastmod from gline and shun. (from the srvx
720 merge)
721
722 * src/shun.c: Removed lastmod from gline and shun. (from the srvx merge)
723
724 * src/shun.h: Removed lastmod from gline and shun. (from the srvx merge)
725
726 * src/spamserv.c: Removed lastmod from gline and shun. (from the srvx
727 merge)
728
5671e5c2 7292009-06-05 Neil Spierling <sirvulcan@sirvulcan.co.nz>
730
731 * src/proto-p10.c: Bug fix for SF Bug #2801434.
732
c9aeceb5 7332009-06-02 Neil Spierling <sirvulcan@sirvulcan.co.nz>
734
735 * src/hash.h: Updated client PRIVS.
736
737 * src/proto-p10.c: Updated client PRIVS.
738
2e9062b9 7392009-06-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
740
741 * src/tools.c: Re done the extended channel ban code so that it works
742 like the ircd code.
743
95b9d0bc 7442009-06-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
745
746 * src/tools.c: Return -1 with invalid extended bans.
747
3b7fa78b 7482009-06-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
749
750 * src/chanserv.c: Tweak the ban functions to allow invalid bans to
751 be picked up.
752
753 * src/tools.c: Return -1 with invalid extended bans.
754
277ad996 7552009-06-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
756
757 * src/chanserv.c: Updated user_matches_glob.
758
759 * src/common.h: Updated user_matches_glob.
760
761 * src/mod-memoserv.c: Updated user_matches_glob.
762
763 * src/nickserv.c: Updated user_matches_glob.
764
765 * src/opserv.c Updated user_matches_glob.
766
767 * src/tools.c: Added support for shared channel bans (j). As well as
768 quiet bans. Although these are handled ircd side.
769
80ca5a69 7702009-06-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
771
772 * src/tools.c: Extended channel ban support. As well as text and
773 nick change bans, however these 2 are just ignored as they are
774 handled ircd side.
775
634d32a3 7762009-06-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
777
778 * src/tools.c: Extended account ban support.
779
8062bfc3 7802009-06-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
781
782 * src/chanserv.c: Basic extended ban support.
783
784 * src/tools.c: Basic extended ban support.
785
463e23c9 7862009-06-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
787
788 * src/chanserv.c: Fixed up SF bug #2799155.
789
790 * src/modcmd.c: Fixed up an issue where missing args was coming up
791 when it shouldnt.
792
be2c97a5 7932009-05-31 Neil Spierling <sirvulcan@sirvulcan.co.nz>
794
795 * GPL 3 and svn propset updates.
796
37c8e812 7972009-05-31 Neil Spierling <sirvulcan@sirvulcan.co.nz>
798
799 * src/main.c: Added spamserv.h #include.
800
801 * src/main-common.c: Woops forgot to init spamserv.
802
803 * src/spamserv.c: Fixed up AddLocalUser.
804
ee25b1b2 8052009-05-30 Neil Spierling <sirvulcan@sirvulcan.co.nz>
806
807 * src/chanserv.c: Small fix with CSMSG_SET_UNREVIEWED.
808
51e05af8 8092009-05-30 Neil Spierling <sirvulcan@sirvulcan.co.nz>
810
811 * src/hash.c: Couple of tweaks.
812
813 * src/proto-common.c: Fix for triggers not working with forwards as well as
814 off channel services.
815
7553c653 8162009-05-30 Neil Spierling <sirvulcan@sirvulcan.co.nz>
817
818 * src/chanserv.c: Fixed a crash with setting a .set option with an invalid
819 option.
820
821 * src/mail-smtp.c: Added missing file.
822
1136f709 8232009-05-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
824
825 * Major update to bring X3 in line with the latest SRVX commit. Please see
826 UPGRADE. Credits go to the SRVX team.
827
8282009-04-22 Neil Spierling <sirvulcan@sirvulcan.co.nz>
39b3b541 829
830 * src/proto-p10.c: Ignore stats headers.
831
413fd8ea 8322009-05-08 Henrik Stuart <evilnet@hstuart.dk>
833
834 * src/mod-python.c: generalised cmd_run to process file_input productions.
835
ef5e0305 8362009-05-06 Henrik Stuart <evilnet@hstuart.dk>
837
838 * src/mod-python.c: generalised PYTHONPATH environment setting to
839 not explicitly set Alex's home directory.
840
10be9be0 8412009-05-05 Henrik Stuart <evilnet@hstuart.dk>
842
843 * src/proto-p10.c: introduced irc_sno for SNO messages. Removed broken
844 auto_oper on LOC support.
845
846 * src/proto.h: introduced irc_sno for SNO messages.
847
848 * src/nickserv.c: added registered authentication function to handle
849 auto_oper on LOC.
850
6e1142b2 8512009-05-04 Alex Schumann <rubin@afternet.org>
f746eca3 852
853 * src/chanserv.c: julien and polo noticed a crash during channel register. Fixed
854
855 * x3.conf.example: fix typeo in default channel regex. Thanks again to julien for noticing this.
856
9c88eebe 8572009-03-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
858
859 * src/proto-p10.c: Update PRIV handling code for the latest
860 nefarious 1.3 changes.
861
50220e57 8622009-02-27 Alex Schumann <rubin@afternet.org>
863
864 * src/proto-p10.c: Patch from muer to support auto-oper for LOC
865 connections too.
2cfebbe2 866
0ab7b4bc 8672009-01-31 Alex Schumann <rubin@afternet.org>
868
869 * src/chanserv.c: change server link handlers to return an int
870
871 * src/hash.h: change server link handlers to return an int
872
873 * src/plugins/annoy/plugin.py: add some debug code for testing new
874 hooks
875
876 * src/modpython.py: support for new hooks server_link, nick_change,
877 and new_user
878
879 * src/mod-python.c: support for new hooks server_link, nick_change,
880 and new_user
881
da4f9236 8822009-01-30 Neil Spierling <sirvulcan@sirvulcan.co.nz>
883
884 * src/opserv.c: Warning fix.
885
886 * src/proto-p10.c: Bug fix for SF Bug #2547157 (topic ident bug).
887
0c33848c 8882009-01-27 Alex Schumann <rubin@afternet.org>
889
890 * src/modpython.py: Comment out debug printing
891
892 * src/plugins/hangman: New example plugin: Hangman game
893
b7594203 8942009-01-27 Alex Schumann <rubin@afternet.org>
895
896 * src/opserv.c: Fix a hole Sindacious found, where alerts on account
897 don't trigger because they arent looked for during/after auth.
898
039a6658 8992009-01-26 Alex Schumann <rubin@afternet.org>
900
901 * src/plugins/annoy/plugin.py: more test code
902
903 * src/mod-python.c: added emb_get_info, silenced warnings, and stub
904 TODO comments for all the handlers and emb functions we need to
905 create. search for TODO and lend a hand! :)
906
0bcdc113 9072009-01-26 Alex Schumann <rubin@afternet.org>
908
909 * src/plugins/annoy/plugin.py: new version of test plugin
910
9112009-01-25 Alex Schumann <rubin@afternet.org>
d68e1d8a 912
913 * Makefile.am: forgot to copy modpython.py where it goes.
914
07559983 9152009-01-24 Alex Schumann <rubin@afternet.org>
916
917 * src/mod-python.c: added plugin hook to log to x3 logs, and worked
918 out the basics of callback registration.
919
920 * src/modpython.py: x3 logging hook and new callback registration
921
922 * Makefile.am: install modpython.py and plugins/ during make install
923
924 * install-r.sh: shell script to do recursive copy with exclusions
925
cbfd323c 9262009-01-23 Alex Schumann <rubin@afternet.org>
927
e0f76584 928 * src/mod-python.c: refactor to use class-based hook manager. Seems to
4c216694 929 run now. Also added better comments.
cbfd323c 930
4c216694 931 * src/modpython.py: refactored into classes. Seems to run now. Cleaned
932 up a bit.
cbfd323c 933
57e3ccf6 9342008-01-12 Neil Spierling <sirvulcan@sirvulcan.co.nz>
935
936 * src/opserv.c: Fix for SF bug #2491886. Added OSMSG_USER_ALREADY_THERE.
937
9382009-01-04 Alex Schumann <rubin@afternet.org>
2045ae25 939
940 * src/nickserv.c: fix access change bug when using ldap but not
941 ldap_oper_group_dn.
942
06742a38 9432009-01-01 Matthew Beeching <jobe@mdbnet.co.uk>
944
945 * languages/README.txt: Changed validate_lang.pl to validate.pl
946
947 * languages/validate.pl: Set executable
948
949 * languages/lang_export.sh: Set executable
950
b45fd7d7 9512008-12-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
952
953 * src/chanserv.c: SF feature 1476390. Added nodelete option to
954 MERGE.
955
956 * src/chanserv.help: SF feature 1476390. Added nodelete option
957 to MERGE.
958
f21ec816 9592008-12-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
960
961 * src/chanserv.c: SF feature 2353198. Patch from CaptKirk. Added
962 the channel flag to the register command. Also removed the
963 helping flag.
964
4648ded2 9652008-12-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
966
967 * src/hash.c: SF feature 2353183. Made X3 aware of +a.
968
969 * src/hash.h: SF feature 2353183. Made X3 aware of +a.
970
40c18c28 9712008-12-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
972
973 * src/global.c: Added RCHANNELS which will send notices to all
974 registered channels. Also changed CHANNELS to notice all channels
975 instead of registered ones only.
976
977 * src/global.h: Added RCHANNELS.
978
979 * src/global.help: Added RCHANNELS target.
980
42c38d42 9812008-12-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
982
983 * src/global.c: Added AUTHED target.
984
985 * src/global.h: Added AUTHED target.
986
083fb96b 9872008-12-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
988
989 * src/opserv.c: Store when alerts were last triggered.
990
d3abe0df 9912008-12-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
992
993 * x3.conf.example: Added valid_channel_regex.
994
995 * src/chanserv.c: Added valid_channel_regex.
996
a837dcf5 9972008-12-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
998
999 * src/chanserv.c: Warning fixes.
1000
1001 * src/proto-p10.c: Warning fixes.
1002
4cb36ef0 10032008-12-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1004
1005 * configure: Regenerated.
1006
1007 * configure.in: Added math.h check.
1008
1009 * rx/Makefile.in: Regenerated.
1010
1011 * src/chanserv.c: Warning fixes.
1012
1013 * src/config.h.in: Regenerated.
1014
1015 * src/Makefile.in: Regenerated.
1016
1017 * src/math.c: Warning fixes.
1018
1019 * src/nickserv.c: Warning fixes.
1020
1021 * src/opserv.c: Warning fixes.
1022
1023 * src/proto-p10.c: Warning fixes.
1024
0e859bd9 10252008-12-24 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1026
1027 * src/chanserv.c: Fix for SF bug #2423717. Invalid automode choices
1028 with a string will now show the invalid string rather than 0.
1029
2f7421b5 10302008-12-24 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1031
1032 * src/nickserv.c: Fix for SF bug #2420339. Password change emails
1033 will not have the first time part in the email. Email change emails
1034 will have them though.
1035
97e51197 10362008-12-24 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1037
1038 * src/chanserv.c: Fix for SF bug #2353222 (+l not being removed
1039 when dynlimit disabled.
1040
cad8f3a7 10412008-12-24 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1042
1043 * src/proto-p10.c: Fix for SF bug #2401693 (gsync not working properly).
1044
9a50a1a2 10452008-11-30 Matthew Beeching <jobe@mdbnet.co.uk>
1046
1047 * src/spamserv.c: Fix crash bug in ADDTRUST/DELTRUST
1048
d4e0f0c4 10492008-11-25 Alex Schumann <rubin@afternet.org>
1050
1051 * src/mod-python.c: call run function instead of using
1052 pyrun_simplestring. Set global info for simple reply() to have what it
1053 needs to run.
1054
1055 * src/modpython.py: new name as - interferes with module loading.
1056 added reply() function
1057
8d670803 10582008-11-22 Alex Schumann <rubin@afternet.org>
1059
1060 * src/mod-python.c: Added ability to query info about nick or channel
1061 name
1062
a2c8c575 10632008-11-16 Alex Schumann <rubin@afternet.org>
1064
1065 * src/mod-python.c: filled in some missing pieces.
1066
1067 * src/mod-python.py: more demo code for testing
1068
50ca1f0c 10692008-11-16 Matthew Beeching <jobe@mdbnet.co.uk>
1070
1071 * src/chanserv.help: Minor mistake in help for 'SET MAXSETINFO'
1072
10732008-11-16 Alex Schumann <rubin@afternet.org>
caf97651 1074
a2c8c575 1075 * src/mod-python.c: further work on building basic bits of this
caf97651 1076
a2c8c575 1077 * src/mod-python.py: first pass at what will be the base python script.
caf97651 1078
50ca1f0c 10792008-11-13 Alex Schumann <rubin@afternet.org>
0b350353 1080
a2c8c575 1081 * src/modcmd.c: remove python tests (moved to mod-python.c)
0b350353 1082
a2c8c575 1083 * src/mod-python.c: initial template based on memoserv
0b350353 1084
14c04a50 10852008-11-12 Matthew Beeching <jobe@mdbnet.co.uk>
1086
1087 * tools/db.php: Added sample DB parser script
1088
2f65da8f 10892008-11-06 Alex Schumann <rubin@afternet.org>
1090
a2c8c575 1091 * src/modcmd.c,Makefile.in,src/Makefile.in,configure.in,src/config.h.in:
2f65da8f 1092 Begin work on embedding python.
1093
56b83e80 10942008-11-06 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1095
1096 * src/proto-p10.c: Fixes for SGLINE and SSHUN. As well as a fix for
1097 bug 2173687 (PRIVS part of it is already fixed on trunk).
1098
5f6a98a7 10992008-10-24 Matthew Beeching <jobe@mdbnet.co.uk>
1100
1101 * src/chanserv.help: Minor spelling mistake "change" instead of
1102 "change"
1103
6221421c 11042008-10-10 Matthew Beeching <jobe@mdbnet.co.uk>
1105
1106 * src/opserv.c: Fix for crash on OpServ SVSPART where the
1107 channel specified does not exist.
1108
f2a8c1ea 11092008-09-30 Matthew Beeching <jobe@mdbnet.co.uk>
1110
1111 * src/nickserv.c: Prevent automatic registration of dissallowed
1112 nicks when registering an account
1113
a6fa0035 11142008-09-27 Matthew Beeching <jobe@mdbnet.co.uk>
1115
1116 * src/chanserv.c: Fix for <trigger>shoot telling you to use
1117 .roulette instead of <trigger>roulette
1118
59b38cc0 11192008-09-15 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1120
1121 * src/proto-p10.c: SGLINE and SSHUN support some stuff coming
1122 soon in Nefarious.
1123
2a4ca4f5 11242008-09-07 Matthew Beeching <jobe@mdbnet.co.uk>
1125
1126 * src/chanserv.c: Changed PEON to PAL
1127
1128 * src/chanserv.help: Changed PEON to PAL
1129
1130 * src/modcmd.c: Changed PEON to PAL
1131
1132 * docs/access-levels.txt: Changed PEON to PAL
1133
1134 * languages/de/chanserv.help: Changed PEON to PAL
1135
1136 * languages/en_GB/chanserv.help: Changed PEON to PAL
1137
055f3f30 11382008-09-06 Matthew Beeching <jobe@mdbnet.co.uk>
1139
1140 * src/proto-p10.c: Added new PRIV_*'s to privtab
1141
1142 * src/mod-snoop.c: Added support for channel mode +h
1143
1144 * src/hash.h: #define's for missing PRIV_*'s
1145
6ff42e24 11462008-09-02 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1147
1148 * src/chanserv.c: Fixed an issue with OPCHAN and channels using off
1149 channel.
1150
df21b43d 11512008-08-19 Alex Schumann <rubin@afternet.org>
19c83de8 1152
1153 * src/chanserv.c: fix a bug in the default wheel spin settings if they
1154 were not in the config file, x3 would core.
1155
92f63dd4 11562008-07-21 Neil SPierling <sirvulcan@sirvulcan.co.nz>
1157
1158 * src/chanserv.c: Turn the kick ban all chans spin action into a
1159 timed ban (5 minutes). Also seperated the setting of the ban from
1160 the stripping of ohv. If Nefarious has halfops disabled then trying
1161 to strip the modes and set the ban results in the numeric being set
1162 as the ban. This will need to be fixed in nefarious.
1163
b08a5f8b 11642008-07-20 Alex Schumann <rubin@afternet.org>
1165
8deb31d3 1166 * src/chanserv.c: remove spin debugging code. Fix gline/kill glitch.
b08a5f8b 1167
1168 * src/config.h: bump trunk to 1.7
1169
74ac2349 11702008-07-19 Alex Schumann <rubin@afternet.org>
1171
5e6460e4 1172 * src/proto-p10.c: dont print warning on uping to a jupe. added
1173 irc_svsquit() function
1174
1175 * src/chanserv.c: rework wheel-of-misfortune a bit, allow individual
1176 spins to be enabled in x3.conf and make it easy to add new ones or
1177 change likelyhoods.
1178
1179 * src/proto.h: added irc_svsquit() prototype
1180
1181 * src/x3.conf.example: wheel action example configs
74ac2349 1182
a218fded 11832008-07-18 Alex Schumann <rubin@afternet.org>
1184
1185 * src/proto-p10.c: set lastmod time to current time when sending
1186 glines, otherwise ircd wont burst them later.
1187
1188 * src/modcmd.c: break credits out to its own command, and add svn
1189 version string to ctcp version reply.
1190
625ccd4e 11912008-07-02 Matthew Beeching <jobe@mdbnet.co.uk>
1192
1193 * src/proto-p10.c: Added missing PRIV_*'s to privtab
1194
1195 * src/hash.h: #define's for missing PRIV_*'s
1196
17d4a698 11972008-06-23 Alex Schumann <rubin@afternet.org>
1198
c64a32cb 1199 * src/chanserv.c: Fix a bug where if spin abuse creates a clone, but an oper kills the
1200 clone before its auto-removed, x3 crashes. Thanks tyler and jigsy.
1201
12022008-06-23 Alex Schumann <rubin@afternet.org>
1203
1204 * src/nickserv.c: make opserv access level required to be in oper ldap
17d4a698 1205 group configurable.
1206
1207 * src/nickserv.h: make opserv access level required to be in oper ldap
1208 group configurable.
1209
18006b5c 12102008-06-12 Alex Schumann <rubin@afternet.org>
1211
1212 * src/nickserv.c: fix login-on-connect logic problem when ldap libs
1213 are present but ldap is not in use.
1214
cf8bedff 12152008-04-22 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1216
1217 * src/chanserv.c: Fixed a small bug with SVSNickChange.
1218
1219 * src/hash.h: Added buttaknife's patch which allows modes to be
1220 searched for using opserv trace. Also Fixed a small bug with
1221 SVSNickChange.
1222
1223 * src/hash.c: Fixed a small bug with SVSNickChange.
1224
1225 * src/opserv.c: Added buttaknife's patch which allows modes to
1226 be searched for using opserv trace.
1227
1228 * src/proto-p10.c: Added buttaknife's patch which allows modes
1229 to be searched for using opserv trace.
1230
04cb4dfc 12312008-04-10 Alex Schumann <rubin@afternet.org>
1232
1233 * src/nickserv.c: Fix wrong param count check in oset password
1234
fba880b8 12352008-04-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1236
1237 * src/chanserv.c: Fixed a bug with x3 not handling kills properly.
1238
1239 * src/opserv.c: Fixed a bug with x3 not handling kills properly.
1240
7dd05763 12412008-04-02 Alex Schumann <rubin@afternet.org>
1242
fba880b8 1243 * src/proto-p10.c: Provisional code for LOC account hostmask validation
7dd05763 1244
fba880b8 1245 * src/nickserv.c: Provisional code for LOC account hostmask validation
7dd05763 1246
90746c83 12472008-04-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1248
1249 * configure: Regenerated.
1250
1251 * configure.in: Bumped up trunk version for X3.
1252
1c76f1b4 12532008-03-29 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1254
1255 * src/proto-p10.c: Ignore SNO messages.
1256
0bd0bef6 12572008-03-28 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1258
1259 * configure: Regenerated.
1260
1261 * configure.in: Fixed up a typo spotted by Sakkath.
1262
1263 * x3.conf.example: Fixed up a typo spotted by Sakkath.
1264
e91c6c1e 12652008-03-28 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1266
1267 * src/chanserv.c: If Nefarious 1.2.0 is in use then use SVSQUIT to
1268 fake a connection reset by peer quit if spin 1 comes up.
1269
12702008-03-28 Neil Spierling <sirvulcan@sirvulcan.co.nz>
ea54b136 1271
1272 * src/chanserv.c: Only allow logged in people to use spin.
1273
e91c6c1e 12742008-03-28 Neil Spierling <sirvulcan@sirvulcan.co.nz>
b404335b 1275
e03ec3dc 1276 * src/chanserv.c: Added lamepart function so that spin can be used
1277 on Nefarious 1.1.
1278
e91c6c1e 12792008-03-28 Neil Spierling <sirvulcan@sirvulcan.co.nz>
e03ec3dc 1280
1281 * src/chanserv.c: Added the wheel of misfortune. This will only
b404335b 1282 work with Nefarious 1.2.0. You can upgrade X3 now even if you are
1283 running 1.1. Also fixed up some roulette/shoot bugs.
1284
e03ec3dc 1285 * src/hash.h: Function to change nicknames in X3 when using SVSNICK.
b404335b 1286
e03ec3dc 1287 * src/hash.c: Function to change nicknames in X3 when using SVSNICK.
b404335b 1288
87708af4 12892008-03-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1290
1291 * src/chanserv.c: Added roulette command.
1292
1293 * src/chanserv.h: Added roulette command.
1294
1295 * src/mod-memoserv.c: Added email sending functionality when
1296 new memos are sent.
1297
74328623 12982008-03-24 Alex Schumann <rubin@afternet.org>
1299
1300 * src/nickserv.c: fix 1 param auth for ldap libs available but not
1301 enabled, case. Thanks jobe.
1302
964a842d 13032008-03-11 Alex Schumann <rubin@afternet.org>
1304
1305 * src/opserv.c: Add svsnick command
1306
1307 * src/opserv.help: add help for svsnick and improve menu a bit
1308
1309 * src/nickserv.c: re-enable 1 param auth if not using ldap.
1310
8fb4e4be 13112008-03-02 Alex Schumann <rubin@afternet.org>
1312
1313 * src/spamserv.c: Possible fix for sf bug 1905760 (spamserv
1314 kill/reconnect segfault)
1315
763de701 13162007-07-31 Alex Schumann <rubin@afternet.org>
1317
1318 * src/proto-p10.c: ignore ALIST messages
1319
684c56b9 13202007-05-08 Alex Schumann <rubin@afternet.org>
1321
1322 * src/nickserv.c: fix authentication bug with ldap by temporarily
1323 removing account-less authentication.
1324
1325 * src/nickserv.help: fix help file to reflect change
1326
13272007-05-08 Neil Spierling <sirvulcan@sirvulcan.co.nz>
7e49d01c 1328
1329 * src/mod-webtv.c: Allow opers to override required_mark. Also added
1330 SJOIN (undocumented) so opers can join IRC into channels where its
1331 needed as WebTV can only message clients in channels they are in.
1332
a01701f8 13332007-06-08 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1334
1335 * src/mod-webtv.c: Added JOIN and PART.
1336
1337 * src/mod-webtv.help: Added JOIN and PART.
1338
684c56b9 13392007-05-08 Neil Spierling <sirvulcan@sirvulcan.co.nz>
b15cddea 1340
1341 * src/mod-webtv.c: Added NICK and WHOIS commands. As well as 2 x3.conf
1342 config options, required_mark and valid_marks.
1343
1344 * src/mod-webtv.help: Added INDEX, NICK, and WHOIS.
1345
684c56b9 13462007-05-08 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2784452e 1347
1348 * configure: Run autogen.sh.
1349
1350 * configure.in: Tweaks for google core dumper 1.1.
1351
1352 * x3.conf.example: Basic webtv module section.
1353
1354 * src/config.h.in: Run autogen.sh.
1355
1356 * src/Makefile.am: Run autogen.sh.
1357
1358 * src/Makefile.in: Run autogen.sh.
1359
1360 * src/mod-webtv.c: Basic module for now. (Does nothing so dont
1361 bother compiling in).
1362
1363 * src/mod-webtv.help: Empty help file for webtv module.
1364
1365 * tools/core_install.sh: Update google core dumper to 1.1.
1366
1367 * tools/coredumper.tar.gz: Update google core dumper to 1.1.
1368
684c56b9 13692007-05-06 Neil Spierling <sirvulcan@sirvulcan.co.nz>
bc06f607 1370
1371 * src/proto-p10.c: Quick fix (as its 12:11am and i have work at 8:30am).
1372 This will stop the "Unable to find user irc.servername.com whose mark
1373 is changing." messages. When a user reconnects and an existing exempt
1374 is on the network for the user, their lastseen time is sent out to
1375 all the servers. This quick fix moves the user checking part to
1376 the relevant part of the function that actually uses users.
1377
8ce9df05 13782007-05-04 Alex Schumann <rubin@afternet.org>
1379
1380 * src/chanserv.c: fixed problem with giveownership logs where the
1381 previous owners handle could reference a free'd string.
1382
d5faccba 13832007-04-24 Alex Schumann <rubin@afternet.org>
1384
1385 * src/nickserv.c: add missing ifdef for inldap search.
1386
b96027ad 13872007-04-22 Alex Schumann <rubin@afternet.org>
1388
1389 * src/nickserv.c: change authserv search accountmask to just account.
1390 added inldap search criteria. added add2ldap search target.
1391
87677bd8 1392 * src/nickserv.help: added help for ldap searching. + only add2ldap if
1393 all the info is there.
b96027ad 1394
41a3556d 1395 * src/x3ldap.c: clean up of some error messages/handling. + add a byte
87677bd8 1396 to password malloc to maybe solve a core problem? + fix an error
1397 checking option.
b96027ad 1398
eb9bf540 13992007-04-21 Alex Schumann <rubin@afternet.org>
1400 * src/nickserv.c: remove some un-needed errors with duplicate
1401 add/deletes in ldap
1402
ddcb3eb3 14032007-04-21 Alex Schumann <rubin@afternet.org>
1404
1405 * src/nickserv.c: fix bug with register_user from loc causing core
1406
bec5dd26 14072007-04-20 Alex Schumann <rubin@afternet.org>
1408
1409 * src/x3ldap.c: support for ldaps (ssl/tls) was added. ldap_host and
1410 ldap_port changed to ldap_uri.
1411
1412 * src/nickserv.c: fixed LOC bugs with accounts that exist in ldap but
1413 not x3 not being created. changed to ldap_uri config instead of
1414 host/port
1415
1416 * src/nickserv.h: changed to ldap_uri
1417
1418 * x3.conf.example: changed to ldap_uri
1419
3b29d086 14202007-04-09 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1421
1422 * README: testing.
1423
e0bcaf30 14242007-04-09 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1425
1426 * INSTALL: Another test.
1427
ed7ac86b 14282007-04-08 Alex Schumann <rubin@afternet.org>
1429
1430 * src/chanserv.c: fix for a core when adding kill alert for numchans 1
1431
69566a5b 14322007-04-06 Alex Schumann <rubin@afternet.org>
1433
1434 * src/chanserv.help: added Jigsy's mode help MODE CHANNEL and MODE
1435 USER
1436
c74bf46b 14372007-04-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1438
1439 * ChangeLog: Email update.
1440
2cfebbe2 14412007-04-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1442
1443 * src/AUTHORS: Email update, mostly for CIA commit testing.
1117fc5a 1444
e661b9c3 14452007-04-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1446
1447 * src/helpfile.c: Added colour support $k.
1448
c5b279ed 14492007-03-20 Alex Schumann <rubin@afternet.org>
1450
1451 * src/nickserv.c: ButtaS2sLore sent in this patch to fix the default
1452 style when registering new users.
1453
dc46f772 14542007-03-20 Alex Schumann <rubin@afternet.org>
1455
1456 * src/nickserv.c: applied patch from playa which fixes the nickname
1457 valid checks when registering a nick.
1458
af16f748 14592007-03-20 Alex Schumann <rubin@afternet.org>
1460
1461 * src/nickserv.c: fix trying to do ldap when not enabled during
3c607a5f 1462 cmd_register + also with cmd_unregister
af16f748 1463
5aef35cf 14642007-03-20 Alex Schumann <rubin@afternet.org>
1465
1466 * src/opserv.c: fix for stats alerts filtering
1467
1468 * src/chanserv.c: dont kick lamers if they are currently exempt (+e)
1469
1470 * src/x3ldap.c: fix ldap error code to string
1471
1472 * src/nickserv.c: (comment to add LOC logging)
1473
a6bb184f 14742007-02-26 Alex Schumann <rubin@afternet.org>
1475
1476 * src/nickserv.c: fix bug with LOC logic and ldap.
1477
d6ef86e3 14782007-02-13 Alex Schumann <rubin@afternet.org>
1479
1480 * src/nickserv.c: Fix bugs with ldap cookies. Fix opt_password
1481 warning/crash potential
1482
14832007-02-13 Alex Schumann <rubin@afternet.org>
f19aa016 1484
8dc17ddf 1485 * src/x3ldap.c: Fix double-hashing of passwords when using ldap and
1486 resetpass cookie system.
1487
1488 * src/nickserv.c: Fix double-hashing of passwords when using ldap and
1489 resetpass cookie system. Fix incorrect terms in ldap email error
1490 message.
1491
14922007-02-12 Alex Schumann <rubin@afternet.org>
1493
1494 * src/x3ldap.c: fix ldap_delete not binding first, so causing
a40080a2 1495 access denied sometimes.
1496
14972007-02-12 Alex Schumann <rubin@afternet.org>
1498
1499 * x3.conf.example: fix ldap config example so it actually works
f19aa016 1500
acb142f0 15012007-02-12 Alex Schumann <rubin@afternet.org>
1502
1503 * src/nickserv.h: lowercase account name setting
1504
1505 * x3.conf.example: lowercase account name setting
1506
1507 * src/nickservc: only lowercase account names if the option is set.
1508
d6b0769f 15092007-02-12 Alex Schumann <rubin@afternet.org>
1510
1511 * src/tools.c: adding ircd_strtolower() func
1512
1513 * src/common.h: adding ircd_strtolower() func
1514
82b7b0d8 1515 * src/nickserv.c: force accounts to lowercase at all inputs. ++fix
e0ee1ed8 1516 warning ++fix another
d6b0769f 1517
a3ad3ee3 15182007-02-11 Alex Schumann <rubin@afternet.org>
1519
1520 * src/nickserv.c: fixed a bunch of ldap result value check bugs
1521
8a729617 15222007-02-11 Alex Schumann <rubin@afternet.org>
1523
1524 * src/opserv.c: Added oper group support to ldap
1525
1526 * src/x3ldap.c: Added group support to ldap. Fixed set email bug
1527
1528 * src/x3ldap.h: Added group support to ldap.
1529
1530 * src/nickserv.c: Added group support to ldap
1531
1532 * src/nickserv.h: Added group support to ldap
1533
c74bf46b 15342007-02-11 Neil Spierling <sirvulcan@sirvulcan.co.nz>
03fa9256 1535
1536 * tools/ldap/ldap_convert.php: Fixes after more testing.
1537
24e9e6c3 15382007-02-09 Alex Schumann <rubin@afternet.org>
1539
1540 * src/x3ldap.c: addid search function to get users email address from
1541 ldap
1542
1543 * src/x3ldap.h: func defs for search
1544
1545 * src/nicserv.c: update local copy of email address when they log
8dc06852 1546 in via ldap. fix memory leak.
24e9e6c3 1547
4b8ccfeb 15482007-02-08 Alex Schumann <rubin@afternet.org>
1549
1550 * src/x3ldap.c: cleaning up and switching adduser to use the new
1551 crypted password scheme.
1552
1553 * src/nickserv.c: testing with ldap_enabled set to 0, and/or WITH_LDAP
1554 not defined, uncovered some warnings etc.
1555
c814d8cd 15562007-02-08 Alex Schumann <rubin@afternet.org>
1557
1558 * src/nickserv.c: Filling in ldap support for all password related
1559 operations: cmd_pass, loc_auth, etc.
1560
c74bf46b 15612007-02-09 Neil Spierling <sirvulcan@sirvulcan.co.nz>
6cba6239 1562
1563 * tools/ldap/ldap_convert.php: Few tweaks.
1564
15652007-02-08 Alex Schumann <rubin@afternet.org>
1566
1567 * tools/ldap/inetorganon.schema: Scheme for ldap.
1568
1569 * tools/ldap/ldap_convert.php: Conversion script for converting
1570 x3 users to the ldap server.
1571
73d4cc91 15722007-02-07 Alex Schumann <rubin@afternet.org>
1573
1574 * configure.in: adding compile/configure support for ssl libs (not
1575 yet needed)
1576
1577 * configure: updated from above.
1578
1579 * src/config.h.in: adding compile/configure support for ssl libs (not
1580 yet needed)
1581
1582 * src/x3ldap.c: ldap crypted password pain. SUpport for object classes
1583 in config file.
1584
1585 * src/x3ldap.h: ldap crypted password pain. Support for object classes
1586 in config file.
1587
1588 * src/nickserv.c: change password in ldap when its changed in
1589 nickserv. Support for object classes in config file.
1590
1591 * src/nickserv.h: support for object classes in conf file
1592
a5a8a781 15932007-02-07 Alex Schumann <rubin@afternet.org>
1594
1595 * src/x3ldap.c: improve error result feedback
1596
fc012087 1597 * src/nickserv.c: improve error result feedback (oops, fix for if
1598 ldap_enable is 0)
a5a8a781 1599
ea02341b 16002007-02-07 Alex Schumann <rubin@afternet.org>
1601
1602 * src/x3ldap.c: ldap_add functionality
1603
1604 * src/x3ldap.h: ldap_add functionality
1605
1606 * src/nickserv.h: ldap_add functionality
1607
1608 * src/nickserv.c: ldap_add functionality
1609
1610 * x3.conf.example: ldap_add functionality
1611
8da89711 16122007-02-06 Alex Schumann <rubin@afternet.org>
1613
39edf54a 1614 * src/x3ldap.c: fix compiling problem when non-ldap. Compile fixups
1615 and sanity checks.
8da89711 1616
39edf54a 1617 * configure.in: Better ldap library handling **oops ** helps to
1618 actually have -lldap in LIBS...
db9a9a8a 1619
39edf54a 1620 * configure: regenerated from above ** **
1621
1622 * x3.conf.example: tweaked ldap settings
1623
1624 * src/nickserv.h: remove ldap config settings if not compiled in
1625
1626 * src/nickserv.c: automatiaclly add users who can auth to ldap and get
1627 logins working.
8da89711 1628
c74bf46b 16292007-02-06 Neil Spierling <sirvulcan@sirvulcan.co.nz>
50895889 1630
1631 * src/x3ldap.c: Added GPL header, also change the printf's to
1632 log_module's as per one of the todo comments.
1633
1634 * src/x3ldap.h: Added GPL header.
1635
e15f42a4 16362007-02-05 Alex Schumann <rubin@afternet.org>
1637
1638 * src/nickserv.c: fix non-compile without ldap problem
1639
e166c31b 16402007-02-05 Alex Schumann <rubin@afternet.org>
1641
1642 * src/x3ldap.c: Beginnings of ldap authentication support
1643
1644 * src/x3ldap.h: Beginnings of ldap authentication support
1645
1646 * src/nickserv.h: Move config struct to .h so ldap.c can see it too
1647
1648 * src/nickserv.c: Beginnings of ldap authentication support
1649
1650 * x3.conf.example: ldap config settings
1651
1652 * src/md5.c: remove old debugging printf() code
1653
1654 * src/configure.in: add --enable-ldap support to configure
1655
1656 * configure: rebuilt from above
1657
1658 * src/Makefile.am: add --enable-ldap support to configure
1659
1660 * src/Makefile.in: rebuilt from above
1661
1662
c74bf46b 16632007-02-04 Neil Spierling <sirvulcan@sirvulcan.co.nz>
b2fd1d25 1664
1665 * src/hash.c: Bug fix for bug #1651561.
1666
c74bf46b 16672007-02-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2bd99739 1668
1669 * src/nickserv.c: Fixed bug #1649326.
1670
cf33840c 16712007-01-28 Alex Schumann <rubin@afternet.org>
1672
1673 * src/mod-memoserv.c: if you bind memoserv commands to chanserv's
1674 nick, and someone sends a memo, send them the memo from memoserv, if
1675 there is a memoserv (not chanserv). Also, make the mini-help prompts
1676 more generic, for when they come from another bot besides memoserv.
1677
c74bf46b 16782007-01-15 Neil Spierling <sirvulcan@sirvulcan.co.nz>
956ee72d 1679
1680 * src/proto-p10.c: RPING support.
1681
c74bf46b 16822007-01-15 Neil Spierling <sirvulcan@sirvulcan.co.nz>
8f9e3388 1683
1684 * src/proto-p10.c: This will hide annoying rping/rping error messages
1685 from the o3 alert channel when denora is linked. Will write proper
1686 functions when i figure out how rping n rpong works.
1687
c74bf46b 16882007-01-15 Neil Spierling <sirvulcan@sirvulcan.co.nz>
ad3104a4 1689
1690 * src/spamserv.c: As kNode points to an entry in killed_users_dict,
1691 we need to free kNode before removing the entry. Fixed a nasty
1692 glibc core.
1693
cc1705aa 16942007-01-12 Alex Schumann <rubin@afternet.org>
1695
1696 * src/mod-helpserv.c: This module is coded very poorly, with lots of
1697 newby c mistakes with pointers and malloc and whatnot. This fixes some
1698 small part of that so that user commands work again, and to reduce
1699 confusion. It needs a LOT more work to be what I would consider
1700 safe..
1701
c74bf46b 17022007-01-12 Neil Spierling <sirvulcan@sirvulcan.co.nz>
c9ec8867 1703
1704 * src/spamserv.c: Horrible but it will do, i need to rewrite
1705 the flag system.
1706
1707 * src/spamserv.h: Oppsie, probably my fault. Fixed caps and
1708 badreaction being linked up.
1709
1710 * src/proto-p10.c: Fixed handling of incoming SVSPART's.
1711
b532a93e 17122007-01-10 Alex Schumann <rubin@afternet.org>
1713
1714 * src/log.c: commented out impossible assertion which makes x3 core on
1715 fatal errors instead of exit cleanly.
1716
9cfdef25 17172007-01-10 Alex Schumann <rubin@afternet.org>
1718
1719 * src/mod-helpserv.c: fix strncpy problem
1720
c74bf46b 17212007-01-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1e993296 1722
1723 * src/chanserv.c: Fixed some bugs in trace_check_bans (Used with
1724 checkrestrictions alerts.
1725
1726 * src/opserv.c: Fixed up how limits are check with checkrestrictions.
1727
c74bf46b 17282007-01-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
3da28d8e 1729
1730 * configure: Regenerated.
1731
1732 * configure.in: Added HAVE_HELPSERV.
1733
1734 * x3.conf.example: Seems theres been a hidden prefix option to
1735 allow users to use helpserv commands (ones for users not helpers).
1736
1737 * src/config.h.in: Added HAVE_HELPSERV.
1738
1739 * src/mod-helpserv.c: Made helpserv more useable:
1740
1741 * Added CLOSEREQ for users to close their current request.
1742
1743 * Added SHOWREQ for users to show their current req (equiv of SHOW).
1744
1745 * Added JoinTotal, if ON then when a helper joins the channel they
1746 will be sent a notice of the total UNASSIGNED requests.
1747
1748 * Added AlertNew, if ON then when a user opens a new help request
1749 all helpers will be alerted.
1750
1751 * Added SUSPEND/UNSUSPEND for suspending and unsuspending help
1752 bots.
1753
1754 * Added $i replacer for HelpServ SET's, changes $i to a valid
1755 request id. If no iq exists for another bot uses $i then all
1756 that is displayed is $i.
1757
1758 * Changed the USERCMD function type from void to int so that we
1759 dont get a warning when trying to use REQUIRE_PARMS in a usercmd
1760 function.
1761
1762 * Seeing as helpserv does its help slightly different i added in the
1763 HEADER/DIVIDER/FOOTER help code from modcmd.c, so that the help
1764 output looks the same.
1765
1766 * Addded usercmd_helpserv for to access USERINDEX.
1767
1768 * Allow users to use HELP even without an open request.
1769
1770 * src/mod-helpserv.help: Made the index a bit more like X3, O3 etc.
1771 Also added a USERINDEX. Plus added help for the above things i
1772 added to helpserv
1773
1774 * src/modcmd.c: Adjusted years.
1775
50ea69b0 17762007-01-03 Alex Schumann <rubin@afternet.org>
1777
1778 * src/opserv.c: fix crash in ctcp version checkin
1779
0c8d17fe 17802007-01-01 Alex Schumann <rubin@afternet.org>
1781
1782 * x3.conf.example: Fixed set_shows which didnt get updated a while
1783 back.
1784
c74bf46b 17852006-12-26 Neil Spierling <sirvulcan@sirvulcan.co.nz>
ee37b347 1786
1787 * src/spamserv.c: Try this, tho sizeof worked fine for me with
1788 info sizes of 4 and 5 ("blss" and "blsss") i had no crashes.
1789
c74bf46b 17902006-12-26 Neil Spierling <sirvulcan@sirvulcan.co.nz>
a674c5d3 1791
1792 * src/spamserv.c: Added CAPSSCAN for scanning caps, other related
1793 options added, CAPSREACTION, CAPSMIN, and CAPSPERCENT.
1794
1795 * src/spamserv.h: Added caps scanning functionality.
1796
1797 * src/spamserv.help Added caps scanning help
1798
c74bf46b 17992006-12-26 Neil Spierling <sirvulcan@sirvulcan.co.nz>
9e5e441d 1800
1801 * src/spamserv.c: Tweaked the SET output for the EXCEPT levels.
1802
c74bf46b 18032006-12-26 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2e4e27fe 1804
1805 * src/spamserv.c: Removed scan voiced/halfops/ops SET options.
1806 Added 4 new except levels, EXCEPTADVLEVEL, EXCEPTBADWORDLEVEL,
1807 EXCEPTFLOODLEVEL, and EXCEPTSPAMLEVEL. Users equal or above to
1808 the specified levels will be exempt. All levels default to
1809 UL_OP (200) at first.
1810
1811 * src/spamserv.h: Added new except variables.
1812
1813 * src/spamserv.help: Added new sections for the new except SET
1814 options, plus removed the level lines for now.
1815
c74bf46b 18162006-12-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
179a14f6 1817
1818 * Merry Christmas! :)
1819
1820 * src/spamserv.c: Meh cant sleep damn people outside. Fixed a bug
1821 with setting exceptlevel.
1822
9a8aa132 18232006-12-24 Alex Schumann <rubin@afternet.org>
1824
1825 * src/chanserv.c: fixed incorrect message when .dellamer is used on a
1826 nickname.
1827
c74bf46b 18282006-12-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
bc436744 1829
1830 * Merry Christmas! :)
1831
1832 * This completes RFE 1577823.
1833
1834 * src/spamserv.c: Added EXCEPTLEVEL, this replaces the code that
1835 excepts all people who are opped etc. Only people above this level
1836 will be immune now. Defaults to 300 for channels without the option
1837
1838 * src/spamserv.h: Added exceptlevel.
1839
1840 * src/spamserv.help: Added EXCEPTLEVEL.
1841
c74bf46b 18422006-12-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
19c200c1 1843
1844 * Merry Christmas! :)
1845
1846 * src/spamserv.c: Added trusted accounts support (RFE 1577823).
1847
1848 * src/spamserv.help: ADDTRUST, DELTRUST, OADDTRUST, ODELTRUST,
1849 and LISTTRUST added.
1850
8de34abd 18512006-12-20 Alex Schumann <rubin@afternet.org>
1852
1853 * src/Makefile.in: undo temp fix
1854
1855 * src/opserv.c: perm fix to HAVE_TRACK define problems
1856
1857 * src/configure.in: perm fix to HAVE_TRACK define problems
1858
1859 * src/config.h.in: perm fix to HAVE_TRACK define problems
1860
c74bf46b 18612006-12-21 Neil Spierling <sirvulcan@sirvulcan.co.nz>
d3919a0d 1862
1863 * src/Makefile.in: Temp fix.
1864
2c00fbc2 18652006-12-20 Alex Schumann <rubin@afternet.org>
1866
1867 * src/proto-p10.c: added full mark support including as a trace
1868 criteria.
1869
1870 * src/opserv.c: added full mark support including as a trace
1871 criteria.
1872
1873 * src/hash.h: added full mark support including as a trace
1874 criteria.
1875
1876 * src/opserv.help: documented the 'marked' criteria in trace.
1877
6cf5f880 18782006-12-20 Alex Schumann <rubin@afternet.org>
7b0150f8 1879
1880 * src/chanserv.c: fixing a bug with unmatching userlevels and the del*
1881 commands. (such as delpeon of a user with non-standard peon level)
1882
6cf5f880 1883 * src/spamserv.c: fixing memory corruption problems with dicts. Fixed
1884 crash with service rename, and probably many other problems.
1885
1886 * src/mod-track.c: fixing memory problems, and the broken set command.
1887 Track may be stable now, needs large scale testing.
dd42e7fc 1888
c74bf46b 18892006-12-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
847f5770 1890
1891 * src/chanserv.help: Opps that will teach me for cut n pasting.
1892 Adjusted duration line for CLVL help. Users are not removed after
1893 the duration they are reverted back to their previous access
1894 level.
1895
c74bf46b 18962006-12-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
27fa6acf 1897
1898 * src/chanserv.c: check the ircd side ban list too
1899
1900 * src/opserv.c: Fixed a small bug, woops.
1901
c74bf46b 19022006-12-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
5aa400d2 1903
1904 * src/chanserv.c: Added trace_check_bans, cut down version of
1905 check_bans for checkrestrictions
1906
1907 * src/chanserv.h: Declare trace_check_bans.
1908
1909 * src/opserv.c: Added addalert/trace option checkrestrictions. When
1910 using SVSJOIN as an action this option will check the ban lists, invite
1911 keys and limits of the target channel and if any match or exist (invite
1912 etc) then the SVSJOIN wont go through
1913
1914 * src/opserv.help: Added information about checkrestrictions.
1915
c74bf46b 19162006-12-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
09741492 1917
1918 * src/chanserv.c: Timed CLVL's. This just works like my last commit.
1919
1920 * src/chanserv.h: tweaked expiry to accessexpiry and added clvlexpiry
1921 and lastlevel.
1922
1923 * src/chanserv.help: Added information about timed clvls.
1924
e766ec7c 19252006-12-18 Alex Schumann <rubin@afternet.org>
1926
1927 * src/mod-memoserv.c: add a 'privmsg' flag for being notified via pm
1928 instead of notice, when you get new memos. Fixed a buffer overrun with
1929 memo ids.
1930
1931 * src/mod-memoserv.help: fix-up help for settings.
1932
c74bf46b 19332006-12-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
fd20b142 1934
1935 * src/chanserv.c: New feature, channel managers can now add people
1936 with a duration. After the duration expires the person will be
1937 automatically removed and deoped.
1938
1939 * src/chanserv.h: Added expiry.
1940
1941 * src/chanserv.help: Added information about timed accesses.
1942
1943 * src/modcmd.c: Tweaked addop, addhop etc so a duration can be
1944 specified.
1945
c74bf46b 19462006-12-18 Neil Spierling <sirvulcan@sirvulcan.co.nz>
537128ea 1947
1948 * src/proto-p10.c: Reverted one of my line changes.
1949
c74bf46b 19502006-12-17 Neil Spierling <sirvulcan@sirvulcan.co.nz>
e8f92d55 1951
1952 * src/opserv.c: Fixed up a couple of $b errors.
1953
c74bf46b 19542006-12-17 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1b6b5e2f 1955
1956 * src/chanserv.c: Woops forgot to init the channel mode change.
1957
1958 * src/chanserv.h: Tweak to check_bans.
1959
1960 * src/proto-p10.c: Add some sanity checks plus moved the +x to
1961 after the CMD_FAKEHOST otherwise if the person auths then gets
1962 marked they will cause 2 Registered quits on the IRCd. Only one
1963 will happen now.
1964
c74bf46b 19652006-12-17 Neil Spierling <sirvulcan@sirvulcan.co.nz>
c99dcaf6 1966
1967 * src/chanserv.c: Added function check_bans to check bans in a
1968 specific channel when needed (see below).
1969
1970 * src/chanserv.h: check_bans deceleration.
1971
1972 * src/proto-p10.c: First of all we dont need a handle_info when
1973 checking for IsHiddenHost, the IRCd takes care of this. Made it
1974 so we copy the fakehost into user->fakehost so X3 can check
1975 IsFakeHost properly. Lastly after we set a fakehost in irc_mark
1976 we need to recheck the users bans just in case a person has
1977 lamer'ed the marked hostname.
1978
d82cf2f0 19792006-12-12 Alex Schumann <rubin@afternet.org>
1980
1981 * configure.in: making google core lib optional
1982
1983 * configure: regenerated
1984
1985 * src/proto-p10.c: added support for sending nefarious marks
1986
1987 * src/proto.h: prototype for irc_mark
1988
1989 * src/opserv.help: documented new mark support. Also documented the
1990 svsjoin and svspart commands as they were missing.
1991
1992 * src/hash.h: added MARKLEN define
1993
1994 * src/opserv.c: added mark command as well as mark support in trace
1995 and addalert.
1996
c74bf46b 19972006-12-12 Neil Spierling <sirvulcan@sirvulcan.co.nz>
a8b2ad8d 1998
1999 * configure: Regenerated.
2000
2001 * configure.in: Add support for google core dumper. Plus updated
2002 tre to 0.7.5.
2003
2004 * Makefile.in: Regenerated.
2005
2006 * rx/Makefile.in: Regenerated.
2007
2008 * src/config.h.in: Regenerated.
2009
2010 * src/Makefile.in: Regenerated.
2011
2012 * tools/core_install.sh: Just like tre_install.sh. This installs
2013 the core dumper.
2014
2015 * tools/coredumper.tar.gz: Google core dumper 0.2.
2016 http://sourceforge.net/projects/goog-coredumper/
2017
2018 * tools/tre_install.sh: Updated version to 0.7.5
2019
2020 * tools/tre.tar.gz: Updated tre to 0.7.5.
2021
283cfa83 20222006-12-10 Alex Schumann <rubin@afternet.org>
2023
2024 * src/opserv.c: fix debug message left at wrong level ("checking
2025 reroute()")
2026
9079d26c 20272006-12-09 Alex Schumann <rubin@afternet.org>
2028
2029 * src/opserv.c: bugfixes to autorouting timer code
5c6bff84 2030 improved stats routing to clean up & take an argument
9079d26c 2031
2032 * src/opserv.h: bugfixes to autorouting timer code
2033
5c6bff84 2034 * src/opserv.help: document new stats routing syntax
2035
9079d26c 2036 * src/timeq.c: added some usefull (commented out) debugging code for
2037 figuring out timer problems.
2038
2039 * src/timerq.h: added some usefull (commented out) debugging code for
2040 figuring out timer problems.
2041
5c6bff84 2042 * src/proto-p10.c: cleanup/improve eob autorouting init
2043
da5b7dfc 20442006-12-08 Alex Schumann <rubin@afternet.org>
2045
2046 * src/opserv.c: Moving some version reply housekeeping to proto-p10.c
2047
2048 * src/proto-p10.c: moving version reply storage here, adding webTV
2049 no_notice support (automatiaclly dont send notices if version reply
2050 says its a webtv user since they cant SEE notices. (other clients to
2051 add?)) note, this needs a version query alert to get the version from
2052 them.
2053
2054 * src/helpfile.c: honor the no_notices user bit
2055
2056 * src/hash.h: add no_notices user bit
2057
8709474a 20582006-12-07 Alex Schumann <rubin@afternet.org>
2059
eaf715f1 2060 * src/opserv.c: Add filter ability to stats alerts + fixup
8709474a 2061
eaf715f1 2062 * src/opserv.help: document filter feature of stats alerts + fixup
8709474a 2063
7a278540 20642006-12-02 Alex Schumann <rubin@afternet.org>
2065
2066 * src/chanserv.c: fix to levels command (- were missing)
2067
2068 * src/tools.c: fix warning
2069
2070 * src/common.h: fix warning
2071
2072 * src/chanserv.help: update online help url, changed help general to
2073 use new $! command char replacement code.
2074
2075 * src/hash.c: fix warning when geoip is off
2076
2077 * src/helpfile.c: add new '$!' code for chanserv's current trigger
2078 char in help files
2079
11d3c79b 20802006-12-01 Alex Schumann <rubin@afternet.org>
2081
2082 * src/chanserv.c: Raisk pointed out that mdelop and friends dont work
2083 on users of non-standard access level such as 201. Fixed this by
2084 changing mdelop and friends to work on the range of access levels.
c9bf23fe 2085 Added a LEVELS command.
2086
2087 * src/chanserv.h: corrected PEON access defines such that 1-150 is
2088 peon instead of 100-150 with 1-99 being undefined.
2089
2090 * src/chanserv.help: help for new LEVELS command
2091
2092 * src/helpfile.c: Improved table functions so that it automatically
2093 right-justifies numerical columns.
2094
2095 * src/tools.c: Added helper functions str_is_number and msnprintf (an
2096 auto-mallocing printf function)
2097
2098 * src/common.h: defines and defines for msnprintf and str_is_number
2099
11d3c79b 2100
23b7ec6e 21012006-11-30 Alex Schumann <rubin@afternet.org>
2102
2103 * src/chanserv.c: Modified .myaccess such that if you give it your own
2104 account when you are not a helper, it still works. (Requested by
2105 Jigsy)
2106
2107 * src/nickserv.help: Corrected the help file to feed oregister based
2108 on email_required instead of email_enabled
2109
d9ffe0e7 2110 * src/nickserv.c: Fix & close sf bug 1584057 (hidden_host with no dots
2111 causes crash in set if no title) thanks xanjunior
2112
c74bf46b 21132006-10-18 Neil Spierling <sirvulcan@sirvulcan.co.nz>
4b44eb0f 2114
2115 * src/opserv.c: Minor cosmetic error noticed by Raisk. If doing an
2116 opserv WHOIS from another service (when bound), the channels reply
2117 would come from o3 instead of that service.
2118
c74bf46b 21192006-10-18 Neil Spierling <sirvulcan@sirvulcan.co.nz>
39c1a4ef 2120
2121 * src/opserv.c: Added in SVSPART alert/traces.
2122
2123 * src/opserv.help: Added in bits for SVSJOIN, SVSPART, and VERSION.
2124
2125 * src/proto.h: Added in decleration for svspart.
2126
2127 * src/proto-p10.c: Extend current SVSPART functionality so that we
2128 can send them with traces etc.
2129
a62ba70c 21302006-10-14 Alex Schumann <rubin@afternet.org>
2131
2132 * src/opserv.c: fix crash Buttaknife noticed if you forget chantarget
2133 in svsjoin alerts. Cleanup old silent code fragments left over. Check
2134 for missing chantarget in alerts also.
2135
0e08a8e0 21362006-10-12 Alex Schumann <rubin@afternet.org>
2137
2138 * src/opserv.c: Added VERSION alert/trace reaction, so you can now
2139 setup x3 to version only users matching a criteria, and then another
2140 alert to do someting based on the version reply. This should be
2141 usefull for finding bots etc. Or, for example, you can make all xchat
2142 people join #xchat, or all mirc join #mirc etc.
2143 Also, there is a fix in here for SVSJOIN which i hadn't gotten
2144 everything working with.
2145
2146 * src/proto-p10.c: added privmsg_user and version_user functions
2147
2148 * src/proto.h: added privmsg_user and version_user function
2149 declerations
2150
2151 * src/hash.h: added version_reply variable to users
2152
2153
2154
c408f18a 21552006-10-12 Alex Schumann <rubin@afternet.org>
2156
2157 * src/opserv.c: Added SVSJOIN command, to push a user into a channel,
2158 and a TRACE REACTION of SVSJOIN for trace and alerts. Now you can do
2159 something like 'trace SVSJOIN chantarget #dronebots nick bot[*'
2160 or send all level3 users to a perticular channel on connection, etc.
2161
ff5f1ab2 21622006-10-12 Alex Schumann <rubin@afternet.org>
2163
2164 * src/chanserv.c: Make lamers not affect users on the userlist above
2165 inviteme level in the channel. (why kb users who can .uba and
2166 .inviteme back in?)
2167
c74bf46b 21682006-10-10 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1e7eaa91 2169
2170 * src/spamserv.c: Ignore those with access (if the options are
2171 disabled- scanchanops, scanhalfops, scanvoiced.
2172
ffb204b6 21732006-10-08 Alex Schumann <rubin@afternet.org>
1e7eaa91 2174
ffb204b6 2175 * src/chanserv.c: undid 9/16/06 change of 5 second delay before
2176 autojoin. Not really a great solution. Instead, move auth_handler
3c83701b 2177 funcs to be called after stamping etc. thx to Buttaknife for this
2178 solution.
ffb204b6 2179
2180 * src/nickserv.c: move auth_func calls to after stamping, and
2181 commented up the cmd_auth source to make it more managable.
2182
075d7932 21832006-10-04 Alex Schumann <rubin@afternet.org>
2184
2185 * src/chanserv.c: remove redundant 'none' from empty llists
2186
c74bf46b 21872006-10-04 Neil Spierling <sirvulcan@sirvulcan.co.nz>
eca6aa4f 2188
2189 * src/nickserv.c: Fix for bug 1555621. Cookie data will be copied
2190 over with odelcookie now.
2191
c74bf46b 21922006-10-04 Neil Spierling <sirvulcan@sirvulcan.co.nz>
10fb34f6 2193
2194 * src/chanserv.c: Fix for bug 1551717. If automode is set to 0
2195 in a channel and a user auths in the channel, the user will not
2196 receive autoop etc if they have it enabled in uset.
2197
21982006-10-03 Alex Schumann <rubin@afternet.org>
e6dce34c 2199
2200 * src/opserv.c: Check for connect timer entries before adding new
2201 ones, hopefully will fix bug 1570408 (pLaYa, let us know)
2202
c74bf46b 22032006-09-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
95adb209 2204
2205 * src/modcmd.c: Shortened ThiefMaster to just his nick as per request
2206 by him.
2207
c74bf46b 22082006-09-16 Neil Spierling <sirvulcan@sirvulcan.co.nz>
dd019452 2209
2210 * src/chanserv.c: Do autojoin 5 seconds after handle_auth. Seems its
2211 happening before autohide. Let me know if its still happening before
2212 autohide.
2213
2214 * src/chanserv.help: Updated the AUTOJOIN bit.
2215
5b66c0c2 22162006-09-13 Alex Schumann <rubin@afternet.org>
2217
2218 * src/chanserv.help: improved the help listing for the info command,
2219 and information help category.
2220
c74bf46b 22212006-09-10 Neil Spierling <sirvulcan@sirvulcan.co.nz>
14f0e274 2222
2223 * src/mod-memoserv.c: Fixed crash bug.
2224
2225 * src/spamserv.c: Ignore opers.
2226
c74bf46b 22272006-08-28 Neil Spierling <sirvulcan@sirvulcan.co.nz>
4a2a9a4e 2228
2229 * README: tweaks.
2230
c74bf46b 22312006-08-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
73bcd46c 2232
2233 * src/chanserv.help: Tweaked a , to .
2234
c74bf46b 22352006-08-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
ffd8a4c9 2236
2237 * src/opserv.help: Removed privs menu so we can release a tarball.
2238
90e75ffd 22392006-08-25 Alex Schumann <rubin@afternet.org>
2240
2241 * src/chanserv.c: fix uset reply for halfops
2242
2243 * src/nickserv.help: document the 'b' account flag
2244
c74bf46b 22452006-08-26 Neil Spierling <sirvulcan@sirvulcan.co.nz>
f16ad9e7 2246
2247 * x3.conf.example: Added hidden host style option and key options
2248 for style 2.
2249
2250 * src/hosthiding.h: Remove KEY #defines.
2251
2252 * src/hosthiding.c: Set the keys only once using the conf values.
2253
2254 * src/nickserv.c: Generate hidden hosts off crypt hosts instead
2255 of standard hidden hosts if style is 2.
2256
2257 * src/proto-common.c: Generate hidden hosts off crypt hosts instead
2258 of standard hidden hosts if style is 2.
2259
2260 * src/proto-p10.c: Set crypt host to the crypt IP if there is no
2261 hostname (unresolved). This is how Nefarious works.
2262
2263 * src/tools.c: Generate hidden hosts off crypt hosts instead
2264 of standard hidden hosts if style is 2.
2265
c74bf46b 22662006-08-24 Neil Spierling <sirvulcan@sirvulcan.co.nz>
cd25f2e9 2267
2268 * src/chanserv.c: Added autojoin USET option, which uses SVSJOIN.
2269
2270 * src/chanserv.h: Added autojoin USET option, which uses SVSJOIN.
2271
2272 * src/proto.h: irc_svsjoin decelerations.
2273
2274 * src/proto-p10.c: Wrote irc_svsjoin plus added the nessecary bits
2275 for SVSJOIN. Also wrote cmd_svsjoin for if X3 should ever recieve
2276 an SJ it will be handled properly as a JOIN. Did the same for
2277 SVSPART.
2278
c74bf46b 22792006-08-24 Neil Spierling <sirvulcan@sirvulcan.co.nz>
a45018b2 2280
2281 * src/spamserv.c: Fixed the +k issue with spamserv.
2282
c74bf46b 22832006-08-24 Neil Spierling <sirvulcan@sirvulcan.co.nz>
6c34bb5a 2284
2285 * src/opserv.c: Added PRIVSET Command.
2286
2287 * src/opserv.help: Added PRIVSET Command. Plus contents for the
2288 privs section.
2289
2290 * src/proto.h: irc_privs deceleration.
2291
2292 * src/proto-p10.c: Fixed a compile issue plus added functions for
2293 setting and checking privs.
2294
c74bf46b 22952006-08-23 Neil Spierling <sirvulcan@sirvulcan.co.nz>
89d871d8 2296
2297 * x3.conf.example: Add a new ircd type 6 for trunk nefarious.
2298
2299 * src/hash.h: Priv declerations.
2300
2301 * src/opserv.c: Show privs in WHOIS output.
2302
2303 * src/proto.h: client_report_privs decleration.
2304
2305 * src/proto-p10.c: Handle PRIV only for type 6 servers.
2306
90e75ffd 23072006-08-19 Alex Schumann <rubin@afternet.org>
2308
2309 * src/authserv.c: document the oset flag +b in help (hide from staff
2310 command.)
2311
33741441 23122006-08-19 Alex Schumann <rubin@afternet.org>
2313
2314 * src/chanserv.c: added reply command, which responds similar to calc,
2315 but with any message. (for use with bindings)
2316
2317 * src/modcmd.c: enabled the ability to use $a $n and $m in BIND, which
2318 are replaced with the target command's calling user's account, nick,
2319 and numnick respectively. This and the above allows things like:
2320 BIND x3 account x3.reply your account is $a or
2321 BIND x3 kickme x3.kick $n $1-
2322 more to come, maybe, later.
2323
37d706b7 23242006-08-01 Alex Schumann <rubin@afternet.org>
2325
2326 * src/modcmd.c: Added OSI certification message to VERSION command
2327
c74bf46b 23282006-08-09 Neil Spierling <sirvulcan@sirvulcan.co.nz>
01a5e8c8 2329
2330 * x3.conf.example: Redid part of the geoip summary.
2331
c74bf46b 23322006-08-09 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1ad7ac15 2333
2334 * src/opserv.c: If we have a city, latitude and longitude returned
2335 then show a map url. Some results have no city but a latitude and
2336 a longitude. The coordinates are useless in this case and most
2337 people would know where the country is around abouts.
2338
c74bf46b 23392006-08-08 Neil Spierling <sirvulcan@sirvulcan.co.nz>
58528547 2340
2341 * src/hash.c: Speed up city and country lookups significantly.
2342 Just slow for the first read but once thats done the rest is fast.
2343
c74bf46b 23442006-08-08 Neil Spierling <sirvulcan@sirvulcan.co.nz>
3a4fdc79 2345
2346 * src/spamserv.c: Fix a crash in spamserv (Tracker# 1535968).
2347 I dont know if this will work for sure as i cant reproduce it. But
2348 my theory is that once the user is kicked the mode node is dropped.
2349 Users without modes should still return a valid mode node.
2350
c74bf46b 23512006-08-08 Neil Spierling <sirvulcan@sirvulcan.co.nz>
5678501c 2352
2353 * src/chanserv.c: Fixed a crash with giveownership. X3 would crash
2354 if a giveownership command was issued in a channel with no owners.
2355
c74bf46b 23562006-08-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
21f6caee 2357
2358 * configure: Regenerated.
2359
2360 * configure.in: Added checks for GeoIP headers and libs.
2361
2362 * x3.conf.example: Add in 2 options for the dat filenames of the
2363 city and country files. If not specified then no geoip data
2364 will be checked.
2365
2366 * src/config.h.in: Regenerated.
2367
2368 * src/hash.c: Created a function to check the geoip info from the
2369 dat files.
2370
2371 * src/hash.h: Decelerations plus added entries to the userNode
2372 struct.
2373
2374 * src/opserv.c: Display the GeoIP information in WHOIS.
2375
2376 * src/proto-p10.c: Call the new geoip data collection function
2377 towards the end of AddUser.
2378
c74bf46b 23792006-08-06 Neil Spierling <sirvulcan@sirvulcan.co.nz>
a2dbccef 2380
2381 * src/global.c: Fixed a bug, wasnt message_del'ing some messages.
2382
4d69a3b1 23832006-08-01 Alex Schumann <rubin@afternet.org>
2384
2385 * src/chanserv.c: Add automode 6, to just voice everyone with access.
2386 Idea by daniel (thx)
2387
c74bf46b 23882006-08-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
7827220c 2389
2390 * This message is apart of the below one, its just seperate so
2391 it doesnt get lost amongst the below messages.
2392
2393 * src/global.c: Fixed a warning.
2394
c74bf46b 23952006-08-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
7827220c 2396
2397 * configure: Removed bahamut support, didnt even work.
2398
2399 * configure.in: Removed bahamut support, didnt even work.
2400
2401 * INSTALL: Removed bahamut support, didnt even work.
2402
2403 * x3.conf.example: Removed bahamut support, didnt even work.
2404
2405 * patches/log-pgsql.diff: Removed bahamut support, didnt even work.
2406
2407 * patches/helpserv-pgsql.diff: Removed bahamut support, didnt even
2408 work.
2409
2410 * src/config.h.in: Removed bahamut support, didnt even work.
2411
2412 * src/gline.c: Removed bahamut support, didnt even work.
2413
2414 * src/hash.h: Removed bahamut support, didnt even work.
2415
2416 * src/nickserv.c: Removed bahamut support, didnt even work.
2417
2418 * src/nickserv.h: Removed bahamut support, didnt even work.
2419
2420 * src/Makefile.am: Removed bahamut support, didnt even work.
2421
2422 * src/Makefile.in: Removed bahamut support, didnt even work.
2423
2424 * src/proto-bahamut.c: Removed bahamut support, didnt even work.
2425
2426 * src/shun.c: Removed bahamut support, didnt even work.
2427
c74bf46b 24282006-08-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
57692f5e 2429
2430 * src/global.c: Added language strings for mod-helpserv.c, opserv.c,
2431 spamserv.c, nickserv.c.
2432
2433 * src/mod-helpserv.c: Changed global_message uses to global_message_arg's.
2434
2435 * src/nickserv.c: Changed global_message uses to global_message_arg's.
2436
2437 * src/opserv.c: Changed global_message uses to global_message_arg's.
2438
2439 * src/spamserv.c: Changed global_message uses to global_message_arg's.
2440
c74bf46b 24412006-08-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
09a3057c 2442
2443 * src/chanserv.c: Changed global_message uses to global_message_arg's.
2444
2445 * src/global.c: Added language strings for chanserv.c
2446
c74bf46b 24472006-08-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
4d99495c 2448
2449 * src/global.c: Make sure we arnt sending duplicate messages in
2450 some cases.
2451
c74bf46b 24522006-08-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
985d4109 2453
2454 * src/x3.conf.example: Removed the targets option.
2455
2456 * src/global.c: Wrote new function that will global message users
2457 and/or opers and/or helpers messages in their own langauge. The
2458 strings are set either in language files or in the global.c message
2459 struct. This allows us to send defcon notices to people and they
2460 will get them in their own language if they have it set.
2461
2462 * src/global.h: global_message_args decleration.
2463
2464 * src/opserv.c: Removed targets option for defcon as its too hard
2465 to send messages to people in channels if the people have different
2466 language settings.
2467
c74bf46b 24682006-07-31 Neil Spierling <sirvulcan@sirvulcan.co.nz>
d8b9cb7c 2469
2470 * src/opserv.c: TODO stuff.
2471
c74bf46b 24722006-07-31 Neil Spierling <sirvulcan@sirvulcan.co.nz>
0272358e 2473
2474 * x3.conf.example: Added SHUN setting for DEFCON.
2475
2476 * doc/DEFCON: Added SHUN setting for DEFCON.
2477
2478 * src/opserv.c: Moved the gline check to here. Also added a SHUN
2479 check.
2480
2481 * src/opserv.h: Added SHUN setting for DEFCON.
2482
2483 * src/proto-p10.c: Moved the DEFCON gline check to opserv.c
2484
c74bf46b 24852006-07-31 Neil Spierling <sirvulcan@sirvulcan.co.nz>
08895577 2486
2487 * x3.conf.example: Added new Defcon system settings
2488
2489 * doc/DEFCON: Anope's Defcon doc adapted for X3.
2490
2491 * src/chanserv.c: Block mode changes and channel registrations if
2492 required.
2493
2494 * src/mod-memoserv.c: Block new memos if required.
2495
2496 * src/nickserv.c: Block nick registrations if required.
2497
2498 * src/opserv.c: Added in defcon system, uses some of the anope code.
2499 Most tho is from scratch.
2500
2501 * src/opserv.h: Defcon declerations.
2502
2503 * src/opserv.help: Added DEFCON entry.
2504
2505 * src/proto-p10.c: If required gline new clients, also if required
2506 kill new clients.
2507
35305a49 25082006-07-29 Alex Schumann <rubin@afternet.org>
2509
2510 * configure.in, Makefile.in, src/Makefile.in, tools/tre_install.sh,
2511 src/opserv.c, src/config.h.in, src/nickserv.c, src/Makefile.am: I am
2512 not comfortable running 'make install' on libtre from ./configure.
2513 This violates what the user expects in a way that can harm the system.
2514 Changed how the libtre checks work and provided easy-to-use install
0754f993 2515 script. -fix link stage
35305a49 2516
2517 * rx/Makefile.in: fix autotools warning(s)
2518
babc1c07 25192006-07-28 Alex Schumann <rubin@afternet.org>
2520
2521 * src/nickserv.help: add odelcookie to help oper
2522
31543e44 2523 * x3.conf.example: update & improve x3.conf.example description of
2524 extended_accounts setting.
2525
964abe6b 25262006-07-26 Alex Schumann <rubin@afternet.org>
2527
2528 * src/opserv.c: Fix crash when doing reroute if routing isnt
ce9266cf 2529 configured. | Voice discovered that the error message for addplan fail
2530 was typeo'd so not showing.
964abe6b 2531
20517d48 2532 * src/opserv.help: slight changes to routing help.
2533
2534 * src/chanserv.c: let non-staff see when channels were registered with
2535 .info
2536
d9d33535 25372006-07-24 Alex Schumann <rubin@afternet.org>
2538
2539 * src/proto-p10.c: dont burst channels with 0 users in them (which
2540 were created by alert discrims, most likely)
2541
25422006-07-23 Alex Schumann <rubin@afternet.org>
2543
2544 * x3.conf.example: Added chanserv "modes" to example - use to control
2545 what usermodes chanserv gets. Mainly for setting +d or not, if you
2546 have nef 1.0 'b:' lines setup.
2547
c74bf46b 25482006-07-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
bae4525d 2549
2550 * src/nickserv.c: If theres no title set then the default title
2551 will therefore be the first part of hidden_host in x3.conf.example,
2552 so for consistency with opt_fakehost we will print this.
2553
c74bf46b 25542006-07-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
88b0672a 2555
2556 * src/nickserv.c: The reason why theres no arg rubin is that
2557 if you want to print the fakehost then u dont specify an arg.
2558 This tells opt_fakehost to set fake to the current fakehost
2559 and pass it on to be printed.
2560
bf93ca8d 25612006-07-23 Alex Schumann <rubin@afternet.org>
2562
116d100f 2563 * src/nickserv.c: Add config file regex fakehost test + sanity
574bfc14 2564 checking in title as well (fixed).
bf93ca8d 2565
8108185c 2566 * src/mod-memoserv.c: Fixed crash bug in memosearv read. (check argc
2567 instead of argv[2]==null since argv's dont get set null.
2568
c74bf46b 25692006-07-23 Neil Spierling <sirvulcan@sirvulcan.co.nz>
eb43ca8c 2570
2571 * src/mod-memoserv.c: Fix to a crash/output corruption issue.
2572
2573 * src/proto-p10.c: Host in topic supports sethost and fakehost
2574 now.
2575
47956fc5 25762006-07-21 Alex Schumann <rubin@afternet.org>
2577
2578 * src/proto-p10.c: Added support for irc_wallop, irc_squit,
2579 irc_connect, and added callbacks to handle connect failures and
2580 successes. (All prep for auto routing system)
0520d39a 2581
47956fc5 2582 * src/proto.h: Added support for irc_wallop, irc_squit,
2583 irc_connect, and added callbacks to handle connect failures and
2584 successes. (All prep for auto routing system)
0520d39a 2585
dd1fc2a3 2586 * src/opserv.help: Help entries for auto routing system + fix typeo in
2587 routing example
0520d39a 2588
47956fc5 2589 * src/hash.h: New structs for auto routing system
0520d39a 2590
da0c436d 2591 * src/opserv.c: The long-awaited X3 Auto Routing Plan system! + reduce
2592 error message to debug message.
0520d39a 2593
47956fc5 2594 * src/opserv.h: The long-awaited X3 Auto Routing Plan system!
0520d39a 2595
47956fc5 2596 * src/modcmd.c: added 'routing' main command alias.
2597
c74bf46b 25982006-07-16 Neil Spierling <sirvulcan@sirvulcan.co.nz>
5006460e 2599
2600 * x3.conf.example: Added host_in_topic option for sending full
2601 nick!user@host if its enabled. Default to one as Nefarious is
2602 default to TRUE for HOST_IN_TOPIC. There will be wierdness if
2603 you have this enabled on X3 and not on your Nefarious server.
2604
2605 * src/proto-p10.c: Make use of host_in_topic.
2606
c092fcad 26072006-07-13 Alex Schumann <rubin@afternet.org>
2608
2609 * src/opserv.c: make the bot reply from the nick you /msg in all
2610 cases, if commands are bound to a different bot.
2611
2612 * src/nickserv.c: make the bot reply from the nick you /msg in all
2613 cases, if commands are bound to a different bot.
2614
2615 * src/chanserv.c: make the bot reply from the nick you /msg in all
2616 cases, if commands are bound to a different bot.
2617
2618 * src/mod-memoserv.c: Make all memoserv commands reply from the bot you
2619 msg, not the defined memoserv bot, if commands are aliased to other
2620 bots. This may also fix the crash bug playa reported at
2621 http://www.unrealgamers.net/forums/index.php?showtopic=138
2622
be3d31e0 26232006-07-11 Alex Schumann <rubin@afternet.org>
2624
75ef8cdc 2625 * src/chanserv.c: Fixed some weirdness with nef 1.0's 2nd topic setter
2626 and some x3 topic functions.
2627
be3d31e0 2628 * x3.conf.example: Improved server/type setting documentation,
2629 and changed default to 5.
2630
0c0adfe0 26312006-07-11 Alex Schumann <rubin@afternet.org>
2632
2633 * src/opserv.c: fixed silent alerts not getting picked up from db file
2634 on read/load.
2635
827ecd60 26362006-07-11 Alex Schumann <rubin@afternet.org>
2637
df5f6070 2638 * src/opserv.c: add sanity checking to jupe to avoid catastrophic loop
2639 when adding an invalid jupe servername or numeric.
2640 this closes bug number 1513510.
2641
827ecd60 2642 * src/modcmd.c: if pubcmd is set higher than your level, only respond
2643 with the denied msg if the command was actually found. this closes bug
2644 number 1509382.
2645
22d5d8cf 26462006-07-10 Alex Schumann <rubin@afternet.org>
2647
2648 * src/chanserv.c: fixed crash bug trying to deref the handleinfo of a
2649 non-logged-in user (null pointer)
2650
3f5b8801 26512006-07-09 Alex Schumann <rubin@afternet.org>
2652
2653 * src/nickserv.c: fixed bug where unignores were getting sent to the
2654 user multiple times, instead of to each online nick once.
2655
d07e3fff 26562006-07-09 Alex Schumann <rubin@afternet.org>
2657
f0b5157b 2658 * src/nickserv.c: Fixes for addignore/delignore corruption +missed a
b6599cc2 2659 spot. Ugh, messed up the fix. Trying again :)
d07e3fff 2660
c74bf46b 26612006-07-10 Neil Spierling <sirvulcan@sirvulcan.co.nz>
5f1600ab 2662
2663 * src/chanserv.c: INVITE now checks the targets ignore/silence list.
2664 If the target is ignoring the person inviting them then the invite
2665 is denied.
2666
a76bcc6a 26672006-07-07 Alex Schumann <rubin@afternet.org>
2668
2669 * src/mod-memoserv.c: pLaYa reported a crash/corruption bug in
2670 memoserv most easily seen when sending short memos. Rewrote the flag
2671 handling part of memo send to correct it.
2672
18757dc0 26732006-07-05 Alex Schumann <rubin@afternet.org>
2674
2675 * src/helpfile.c: pLaYa pointed out the table code row count is off by
2676 one. Fixed.
2677
c74bf46b 26782006-06-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
5b1166fd 2679
2680 * configure: Regenerated.
2681
2682 * configure.in: Make use of TRE regexp library. Its more powerful
2683 than the standard library (http://laurikari.net/tre/index.html).
2684 Im also pondering adding services side regexp bans, X3 would
2685 probably required a channel flag called say advanced that can
2686 only be set by the owner. If enabled then regexp bans can be
2687 used. I also added an output saying what modules are enabled,
2688 what protocol is enabled, what malloc is choosen and if debugging
2689 is enabled. Just a bit of a message as the user will of seen
2690 programs just finish compiling and he/she/it may think it
2691 was X3 compiling, but it was just TRE compiling. They still need
2692 to compile X3.
2693
2694 * src/config.h.in: Regenerated.
2695
2696 * src/Makefile.am: Tweak for TRE.
2697
2698 * src/Makefile.in: Regenerated.
2699
2700 * src/nickserv.c: Use the new regex.h Im sure -I includes get
2701 called before system includes like /usr/include.
2702
2703 * src/opserv.c: Use the new regex.h Im sure -I includes get
2704 called before system includes like /usr/include.
2705
2706 * src/tools/tre.tar.gz: TRE 0.7.4. Configure will untar and
2707 compile this just before configure finishes up. Sits around
2708 470KB, rather than another 2.5MB if i TRE untarred. I suppose
2709 i could get it down a bit more using Bzip but there are some
2710 boxes out there still without bzip.
2711
c74bf46b 27122006-06-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1b4a47ca 2713
2714 * src/mod-memoserv.c: Better history implementation. A seperate
2715 table is used for history entries. Entries contain the same
2716 fields as the memo table except for the message, read, and flags.
2717 Entries are only removed from the history db when they get
2718 expired by do_expire (older than message_expire). Also fixed
2719 up a issue with STATUS. On AfterNET we were getting huge large
2720 for the amount of memos. I now realise it was reading the amount
2721 of users. It now reads the proper amount of memos. I also a count
2722 for history entries.
2723
2724 * src/mod-memoserv.help: EXPIRE handles history and memos now.
2725
c74bf46b 27262006-06-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
35ca8140 2727
2728 * src/mod-memoserv.c: Make use of ignore lists when trying to
2729 send memos.
2730
c74bf46b 27312006-06-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
6546e922 2732
2733 * src/spamserv.c: Crash fix (finally). Been meaning to do this
2734 for a while now.
2735
a8370a20 27362006-06-23 Alex Schumann <rubin@afternet.org>
2737
2738 * src/modcmd.help, src/opserv.help, src/helpfile.c, src/helpfile.h,
2739 src/modcmd.c, src/nickserv.c: Improvements to
2740 table output and help display.
2741
2742 * src/mod-memoserv.c: fix segfault
2743
27442006-06-23 Alex Schumann <rubin@afternet.org>
6c3ce3bb 2745
2746 * src/chanserv.c: Backing out the bantype patch because it sucks _bad_.
2747 fix it and re-apply if you want it..
2748
2749 * src/chanserv.h: Backing out the bantype patch.
2750
2751 * src/chanserv.help: Backing out the bantype patch.
2752
c74bf46b 27532006-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
8cfd8013 2754
2755 * src/mod-memoserv.c: Fixed a bug.
2756
c74bf46b 27572006-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
cbc5a1a4 2758
2759 * src/mod-memoserv.c: Added basic HISTORY command. At the moment
2760 if the recipient deletes the memo it will not be listed in the
2761 HISTORY list.
2762
2763 * src/mod-memoserv.help: HISTORY entry.
2764
c74bf46b 27652006-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2a951803 2766
2767 * src/mod-memoserv.c: Added new flags, see below.
2768
2769 * src/mod-memoserv.help: Opps forgot the read reciept stuff. Also
2770 added flags for always ignoring read reciepts and always sending
2771 read reciepts.
2772
c74bf46b 27732006-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
f2e592d3 2774
2775 * src/mod-memoserv.c: Added CANCEL command for cancelling memos
2776 that you have sent, aslong as they have not been read yet.
2777
2778 * src/mod-memoserv.help: CANCEL entry plus tweaked some read
2779 recipient to read reciept stuff.
2780
c74bf46b 27812006-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
34a9e19a 2782
2783 * src/mod-memoserv.c: Redid the db stuff, it now writes users
2784 settings and memos to the memoserv database.
2785
c74bf46b 27862006-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
512d7958 2787
2788 * src/mod-memoserv.c: Small bug fix.
2789
c74bf46b 27902006-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
82794e1b 2791
2792 * src/mod-memoserv.c: Added read recipient support via SEND using
2793 -r as a flag. Messages with requested read recipients have a (r)
2794 shown beside the sender nick in LIST. People can ignore a read
2795 recipient using -i when reading the message via READ. Its all
2796 in the help file.
2797
2798 * src/mod-memoserv.help: Added read recipient relevent bits.
2799
2800 * src/opserv.help: Added halfopping functions.
2801
c74bf46b 28022006-06-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
acb6d53d 2803
2804 * src/x3.conf.example: Forgot a ;.
2805
c74bf46b 28062006-06-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
a8692672 2807
2808 * src/mod-memoserv.c: Make use of SET LIMIT.
2809
c74bf46b 28102006-06-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
d9abe201 2811
2812 * src/mod-memoserv.c: Fixed SET bugs and renabled LIMIT now.
2813
c74bf46b 28142006-06-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
a8138c9f 2815
2816 * src/mod-memoserv.c: On Second thoughts dont enable LIMIT now.
2817
c74bf46b 28182006-06-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
acf3c6d5 2819
2820 * x3.conf.example: Max limit for Memoserv LIMIT option.
2821
2822 * src/hash.h: Fixed halfops issue.
2823
2824 * src/mod-memoserv.c: Added SET LIMIT option for the maximum
2825 amount of memos you can have. This does not do anything yet as
2826 im committing the half ops fix now. This code is fine it just
2827 allows you to adjust the limit for now.
2828
c74bf46b 28292006-06-12 Neil Spierling <sirvulcan@sirvulcan.co.nz>
e3e5ba49 2830
2831 * x3.conf.example: Commented out SpamServ module as there are bugs
2832 and i cant give a definate date as to when i can fix it. Im not
2833 home much these days.
2834
2835 * src/mod-memoserv.c: Redid the SET code using some whatnet code
2836 by wasted. Tweaked here and there. Also added some formatting in
2837 LIST and SET like chanserv SET. Oh and MemoServ will join
2838 autojoin_channels if MemoServ is in a seperate nickname.
2839
2840 * src/mod-memoserv.help: Added OSET and done some tweaking.
2841
2842 * src/nickserv.c: Allow the use of get_victim_oper outside of
2843 nickserv.c.
2844
2845 * src/nickserv.h: Allow the use of get_victim_oper outside of
2846 nickserv.c.
2847
b3052f71 28482006-06-07 Alex Schumann <rubin@afternet.org>
2849
2850 * src/chanserv.help: Added a couple set helps that were missing.
e1443247 2851
2852 * src/helpfile.c: fix missing space in multi-column table output such
2853 as /msg opserv commands * (with nickserv tablewidth setting >60)
b3052f71 2854
1c5f6697 28552006-06-06 Alex Schumann <rubin@afternet.org>
2856
e3e5ba49 2857 * src/opserv.c: Change how addalert silence works, so that its a
2858 parameter instead of an action, and also works with trace now.
2859
1c5f6697 2860 * x3.conf.example: Added a config setting of level needed to use
2861 'silent yes' in trace/addalert.
2862
d762299d 28632006-06-04 Alex Schumann <rubin@afternet.org>
2864
2865 * src/nickserv.c: Fix oregister
2866
7293d1d3 2867 * src/nickserv.help: Update help for oregister
2868
c74bf46b 28692006-06-05 Neil Spierling <sirvulcan@sirvulcan.co.nz>
a6a4707e 2870
2871 * src/proto-p10.c: Properly handle incomming manual silences.
2872
c74bf46b 28732006-06-05 Neil Spierling <sirvulcan@sirvulcan.co.nz>
668dc38e 2874
2875 * src/common.h: pretty_mask etc declerations.
2876
2877 * src/nickserv.c: Parse the mask through pretty_mask before adding
2878 it. Normal ircd side silences go through this, this just keeps
2879 things looking the same and if a user tries to remove a silence
2880 added by ADDIGNORE they will be able to. Oh and I HATE GLIBC :P
2881
2882 * src/proto-p10.c: Send a + if adding a silence.
2883
2884 * src/tools.c: pretty_mask and one other function for reformatting
2885 a hostname so its pretty :) from IRCu.
2886
92fac64c 28872006-06-04 Alex Schumann <rubin@afternet.org>
668dc38e 2888
92fac64c 2889 * src/nickserv.c: Send silences to every nick of a handle, not the
2890 nick that did the command.
2891
c74bf46b 28922006-06-04 Neil Spierling <sirvulcan@sirvulcan.co.nz>
3ec42e29 2893
2894 * src/main.c: Moved spamserv initilization to after chanserv.
2895
2896 * src/spamserv.c: Read the db earlier.
2897
c74bf46b 28982006-05-30 Neil Spierling <sirvulcan@sirvulcan.co.nz>
63c95a47 2899
2900 * configure: Regenerated.
2901
2902 * configure.in: Bumped version and changed list email.
2903
2904 * x3.example.conf: Added SpamServ options.
2905
2906 * src/chanserv.c: Join SpamServ if enabled when chanserv joins.
2907
2908 * src/chanserv.h: Declerations
2909
2910 * src/main.c: Init the new SpamServ service.
2911
2912 * src/Makefile.am: Added SpamServ files.
2913
2914 * src/Makefile.in: Regenerated
2915
2916 * src/modcmd.c: Added SpamServ to REBINDALL.
2917
2918 * src/opserv.c: Slab/X3 malloc STATS MEMORY updates.
2919
2920 * src/proto-common.c: Make sure SpamServ gets notices.
2921
2922 * src/spamserv.c: New service that checks for spamming, floods etc.
2923 Requires an oper to register it to a channel for it to work.
2924
2925 * src/spamserv.h: Decelerations.
2926
2927 * src/spamserv.help: Help entries for SpamServ.
2928
c74bf46b 29292006-05-29 Neil Spierling <sirvulcan@sirvulcan.co.nz>
fe32eb19 2930
2931 * Below functions by Wasted (Martijn Smit) <wasted@lostdomain.org>
2932
2933 * src/chanserv.c: Added selectable bantypes.
2934
2935 * src/chanserv.h: Added selectable bantypes.
2936
2937 * src/chanserv.help: Added help entries.
2938
c74bf46b 29392006-05-29 Neil Spierling <sirvulcan@sirvulcan.co.nz>
0b587959 2940
2941 * src/nickserv.c: Added user option ADVANCED, when we add more
2942 advanced commands users will need to set this to see the options
2943 in help. Further work in helpfile is still needed afaik. This is
2944 just the basics.
2945
2946 * src/nickserv.h: Advanced option declerations.
2947
2948 * src/nickserv.help: Added option ADVANCED, also added AUTOHIDE.
2949 Seems no one added that when they added the AUTOHIDE option.
2950
c74bf46b 29512006-05-28 Neil Spierling <sirvulcan@sirvulcan.co.nz>
7637f48f 2952
2953 * Below functions by Wasted (Martijn Smit) <wasted@lostdomain.org>
2954
2955 * x3.example.conf: Added new options- god_timeout, autojoin_channels,
2956 and denied_fakehost_words. Also dropped refresh_period for chanserv
2957 set resync.
2958
2959 * src/chanserv.c: Added god_timeout, disable god mode automatically
2960 when the period times out. Also added a new set option- resync, auto
2961 resyncs the userlist every 3, 6, 9, or 12 hours (or not at all).
2962
2963 * src/chanserv.help: Added entry for SET RESYNC.
2964
2965 * src/global.c: Join global into autojoin_channels if enabled.
2966
2967 * src/main.c: Some tweaking for autojoin_channels.
2968
2969 * src/mod-memoserv.c: If a user has memos and notify on login
2970 enabled then only display the notify notice on login and not
2971 during a netburst.
2972
2973 * src/mod-track.c: Quashed a warning.
2974
2975 * src/modcmd.c: Added functions for god_timeout. Also added wasted
2976 to VERSION output for credits for these features.
2977
2978 * src/nickserv.c: Added denied_fakehost_words, deny the words set
2979 there if an oper trys to use them in a fakehost. Also autojoin
2980 chanserv if enabled into autojoin_channels.
2981
2982 * src/opserv.c: Added REFRESHMAX to reset the max count, ie for
2983 after a drone attack. Also join opserv and reserved nicks into
2984 autojoin_channels if opserv/reserved is enabled.
2985
2986 * src/opserv.help: Added entry for REFRESHMAX.
2987
0779bbcf 29882006-05-25 Alex Schumann <rubin@afternet.org>
2989
b5c80c61 2990 * src/proto-p10.c: make non-existant server type setting not crash x3.
2991
0779bbcf 2992 * src/nickserv.help: Added newby tip to authserv registration
2993 help (about < and >)
2994
2995 * src/mod-track.c: Fixed crash when a server kicks a person (tried to
2996 deref null kicker)
2997
c74bf46b 29982006-05-23 Neil Spierling <sirvulcan@sirvulcan.co.nz>
56958740 2999
3000 * src/chanserv.c: Set SWHOIS's when a user auths.
3001
3002 * src/hosthiding.c: Fixed a segfault.
3003
3004 * src/nickserv.c: Epithets now use SWHOIS.
3005
3006 * src/proto.h: Declerations for irc_swhois.
3007
3008 * src/proto-p10.c: Handle SWHOIS's.
3009
c74bf46b 30102006-05-23 Neil Spierling <sirvulcan@sirvulcan.co.nz>
68b75482 3011
3012 * src/hash.h: Bumped SOCKIPLEN
3013
3014 * src/hosthiding.c: Functions to crypt IPv6 addresses.
3015
3016 * src/hosthiding.h: IPv6 function declerations.
3017
3018 * src/proto-p10.c: If the users ip address is IPv6 then crypt it
3019 with the ipv6 crypting function.
3020
c74bf46b 30212006-05-23 Neil Spierling <sirvulcan@sirvulcan.co.nz>
37ef8ee3 3022
3023 * src/hash.h: Bits needed for other type of host hiding.
3024
3025 * src/hosthiding.h: Nefarious style 2 host hiding declerations.
3026
3027 * src/hosthiding.c: This will generated crypted style 2 Nefarious
3028 hidden hosts and ips. Currently they are just displayed in O3
3029 WHOIS. Im yet to expand this.
3030
3031 * src/Makefile.am: Added hosthiding.c and hosthiding.h.
3032
3033 * src/Makefile.in: Regenerated.
3034
3035 * src/opserv.c: Display crypted hosts n ips in WHOIS.
3036
3037 * src/proto-p10.c: Generate crypted hosts n ips on everyone and
3038 save them in user->crypthost user->cryptip.
3039
c74bf46b 30402006-05-22 Neil Spierling <sirvulcan@sirvulcan.co.nz>
c02cd944 3041
5177fd21 3042 * src/chanserv.c: Set ignores when you authenticate.
c02cd944 3043
5177fd21 3044 * src/nickserv.c: Added ADDIGNORE, OADDIGNORE, DELIGNORE ODELIGNORE.
3045 Used for centralized silence list management. Currently set ignores
3046 can be viewed in ACCOUNTINFO for via ircd SILENCE.
3047
3048 * src/nickserv.h: Declerations.
3049
3050 * src/nickserv.help: Added help entries for above commands.
3051
3052 * src/proto.h: Declerations.
3053
3054 * src/proto-p10.c: Functions to handle silences
c02cd944 3055
d9896a83 30562006-05-18 Alex Schumann <rubin@afternet.org>
3057
b34a7505 3058 * src/proto-p10.c: Fixed up the track module a bit more
d9896a83 3059
b34a7505 3060 * src/hash.c: Fixed up the track module a bit more, including
3061 reporting correctly when X3 kicks someone. This should affect mrsnoopy
3062 as well, hopefully wont cause any bugs.
d9896a83 3063
e5c85987 3064 * src/mod-track.c: Fixed up the track module a bit more - made track
3065 all/none work
d9896a83 3066
b34a7505 30672006-05-18 Alex Schumann <rubin@afternet.org>
3068
3069 * src/chanserv.c: adding 'classic' view, via patch submitted by pLaYa
3070
3071 * src/nickserv.c: adding 'classic' view, via patch submitted by pLaYa
3072
3073 * src/nickserv.h: adding 'classic' view, via patch submitted by pLaYa
3074
3075 * src/nickserv.help: adding 'classic' view, via patch submitted by pLaYa
d9896a83 3076
30772006-05-18 Alex Schumann <rubin@afternet.org>
3078
b34a7505 3079 * src/chanserv.c: re-disabled netrider kicking. Somehow this got included back
12673a59 3080 in.
3081
b34a7505 3082 * src/mod-track.c: some cleanups and textual changes, to make the commands
12673a59 3083 slightly more user friendly.
3084
c74bf46b 30852006-05-16 Neil Spierling <sirvulcan@sirvulcan.co.nz>
5177fd21 3086
3087 * src/proto-p10.c: Changed 050 specfic topic stuff to a conf setting
3088
3089 * src/x3.conf.example.: adding 050 'type' to server config (rubin
3090 fixed missing ';' and changelog entries)
3091
c74bf46b 30922006-05-16 Neil Spierling <sirvulcan@sirvulcan.co.nz>
f6c7c603 3093
3094 * Most files: Heh i cant be bothered listing all files, see websvn
3095 if you want specific files. I just added a new tracking module, its
3096 just like snoop except it targets specified users. The actual
3097 commit is in the previous revision, i just forgot to update this to
3098 tick over the svn version in version output.
3099
c74bf46b 31002006-05-15 Neil Spierling <sirvulcan@sirvulcan.co.nz>
697f4c9a 3101
2f61d1d7 3102 * Most files: Major update off the new release of srvx 1.3.1. Also
3103 seeing as the new updates dont all have changelog entries ive dropped
3104 the 2 srvx Changelog files and renamed the X3 one to ChangeLog.
697f4c9a 3105
2f61d1d7 31062006-03-20 Alex Schumann <rubin@afternet.org>
697f4c9a 3107
2f61d1d7 3108 * src/chanserv.c: core fix; check if theres a handle_info before looking
3109 at style...
697f4c9a 3110
2f61d1d7 3111 * src/helpfile.c: core fix; check if theres a handle_info before looking
3112 at style...
697f4c9a 3113
2f61d1d7 31142006-03-17 Alex Schumann <rubin@afternet.org>
697f4c9a 3115
2f61d1d7 3116 * src/chanserv.c: more clean style changes
697f4c9a 3117
2f61d1d7 31182006-03-17 Alex Schumann <rubin@afternet.org>
697f4c9a 3119
2f61d1d7 3120 * src/chanserv.c: Added nickserv 'style' setting back. (HomeDawg
3121 and dhp1080 made me do it) Needs lots of work to remove ----
3122 headers for 'clean' setting.
697f4c9a 3123
2f61d1d7 3124 * src/helpfile.c: Added nickserv 'style' stetting back.
697f4c9a 3125
2f61d1d7 3126 * src/nickserv.help: Added help for set style.
697f4c9a 3127
2f61d1d7 3128 * src/mod-helpserv.c: make style affect table outputs.
697f4c9a 3129
2f61d1d7 3130 * src/nickserv.c: Added nickserv 'style' setting back.
697f4c9a 3131
2f61d1d7 3132 * src/nickserv.h: Added nickserve 'style' setting back.
697f4c9a 3133
2f61d1d7 31342006-03-17 Alex Schumann <rubin@afternet.org>
697f4c9a 3135
2f61d1d7 3136 * src/proto-p10.c: Added conf setting for extended_accounts for
3137 backward compatability with stock undernet ircd.
dee9951d 3138
2f61d1d7 3139 * x3.conf.example: Added conf setting for extended_accounts for
3140 backward compatability with stock undernet ircd.
dee9951d 3141
2f61d1d7 31422006-03-06 Alex Schumann <rubin@afternet.org>
3143
3144 * src/opserv.help: Added missing trace criteria to help,
3145 and fixed up a few other bits of help around that topic.
dee9951d 3146
2f61d1d7 31472006-01-16 Alex Schumann <rubin@afternet.org>
dee9951d 3148
2f61d1d7 3149 * src/tools.c: created an email valididty function
dee9951d 3150
2f61d1d7 3151 * src/nickserv.c: check valididty of email better
dee9951d 3152
2f61d1d7 3153 * src/sendmail.c: check validity of email better
dee9951d 3154
2f61d1d7 31552006-01-06 Alex Schumann <rubin@afternet.org>
dee9951d 3156
2f61d1d7 3157 * src/opserv.c: fix gtrace, trace, csearch and alerts to work when aliased
3158 to a different bot, eg chanserv, and to reply from the correct nickname.
3159 also a bunch of whitespace changes
dee9951d 3160
2f61d1d7 3161 * src/nickserv.c: begin work on making nickserv commands bind without
3162 responding from the wrong nick. also a bunch of whitespace changes
dee9951d 3163
2f61d1d7 3164 * src/hash.h: whitespace
dee9951d 3165
2f61d1d7 3166 * src/opserv.help: improved QUERY helpfile. (though command itself still
3167 has bugs)
dee9951d 3168
2f61d1d7 31692005-12-14 Alex Schumann <rubin@afternet.org>
dee9951d 3170
2f61d1d7 3171 * src/chanserv.help: added set bantimeout help
dee9951d 3172
2f61d1d7 31732005-11-08 Alex Schumann <rubin@afternet.org>
dee9951d 3174
2f61d1d7 3175 * src/modcmd.c: cleaned up tabs, added hack to display help on JOINER
3176 aliases properly.
697f4c9a 3177
2f61d1d7 3178 * src/modcmd.help: Added note about escaping spaces to modcmd help.
697f4c9a 3179
2f61d1d7 3180 * src/nickserv.help: Improved help files
697f4c9a 3181
2f61d1d7 3182 * src/chanserv.help: Improved help files
697f4c9a 3183
2f61d1d7 31842005-10-13 Alex Schumann <rubin@afternet.org>
697f4c9a 3185
2f61d1d7 3186 * src/proto-p10.c: ignore remote /lusers
697f4c9a 3187
2f61d1d7 31882005-09-13 Alex Schumann <rubin@afternet.org>
697f4c9a 3189
2f61d1d7 3190 * src/global.c: Changed motd header style
697f4c9a 3191
2f61d1d7 3192 * src/nickserv.help: Improved directions for getting and using
3193 accounts.
697f4c9a 3194
2f61d1d7 3195 * src/chanserv.help: Improved directions for getting and using
3196 accounts.
b336c8db 3197
2f61d1d7 31982005-08-13 Alex Schumann <rubin@afternet.org>
b336c8db 3199
2f61d1d7 3200 * src/chanserv.c: Fixed a bug i created using masks in ,kick. Restored
3201 some *@* protection.
b336c8db 3202
2f61d1d7 3203 * src/tools.c: added function to detect an overmask (too general)
b336c8db 3204
2f61d1d7 3205 * src/common.h: added function to detect an overmask (too general)
b336c8db 3206
2f61d1d7 32072005-08-12 Alex Schumann <rubin@afternet.org>
0d16e639 3208
2f61d1d7 3209 * src/chanserv.c: Modified resync to work accourding to automode
3210 setting, and fixed a buffer overflow problem.
0d16e639 3211
2f61d1d7 3212 * src/chanserv.help: updated set automode and rsync help.
0d16e639 3213
2f61d1d7 3214 * src/nickserv.h: Added an autohide setting to nickserv/authserv that
3215 sets +x on AUTH.
0d16e639 3216
2f61d1d7 3217 * src/nickserv.c: Added an autohide setting to nickserv/authserv that
3218 sets +x on AUTH.
0d16e639 3219
2f61d1d7 32202005-08-12 Alex Schumann <rubin@afternet.org>
0d16e639 3221
2f61d1d7 3222 * src/chanserv.c: Cleanup. Added 'automode' channel setting in place
3223 of 'voice' setting. + Rewording setting help
0d16e639 3224
2f61d1d7 3225 * src/chanserv.h: Cleanup. Added 'automode' channel setting in place
3226 of 'voice' setting.
0d16e639 3227
2f61d1d7 3228 * src/chanserv.help: Added help for automode. + Rewording setting help
0d16e639 3229
2f61d1d7 32302005-08-11 Alex Schumann <rubin@afternet.org>
0d16e639 3231
2f61d1d7 3232 * src/proto-p10.c: added irc_umode() to send usermodes (Life4Christ)
0d16e639 3233
2f61d1d7 3234 * src/proto-bahumit.c: added irc_umode() to send usermodes, untested..
0d16e639 3235
2f61d1d7 3236 * src/proto.h: added irc_umode() to send usermodes (Life4Christ)
0d16e639 3237
2f61d1d7 3238 * src/nickserv.c: Added option to have authserv oper/admin people with
3239 opserv access. (Life4Christ)
0d16e639 3240
2f61d1d7 3241 * src/opserv.c: Added admin_level config option
3242
3243 * src/opserv.h: Added admin_level config option
0d16e639 3244
2f61d1d7 32452005-08-11 Alex Schumann <rubin@afternet.org>
0d16e639 3246
2f61d1d7 3247 * src/proto-p10.c: Avoid duplicating an oper in curr_opers (,staff
3248 command) when nef* bug sends the +o twice. ++fix bug in patch
0d16e639 3249
2f61d1d7 32502005-08-09 Alex Schumann <rubin@afternet.org>
0d16e639 3251
2f61d1d7 3252 * src/chanserv.c: Fixed banTimeout to actually remove the bans :)
0d16e639 3253
2f61d1d7 32542005-08-08 Alex Schumann <rubin@afternet.org>
0d16e639 3255
2f61d1d7 3256 * src/chanserv.c: Added banTimeout feature to .set
0d16e639 3257
2f61d1d7 3258 * src/chanserv.h: added banTimeout feature to .set
0d16e639 3259
2f61d1d7 3260 * src/recdb.c: Added some better error catching in database_get_data()
0d16e639 3261
2f61d1d7 3262 * src/proto-common.h: tabs
0d16e639 3263
2f61d1d7 3264 * x3.conf.example: added bantimeout to default set list, and ban
3265 timeout frequency config setting.
0d16e639 3266
2f61d1d7 32672005-08-04 Alex Schumann <rubin@afternet.org>
0d16e639 3268
2f61d1d7 3269 * src/chanserv.c: Changed kick protected message to one without %s or
3270 $b because the kick function doesnt support replacements.
0d16e639 3271
2f61d1d7 3272 * src/tools.c: fixed spelling error in comment.
0d16e639 3273
2f61d1d7 32742005-07-28 Alex Schumann <rubin@afternet.org>
0d16e639 3275
2f61d1d7 3276 * src/chanserv.c: fixed crash bug in 8ball (required params was off by
3277 one)
0d16e639 3278
2f61d1d7 3279 * src/proto-p10.c: Ignore wallusers (WU) tokens from server without
3280 whining.
0d16e639 3281
2f61d1d7 32822005-07-26 Alex Schumann <rubin@afternet.org>
0d16e639 3283
2f61d1d7 3284 * x3.conf.example: Updated from live afternet file and improved help
3285 and layout. Added vim directive to set syntax type.
0d16e639 3286
2f61d1d7 3287 * src/chanserv.c: ported x2's 8ball in, and improved it.
0d16e639 3288
2f61d1d7 3289 * src/math.c: Added osiris' hack to do_math for supporting
3290 2(10) and 2pi etc. Improved it to handle pi2 also.
0d16e639 3291
2f61d1d7 3292 * src/chanserv.help: updated 8ball help and added 'myaccess' to
3293 information help index.
0d16e639 3294
2f61d1d7 32952005-07-18 Alex Schumann <rubin@afternet.org>
d76ed9a9 3296
2f61d1d7 3297 * src/proto-p10.c: added +L awareness
d76ed9a9 3298
2f61d1d7 3299 * src/hash.h: added +L awareness
d76ed9a9 3300
2f61d1d7 3301 * src/chanserv.help: changed set ctcpreaction help
d76ed9a9 3302
c74bf46b 33032005-07-18 Neil Spierling <sirvulcan@sirvulcan.co.nz>
d76ed9a9 3304
2f61d1d7 3305 * src/modcmd.h: Lets make some functions global.
d76ed9a9 3306
2f61d1d7 3307 * src/modcmd.c: Log hostmasks no matter what.
d76ed9a9 3308
2f61d1d7 3309 * src/log.c: Lookup commands if they are from OpServ in the log.
3310 If they match channel specific commands like OP, DEOP, etc then
3311 we will display them in a LAST command (assuming the person doing
3312 the LAST is an oper). Normal clients wont see commands that have
3313 been performed by OpServ.
d76ed9a9 3314
2f61d1d7 33152005-07-15 Alex Schumann <rubin@afternet.org>
d76ed9a9 3316
2f61d1d7 3317 * src/chanserv.c: Changed around ctcpreaction setting so it:
3318 a) doesnt crash.
3319 b) doesnt kick userlist members ever
3320 c) has only 1 setting needed to control it
3321 * src/chanserv.h: removed some old oplevel stuff.
d76ed9a9 3322
2f61d1d7 33232005-07-14 Alex Schumann <rubin@afternet.org>
d76ed9a9 3324
2f61d1d7 3325 * src/proto-p10.c: made it ignore EX, MK and PRIV tokens to
3326 remove errors from log. Fixed problem with missing break; in
3327 channel mode c parsing (reed).
d76ed9a9 3328
2f61d1d7 3329 * src/mod-memoserv.c: Improved memoserv 'you have notes' message.
3330
3331 * src/log.c: Changed channel log target to send PRIVMSG instead of
3332 NOTICE. (Ghozer)
3333
c74bf46b 33342005-05-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2f61d1d7 3335
3336 * configure: Regenerated.
3337
3338 * configure.in: Added checks for tgmath.h.
3339
3340 * src/chanserv.c: Added new command LAST, from X2. Similar to
3341 EVENTS except its file based. Bear in mind you dont have to use
3342 both. You can bind what you want to use. Commented out zoot_list
3343 as its not in use, just a warning fix.
3344
3345 * src/hash.c: Warning fix.
3346
3347 * src/log.h: Misc defines.
3348
3349 * src/log.c: Logging functions from X2.
3350
3351 * src/math.c: If tgmath.h doesnt exist then include some other
3352 files that contain the functions we require.
3353
3354 * src/modcmd.c: Added a small ctcp reply, gender.. like gnuworld X.
3355
3356 * src/proto-p10.c: Added chanserv.h #include to squash a small
3357 compile error. Made X3 understand MARK's to a small point. Fixed
3358 a small parsing bug with exempts.
3359
33602005-07-06 Alex Schumann <rubin@afternet.org>
3361
3362 * src/chanserv.c: Fixed a couple awkward looking outputs with userlist
3363
3364 * src/opserv.c: Fixed an awkward output of trace count etc.
3365
33662005-06-22 Alex Schumann <rubin@afternet.org>
3367 * src/chanserv.help: Improved DURATION help
3368
3369 * src/tools.c: Changed 'M' duration to 30 days (not 31) as its
3370 a better average.
3371
33722005-05-27 Alex Schumann <rubin@afternet.org>
3373
3374 * src/chanserv.c: Improved usability of register command, fixed
3375 unregister reply.
3376
3377 * src/chanserv.help: Improved usability of register command
3378
33792005-05-27 Alex Schumann <rubin@afternet.org>
3380
3381 * src/chanserv.c: Resync working now
3382
33832005-05-27 Reed Loden <reed@reedloden.com>
3384
3385 * src/chanserv.c: Fixed an incorrectly named message. Fixed some
3386 grammar issues in the message send to pending users. Fixed a
3387 problem with some of the resync code.
3388
33892005-05-27 Alex Schumann <rubin@afternet.org>
3390
3391 * src/chanserv.c: make pending add check if the person is already on
3392 the userlist before re-adding them (thx exec & reed for noticing this)
3393 Fix capitalisation of I in pending notice.
3394
33952005-05-18 Alex Schumann <rubin@afternet.org>
3396
3397 * src/modcmd.c: reed pointed out that modcmd non-command help wasnt
3398 working, and pointed me to the opserv helpfiles command, which shows
3399 what services search what help files. This fixes the help command to
3400 search that list as it should. Still need to modify the 'default'
3401 helpfile search bindigs because I dont think chanserv should respond
3402 to help from opserv's db, etc. See opserv's 'helpfiles' command.
3403
3404 * src/modcmd.help: clarified 'helpfiles' help.
3405
34062005-05-18 Alex Schumann <rubin@afternet.org>
3407
3408 * src/helpfile.c: make send_help() return true/false and not send
3409 errors so svccmd_send_help can 'take control' of things.
3410
3411 * src/modcmd.c: Fixed up the help system (again) / find aliased
3412 commands help if none exists. / Display no help for that command on
3413 commands (instead of topic)
3414
3415 * src/modcmd.h: Fixed up the help system (again)
3416
3417 * src/global.c: Fixed syntax display
3418
3419 * src/chanserv.help: Removed =---= formatting, fixed a few things.
3420 *spelling ++more spelling (thx reed)
3421
3422 * src/nickserv.help: Removed =---= formatting, fixed a few things.
3423 *spelling ++more spelling (thx reed)
3424
3425 * src/opserv.help: Removed =---= formatting, fixed a few things.
3426 ++spelling (thx reed)
3427
3428 * src/global.help: simplified index
3429
3430 * src/nickserv.c: Changed message users get when their email is
3431 already used for an account, fixed syntax help
3432
3433 * src/opserv.c: fixed syntax help
3434
34352005-05-16 Alex Schumann <rubin@afternet.org>
3436
3437 * src/chanserv.help: Fixed a couple ban/lamer conversions i missed in
3438 the help file.
3439
34402005-05-04 Alex Schumann <rubin@afternet.org>
3441
3442 * src/modcmd.c: added a 'rebindall' command to assist with
3443 upgrades and changes which change command bindings.
3444
3445 * src/modcmd.help: modified help to reflect above
3446
3447 * src/opserv.help: modified help to reflect above
3448
3449 * src/chanserv.c: changed addban, addtimedban, delban, bans etc
3450 to addlamer, dellamer, addtimedlamer, lamers to reduce confusion
3451 between channel bans (+b) and x3 remembered bans (lamers)
3452
3453 * src/chanserv.help: modified help to reflect above
3454
3455 * UPGRADE: added use of rebindall to upgrade instructions
3456
34572005-05-04 Alex Schumann <rubin@afternet.org>
3458
3459 * src/chanserv.c: added an 'adduser pending' feature, where if
3460 someone isn't authed x3 will ask them to /auth or register, and then
3461 automatically finish adding them to the channel when they do.
3462 Fixed email bug with adduser pending
3463
3464 * src/chanserv.h: adduser pending
3465
3466 * src/hash.c: adduser pending
3467
3468 * src/hash.h: adduser pending, and increased maxbans to 128 from 45.
3469
3470 * src/nickserv.c: adduser pending cleanup and activation code,
3471 Arch sync (Avoid losing channel information when
3472 replacing an account using the mergedb command.)
3473
3474 * src/proto-p10.c: adduser pending cleanup code
3475
3476 * src/nickserv.help: improved set and register help
3477
34782005-05-04 Alex Schumann <rubin@afternet.org>
3479
3480 * src/chanserv.c: changed uset noautoop to uset autoop (removed double
3481 negitive). Added set voice to provide control over use of voice.
3482 Implimented a basic chanserv db version control system for upgrading
3483 seamlessly.
3484
3485 * src/chanserv.help: adjusted help to reflect voice and uset autoop
3486 changes.
3487
3488 * src/hash.h: updated ssz comment from z to Z
3489
3490 * src/modcmd.help: rewrote BIND help
3491
3492 * src/proto-p10.c: Added Z (sslonly) support back in
3493
3494 * UPGRADE: created file to document upgrading procedures
3495
34962005-04-23 Alex Schumann <rubin@afternet.org>
3497 * src/chanserv.c: removed settings: oplevel, halfoplevel, and
3498 voicelevel, hard coding them to OP, HALFOP, and PEON. Changed
3499 topicmask to be an on or off setting, uninfluenced by enftopic.
3500 Added feature to use mask on /topic in addition to ,topic sets.
3501 Removed special consideration for ircops in protect_user()
3502
3503 * src/chanserv.help: updated documentation to reflect the new and
3504 much simpler topicmask feature, and removed op/voice levels.
3505
3506 * src/nickserv.c: added tailing 'end of' line for accountinfo
3507 for non-opers too.
3508
3509 * src/modcmd.c: tweaked alias notification for help and breef help.
3510
35112005-04-20 Alex Schumann <rubin@afternet.org>
3512
3513 * src/proto-common.c: removing +d. needs to be a config option
3514 or something.
3515
3516 * src/nickserv.help: modified main help reply of authserv
3517
3518 * src/nickserv.c: added title, epithet, and fakehost to oset listing
3519
3520 * src/modcmd.c: fixed up auto-help & alias command handling. Needs
3521 totally redesigned though.
3522
35232005-04-15 Alex Schumann <rubin@afternet.org>
3524
3525 * src/proto-common.c: Temp fix for x3 not seeing -hv modes being set
3526 at the same time. The whole block needs to be if/else instead of
3527 switch though, to be cleaner.
3528
3529 * src/nickserv.help: added fakehost and title options to help oset.
3530
3531 * src/nickserv.c: removed 'style' setting. (was not being used in
3532 code anyway)
3533
c74bf46b 35342005-04-04 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2f61d1d7 3535
3536 * src/proto-p10.c: Reinstated +d usermode.
3537
35382005-03-30 Alex Schumann <rubin@afternet.org>
3539
3540 * src/chanserv.c: Fixed unban.
3541
3542 * x3.conf.example: added note in snoop config that improper
3543 setting for bots nick will cause segfault.
3544
35452005-03-22 Alex Schumann <rubin@afternet.org>
3546
3547 * x3.conf.example: added sethost/fakehost settings to conf
3548
35492005-03-19 Alex Schumann <rubin@afternet.org>
3550
3551 * chanserv.c: Changed style of command outputs, added userlevel back
3552 to users list.
3553
3554 * opserv.c: Changed style of command outputs, removed warn feature
3555
3556 * tools.c: shortened duration string lengths
3557
3558 * main.c: shortened duration string lengths
3559
3560 * sendmail.c: Changed style of stats email
3561
35622005-03-18 Alex Schumann <rubin@afternet.org>
3563
3564 * Changed breef to brief...
3565
3566 * chanserv.c: Changed to access level names instead of numbers.
3567
35682005-03-17 Alex Schumann <rubin@afternet.org>
3569
3570
3571 * src/opserv.c: Improved readability of trace print output
3572
3573 * src/chanserv.c: Improved cmd_list_users output & cleaned it up
3574 a little.
3575
3576 * src/helpfile.c: Improved table_send readability (used in lots
3577 of listings including users and stats network etc)
3578
35792005-03-15 Alex Schumann <rubin@afternet.org>
3580
3581 * src/chanserv.c: Improved some syntax error reporting for commands
3582
3583 * src/helpfile.c: Added a 'breef' help function
3584
3585 * src/helpfile.h: Added a 'breef' help function
3586
3587 * src/main.c: Improved some syntax error reporting for commands
3588
3589 * src/modcmd.c: Improved some syntax error reporting for commands
3590
3591 * src/modcmd.h: Improved some syntax error reporting for commands
3592
35932005-03-15 Reed Loden <reed@reedloden.com>
3594
3595 * Synchronization with srvx--devo--1.3--patch-19.
3596
35972005-03-12 Alex Schumann <rubin@afternet.org>
3598
3599 * src/common.h, src/opserv.h: more SRVX->X3 fixes
3600
3601 * opserv.c: fixed SRVX defines to X3
3602
3603 * src/nickserv.c: Applied patch to bring up to date with
3604 local uncommitted changes on afternets srvx2 tree. improved
3605 cookie gen code and removed /play from cookie messages.
3606
3607 * src/all, src/Makefile*, Makefile.in: changed srvx to x3 in a
3608 bunch more places.
3609
c74bf46b 36102005-03-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2f61d1d7 3611
3612 * nickserv.help: Added odelcookie section.
3613
3614 * src/nickserv.c: Added odelcookie for deleting auth cookies and email
3615 cookies.
3616
3617 * src/md5.c: Cleaned up compile warnings.
3618
3619 * src/nickserv.help: Added odelcookie section.
3620
3621***********************************************************************/
3622
3623#define CVS_VERSION "$Id$"
d76ed9a9 3624