]> jfr.im git - irc/evilnet/x3.git/blame - ChangeLog
Changed HOSTLEN from 63 to 75 to match Nefarious
[irc/evilnet/x3.git] / ChangeLog
CommitLineData
2f61d1d7 1/***********************************************************************
ca3486a2 2X3 ChangeLog
c73514ea 3
bdddfe43 42010-03-13 Matthew Beeching <jobe@mdbnet.co.uk>
5
6 * src/hash.h: Changed HOSTLEN to match Nefarious.
7
7da677be 82010-03-03 Matthew Beeching <jobe@mdbnet.co.uk>
9
10 * src/proto-p10.c: Fixed bug in P10 B64 IPv6 parsing where the
11 entire IPv6 IP after the :: was ommited.
12
e10feb7a 132010-02-27 Matthew Beeching <jobe@mdbnet.co.uk>
14
15 * src/proto-p10.c: Added message handlers for ZLINE and REMOVE
16 to ignore both messages
17
7f9e40bf 182010-02-05 Matthew Beeching <jobe@mdbnet.co.uk>
19
20 * src/nickserv.help: Fix for a minor documentation error where $S
21 was used instead of $N.
22
38bff5f0 232010-01-14 Matthew Beeching <jobe@mdbnet.co.uk>
24
25 * src/nickserv.c: Added support for LDAP auth registering initial
26 nick when nick registration is enabled.
27
8536ac6b 282010-01-09 Neil Spierling <sirvulcan@sirvulcan.co.nz>
29
30 * Srvx sync. Author: Michael Poole.
31
32 * src/ioset.c (ioset_listen): Linux -- reasonably -- requires that
33 SO_REUSEADDR be set on a socket before binding it to an in-use socket.
34 So do that.
35
36 * src/sar.c: Convert "struct sockaddr_storage" to "void *" to comply
37 with C99's strict(er) aliasing rules. Allocate off the stack or
38 heap, as appropriate. Add new function sar_free_nameserver() to
39 clean up the heap-allocated data.
40
c550ac9a 412010-01-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
42
43 * src/chanserv.c: 8ball will now accept "what colour".
44
1dfca92d 452009-12-18 Neil Spierling <sirvulcan@sirvulcan.co.nz>
46
47 * x3.conf.example: Added type 8 for Nefarious 1.3.0.
48
49 * src/proto-p10.c: Only use the old cloak.c code if type 7 is given.
50 If type 8 is given then the cloaked hosts are picked up during burst
51 (+cC)
52
e2f17d6e 532009-12-17 Neil Spierling <sirvulcan@sirvulcan.co.nz>
54
55 * src/log.c: Revert message type to 5.
56
72d5504b 572009-12-17 Neil Spierling <sirvulcan@sirvulcan.co.nz>
58
59 * src/mod-track.c: Fixed a crash with net rider kicks.
60
38377e02 612009-12-12 Alex Schumann <rubin@afternet.org>
62
63 src/x3ldap.c: Fix crash bug with ldap adding users. Deal with some warnings.
64
65 src/x3ldap.h: Deal with some warnings.
66
af40e58b 672009-12-09 Henrik Stuart <evilnet@hstuart.dk>
68
69 src/mod-python.c: add support for module_register.
70
07021002 712009-12-09 Henrik Stuart <evilnet@hstuart.dk>
72
73 src/mod-python.c: add support for log_register_type.
74
c3915bdc 752009-12-09 Neil Spierling <sirvulcan@sirvulcan.co.nz>
76
77 src/nickserv.c: Shuffle the auto oper functions around to fix a
78 desync issue.
79
80 src/proto-p10.c: Ignore PRIV_NONE within the first 5 seconds of
81 a client's connection. Temp fix for now.
82
3c4b9ee3 832009-12-06 Matthew Beeching <jobe@mdbnet.co.uk>
84
85 * src/chanserv.c: Removed seemingly unnecessary "cannot invite"
86 warning from chan_opt_automode.
87
c73514ea 882009-12-02 Matthew Beeching <jobe@mdbnet.co.uk>
89
90 * src/nickserv.c: Added merging SSL fingerprint lists during
91 account merging.
9c88eebe 92
890866b0 932009-12-01 Matthew Beeching <jobe@mdbnet.co.uk>
94
95 * src/opserv.c: Added ADDALERT reactions noticeuser and msguser
96 to go with trace reactions notice and privmsg.
97
d57dba72 982009-11-29 Matthew Beeching <jobe@mdbnmet.co.uk>
99
100 * src/nickserv.c: Rewrote parts of loc_auth() to get it working
101 the same as cmd_auth() with regards to SSL fingerprint support.
102
c03536b5 1032009-11-29 Neil Spierling <sirvulcan@sirvulcan.co.nz>
104
105 * src/nickserv.c: Small tweak.
106
1679a283 1072009-11-29 Neil Spierling <sirvulcan@sirvulcan.co.nz>
108
1f459b76 109 * src/nickserv.c: Small tweak to the password checks with sslfp LOC.
110
1112009-11-29 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1679a283 112 * src/nickserv.c: Added SSL fingerprint support to LOC.
113
114 * src/nickserv.h: Added sslfp to loc_auth.
115
116 * src/proto-p10.c: Added support for the new S loc auth type.
117
2fa83595 1182008-11-28 Matthew Beeching <jobe@mdbnmet.co.uk>
119
120 * src/nickserv.help: Added help for ADDSSLFP, DELSSLFP, OADDSSLFP
121 and ODELSSLFP
122
123 * src/nickserv.c: Added support for SSL fingerprint authentication.
124
125 * src/nickserv.h: Added support for SSL fingerprint authentication.
126
7acc75ee 1272009-11-28 Matthew Beeching <jobe@mdbnet.co.uk>
128
129 * src/mod-memoserv.c: Fix for bug where MemoServ is created as a
130 local bot but not registered as a service on first startup.
131
6fee1be7 1322009-11-26 Matthew Beeching <jobe@mdbnet.co.uk>
133
134 * src/chanserv.c: Fixed a missing ',' in cmd_myaccess output.
135
30874d66 1362009-11-26 Henrik Stuart <evilnet@hstuart.dk>
137
138 * src/common.h src/main-common.c: add extra parameter to reg_exit_func and
139 exit_func_t.
140
141 * src/proto-p10.c src/mod-qserver.c src/chanserv.c src/mod-snoop.c
142 src/hash.c src/helpfile.c src/gline.c src/global.c src/mod-helpserv.c
143 src/opserv.c src/timeq.c src/saxdb.c src/modcmd.c src/saxdb.h
144 src/mod-sockcheck.c src/shun.c src/mod-python.c src/spamserv.c
145 src/mail-common.c src/mod-memoserv.c src/mod-track.c src/log.c src/ioset.c
146 src/nickserv.c src/main.c src/sar.c: collateral evolution fixes due to
147 exit_func change.
148
62a2e0a9 1492009-11-26 Henrik Stuart <evilnet@hstuart.dk>
150
151 * src/proto-common.c: fix typo in malloc variable name.
152
d77556d0 1532009-11-26 Henrik Stuart <evilnet@hstuart.dk>
154
155 * src/modcmd.h src/modcmd.c: add extra parameter to reg_svccmd_unbind_func
156 and svccmd_unbind_func_t.
157
158 * src/chanserv.c: collateral evolution fixes due to svccmd_unbind_func
159 change.
160
f14b32b8 1612009-11-24 Henrik Stuart <evilnet@hstuart.dk>
162
163 * src/proto.h src/proto-common.c: add extra parameter to
164 reg_mode_change_func and mode_change_func_t.
165
166 * src/chanserv.c: collateral evolution fixes due to mode_change_func
167 change.
168
974d3831 1692009-11-24 Henrik Stuart <evilnet@hstuart.dk>
170
171 * src/nickserv.h src/nickserv.c: add extra parameter to reg_unreg_func and
172 unreg_func_t.
173
174 * src/chanserv.c src/mod-helpserv.c src/mod-memoserv.c: collateral
175 evolution fixes due to unreg_func change.
176
81ac4787 1772009-11-24 Henrik Stuart <evilnet@hstuart.dk>
178
179 * src/nickserv.h src/nickserv.c: add extra parameter to reg_auth_func and
180 auth_func_t.
181
182 * src/chanserv.c src/mod-snoop.c src/global.c src/mod-helpserv.c
183 src/opserv.c src/mod-memoserv.c src/mod-track.c: collateral evolution
184 fixes due to auth_func change.
185
3a196bdb 1862009-11-24 Henrik Stuart <evilnet@hstuart.dk>
187
188 * src/nickserv.h src/proto-common.c: add extra parameter to
189 reg_user_mode_func and user_mode_func_t.
190
191 * src/mod-snoop.c src/mod-track.c: collateral evolution fixes due to
192 user_mode_func change.
193
ee8c50bd 1942009-11-24 Henrik Stuart <evilnet@hstuart.dk>
195
196 * src/nickserv.h src/proto-common.c: add extra parameter to
197 reg_channel_mode_func and channel_mode_func_t.
198
199 * src/chanserv.c src/mod-snoop.c src/mod-track.c: collateral evolution
200 fixes due to channel_mode_func change.
201
91667658 2022009-11-24 Henrik Stuart <evilnet@hstuart.dk>
203
204 * src/hash.c src/hash.h: add extra parameter to reg_kick_func and
205 kick_func_t.
206
207 * src/chanserv.c src/mod-snoop.c src/mod-track.c: collateral evolution
208 fixes due to kick_func change.
209
63637aea 2102009-11-24 Henrik Stuart <evilnet@hstuart.dk>
211
212 * src/hash.c src/hash.h: add extra parameter to reg_part_func,
213 unreg_part_func, and part_func_t.
214
215 * src/chanserv.c src/mod-snoop.c src/mod-helpserv.c src/spamserv.c
216 src/mod-track.c: collateral evolution fixes due to part_func change.
217
2182009-11-24 Henrik Stuart <evilnet@hstuart.dk>
1898d8ea 219
220 * src/hash.c src/hash.h: add extra parameter to reg_del_channel_func and
221 del_channel_func_t.
222
223 * src/opserv.c src/proto-p10.c: collateral evolution fixes due to
224 del_channel_func change.
225
736517fb 2262009-11-23 Matthew Beeching <jobe@mdbnet.co.uk>
227
228 * src/nickserv.c: Removed 2 nonsensical spaces in
229 *NickServ.accountinfo output for "Karma"
230
2693aadd 2312009-11-22 Matthew Beeching <jobe@mdbnet.co.uk>
232
233 * src/nickserv.c: Fix for bug allowing the use of odelcookie
234 to result in an account's password changing when it shouldn't.
235
29545775 2362009-11-22 Matthew Beeching <jobe@mdbnet.co.uk>
237
238 * src/nickserv.c: Added fix for LDAP password not being updated
239 on odelcookie where account password is changed anyway.
240
f3aff201 2412009-11-21 Matthew Beeching <jobe@mdbnet.co.uk>
242
243 * src/x3ldap.c: Updated OpServ level in LDAP feature to remove
244 the attribute when 0 instead of setting it to 0
245
246 * src/x3ldap.h: Updated OpServ level in LDAP feature to remove
247 the attribute when 0 instead of setting it to 0
248
249 * src/nickserv.c: Updated OpServ level in LDAP feature to remove
250 the attribute when 0 instead of setting it to 0
251
75fcdcad 2522009-11-21 Matthew Beeching <jobe@mdbnet.co.uk>
253
254 * src/x3ldap.c: Fix for bug allowing accounts in LDAP to
255 authenticate to unactivated accounts.
256
257 * src/nickserv.c: Fix for bug allowing accounts in LDAP to
258 authenticate to unactivated accounts.
259
ba4b4d51 2602009-11-16 Matthew Beeching <jobe@mdbnet.co.uk>
261
262 * src/proto-p10.c: Added support for MARK SSLCLIFP.
263
264 * src/hash.h: Added support for MARK SSLCLIFP.
265
266 * src/opserv.c: Added SSLCLIFP mark to cmd_whois.
267
2dddcd74 2682009-11-16 Matthew Beeching <jobe@mdbnet.co.uk>
269
270 * src/nickserv.c: Fix for crash in cmd_oregister due to incorrect
271 parameter counts.
272
85e88703 2732009-11-15 Matthew Beeching <jobe@mdbnet.co.uk>
274
275 * src/hosthiding.c: Fix for crash bug in make_virthost() when host
276 name doesnt have a '.' in it.
277
63c0b8ad 2782009-11-15 Henrik Stuart <evilnet@hstuart.dk>
279
280 * src/hash.c: fix variable set for registering nick change functions.
281
50c7ed1b 2822009-11-14 Matthew Beeching <jobe@mdbnet.co.uk>
283
284 * src/nickserv.c: Fix for bug #2869968 (*NickServ.oregister allowing
285 invalid handles)
286
157ce145 2872009-11-01 Henrik Stuart <evilnet@hstuart.dk>
288
289 * src/hash.h src/hash.c: add extra parameter to new_channel_func_t and
290 reg_new_channel_func.
291
292 * src/chanserv.c src/opserv.c: add extra NULL argument/parameter to
293 reflect change in hash.
294
50dafce8 2952009-11-01 Henrik Stuart <evilnet@hstuart.dk>
296
297 * src/nickserv.h src/nickserv.c: add extra parameter to
298 handle_merge_func_t and reg_handle_merge_func.
299
300 * src/mod-helpserv.c: add extra NULL argument/parameter to reflect change
301 in nickserv.
302
99c332f8 3032009-11-01 Henrik Stuart <evilnet@hstuart.dk>
304
305 * src/nickserv.h src/nickserv.c: add extra parameter to allowauth_func_t
306 and reg_allowauth_func.
307
308 * src/mod-helpserv.c: add extra NULL argument/parameter to reflect change
309 in nickserv.
310
c8b793cb 3112009-11-01 Henrik Stuart <evilnet@hstuart.dk>
312
313 * src/nickserv.h src/nickserv.c: add extra parameter to failpw_func_t and
314 reg_failpw_func.
315
316 * src/mod-helpserv.c: add extra NULL argument/parameter to reflect change
317 in nickserv.
318
5a2c7cf6 3192009-11-01 Henrik Stuart <evilnet@hstuart.dk>
320
321 * src/hash.h src/hash.c: add extra parameter to topic_func_t and
322 reg_topic_func.
323
324 * src/chanserv.c src/mod-python.c: add extra NULL argument/parameter to
325 reflect change in hash.
326
1c14af0b 3272009-11-01 Henrik Stuart <evilnet@hstuart.dk>
328
329 * src/proto.h src/proto-common.c: add extra parameter to chanmsg_func_t
330 and reg_chanmsg_func.
331
332 * src/chanserv.c src/modcmd.c: add extra NULL argument/parameter to
333 reflect change in proto.
334
3070719a 3352009-10-31 Henrik Stuart <evilnet@hstuart.dk>
336
337 * src/nickserv.h src/nickserv.c: add extra parameter to
338 handle_rename_func_t and reg_handle_rename func.
339
340 * src/chanserv.c src/mod-helpserv.c src/mod-memoserv.c: add extra NULL
341 argument/parameter to reflect change in nickserv.
342
2732298d 3432009-10-30 Henrik Stuart <evilnet@hstuart.dk>
344
345 * src/mod-snoop.c src/mod-helpserv.c src/mod-sockcheck.c src/mod-track.c:
346 fix missed NULL argument/parameter additions from earlier commits.
347
fb38e2bc 3482009-10-30 Henrik Stuart <evilnet@hstuart.dk>
349
350 * src/hash.h src/hash.c: add extra parameter to join_func_t and
351 reg_join_func.
352
353 * src/chanserv.c src/opserv.c src/mod-python.c src/spamserv.c: add extra
354 NULL argument/parameter to reflect change in hash.
355
63189c10 3562009-10-30 Henrik Stuart <evilnet@hstuart.dk>
357
358 * src/hash.h src/hash.c: add extra parameter to nick_change_func_t and
359 reg_nick_change_func. Also fix memory leaks from not freeing extras lists
360 for some callback routines.
361
362 * src/chanserv.c src/opserv.c src/mod-python.c src/spamserv.c
363 src/nickserv.c src/modcmd.c: add extra NULL argument/parameter to reflect
364 change in hash.
365
366 * src/proto-p10.c: fix logic for calling call_new_user_funcs.
367
e9b00805 3682009-10-30 Henrik Stuart <evilnet@hstuart.dk>
369
370 * src/proto.h: add extra parameter to reg_oper_func and oper_func_t.
371
372 * src/global.c: add extra NULL argument parameter to reflect changes.
373
374 * src/proto-common.c: add extra parameter to implementation of
375 reg_oper_func and reflect the extra parameter in call_oper_funcs.
376
377 * src/proto-p10.c: free storage for extra parameters.
378
a6bcc929 3792009-10-28 Henrik Stuart <evilnet@hstuart.dk>
380
381 * src/hash.h src/hash.c: add extra parameter to del_user_func_t,
382 reg_del_user_func, and unreg_del_user_func. Add new call_del_user_funcs
383 function to abstract hash internals from outside callers.
384
385 * src/opserv.c src/mod-python.c src/spamserv.c src/nickserv.c: add extra
386 NULL argument(parameter to reflect change in hash.
387
388 * src/proto-p10.c: use call_del_user_funcs instead of interfacing with
389 hash.c internals directly. Remove unused code due to this change.
390
391 * src/proto-common.c: remove reference to hash internals.
392
35ea100f 3932009-10-28 Matthew Beeching <jobe@mdbnet.co.uk>
394
395 * src/x3ldap.c: Added ldap_do_oslevel() to set OpServ access level in
396 LDAP.
397
398 * src/x3ldap.h: Added ldap_do_oslevel() to set OpServ access level in
399 LDAP.
400
401 * src/nickserv.c: Added configuration option for OpServ access level
402 LDAP attribute name and call to ldap_do_oslevel() on access level
403 change.
404
405 * src/nickserv.h: Added configuration option for OpServ access level
406 LDAP attribute name.
407
408 * x3.conf.example: Added configuration option for OpServ access level
409 LDAP attribute name.
410
f0fb2e2d 4112009-10-27 Henrik Stuart <evilnet@hstuart.dk>
412
413 * src/hash.h src/hash.c: add extra parameter to new_user_func_t and
414 reg_new_user_func. Add new call_new_user_funcs function to abstract hash
415 internals from outside callers.
416
417 * src/proto-p10.c: use call_new_user_funcs instead of interfacing with
418 hash.c internals directly. Remove unused code due to this change.
419
420 * src/global.c src/opserv.c src/mod-python.c src/spamserv.c
421 src/nickserv.c: add extra NULL argument/parameter to reflect change in
422 hash.
423
424 * src/proto-common.c: remove reference to hash internals.
425
9d59f196 4262009-10-27 Henrik Stuart <evilnet@hstuart.dk>
427
428 * src/hash.h: add extra parameter to server_link_func_t and
f0fb2e2d 429 reg_server_link_func. Add new call_server_link_funcs function to abstract
9d59f196 430 hash internals from outside callers.
431
432 * src/proto-p10.c: call call_server_link_funcs rather than interfacing
433 directly with hash.c internals.
434
435 * src/chanserv.c: add extra NULL-argument/parameter to server link
436 handler.
437
438 * src/hash.c: add extra parameter to reg_server_link_func and introduce
439 call_server_link_funcs to shield external callers from the functionality.
440
441 * src/proto-common.c: remove extern definitions for the hash.c structures
442 for the server link callback structure.
443
444 * src/mod-python.c: add extra NULL-argument/parameter to server link
445 handler.
446
44960d6c 4472009-10-27 Henrik Stuart <evilnet@hstuart.dk>
448
449 * src/mod-python.c: remove unused code.
450
0ad6b4a5 4512009-10-27 Henrik Stuart <evilnet@hstuart.dk>
452
453 * src/nickserv.c: marked cmd possibly unused to silence warning.
454
6ae87c77 4552009-10-27 Henrik Stuart <evilnet@hstuart.dk>
456
457 * src/nickserv.h: make auto_oper_privs and auto_admin_privs const.
458
459 * src/proto.h: make privs const in irc_raw_privs.
460
461 * src/proto-p10.c: make privs const in irc_raw_privs.
462
4632009-10-27 Henrik Stuart <evilnet@hstuart.dk>
d5182ae2 464
465 * src/global.c: remove unused code.
466
69517d70 4672009-10-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
468
469 * src/nickserv.c: Send privs out when auto opering clients. These are
470 controlled for now via auto_oper_privs/auto_admin_privs in the nickserv
471 section within x3.conf. In the future we will look at account specific
472 privs.
473
474 * src/proto.h: Added irc_raw_privs and client_modify_priv_by_name.
475
476 * src/proto-p10.c: Added irc_raw_privs.
477
478 * src/tools.c: Added R extended ban.
479
43b43d56 4802009-10-12 Henrik Stuart <evilnet@hstuart.dk>
481
482 * src/mod-python.c: add python_handle_topic and refactor
483 emb_get_channel.
484
485 * src/plugins/__init__.py: add empty topic handler function to
486 Plugin class.
487
488 * src/modpython.py: add topic handler function.
489
9c7f11c2 4902009-10-12 Henrik Stuart <evilnet@hstuart.dk>
491
492 * src/mod-python.c: add python_handle_del_user.
493
494 * src/plugins/__init__.py: add empty del_user handler function to
495 Plugin class.
496
497 * src/modpython.py: add del_user handler function.
498
0a585d7e 4992009-10-12 Henrik Stuart <evilnet@hstuart.dk>
500
501 * src/mod-python.c: refactor python_handle_nick_change.
502
503 * src/plugins/__init__.py: add empty nick_change handler function to
504 Plugin class.
505
506 * src/modpython.py: refactor nick_change to use new plugin
507 system.
508
30814f13 5092009-10-12 Henrik Stuart <evilnet@hstuart.dk>
510
511 * src/plugins/__init__.py: refactor plugin instantiation logic.
512
c9b009fe 5132009-10-12 Henrik Stuart <evilnet@hstuart.dk>
514
515 * src/mod-python.c: refactor python_handle_new_user.
516
517 * src/modpython.py: refactor new_user handler to use new plugin
518 system.
519
520 * src/plugins/__init__.py: add empty new_user handler function to
521 Plugin class.
522
1ad8c8df 5232009-10-12 Henrik Stuart <evilnet@hstuart.dk>
524
525 * src/mod-python.c: refactor python_handle_server_link to be more
526 Pythonic.
527
528 * src/modpython.py: rename old plugins class to plugins_ and use a
529 more general plugin system.
530
531 * src/plugins/__init__.py: extend with plugin base-class and
532 recursive plugin load logic.
533
94a73df0 5342009-10-12 Henrik Stuart <evilnet@hstuart.dk>
535
536 * src/mod-python.c: add emb_service_register function.
537
1e7b511d 5382009-10-12 Henrik Stuart <evilnet@hstuart.dk>
539
540 * src/mod-python.c: add emb_adduser function.
541
7304cfdc 5422009-10-12 Henrik Stuart <evilnet@hstuart.dk>
543
544 * src/mod-python.c: add emb_svsjoin function.
545
f20f0ab5 5462009-10-12 Henrik Stuart <evilnet@hstuart.dk>
547
548 * src/mod-python.c: add emb_svsquit function.
549
550 * src/proto.h: observe proper const-ness in irc_svsquit function.
551
552 * src/proto-p10.c: observe proper const-ness in irc_svsquit function.
553
15df606d 5542009-10-12 Henrik Stuart <evilnet@hstuart.dk>
555
556 * src/mod-python.c: add emb_svsnick function.
557
5661f28e 5582009-10-12 Henrik Stuart <evilnet@hstuart.dk>
559
560 * src/mod-python.c: refactor doc-strings for extension methods to separate
561 variables. Minor code changes that modify function return values/types to
562 be more uniform.
563
86d0ebc4 5642009-10-12 Henrik Stuart <evilnet@hstuart.dk>
565
566 * src/mod-python.c: add emb_fakehost function.
567
26d745b2 5682009-10-12 Henrik Stuart <evilnet@hstuart.dk>
569
570 * src/mod-python.c: add emb_user_mode function.
571
b778caa0 5722009-10-12 Henrik Stuart <evilnet@hstuart.dk>
573
574 * src/mod-python.c: add emb_channel_mode function.
575
8d455e8b 5762009-10-11 Henrik Stuart <evilnet@hstuart.dk>
577
578 * src/mod-python.c: remember to increase reference count of Py_None.
579
749f0565 5802009-10-11 Henrik Stuart <evilnet@hstuart.dk>
581
582 * src/mod-python.c: add emb_kick function.
583
2bee6a6e 5842009-10-11 Henrik Stuart <evilnet@hstuart.dk>
585
586 * src/mod-python.c: add emb_get_config function.
587
3f218269 5882009-10-09 Henrik Stuart <evilnet@hstuart.dk>
589
590 * src/mod-python.c: add emb_timeq_del function.
591
8f206d22 5922009-10-09 Henrik Stuart <evilnet@hstuart.dk>
593
594 * src/mod-python.c: add emb_timeq_add function.
595
5962009-10-07 Henrik Stuart <evilnet@hstuart.dk>
b39754f7 597
598 * src/mod-python.c: refactor dict_t construction logic.
599
c9f7b679 6002009-10-07 Henrik Stuart <evilnet@hstuart.dk>
601
602 * src/mod-python.c: improve error logic for emb_get_channel.
603
92fb809b 6042009-10-06 Henrik Stuart <evilnet@hstuart.dk>
605
606 * src/mod-python.c: refactor modeList conversion into separate function.
607
ee6f1c82 6082009-10-06 Henrik Stuart <evilnet@hstuart.dk>
609
610 * src/mod-python.c: refactor out common error cleanup logic.
611
39d37f27 6122009-10-06 Henrik Stuart <evilnet@hstuart.dk>
613
614 * src/mod-python.c: add emb_get_accounts function and refactor some
615 common logic into a single routine.
616
617 * src/nickserv.h src/nickserv.c: make nickserv_handle_dict externally
618 available.
619
0076604e 6202009-10-06 Henrik Stuart <evilnet@hstuart.dk>
621
622 * src/mod-python.c: add emb_kill function.
623
82089e3f 6242009-10-06 Henrik Stuart <evilnet@hstuart.dk>
625
626 * src/mod-python.c: improve error logic for pyobj_from_usernode.
627
318ec177 6282009-10-06 Henrik Stuart <evilnet@hstuart.dk>
629
630 * src/mod-python.c: improve error logic for emb_get_servers.
631
d12756d7 6322009-10-06 Henrik Stuart <evilnet@hstuart.dk>
633
634 * src/mod-python.c: improve error logic for emb_get_channels.
635
5345ea76 6362009-10-06 Henrik Stuart <evilnet@hstuart.dk>
637
638 * src/mod-python.c: improve error logic for emb_get_users.
639
d8f8d3b6 6402009-10-06 Henrik Stuart <evilnet@hstuart.dk>
641
642 * src/mod-python.c: add emb_get_server function and require P10.
643
dcc1df5e 6442009-10-06 Henrik Stuart <evilnet@hstuart.dk>
645
646 * src/mod-python.c: add emb_get_servers function.
647
f0e11521 6482009-10-06 Henrik Stuart <evilnet@hstuart.dk>
649
650 * src/mod-python.c: fix a bunch of typos
651
cc0b2b7f 6522009-10-05 Henrik Stuart <evilnet@hstuart.dk>
653
654 * src/mod-python.c: add emb_get_channels function.
655
6d94ce8b 6562009-10-05 Henrik Stuart <evilnet@hstuart.dk>
657
658 * src/mod-python.c: add emb_get_users function.
659
5b2b1df2 6602009-10-05 Henrik Stuart <evilnet@hstuart.dk>
661
662 * src/mod-python.c: raise exception on failure in emb_get_account.
663
3f24e818 6642009-10-05 Henrik Stuart <evilnet@hstuart.dk>
665
666 * src/mod-python.c: raise exception on unknown channel in emb_get_channel
667
66f68f65 6682009-10-05 Henrik Stuart <evilnet@hstuart.dk>
669
670 * src/mod-python.c: make emb_send_target_notice more resilient toward
671 erroneous input and raise exceptions on failures.
672
e7af1e12 6732009-10-05 Henrik Stuart <evilnet@hstuart.dk>
674
675 * src/mod-python.c: make emb_send_target_privmsg more resilient toward
676 erroneous input and raise exceptions on failures.
677
a957511b 6782009-10-05 Henrik Stuart <evilnet@hstuart.dk>
679
680 * src/mod-python.c: make emb_dump raise exception on failure.
681
54d2fd3d 6822009-10-05 Henrik Stuart <evilnet@hstuart.dk>
683
684 * src/mod-python.c: set exception on error path in emb_get_user.
685
bfdfd1c3 6862009-10-05 Henrik Stuart <evilnet@hstuart.dk>
687
688 * src/mod-python.c: extract userNode to Python dictionary conversion for
689 future use in handlers.
690
bc2f52df 6912009-10-05 Henrik Stuart <evilnet@hstuart.dk>
692
693 * src/mod-python.c: do not leak handler objects
694
ed8d873c 6952009-10-05 Henrik Stuart <evilnet@hstuart.dk>
696
697 * src/mod-python.c: add support for specifying main module in x3.conf
698
50d61a79 6992009-10-05 Henrik Stuart <evilnet@hstuart.dk>
700
701 * src/mod-python.c: Expose Python services module as _svc to follow normal
702 Python naming conventions for C extensions.
703
14897e8c 7042009-10-05 Henrik Stuart <evilnet@hstuart.dk>
705
706 * src/mod-python.c: Remove unused function.
707
46f628b1 7082009-10-05 Henrik Stuart <evilnet@hstuart.dk>
709
710 * src/mod-python.c: Generalise cmd_run to handle arbitrary statements.
711
8994c9a1 7122009-10-05 Henrik Stuart <evilnet@hstuart.dk>
713
714 * src/main-common.c: Initialise opserv before other services.
715
1ccb8f6e 7162009-09-22 Neil Spierling <sirvulcan@sirvulcan.co.nz>
717
718 * Srvx sync. Author: Michael Poole.
719
720 * src/recdb.c (explain_failure): When MAIN_LOG is NULL, report to stderr.
721
57fdf922 7222009-09-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
723
724 * Srvx sync. Author: Michael Poole.
725
726 * src/chanserv.c (handle_part): Allow the current user to be considered for
727 channels other than the channel being /part'ed.
728
729 * src/modcmd.c (modcmd_saxdb_write): Write bot modes to the database.
730 (modcmd_load_bots): Read them out and use them.
731
732 * src/opserv.c (cmd_whois): Use irc_user_mode_chars() here too.
733
734 * src/opserv.help (INVITE): Document this command.
735
736 * src/proto.h (irc_user_modes): Declare.
737 (irc_user_mode_chars): Likewise.
738
739 * src/proto-common.c (irc_user_modes): Define.
740
741 * src/proto-p10.c (irc_user_mode_chars): Define.
742 (irc_user): Use irc_user_mode_chars() instead of open-coding it.
743
7b3aa3a8 7442009-08-21 Matthew Beeching <jobe@mdbnet.co.uk>
745
746 * src/nickserv.c: Fix for a crash bug when using LOC with LDAP
747 where LDAP account exists and AuthServ account does not
748
5a61e83f 7492009-08-20 Matthew Beeching <jobe@mdbnet.co.uk>
750
751 * src/opserv.help: Fixed a typo in ROUTING EXAMPLE
752
72971fc8 7532009-08-17 Matthew Beeching <jobe@mdbnet.co.uk>
754
755 * src/nickserv.c: Added NSMSG_RECLAIM_HOWTO describing how to
756 AUTH when warned that the nick being used is registered
757
53b62ed9 7582009-08-11 Matthew Beeching <jobe@mdbnet.co.uk>
759
760 * src/proto.h: Added declaration fo irc_privmsg_user
761
762 * src/opserv.c: Added privmsg and notice trace actions
763
764 * src/opserv.help: Added privmsg and notice trace actions
765
7662009-08-11 Matthew Beeching <jobe@mdbnet.co.uk>
4b2dcc0d 767
768 * src/proto-p10.c: ignore SPAMFILTER messages
769
e9df2b7d 7702009-08-11 Neil Spierling <sirvulcan@sirvulcan.co.nz>
771
772 * Srvx sync. Author: Michael Poole.
773
774 * configure.in: (HAVE_SOCKADDR_SA_LEN): Define to a non-empty value
775 (specifically, 1).
776 (HAVE_STRUCT_ADDRINFO): Likewise.
777
778 * src/ioset-kevent.c (ioset_kevent_add): Never try to use EV_DELETE, because
779 that can make kevent() return -1/ENOENT.
780 (ioset_kevent_update): We need to try to EV_DELETE here instead.
781 (ioset_kevent_loop): Do not bail if kevent() just returns -1/EINTR.
782
783 * src/Makefile.am (EXTRA_x3_SOURCES): Include mod-blacklist.c.
784
785 * src/sar.c (ipv4_pton): Set the sockaddr length field when it exists.
786 (ipv6_pton): Likewise.
787
18c739ab 7882009-08-11 Matthew Beeching <jobe@mdbnet.co.uk>
412ba860 789
790 * src/proto-common.c: Fix to allow trigger (in channel) commands
791 to work in unregistered channels
792
63e4abc0 7932009-07-30 Matthew Beeching <jobe@mdbnet.co.uk>
794
795 * src/sar.c: Fix for typo in previous commit
796
d6a00e9a 7972009-07-30 Neil Spierling <sirvulcan@sirvulcan.co.nz>
798
799 * src/sar.c: Commented out an warning message.
800
fe08d345 8012009-07-29 Matthew Beeching <jobe@mdbnet.co.uk>
802
803 * src/nickserv.c: Fix for minor auth bug
804
bb869923 8052009-07-23 Matthew Beeching <jobe@mdbnet.co.uk>
806
807 * src/nickserv.help: Minor spelling correction
808
e7fe8840 8092009-07-18 Matthew Beeching <jobe@mdbnet.co.uk>
810
811 * src/nickserv.c: Fix for NickServ AUTH bug with only password
812 being supplied
813
393a3e56 8142009-07-16 Matthew Beeching <jobe@mdbnet.co.uk>
815
816 * src/nickserv.c: Added support for NickServ with LDAP enabled
817
38c4bf0a 8182009-07-15 Neil Spierling <sirvulcan@sirvulcan.co.nz>
819
820 * src/chanserv.c: Crash fix with the spin command for hosts with
821 a long length.
822
aa8c38ad 8232009-07-05 Matthew Beeching <jobe@mdbnet.co.uk>
824
825 * src/chanserv.c: Fix for crash on ChanServ.UNSUSPEND
826
9ceee393
J
8272009-06-27 Matthew Beeching <jobe@mdbnet.co.uk>
828
829 * src/modcmd.c: Fix for bug #2813183
830
995043b4 8312009-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
832
833 * src/chanserv.c: Removed lastmod from gline and shun. (from the
834 srvx merge)
835
836 * src/gline.c: Removed lastmod from gline and shun. (from the srvx
837 merge)
838
839 * src/gline.h: Removed lastmod from gline and shun. (from the srvx
840 merge)
841
842 * src/mod-blacklist.c: Removed lastmod from gline and shun. (from
843 the srvx merge)
844
845 * src/mod-sockcheck.c: Removed lastmod from gline and shun. (from
846 the srvx merge)
847
848 * src/opserv.c: Removed lastmod from gline and shun. (from the srvx
849 erge)
850
851 * src/proto-p10.c: Removed lastmod from gline and shun. (from the srvx
852 merge)
853
854 * src/shun.c: Removed lastmod from gline and shun. (from the srvx merge)
855
856 * src/shun.h: Removed lastmod from gline and shun. (from the srvx merge)
857
858 * src/spamserv.c: Removed lastmod from gline and shun. (from the srvx
859 merge)
860
5671e5c2 8612009-06-05 Neil Spierling <sirvulcan@sirvulcan.co.nz>
862
863 * src/proto-p10.c: Bug fix for SF Bug #2801434.
864
c9aeceb5 8652009-06-02 Neil Spierling <sirvulcan@sirvulcan.co.nz>
866
867 * src/hash.h: Updated client PRIVS.
868
869 * src/proto-p10.c: Updated client PRIVS.
870
2e9062b9 8712009-06-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
872
873 * src/tools.c: Re done the extended channel ban code so that it works
874 like the ircd code.
875
95b9d0bc 8762009-06-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
877
878 * src/tools.c: Return -1 with invalid extended bans.
879
3b7fa78b 8802009-06-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
881
882 * src/chanserv.c: Tweak the ban functions to allow invalid bans to
883 be picked up.
884
885 * src/tools.c: Return -1 with invalid extended bans.
886
277ad996 8872009-06-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
888
889 * src/chanserv.c: Updated user_matches_glob.
890
891 * src/common.h: Updated user_matches_glob.
892
893 * src/mod-memoserv.c: Updated user_matches_glob.
894
895 * src/nickserv.c: Updated user_matches_glob.
896
897 * src/opserv.c Updated user_matches_glob.
898
899 * src/tools.c: Added support for shared channel bans (j). As well as
900 quiet bans. Although these are handled ircd side.
901
80ca5a69 9022009-06-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
903
904 * src/tools.c: Extended channel ban support. As well as text and
905 nick change bans, however these 2 are just ignored as they are
906 handled ircd side.
907
634d32a3 9082009-06-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
909
910 * src/tools.c: Extended account ban support.
911
8062bfc3 9122009-06-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
913
914 * src/chanserv.c: Basic extended ban support.
915
916 * src/tools.c: Basic extended ban support.
917
463e23c9 9182009-06-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
919
920 * src/chanserv.c: Fixed up SF bug #2799155.
921
922 * src/modcmd.c: Fixed up an issue where missing args was coming up
923 when it shouldnt.
924
be2c97a5 9252009-05-31 Neil Spierling <sirvulcan@sirvulcan.co.nz>
926
927 * GPL 3 and svn propset updates.
928
37c8e812 9292009-05-31 Neil Spierling <sirvulcan@sirvulcan.co.nz>
930
931 * src/main.c: Added spamserv.h #include.
932
933 * src/main-common.c: Woops forgot to init spamserv.
934
935 * src/spamserv.c: Fixed up AddLocalUser.
936
ee25b1b2 9372009-05-30 Neil Spierling <sirvulcan@sirvulcan.co.nz>
938
939 * src/chanserv.c: Small fix with CSMSG_SET_UNREVIEWED.
940
51e05af8 9412009-05-30 Neil Spierling <sirvulcan@sirvulcan.co.nz>
942
943 * src/hash.c: Couple of tweaks.
944
945 * src/proto-common.c: Fix for triggers not working with forwards as well as
946 off channel services.
947
7553c653 9482009-05-30 Neil Spierling <sirvulcan@sirvulcan.co.nz>
949
950 * src/chanserv.c: Fixed a crash with setting a .set option with an invalid
951 option.
952
953 * src/mail-smtp.c: Added missing file.
954
1136f709 9552009-05-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
956
957 * Major update to bring X3 in line with the latest SRVX commit. Please see
958 UPGRADE. Credits go to the SRVX team.
959
9602009-04-22 Neil Spierling <sirvulcan@sirvulcan.co.nz>
39b3b541 961
962 * src/proto-p10.c: Ignore stats headers.
963
413fd8ea 9642009-05-08 Henrik Stuart <evilnet@hstuart.dk>
965
966 * src/mod-python.c: generalised cmd_run to process file_input productions.
967
ef5e0305 9682009-05-06 Henrik Stuart <evilnet@hstuart.dk>
969
970 * src/mod-python.c: generalised PYTHONPATH environment setting to
971 not explicitly set Alex's home directory.
972
10be9be0 9732009-05-05 Henrik Stuart <evilnet@hstuart.dk>
974
975 * src/proto-p10.c: introduced irc_sno for SNO messages. Removed broken
976 auto_oper on LOC support.
977
978 * src/proto.h: introduced irc_sno for SNO messages.
979
980 * src/nickserv.c: added registered authentication function to handle
981 auto_oper on LOC.
982
6e1142b2 9832009-05-04 Alex Schumann <rubin@afternet.org>
f746eca3 984
985 * src/chanserv.c: julien and polo noticed a crash during channel register. Fixed
986
987 * x3.conf.example: fix typeo in default channel regex. Thanks again to julien for noticing this.
988
9c88eebe 9892009-03-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
990
991 * src/proto-p10.c: Update PRIV handling code for the latest
992 nefarious 1.3 changes.
993
50220e57 9942009-02-27 Alex Schumann <rubin@afternet.org>
995
996 * src/proto-p10.c: Patch from muer to support auto-oper for LOC
997 connections too.
2cfebbe2 998
0ab7b4bc 9992009-01-31 Alex Schumann <rubin@afternet.org>
1000
1001 * src/chanserv.c: change server link handlers to return an int
1002
1003 * src/hash.h: change server link handlers to return an int
1004
1005 * src/plugins/annoy/plugin.py: add some debug code for testing new
1006 hooks
1007
1008 * src/modpython.py: support for new hooks server_link, nick_change,
1009 and new_user
1010
1011 * src/mod-python.c: support for new hooks server_link, nick_change,
1012 and new_user
1013
da4f9236 10142009-01-30 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1015
1016 * src/opserv.c: Warning fix.
1017
1018 * src/proto-p10.c: Bug fix for SF Bug #2547157 (topic ident bug).
1019
0c33848c 10202009-01-27 Alex Schumann <rubin@afternet.org>
1021
1022 * src/modpython.py: Comment out debug printing
1023
1024 * src/plugins/hangman: New example plugin: Hangman game
1025
b7594203 10262009-01-27 Alex Schumann <rubin@afternet.org>
1027
1028 * src/opserv.c: Fix a hole Sindacious found, where alerts on account
1029 don't trigger because they arent looked for during/after auth.
1030
039a6658 10312009-01-26 Alex Schumann <rubin@afternet.org>
1032
1033 * src/plugins/annoy/plugin.py: more test code
1034
1035 * src/mod-python.c: added emb_get_info, silenced warnings, and stub
1036 TODO comments for all the handlers and emb functions we need to
1037 create. search for TODO and lend a hand! :)
1038
0bcdc113 10392009-01-26 Alex Schumann <rubin@afternet.org>
1040
1041 * src/plugins/annoy/plugin.py: new version of test plugin
1042
10432009-01-25 Alex Schumann <rubin@afternet.org>
d68e1d8a 1044
1045 * Makefile.am: forgot to copy modpython.py where it goes.
1046
07559983 10472009-01-24 Alex Schumann <rubin@afternet.org>
1048
1049 * src/mod-python.c: added plugin hook to log to x3 logs, and worked
1050 out the basics of callback registration.
1051
1052 * src/modpython.py: x3 logging hook and new callback registration
1053
1054 * Makefile.am: install modpython.py and plugins/ during make install
1055
1056 * install-r.sh: shell script to do recursive copy with exclusions
1057
cbfd323c 10582009-01-23 Alex Schumann <rubin@afternet.org>
1059
e0f76584 1060 * src/mod-python.c: refactor to use class-based hook manager. Seems to
4c216694 1061 run now. Also added better comments.
cbfd323c 1062
4c216694 1063 * src/modpython.py: refactored into classes. Seems to run now. Cleaned
1064 up a bit.
cbfd323c 1065
57e3ccf6 10662008-01-12 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1067
1068 * src/opserv.c: Fix for SF bug #2491886. Added OSMSG_USER_ALREADY_THERE.
1069
10702009-01-04 Alex Schumann <rubin@afternet.org>
2045ae25 1071
1072 * src/nickserv.c: fix access change bug when using ldap but not
1073 ldap_oper_group_dn.
1074
06742a38 10752009-01-01 Matthew Beeching <jobe@mdbnet.co.uk>
1076
1077 * languages/README.txt: Changed validate_lang.pl to validate.pl
1078
1079 * languages/validate.pl: Set executable
1080
1081 * languages/lang_export.sh: Set executable
1082
b45fd7d7 10832008-12-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1084
1085 * src/chanserv.c: SF feature 1476390. Added nodelete option to
1086 MERGE.
1087
1088 * src/chanserv.help: SF feature 1476390. Added nodelete option
1089 to MERGE.
1090
f21ec816 10912008-12-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1092
1093 * src/chanserv.c: SF feature 2353198. Patch from CaptKirk. Added
1094 the channel flag to the register command. Also removed the
1095 helping flag.
1096
4648ded2 10972008-12-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1098
1099 * src/hash.c: SF feature 2353183. Made X3 aware of +a.
1100
1101 * src/hash.h: SF feature 2353183. Made X3 aware of +a.
1102
40c18c28 11032008-12-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1104
1105 * src/global.c: Added RCHANNELS which will send notices to all
1106 registered channels. Also changed CHANNELS to notice all channels
1107 instead of registered ones only.
1108
1109 * src/global.h: Added RCHANNELS.
1110
1111 * src/global.help: Added RCHANNELS target.
1112
42c38d42 11132008-12-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1114
1115 * src/global.c: Added AUTHED target.
1116
1117 * src/global.h: Added AUTHED target.
1118
083fb96b 11192008-12-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1120
1121 * src/opserv.c: Store when alerts were last triggered.
1122
d3abe0df 11232008-12-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1124
1125 * x3.conf.example: Added valid_channel_regex.
1126
1127 * src/chanserv.c: Added valid_channel_regex.
1128
a837dcf5 11292008-12-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1130
1131 * src/chanserv.c: Warning fixes.
1132
1133 * src/proto-p10.c: Warning fixes.
1134
4cb36ef0 11352008-12-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1136
1137 * configure: Regenerated.
1138
1139 * configure.in: Added math.h check.
1140
1141 * rx/Makefile.in: Regenerated.
1142
1143 * src/chanserv.c: Warning fixes.
1144
1145 * src/config.h.in: Regenerated.
1146
1147 * src/Makefile.in: Regenerated.
1148
1149 * src/math.c: Warning fixes.
1150
1151 * src/nickserv.c: Warning fixes.
1152
1153 * src/opserv.c: Warning fixes.
1154
1155 * src/proto-p10.c: Warning fixes.
1156
0e859bd9 11572008-12-24 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1158
1159 * src/chanserv.c: Fix for SF bug #2423717. Invalid automode choices
1160 with a string will now show the invalid string rather than 0.
1161
2f7421b5 11622008-12-24 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1163
1164 * src/nickserv.c: Fix for SF bug #2420339. Password change emails
1165 will not have the first time part in the email. Email change emails
1166 will have them though.
1167
97e51197 11682008-12-24 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1169
1170 * src/chanserv.c: Fix for SF bug #2353222 (+l not being removed
1171 when dynlimit disabled.
1172
cad8f3a7 11732008-12-24 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1174
1175 * src/proto-p10.c: Fix for SF bug #2401693 (gsync not working properly).
1176
9a50a1a2 11772008-11-30 Matthew Beeching <jobe@mdbnet.co.uk>
1178
1179 * src/spamserv.c: Fix crash bug in ADDTRUST/DELTRUST
1180
d4e0f0c4 11812008-11-25 Alex Schumann <rubin@afternet.org>
1182
1183 * src/mod-python.c: call run function instead of using
1184 pyrun_simplestring. Set global info for simple reply() to have what it
1185 needs to run.
1186
1187 * src/modpython.py: new name as - interferes with module loading.
1188 added reply() function
1189
8d670803 11902008-11-22 Alex Schumann <rubin@afternet.org>
1191
1192 * src/mod-python.c: Added ability to query info about nick or channel
1193 name
1194
a2c8c575 11952008-11-16 Alex Schumann <rubin@afternet.org>
1196
1197 * src/mod-python.c: filled in some missing pieces.
1198
1199 * src/mod-python.py: more demo code for testing
1200
50ca1f0c 12012008-11-16 Matthew Beeching <jobe@mdbnet.co.uk>
1202
1203 * src/chanserv.help: Minor mistake in help for 'SET MAXSETINFO'
1204
12052008-11-16 Alex Schumann <rubin@afternet.org>
caf97651 1206
a2c8c575 1207 * src/mod-python.c: further work on building basic bits of this
caf97651 1208
a2c8c575 1209 * src/mod-python.py: first pass at what will be the base python script.
caf97651 1210
50ca1f0c 12112008-11-13 Alex Schumann <rubin@afternet.org>
0b350353 1212
a2c8c575 1213 * src/modcmd.c: remove python tests (moved to mod-python.c)
0b350353 1214
a2c8c575 1215 * src/mod-python.c: initial template based on memoserv
0b350353 1216
14c04a50 12172008-11-12 Matthew Beeching <jobe@mdbnet.co.uk>
1218
1219 * tools/db.php: Added sample DB parser script
1220
2f65da8f 12212008-11-06 Alex Schumann <rubin@afternet.org>
1222
a2c8c575 1223 * src/modcmd.c,Makefile.in,src/Makefile.in,configure.in,src/config.h.in:
2f65da8f 1224 Begin work on embedding python.
1225
56b83e80 12262008-11-06 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1227
1228 * src/proto-p10.c: Fixes for SGLINE and SSHUN. As well as a fix for
1229 bug 2173687 (PRIVS part of it is already fixed on trunk).
1230
5f6a98a7 12312008-10-24 Matthew Beeching <jobe@mdbnet.co.uk>
1232
1233 * src/chanserv.help: Minor spelling mistake "change" instead of
1234 "change"
1235
6221421c 12362008-10-10 Matthew Beeching <jobe@mdbnet.co.uk>
1237
1238 * src/opserv.c: Fix for crash on OpServ SVSPART where the
1239 channel specified does not exist.
1240
f2a8c1ea 12412008-09-30 Matthew Beeching <jobe@mdbnet.co.uk>
1242
1243 * src/nickserv.c: Prevent automatic registration of dissallowed
1244 nicks when registering an account
1245
a6fa0035 12462008-09-27 Matthew Beeching <jobe@mdbnet.co.uk>
1247
1248 * src/chanserv.c: Fix for <trigger>shoot telling you to use
1249 .roulette instead of <trigger>roulette
1250
59b38cc0 12512008-09-15 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1252
1253 * src/proto-p10.c: SGLINE and SSHUN support some stuff coming
1254 soon in Nefarious.
1255
2a4ca4f5 12562008-09-07 Matthew Beeching <jobe@mdbnet.co.uk>
1257
1258 * src/chanserv.c: Changed PEON to PAL
1259
1260 * src/chanserv.help: Changed PEON to PAL
1261
1262 * src/modcmd.c: Changed PEON to PAL
1263
1264 * docs/access-levels.txt: Changed PEON to PAL
1265
1266 * languages/de/chanserv.help: Changed PEON to PAL
1267
1268 * languages/en_GB/chanserv.help: Changed PEON to PAL
1269
055f3f30 12702008-09-06 Matthew Beeching <jobe@mdbnet.co.uk>
1271
1272 * src/proto-p10.c: Added new PRIV_*'s to privtab
1273
1274 * src/mod-snoop.c: Added support for channel mode +h
1275
1276 * src/hash.h: #define's for missing PRIV_*'s
1277
6ff42e24 12782008-09-02 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1279
1280 * src/chanserv.c: Fixed an issue with OPCHAN and channels using off
1281 channel.
1282
df21b43d 12832008-08-19 Alex Schumann <rubin@afternet.org>
19c83de8 1284
1285 * src/chanserv.c: fix a bug in the default wheel spin settings if they
1286 were not in the config file, x3 would core.
1287
92f63dd4 12882008-07-21 Neil SPierling <sirvulcan@sirvulcan.co.nz>
1289
1290 * src/chanserv.c: Turn the kick ban all chans spin action into a
1291 timed ban (5 minutes). Also seperated the setting of the ban from
1292 the stripping of ohv. If Nefarious has halfops disabled then trying
1293 to strip the modes and set the ban results in the numeric being set
1294 as the ban. This will need to be fixed in nefarious.
1295
b08a5f8b 12962008-07-20 Alex Schumann <rubin@afternet.org>
1297
8deb31d3 1298 * src/chanserv.c: remove spin debugging code. Fix gline/kill glitch.
b08a5f8b 1299
1300 * src/config.h: bump trunk to 1.7
1301
74ac2349 13022008-07-19 Alex Schumann <rubin@afternet.org>
1303
5e6460e4 1304 * src/proto-p10.c: dont print warning on uping to a jupe. added
1305 irc_svsquit() function
1306
1307 * src/chanserv.c: rework wheel-of-misfortune a bit, allow individual
1308 spins to be enabled in x3.conf and make it easy to add new ones or
1309 change likelyhoods.
1310
1311 * src/proto.h: added irc_svsquit() prototype
1312
1313 * src/x3.conf.example: wheel action example configs
74ac2349 1314
a218fded 13152008-07-18 Alex Schumann <rubin@afternet.org>
1316
1317 * src/proto-p10.c: set lastmod time to current time when sending
1318 glines, otherwise ircd wont burst them later.
1319
1320 * src/modcmd.c: break credits out to its own command, and add svn
1321 version string to ctcp version reply.
1322
625ccd4e 13232008-07-02 Matthew Beeching <jobe@mdbnet.co.uk>
1324
1325 * src/proto-p10.c: Added missing PRIV_*'s to privtab
1326
1327 * src/hash.h: #define's for missing PRIV_*'s
1328
17d4a698 13292008-06-23 Alex Schumann <rubin@afternet.org>
1330
c64a32cb 1331 * src/chanserv.c: Fix a bug where if spin abuse creates a clone, but an oper kills the
1332 clone before its auto-removed, x3 crashes. Thanks tyler and jigsy.
1333
13342008-06-23 Alex Schumann <rubin@afternet.org>
1335
1336 * src/nickserv.c: make opserv access level required to be in oper ldap
17d4a698 1337 group configurable.
1338
1339 * src/nickserv.h: make opserv access level required to be in oper ldap
1340 group configurable.
1341
18006b5c 13422008-06-12 Alex Schumann <rubin@afternet.org>
1343
1344 * src/nickserv.c: fix login-on-connect logic problem when ldap libs
1345 are present but ldap is not in use.
1346
cf8bedff 13472008-04-22 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1348
1349 * src/chanserv.c: Fixed a small bug with SVSNickChange.
1350
1351 * src/hash.h: Added buttaknife's patch which allows modes to be
1352 searched for using opserv trace. Also Fixed a small bug with
1353 SVSNickChange.
1354
1355 * src/hash.c: Fixed a small bug with SVSNickChange.
1356
1357 * src/opserv.c: Added buttaknife's patch which allows modes to
1358 be searched for using opserv trace.
1359
1360 * src/proto-p10.c: Added buttaknife's patch which allows modes
1361 to be searched for using opserv trace.
1362
04cb4dfc 13632008-04-10 Alex Schumann <rubin@afternet.org>
1364
1365 * src/nickserv.c: Fix wrong param count check in oset password
1366
fba880b8 13672008-04-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1368
1369 * src/chanserv.c: Fixed a bug with x3 not handling kills properly.
1370
1371 * src/opserv.c: Fixed a bug with x3 not handling kills properly.
1372
7dd05763 13732008-04-02 Alex Schumann <rubin@afternet.org>
1374
fba880b8 1375 * src/proto-p10.c: Provisional code for LOC account hostmask validation
7dd05763 1376
fba880b8 1377 * src/nickserv.c: Provisional code for LOC account hostmask validation
7dd05763 1378
90746c83 13792008-04-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1380
1381 * configure: Regenerated.
1382
1383 * configure.in: Bumped up trunk version for X3.
1384
1c76f1b4 13852008-03-29 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1386
1387 * src/proto-p10.c: Ignore SNO messages.
1388
0bd0bef6 13892008-03-28 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1390
1391 * configure: Regenerated.
1392
1393 * configure.in: Fixed up a typo spotted by Sakkath.
1394
1395 * x3.conf.example: Fixed up a typo spotted by Sakkath.
1396
e91c6c1e 13972008-03-28 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1398
1399 * src/chanserv.c: If Nefarious 1.2.0 is in use then use SVSQUIT to
1400 fake a connection reset by peer quit if spin 1 comes up.
1401
14022008-03-28 Neil Spierling <sirvulcan@sirvulcan.co.nz>
ea54b136 1403
1404 * src/chanserv.c: Only allow logged in people to use spin.
1405
e91c6c1e 14062008-03-28 Neil Spierling <sirvulcan@sirvulcan.co.nz>
b404335b 1407
e03ec3dc 1408 * src/chanserv.c: Added lamepart function so that spin can be used
1409 on Nefarious 1.1.
1410
e91c6c1e 14112008-03-28 Neil Spierling <sirvulcan@sirvulcan.co.nz>
e03ec3dc 1412
1413 * src/chanserv.c: Added the wheel of misfortune. This will only
b404335b 1414 work with Nefarious 1.2.0. You can upgrade X3 now even if you are
1415 running 1.1. Also fixed up some roulette/shoot bugs.
1416
e03ec3dc 1417 * src/hash.h: Function to change nicknames in X3 when using SVSNICK.
b404335b 1418
e03ec3dc 1419 * src/hash.c: Function to change nicknames in X3 when using SVSNICK.
b404335b 1420
87708af4 14212008-03-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1422
1423 * src/chanserv.c: Added roulette command.
1424
1425 * src/chanserv.h: Added roulette command.
1426
1427 * src/mod-memoserv.c: Added email sending functionality when
1428 new memos are sent.
1429
74328623 14302008-03-24 Alex Schumann <rubin@afternet.org>
1431
1432 * src/nickserv.c: fix 1 param auth for ldap libs available but not
1433 enabled, case. Thanks jobe.
1434
964a842d 14352008-03-11 Alex Schumann <rubin@afternet.org>
1436
1437 * src/opserv.c: Add svsnick command
1438
1439 * src/opserv.help: add help for svsnick and improve menu a bit
1440
1441 * src/nickserv.c: re-enable 1 param auth if not using ldap.
1442
8fb4e4be 14432008-03-02 Alex Schumann <rubin@afternet.org>
1444
1445 * src/spamserv.c: Possible fix for sf bug 1905760 (spamserv
1446 kill/reconnect segfault)
1447
763de701 14482007-07-31 Alex Schumann <rubin@afternet.org>
1449
1450 * src/proto-p10.c: ignore ALIST messages
1451
684c56b9 14522007-05-08 Alex Schumann <rubin@afternet.org>
1453
1454 * src/nickserv.c: fix authentication bug with ldap by temporarily
1455 removing account-less authentication.
1456
1457 * src/nickserv.help: fix help file to reflect change
1458
14592007-05-08 Neil Spierling <sirvulcan@sirvulcan.co.nz>
7e49d01c 1460
1461 * src/mod-webtv.c: Allow opers to override required_mark. Also added
1462 SJOIN (undocumented) so opers can join IRC into channels where its
1463 needed as WebTV can only message clients in channels they are in.
1464
a01701f8 14652007-06-08 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1466
1467 * src/mod-webtv.c: Added JOIN and PART.
1468
1469 * src/mod-webtv.help: Added JOIN and PART.
1470
684c56b9 14712007-05-08 Neil Spierling <sirvulcan@sirvulcan.co.nz>
b15cddea 1472
1473 * src/mod-webtv.c: Added NICK and WHOIS commands. As well as 2 x3.conf
1474 config options, required_mark and valid_marks.
1475
1476 * src/mod-webtv.help: Added INDEX, NICK, and WHOIS.
1477
684c56b9 14782007-05-08 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2784452e 1479
1480 * configure: Run autogen.sh.
1481
1482 * configure.in: Tweaks for google core dumper 1.1.
1483
1484 * x3.conf.example: Basic webtv module section.
1485
1486 * src/config.h.in: Run autogen.sh.
1487
1488 * src/Makefile.am: Run autogen.sh.
1489
1490 * src/Makefile.in: Run autogen.sh.
1491
1492 * src/mod-webtv.c: Basic module for now. (Does nothing so dont
1493 bother compiling in).
1494
1495 * src/mod-webtv.help: Empty help file for webtv module.
1496
1497 * tools/core_install.sh: Update google core dumper to 1.1.
1498
1499 * tools/coredumper.tar.gz: Update google core dumper to 1.1.
1500
684c56b9 15012007-05-06 Neil Spierling <sirvulcan@sirvulcan.co.nz>
bc06f607 1502
1503 * src/proto-p10.c: Quick fix (as its 12:11am and i have work at 8:30am).
1504 This will stop the "Unable to find user irc.servername.com whose mark
1505 is changing." messages. When a user reconnects and an existing exempt
1506 is on the network for the user, their lastseen time is sent out to
1507 all the servers. This quick fix moves the user checking part to
1508 the relevant part of the function that actually uses users.
1509
8ce9df05 15102007-05-04 Alex Schumann <rubin@afternet.org>
1511
1512 * src/chanserv.c: fixed problem with giveownership logs where the
1513 previous owners handle could reference a free'd string.
1514
d5faccba 15152007-04-24 Alex Schumann <rubin@afternet.org>
1516
1517 * src/nickserv.c: add missing ifdef for inldap search.
1518
b96027ad 15192007-04-22 Alex Schumann <rubin@afternet.org>
1520
1521 * src/nickserv.c: change authserv search accountmask to just account.
1522 added inldap search criteria. added add2ldap search target.
1523
87677bd8 1524 * src/nickserv.help: added help for ldap searching. + only add2ldap if
1525 all the info is there.
b96027ad 1526
41a3556d 1527 * src/x3ldap.c: clean up of some error messages/handling. + add a byte
87677bd8 1528 to password malloc to maybe solve a core problem? + fix an error
1529 checking option.
b96027ad 1530
eb9bf540 15312007-04-21 Alex Schumann <rubin@afternet.org>
1532 * src/nickserv.c: remove some un-needed errors with duplicate
1533 add/deletes in ldap
1534
ddcb3eb3 15352007-04-21 Alex Schumann <rubin@afternet.org>
1536
1537 * src/nickserv.c: fix bug with register_user from loc causing core
1538
bec5dd26 15392007-04-20 Alex Schumann <rubin@afternet.org>
1540
1541 * src/x3ldap.c: support for ldaps (ssl/tls) was added. ldap_host and
1542 ldap_port changed to ldap_uri.
1543
1544 * src/nickserv.c: fixed LOC bugs with accounts that exist in ldap but
1545 not x3 not being created. changed to ldap_uri config instead of
1546 host/port
1547
1548 * src/nickserv.h: changed to ldap_uri
1549
1550 * x3.conf.example: changed to ldap_uri
1551
3b29d086 15522007-04-09 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1553
1554 * README: testing.
1555
e0bcaf30 15562007-04-09 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1557
1558 * INSTALL: Another test.
1559
ed7ac86b 15602007-04-08 Alex Schumann <rubin@afternet.org>
1561
1562 * src/chanserv.c: fix for a core when adding kill alert for numchans 1
1563
69566a5b 15642007-04-06 Alex Schumann <rubin@afternet.org>
1565
1566 * src/chanserv.help: added Jigsy's mode help MODE CHANNEL and MODE
1567 USER
1568
c74bf46b 15692007-04-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1570
1571 * ChangeLog: Email update.
1572
2cfebbe2 15732007-04-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1574
1575 * src/AUTHORS: Email update, mostly for CIA commit testing.
1117fc5a 1576
e661b9c3 15772007-04-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1578
1579 * src/helpfile.c: Added colour support $k.
1580
c5b279ed 15812007-03-20 Alex Schumann <rubin@afternet.org>
1582
1583 * src/nickserv.c: ButtaS2sLore sent in this patch to fix the default
1584 style when registering new users.
1585
dc46f772 15862007-03-20 Alex Schumann <rubin@afternet.org>
1587
1588 * src/nickserv.c: applied patch from playa which fixes the nickname
1589 valid checks when registering a nick.
1590
af16f748 15912007-03-20 Alex Schumann <rubin@afternet.org>
1592
1593 * src/nickserv.c: fix trying to do ldap when not enabled during
3c607a5f 1594 cmd_register + also with cmd_unregister
af16f748 1595
5aef35cf 15962007-03-20 Alex Schumann <rubin@afternet.org>
1597
1598 * src/opserv.c: fix for stats alerts filtering
1599
1600 * src/chanserv.c: dont kick lamers if they are currently exempt (+e)
1601
1602 * src/x3ldap.c: fix ldap error code to string
1603
1604 * src/nickserv.c: (comment to add LOC logging)
1605
a6bb184f 16062007-02-26 Alex Schumann <rubin@afternet.org>
1607
1608 * src/nickserv.c: fix bug with LOC logic and ldap.
1609
d6ef86e3 16102007-02-13 Alex Schumann <rubin@afternet.org>
1611
1612 * src/nickserv.c: Fix bugs with ldap cookies. Fix opt_password
1613 warning/crash potential
1614
16152007-02-13 Alex Schumann <rubin@afternet.org>
f19aa016 1616
8dc17ddf 1617 * src/x3ldap.c: Fix double-hashing of passwords when using ldap and
1618 resetpass cookie system.
1619
1620 * src/nickserv.c: Fix double-hashing of passwords when using ldap and
1621 resetpass cookie system. Fix incorrect terms in ldap email error
1622 message.
1623
16242007-02-12 Alex Schumann <rubin@afternet.org>
1625
1626 * src/x3ldap.c: fix ldap_delete not binding first, so causing
a40080a2 1627 access denied sometimes.
1628
16292007-02-12 Alex Schumann <rubin@afternet.org>
1630
1631 * x3.conf.example: fix ldap config example so it actually works
f19aa016 1632
acb142f0 16332007-02-12 Alex Schumann <rubin@afternet.org>
1634
1635 * src/nickserv.h: lowercase account name setting
1636
1637 * x3.conf.example: lowercase account name setting
1638
1639 * src/nickservc: only lowercase account names if the option is set.
1640
d6b0769f 16412007-02-12 Alex Schumann <rubin@afternet.org>
1642
1643 * src/tools.c: adding ircd_strtolower() func
1644
1645 * src/common.h: adding ircd_strtolower() func
1646
82b7b0d8 1647 * src/nickserv.c: force accounts to lowercase at all inputs. ++fix
e0ee1ed8 1648 warning ++fix another
d6b0769f 1649
a3ad3ee3 16502007-02-11 Alex Schumann <rubin@afternet.org>
1651
1652 * src/nickserv.c: fixed a bunch of ldap result value check bugs
1653
8a729617 16542007-02-11 Alex Schumann <rubin@afternet.org>
1655
1656 * src/opserv.c: Added oper group support to ldap
1657
1658 * src/x3ldap.c: Added group support to ldap. Fixed set email bug
1659
1660 * src/x3ldap.h: Added group support to ldap.
1661
1662 * src/nickserv.c: Added group support to ldap
1663
1664 * src/nickserv.h: Added group support to ldap
1665
c74bf46b 16662007-02-11 Neil Spierling <sirvulcan@sirvulcan.co.nz>
03fa9256 1667
1668 * tools/ldap/ldap_convert.php: Fixes after more testing.
1669
24e9e6c3 16702007-02-09 Alex Schumann <rubin@afternet.org>
1671
1672 * src/x3ldap.c: addid search function to get users email address from
1673 ldap
1674
1675 * src/x3ldap.h: func defs for search
1676
1677 * src/nicserv.c: update local copy of email address when they log
8dc06852 1678 in via ldap. fix memory leak.
24e9e6c3 1679
4b8ccfeb 16802007-02-08 Alex Schumann <rubin@afternet.org>
1681
1682 * src/x3ldap.c: cleaning up and switching adduser to use the new
1683 crypted password scheme.
1684
1685 * src/nickserv.c: testing with ldap_enabled set to 0, and/or WITH_LDAP
1686 not defined, uncovered some warnings etc.
1687
c814d8cd 16882007-02-08 Alex Schumann <rubin@afternet.org>
1689
1690 * src/nickserv.c: Filling in ldap support for all password related
1691 operations: cmd_pass, loc_auth, etc.
1692
c74bf46b 16932007-02-09 Neil Spierling <sirvulcan@sirvulcan.co.nz>
6cba6239 1694
1695 * tools/ldap/ldap_convert.php: Few tweaks.
1696
16972007-02-08 Alex Schumann <rubin@afternet.org>
1698
1699 * tools/ldap/inetorganon.schema: Scheme for ldap.
1700
1701 * tools/ldap/ldap_convert.php: Conversion script for converting
1702 x3 users to the ldap server.
1703
73d4cc91 17042007-02-07 Alex Schumann <rubin@afternet.org>
1705
1706 * configure.in: adding compile/configure support for ssl libs (not
1707 yet needed)
1708
1709 * configure: updated from above.
1710
1711 * src/config.h.in: adding compile/configure support for ssl libs (not
1712 yet needed)
1713
1714 * src/x3ldap.c: ldap crypted password pain. SUpport for object classes
1715 in config file.
1716
1717 * src/x3ldap.h: ldap crypted password pain. Support for object classes
1718 in config file.
1719
1720 * src/nickserv.c: change password in ldap when its changed in
1721 nickserv. Support for object classes in config file.
1722
1723 * src/nickserv.h: support for object classes in conf file
1724
a5a8a781 17252007-02-07 Alex Schumann <rubin@afternet.org>
1726
1727 * src/x3ldap.c: improve error result feedback
1728
fc012087 1729 * src/nickserv.c: improve error result feedback (oops, fix for if
1730 ldap_enable is 0)
a5a8a781 1731
ea02341b 17322007-02-07 Alex Schumann <rubin@afternet.org>
1733
1734 * src/x3ldap.c: ldap_add functionality
1735
1736 * src/x3ldap.h: ldap_add functionality
1737
1738 * src/nickserv.h: ldap_add functionality
1739
1740 * src/nickserv.c: ldap_add functionality
1741
1742 * x3.conf.example: ldap_add functionality
1743
8da89711 17442007-02-06 Alex Schumann <rubin@afternet.org>
1745
39edf54a 1746 * src/x3ldap.c: fix compiling problem when non-ldap. Compile fixups
1747 and sanity checks.
8da89711 1748
39edf54a 1749 * configure.in: Better ldap library handling **oops ** helps to
1750 actually have -lldap in LIBS...
db9a9a8a 1751
39edf54a 1752 * configure: regenerated from above ** **
1753
1754 * x3.conf.example: tweaked ldap settings
1755
1756 * src/nickserv.h: remove ldap config settings if not compiled in
1757
1758 * src/nickserv.c: automatiaclly add users who can auth to ldap and get
1759 logins working.
8da89711 1760
c74bf46b 17612007-02-06 Neil Spierling <sirvulcan@sirvulcan.co.nz>
50895889 1762
1763 * src/x3ldap.c: Added GPL header, also change the printf's to
1764 log_module's as per one of the todo comments.
1765
1766 * src/x3ldap.h: Added GPL header.
1767
e15f42a4 17682007-02-05 Alex Schumann <rubin@afternet.org>
1769
1770 * src/nickserv.c: fix non-compile without ldap problem
1771
e166c31b 17722007-02-05 Alex Schumann <rubin@afternet.org>
1773
1774 * src/x3ldap.c: Beginnings of ldap authentication support
1775
1776 * src/x3ldap.h: Beginnings of ldap authentication support
1777
1778 * src/nickserv.h: Move config struct to .h so ldap.c can see it too
1779
1780 * src/nickserv.c: Beginnings of ldap authentication support
1781
1782 * x3.conf.example: ldap config settings
1783
1784 * src/md5.c: remove old debugging printf() code
1785
1786 * src/configure.in: add --enable-ldap support to configure
1787
1788 * configure: rebuilt from above
1789
1790 * src/Makefile.am: add --enable-ldap support to configure
1791
1792 * src/Makefile.in: rebuilt from above
1793
1794
c74bf46b 17952007-02-04 Neil Spierling <sirvulcan@sirvulcan.co.nz>
b2fd1d25 1796
1797 * src/hash.c: Bug fix for bug #1651561.
1798
c74bf46b 17992007-02-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2bd99739 1800
1801 * src/nickserv.c: Fixed bug #1649326.
1802
cf33840c 18032007-01-28 Alex Schumann <rubin@afternet.org>
1804
1805 * src/mod-memoserv.c: if you bind memoserv commands to chanserv's
1806 nick, and someone sends a memo, send them the memo from memoserv, if
1807 there is a memoserv (not chanserv). Also, make the mini-help prompts
1808 more generic, for when they come from another bot besides memoserv.
1809
c74bf46b 18102007-01-15 Neil Spierling <sirvulcan@sirvulcan.co.nz>
956ee72d 1811
1812 * src/proto-p10.c: RPING support.
1813
c74bf46b 18142007-01-15 Neil Spierling <sirvulcan@sirvulcan.co.nz>
8f9e3388 1815
1816 * src/proto-p10.c: This will hide annoying rping/rping error messages
1817 from the o3 alert channel when denora is linked. Will write proper
1818 functions when i figure out how rping n rpong works.
1819
c74bf46b 18202007-01-15 Neil Spierling <sirvulcan@sirvulcan.co.nz>
ad3104a4 1821
1822 * src/spamserv.c: As kNode points to an entry in killed_users_dict,
1823 we need to free kNode before removing the entry. Fixed a nasty
1824 glibc core.
1825
cc1705aa 18262007-01-12 Alex Schumann <rubin@afternet.org>
1827
1828 * src/mod-helpserv.c: This module is coded very poorly, with lots of
1829 newby c mistakes with pointers and malloc and whatnot. This fixes some
1830 small part of that so that user commands work again, and to reduce
1831 confusion. It needs a LOT more work to be what I would consider
1832 safe..
1833
c74bf46b 18342007-01-12 Neil Spierling <sirvulcan@sirvulcan.co.nz>
c9ec8867 1835
1836 * src/spamserv.c: Horrible but it will do, i need to rewrite
1837 the flag system.
1838
1839 * src/spamserv.h: Oppsie, probably my fault. Fixed caps and
1840 badreaction being linked up.
1841
1842 * src/proto-p10.c: Fixed handling of incoming SVSPART's.
1843
b532a93e 18442007-01-10 Alex Schumann <rubin@afternet.org>
1845
1846 * src/log.c: commented out impossible assertion which makes x3 core on
1847 fatal errors instead of exit cleanly.
1848
9cfdef25 18492007-01-10 Alex Schumann <rubin@afternet.org>
1850
1851 * src/mod-helpserv.c: fix strncpy problem
1852
c74bf46b 18532007-01-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1e993296 1854
1855 * src/chanserv.c: Fixed some bugs in trace_check_bans (Used with
1856 checkrestrictions alerts.
1857
1858 * src/opserv.c: Fixed up how limits are check with checkrestrictions.
1859
c74bf46b 18602007-01-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
3da28d8e 1861
1862 * configure: Regenerated.
1863
1864 * configure.in: Added HAVE_HELPSERV.
1865
1866 * x3.conf.example: Seems theres been a hidden prefix option to
1867 allow users to use helpserv commands (ones for users not helpers).
1868
1869 * src/config.h.in: Added HAVE_HELPSERV.
1870
1871 * src/mod-helpserv.c: Made helpserv more useable:
1872
1873 * Added CLOSEREQ for users to close their current request.
1874
1875 * Added SHOWREQ for users to show their current req (equiv of SHOW).
1876
1877 * Added JoinTotal, if ON then when a helper joins the channel they
1878 will be sent a notice of the total UNASSIGNED requests.
1879
1880 * Added AlertNew, if ON then when a user opens a new help request
1881 all helpers will be alerted.
1882
1883 * Added SUSPEND/UNSUSPEND for suspending and unsuspending help
1884 bots.
1885
1886 * Added $i replacer for HelpServ SET's, changes $i to a valid
1887 request id. If no iq exists for another bot uses $i then all
1888 that is displayed is $i.
1889
1890 * Changed the USERCMD function type from void to int so that we
1891 dont get a warning when trying to use REQUIRE_PARMS in a usercmd
1892 function.
1893
1894 * Seeing as helpserv does its help slightly different i added in the
1895 HEADER/DIVIDER/FOOTER help code from modcmd.c, so that the help
1896 output looks the same.
1897
1898 * Addded usercmd_helpserv for to access USERINDEX.
1899
1900 * Allow users to use HELP even without an open request.
1901
1902 * src/mod-helpserv.help: Made the index a bit more like X3, O3 etc.
1903 Also added a USERINDEX. Plus added help for the above things i
1904 added to helpserv
1905
1906 * src/modcmd.c: Adjusted years.
1907
50ea69b0 19082007-01-03 Alex Schumann <rubin@afternet.org>
1909
1910 * src/opserv.c: fix crash in ctcp version checkin
1911
0c8d17fe 19122007-01-01 Alex Schumann <rubin@afternet.org>
1913
1914 * x3.conf.example: Fixed set_shows which didnt get updated a while
1915 back.
1916
c74bf46b 19172006-12-26 Neil Spierling <sirvulcan@sirvulcan.co.nz>
ee37b347 1918
1919 * src/spamserv.c: Try this, tho sizeof worked fine for me with
1920 info sizes of 4 and 5 ("blss" and "blsss") i had no crashes.
1921
c74bf46b 19222006-12-26 Neil Spierling <sirvulcan@sirvulcan.co.nz>
a674c5d3 1923
1924 * src/spamserv.c: Added CAPSSCAN for scanning caps, other related
1925 options added, CAPSREACTION, CAPSMIN, and CAPSPERCENT.
1926
1927 * src/spamserv.h: Added caps scanning functionality.
1928
1929 * src/spamserv.help Added caps scanning help
1930
c74bf46b 19312006-12-26 Neil Spierling <sirvulcan@sirvulcan.co.nz>
9e5e441d 1932
1933 * src/spamserv.c: Tweaked the SET output for the EXCEPT levels.
1934
c74bf46b 19352006-12-26 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2e4e27fe 1936
1937 * src/spamserv.c: Removed scan voiced/halfops/ops SET options.
1938 Added 4 new except levels, EXCEPTADVLEVEL, EXCEPTBADWORDLEVEL,
1939 EXCEPTFLOODLEVEL, and EXCEPTSPAMLEVEL. Users equal or above to
1940 the specified levels will be exempt. All levels default to
1941 UL_OP (200) at first.
1942
1943 * src/spamserv.h: Added new except variables.
1944
1945 * src/spamserv.help: Added new sections for the new except SET
1946 options, plus removed the level lines for now.
1947
c74bf46b 19482006-12-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
179a14f6 1949
1950 * Merry Christmas! :)
1951
1952 * src/spamserv.c: Meh cant sleep damn people outside. Fixed a bug
1953 with setting exceptlevel.
1954
9a8aa132 19552006-12-24 Alex Schumann <rubin@afternet.org>
1956
1957 * src/chanserv.c: fixed incorrect message when .dellamer is used on a
1958 nickname.
1959
c74bf46b 19602006-12-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
bc436744 1961
1962 * Merry Christmas! :)
1963
1964 * This completes RFE 1577823.
1965
1966 * src/spamserv.c: Added EXCEPTLEVEL, this replaces the code that
1967 excepts all people who are opped etc. Only people above this level
1968 will be immune now. Defaults to 300 for channels without the option
1969
1970 * src/spamserv.h: Added exceptlevel.
1971
1972 * src/spamserv.help: Added EXCEPTLEVEL.
1973
c74bf46b 19742006-12-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
19c200c1 1975
1976 * Merry Christmas! :)
1977
1978 * src/spamserv.c: Added trusted accounts support (RFE 1577823).
1979
1980 * src/spamserv.help: ADDTRUST, DELTRUST, OADDTRUST, ODELTRUST,
1981 and LISTTRUST added.
1982
8de34abd 19832006-12-20 Alex Schumann <rubin@afternet.org>
1984
1985 * src/Makefile.in: undo temp fix
1986
1987 * src/opserv.c: perm fix to HAVE_TRACK define problems
1988
1989 * src/configure.in: perm fix to HAVE_TRACK define problems
1990
1991 * src/config.h.in: perm fix to HAVE_TRACK define problems
1992
c74bf46b 19932006-12-21 Neil Spierling <sirvulcan@sirvulcan.co.nz>
d3919a0d 1994
1995 * src/Makefile.in: Temp fix.
1996
2c00fbc2 19972006-12-20 Alex Schumann <rubin@afternet.org>
1998
1999 * src/proto-p10.c: added full mark support including as a trace
2000 criteria.
2001
2002 * src/opserv.c: added full mark support including as a trace
2003 criteria.
2004
2005 * src/hash.h: added full mark support including as a trace
2006 criteria.
2007
2008 * src/opserv.help: documented the 'marked' criteria in trace.
2009
6cf5f880 20102006-12-20 Alex Schumann <rubin@afternet.org>
7b0150f8 2011
2012 * src/chanserv.c: fixing a bug with unmatching userlevels and the del*
2013 commands. (such as delpeon of a user with non-standard peon level)
2014
6cf5f880 2015 * src/spamserv.c: fixing memory corruption problems with dicts. Fixed
2016 crash with service rename, and probably many other problems.
2017
2018 * src/mod-track.c: fixing memory problems, and the broken set command.
2019 Track may be stable now, needs large scale testing.
dd42e7fc 2020
c74bf46b 20212006-12-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
847f5770 2022
2023 * src/chanserv.help: Opps that will teach me for cut n pasting.
2024 Adjusted duration line for CLVL help. Users are not removed after
2025 the duration they are reverted back to their previous access
2026 level.
2027
c74bf46b 20282006-12-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
27fa6acf 2029
2030 * src/chanserv.c: check the ircd side ban list too
2031
2032 * src/opserv.c: Fixed a small bug, woops.
2033
c74bf46b 20342006-12-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
5aa400d2 2035
2036 * src/chanserv.c: Added trace_check_bans, cut down version of
2037 check_bans for checkrestrictions
2038
2039 * src/chanserv.h: Declare trace_check_bans.
2040
2041 * src/opserv.c: Added addalert/trace option checkrestrictions. When
2042 using SVSJOIN as an action this option will check the ban lists, invite
2043 keys and limits of the target channel and if any match or exist (invite
2044 etc) then the SVSJOIN wont go through
2045
2046 * src/opserv.help: Added information about checkrestrictions.
2047
c74bf46b 20482006-12-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
09741492 2049
2050 * src/chanserv.c: Timed CLVL's. This just works like my last commit.
2051
2052 * src/chanserv.h: tweaked expiry to accessexpiry and added clvlexpiry
2053 and lastlevel.
2054
2055 * src/chanserv.help: Added information about timed clvls.
2056
e766ec7c 20572006-12-18 Alex Schumann <rubin@afternet.org>
2058
2059 * src/mod-memoserv.c: add a 'privmsg' flag for being notified via pm
2060 instead of notice, when you get new memos. Fixed a buffer overrun with
2061 memo ids.
2062
2063 * src/mod-memoserv.help: fix-up help for settings.
2064
c74bf46b 20652006-12-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
fd20b142 2066
2067 * src/chanserv.c: New feature, channel managers can now add people
2068 with a duration. After the duration expires the person will be
2069 automatically removed and deoped.
2070
2071 * src/chanserv.h: Added expiry.
2072
2073 * src/chanserv.help: Added information about timed accesses.
2074
2075 * src/modcmd.c: Tweaked addop, addhop etc so a duration can be
2076 specified.
2077
c74bf46b 20782006-12-18 Neil Spierling <sirvulcan@sirvulcan.co.nz>
537128ea 2079
2080 * src/proto-p10.c: Reverted one of my line changes.
2081
c74bf46b 20822006-12-17 Neil Spierling <sirvulcan@sirvulcan.co.nz>
e8f92d55 2083
2084 * src/opserv.c: Fixed up a couple of $b errors.
2085
c74bf46b 20862006-12-17 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1b6b5e2f 2087
2088 * src/chanserv.c: Woops forgot to init the channel mode change.
2089
2090 * src/chanserv.h: Tweak to check_bans.
2091
2092 * src/proto-p10.c: Add some sanity checks plus moved the +x to
2093 after the CMD_FAKEHOST otherwise if the person auths then gets
2094 marked they will cause 2 Registered quits on the IRCd. Only one
2095 will happen now.
2096
c74bf46b 20972006-12-17 Neil Spierling <sirvulcan@sirvulcan.co.nz>
c99dcaf6 2098
2099 * src/chanserv.c: Added function check_bans to check bans in a
2100 specific channel when needed (see below).
2101
2102 * src/chanserv.h: check_bans deceleration.
2103
2104 * src/proto-p10.c: First of all we dont need a handle_info when
2105 checking for IsHiddenHost, the IRCd takes care of this. Made it
2106 so we copy the fakehost into user->fakehost so X3 can check
2107 IsFakeHost properly. Lastly after we set a fakehost in irc_mark
2108 we need to recheck the users bans just in case a person has
2109 lamer'ed the marked hostname.
2110
d82cf2f0 21112006-12-12 Alex Schumann <rubin@afternet.org>
2112
2113 * configure.in: making google core lib optional
2114
2115 * configure: regenerated
2116
2117 * src/proto-p10.c: added support for sending nefarious marks
2118
2119 * src/proto.h: prototype for irc_mark
2120
2121 * src/opserv.help: documented new mark support. Also documented the
2122 svsjoin and svspart commands as they were missing.
2123
2124 * src/hash.h: added MARKLEN define
2125
2126 * src/opserv.c: added mark command as well as mark support in trace
2127 and addalert.
2128
c74bf46b 21292006-12-12 Neil Spierling <sirvulcan@sirvulcan.co.nz>
a8b2ad8d 2130
2131 * configure: Regenerated.
2132
2133 * configure.in: Add support for google core dumper. Plus updated
2134 tre to 0.7.5.
2135
2136 * Makefile.in: Regenerated.
2137
2138 * rx/Makefile.in: Regenerated.
2139
2140 * src/config.h.in: Regenerated.
2141
2142 * src/Makefile.in: Regenerated.
2143
2144 * tools/core_install.sh: Just like tre_install.sh. This installs
2145 the core dumper.
2146
2147 * tools/coredumper.tar.gz: Google core dumper 0.2.
2148 http://sourceforge.net/projects/goog-coredumper/
2149
2150 * tools/tre_install.sh: Updated version to 0.7.5
2151
2152 * tools/tre.tar.gz: Updated tre to 0.7.5.
2153
283cfa83 21542006-12-10 Alex Schumann <rubin@afternet.org>
2155
2156 * src/opserv.c: fix debug message left at wrong level ("checking
2157 reroute()")
2158
9079d26c 21592006-12-09 Alex Schumann <rubin@afternet.org>
2160
2161 * src/opserv.c: bugfixes to autorouting timer code
5c6bff84 2162 improved stats routing to clean up & take an argument
9079d26c 2163
2164 * src/opserv.h: bugfixes to autorouting timer code
2165
5c6bff84 2166 * src/opserv.help: document new stats routing syntax
2167
9079d26c 2168 * src/timeq.c: added some usefull (commented out) debugging code for
2169 figuring out timer problems.
2170
2171 * src/timerq.h: added some usefull (commented out) debugging code for
2172 figuring out timer problems.
2173
5c6bff84 2174 * src/proto-p10.c: cleanup/improve eob autorouting init
2175
da5b7dfc 21762006-12-08 Alex Schumann <rubin@afternet.org>
2177
2178 * src/opserv.c: Moving some version reply housekeeping to proto-p10.c
2179
2180 * src/proto-p10.c: moving version reply storage here, adding webTV
2181 no_notice support (automatiaclly dont send notices if version reply
2182 says its a webtv user since they cant SEE notices. (other clients to
2183 add?)) note, this needs a version query alert to get the version from
2184 them.
2185
2186 * src/helpfile.c: honor the no_notices user bit
2187
2188 * src/hash.h: add no_notices user bit
2189
8709474a 21902006-12-07 Alex Schumann <rubin@afternet.org>
2191
eaf715f1 2192 * src/opserv.c: Add filter ability to stats alerts + fixup
8709474a 2193
eaf715f1 2194 * src/opserv.help: document filter feature of stats alerts + fixup
8709474a 2195
7a278540 21962006-12-02 Alex Schumann <rubin@afternet.org>
2197
2198 * src/chanserv.c: fix to levels command (- were missing)
2199
2200 * src/tools.c: fix warning
2201
2202 * src/common.h: fix warning
2203
2204 * src/chanserv.help: update online help url, changed help general to
2205 use new $! command char replacement code.
2206
2207 * src/hash.c: fix warning when geoip is off
2208
2209 * src/helpfile.c: add new '$!' code for chanserv's current trigger
2210 char in help files
2211
11d3c79b 22122006-12-01 Alex Schumann <rubin@afternet.org>
2213
2214 * src/chanserv.c: Raisk pointed out that mdelop and friends dont work
2215 on users of non-standard access level such as 201. Fixed this by
2216 changing mdelop and friends to work on the range of access levels.
c9bf23fe 2217 Added a LEVELS command.
2218
2219 * src/chanserv.h: corrected PEON access defines such that 1-150 is
2220 peon instead of 100-150 with 1-99 being undefined.
2221
2222 * src/chanserv.help: help for new LEVELS command
2223
2224 * src/helpfile.c: Improved table functions so that it automatically
2225 right-justifies numerical columns.
2226
2227 * src/tools.c: Added helper functions str_is_number and msnprintf (an
2228 auto-mallocing printf function)
2229
2230 * src/common.h: defines and defines for msnprintf and str_is_number
2231
11d3c79b 2232
23b7ec6e 22332006-11-30 Alex Schumann <rubin@afternet.org>
2234
2235 * src/chanserv.c: Modified .myaccess such that if you give it your own
2236 account when you are not a helper, it still works. (Requested by
2237 Jigsy)
2238
2239 * src/nickserv.help: Corrected the help file to feed oregister based
2240 on email_required instead of email_enabled
2241
d9ffe0e7 2242 * src/nickserv.c: Fix & close sf bug 1584057 (hidden_host with no dots
2243 causes crash in set if no title) thanks xanjunior
2244
c74bf46b 22452006-10-18 Neil Spierling <sirvulcan@sirvulcan.co.nz>
4b44eb0f 2246
2247 * src/opserv.c: Minor cosmetic error noticed by Raisk. If doing an
2248 opserv WHOIS from another service (when bound), the channels reply
2249 would come from o3 instead of that service.
2250
c74bf46b 22512006-10-18 Neil Spierling <sirvulcan@sirvulcan.co.nz>
39c1a4ef 2252
2253 * src/opserv.c: Added in SVSPART alert/traces.
2254
2255 * src/opserv.help: Added in bits for SVSJOIN, SVSPART, and VERSION.
2256
2257 * src/proto.h: Added in decleration for svspart.
2258
2259 * src/proto-p10.c: Extend current SVSPART functionality so that we
2260 can send them with traces etc.
2261
a62ba70c 22622006-10-14 Alex Schumann <rubin@afternet.org>
2263
2264 * src/opserv.c: fix crash Buttaknife noticed if you forget chantarget
2265 in svsjoin alerts. Cleanup old silent code fragments left over. Check
2266 for missing chantarget in alerts also.
2267
0e08a8e0 22682006-10-12 Alex Schumann <rubin@afternet.org>
2269
2270 * src/opserv.c: Added VERSION alert/trace reaction, so you can now
2271 setup x3 to version only users matching a criteria, and then another
2272 alert to do someting based on the version reply. This should be
2273 usefull for finding bots etc. Or, for example, you can make all xchat
2274 people join #xchat, or all mirc join #mirc etc.
2275 Also, there is a fix in here for SVSJOIN which i hadn't gotten
2276 everything working with.
2277
2278 * src/proto-p10.c: added privmsg_user and version_user functions
2279
2280 * src/proto.h: added privmsg_user and version_user function
2281 declerations
2282
2283 * src/hash.h: added version_reply variable to users
2284
2285
2286
c408f18a 22872006-10-12 Alex Schumann <rubin@afternet.org>
2288
2289 * src/opserv.c: Added SVSJOIN command, to push a user into a channel,
2290 and a TRACE REACTION of SVSJOIN for trace and alerts. Now you can do
2291 something like 'trace SVSJOIN chantarget #dronebots nick bot[*'
2292 or send all level3 users to a perticular channel on connection, etc.
2293
ff5f1ab2 22942006-10-12 Alex Schumann <rubin@afternet.org>
2295
2296 * src/chanserv.c: Make lamers not affect users on the userlist above
2297 inviteme level in the channel. (why kb users who can .uba and
2298 .inviteme back in?)
2299
c74bf46b 23002006-10-10 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1e7eaa91 2301
2302 * src/spamserv.c: Ignore those with access (if the options are
2303 disabled- scanchanops, scanhalfops, scanvoiced.
2304
ffb204b6 23052006-10-08 Alex Schumann <rubin@afternet.org>
1e7eaa91 2306
ffb204b6 2307 * src/chanserv.c: undid 9/16/06 change of 5 second delay before
2308 autojoin. Not really a great solution. Instead, move auth_handler
3c83701b 2309 funcs to be called after stamping etc. thx to Buttaknife for this
2310 solution.
ffb204b6 2311
2312 * src/nickserv.c: move auth_func calls to after stamping, and
2313 commented up the cmd_auth source to make it more managable.
2314
075d7932 23152006-10-04 Alex Schumann <rubin@afternet.org>
2316
2317 * src/chanserv.c: remove redundant 'none' from empty llists
2318
c74bf46b 23192006-10-04 Neil Spierling <sirvulcan@sirvulcan.co.nz>
eca6aa4f 2320
2321 * src/nickserv.c: Fix for bug 1555621. Cookie data will be copied
2322 over with odelcookie now.
2323
c74bf46b 23242006-10-04 Neil Spierling <sirvulcan@sirvulcan.co.nz>
10fb34f6 2325
2326 * src/chanserv.c: Fix for bug 1551717. If automode is set to 0
2327 in a channel and a user auths in the channel, the user will not
2328 receive autoop etc if they have it enabled in uset.
2329
23302006-10-03 Alex Schumann <rubin@afternet.org>
e6dce34c 2331
2332 * src/opserv.c: Check for connect timer entries before adding new
2333 ones, hopefully will fix bug 1570408 (pLaYa, let us know)
2334
c74bf46b 23352006-09-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
95adb209 2336
2337 * src/modcmd.c: Shortened ThiefMaster to just his nick as per request
2338 by him.
2339
c74bf46b 23402006-09-16 Neil Spierling <sirvulcan@sirvulcan.co.nz>
dd019452 2341
2342 * src/chanserv.c: Do autojoin 5 seconds after handle_auth. Seems its
2343 happening before autohide. Let me know if its still happening before
2344 autohide.
2345
2346 * src/chanserv.help: Updated the AUTOJOIN bit.
2347
5b66c0c2 23482006-09-13 Alex Schumann <rubin@afternet.org>
2349
2350 * src/chanserv.help: improved the help listing for the info command,
2351 and information help category.
2352
c74bf46b 23532006-09-10 Neil Spierling <sirvulcan@sirvulcan.co.nz>
14f0e274 2354
2355 * src/mod-memoserv.c: Fixed crash bug.
2356
2357 * src/spamserv.c: Ignore opers.
2358
c74bf46b 23592006-08-28 Neil Spierling <sirvulcan@sirvulcan.co.nz>
4a2a9a4e 2360
2361 * README: tweaks.
2362
c74bf46b 23632006-08-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
73bcd46c 2364
2365 * src/chanserv.help: Tweaked a , to .
2366
c74bf46b 23672006-08-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
ffd8a4c9 2368
2369 * src/opserv.help: Removed privs menu so we can release a tarball.
2370
90e75ffd 23712006-08-25 Alex Schumann <rubin@afternet.org>
2372
2373 * src/chanserv.c: fix uset reply for halfops
2374
2375 * src/nickserv.help: document the 'b' account flag
2376
c74bf46b 23772006-08-26 Neil Spierling <sirvulcan@sirvulcan.co.nz>
f16ad9e7 2378
2379 * x3.conf.example: Added hidden host style option and key options
2380 for style 2.
2381
2382 * src/hosthiding.h: Remove KEY #defines.
2383
2384 * src/hosthiding.c: Set the keys only once using the conf values.
2385
2386 * src/nickserv.c: Generate hidden hosts off crypt hosts instead
2387 of standard hidden hosts if style is 2.
2388
2389 * src/proto-common.c: Generate hidden hosts off crypt hosts instead
2390 of standard hidden hosts if style is 2.
2391
2392 * src/proto-p10.c: Set crypt host to the crypt IP if there is no
2393 hostname (unresolved). This is how Nefarious works.
2394
2395 * src/tools.c: Generate hidden hosts off crypt hosts instead
2396 of standard hidden hosts if style is 2.
2397
c74bf46b 23982006-08-24 Neil Spierling <sirvulcan@sirvulcan.co.nz>
cd25f2e9 2399
2400 * src/chanserv.c: Added autojoin USET option, which uses SVSJOIN.
2401
2402 * src/chanserv.h: Added autojoin USET option, which uses SVSJOIN.
2403
2404 * src/proto.h: irc_svsjoin decelerations.
2405
2406 * src/proto-p10.c: Wrote irc_svsjoin plus added the nessecary bits
2407 for SVSJOIN. Also wrote cmd_svsjoin for if X3 should ever recieve
2408 an SJ it will be handled properly as a JOIN. Did the same for
2409 SVSPART.
2410
c74bf46b 24112006-08-24 Neil Spierling <sirvulcan@sirvulcan.co.nz>
a45018b2 2412
2413 * src/spamserv.c: Fixed the +k issue with spamserv.
2414
c74bf46b 24152006-08-24 Neil Spierling <sirvulcan@sirvulcan.co.nz>
6c34bb5a 2416
2417 * src/opserv.c: Added PRIVSET Command.
2418
2419 * src/opserv.help: Added PRIVSET Command. Plus contents for the
2420 privs section.
2421
2422 * src/proto.h: irc_privs deceleration.
2423
2424 * src/proto-p10.c: Fixed a compile issue plus added functions for
2425 setting and checking privs.
2426
c74bf46b 24272006-08-23 Neil Spierling <sirvulcan@sirvulcan.co.nz>
89d871d8 2428
2429 * x3.conf.example: Add a new ircd type 6 for trunk nefarious.
2430
2431 * src/hash.h: Priv declerations.
2432
2433 * src/opserv.c: Show privs in WHOIS output.
2434
2435 * src/proto.h: client_report_privs decleration.
2436
2437 * src/proto-p10.c: Handle PRIV only for type 6 servers.
2438
90e75ffd 24392006-08-19 Alex Schumann <rubin@afternet.org>
2440
2441 * src/authserv.c: document the oset flag +b in help (hide from staff
2442 command.)
2443
33741441 24442006-08-19 Alex Schumann <rubin@afternet.org>
2445
2446 * src/chanserv.c: added reply command, which responds similar to calc,
2447 but with any message. (for use with bindings)
2448
2449 * src/modcmd.c: enabled the ability to use $a $n and $m in BIND, which
2450 are replaced with the target command's calling user's account, nick,
2451 and numnick respectively. This and the above allows things like:
2452 BIND x3 account x3.reply your account is $a or
2453 BIND x3 kickme x3.kick $n $1-
2454 more to come, maybe, later.
2455
37d706b7 24562006-08-01 Alex Schumann <rubin@afternet.org>
2457
2458 * src/modcmd.c: Added OSI certification message to VERSION command
2459
c74bf46b 24602006-08-09 Neil Spierling <sirvulcan@sirvulcan.co.nz>
01a5e8c8 2461
2462 * x3.conf.example: Redid part of the geoip summary.
2463
c74bf46b 24642006-08-09 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1ad7ac15 2465
2466 * src/opserv.c: If we have a city, latitude and longitude returned
2467 then show a map url. Some results have no city but a latitude and
2468 a longitude. The coordinates are useless in this case and most
2469 people would know where the country is around abouts.
2470
c74bf46b 24712006-08-08 Neil Spierling <sirvulcan@sirvulcan.co.nz>
58528547 2472
2473 * src/hash.c: Speed up city and country lookups significantly.
2474 Just slow for the first read but once thats done the rest is fast.
2475
c74bf46b 24762006-08-08 Neil Spierling <sirvulcan@sirvulcan.co.nz>
3a4fdc79 2477
2478 * src/spamserv.c: Fix a crash in spamserv (Tracker# 1535968).
2479 I dont know if this will work for sure as i cant reproduce it. But
2480 my theory is that once the user is kicked the mode node is dropped.
2481 Users without modes should still return a valid mode node.
2482
c74bf46b 24832006-08-08 Neil Spierling <sirvulcan@sirvulcan.co.nz>
5678501c 2484
2485 * src/chanserv.c: Fixed a crash with giveownership. X3 would crash
2486 if a giveownership command was issued in a channel with no owners.
2487
c74bf46b 24882006-08-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
21f6caee 2489
2490 * configure: Regenerated.
2491
2492 * configure.in: Added checks for GeoIP headers and libs.
2493
2494 * x3.conf.example: Add in 2 options for the dat filenames of the
2495 city and country files. If not specified then no geoip data
2496 will be checked.
2497
2498 * src/config.h.in: Regenerated.
2499
2500 * src/hash.c: Created a function to check the geoip info from the
2501 dat files.
2502
2503 * src/hash.h: Decelerations plus added entries to the userNode
2504 struct.
2505
2506 * src/opserv.c: Display the GeoIP information in WHOIS.
2507
2508 * src/proto-p10.c: Call the new geoip data collection function
2509 towards the end of AddUser.
2510
c74bf46b 25112006-08-06 Neil Spierling <sirvulcan@sirvulcan.co.nz>
a2dbccef 2512
2513 * src/global.c: Fixed a bug, wasnt message_del'ing some messages.
2514
4d69a3b1 25152006-08-01 Alex Schumann <rubin@afternet.org>
2516
2517 * src/chanserv.c: Add automode 6, to just voice everyone with access.
2518 Idea by daniel (thx)
2519
c74bf46b 25202006-08-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
7827220c 2521
2522 * This message is apart of the below one, its just seperate so
2523 it doesnt get lost amongst the below messages.
2524
2525 * src/global.c: Fixed a warning.
2526
c74bf46b 25272006-08-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
7827220c 2528
2529 * configure: Removed bahamut support, didnt even work.
2530
2531 * configure.in: Removed bahamut support, didnt even work.
2532
2533 * INSTALL: Removed bahamut support, didnt even work.
2534
2535 * x3.conf.example: Removed bahamut support, didnt even work.
2536
2537 * patches/log-pgsql.diff: Removed bahamut support, didnt even work.
2538
2539 * patches/helpserv-pgsql.diff: Removed bahamut support, didnt even
2540 work.
2541
2542 * src/config.h.in: Removed bahamut support, didnt even work.
2543
2544 * src/gline.c: Removed bahamut support, didnt even work.
2545
2546 * src/hash.h: Removed bahamut support, didnt even work.
2547
2548 * src/nickserv.c: Removed bahamut support, didnt even work.
2549
2550 * src/nickserv.h: Removed bahamut support, didnt even work.
2551
2552 * src/Makefile.am: Removed bahamut support, didnt even work.
2553
2554 * src/Makefile.in: Removed bahamut support, didnt even work.
2555
2556 * src/proto-bahamut.c: Removed bahamut support, didnt even work.
2557
2558 * src/shun.c: Removed bahamut support, didnt even work.
2559
c74bf46b 25602006-08-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
57692f5e 2561
2562 * src/global.c: Added language strings for mod-helpserv.c, opserv.c,
2563 spamserv.c, nickserv.c.
2564
2565 * src/mod-helpserv.c: Changed global_message uses to global_message_arg's.
2566
2567 * src/nickserv.c: Changed global_message uses to global_message_arg's.
2568
2569 * src/opserv.c: Changed global_message uses to global_message_arg's.
2570
2571 * src/spamserv.c: Changed global_message uses to global_message_arg's.
2572
c74bf46b 25732006-08-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
09a3057c 2574
2575 * src/chanserv.c: Changed global_message uses to global_message_arg's.
2576
2577 * src/global.c: Added language strings for chanserv.c
2578
c74bf46b 25792006-08-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
4d99495c 2580
2581 * src/global.c: Make sure we arnt sending duplicate messages in
2582 some cases.
2583
c74bf46b 25842006-08-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
985d4109 2585
2586 * src/x3.conf.example: Removed the targets option.
2587
2588 * src/global.c: Wrote new function that will global message users
2589 and/or opers and/or helpers messages in their own langauge. The
2590 strings are set either in language files or in the global.c message
2591 struct. This allows us to send defcon notices to people and they
2592 will get them in their own language if they have it set.
2593
2594 * src/global.h: global_message_args decleration.
2595
2596 * src/opserv.c: Removed targets option for defcon as its too hard
2597 to send messages to people in channels if the people have different
2598 language settings.
2599
c74bf46b 26002006-07-31 Neil Spierling <sirvulcan@sirvulcan.co.nz>
d8b9cb7c 2601
2602 * src/opserv.c: TODO stuff.
2603
c74bf46b 26042006-07-31 Neil Spierling <sirvulcan@sirvulcan.co.nz>
0272358e 2605
2606 * x3.conf.example: Added SHUN setting for DEFCON.
2607
2608 * doc/DEFCON: Added SHUN setting for DEFCON.
2609
2610 * src/opserv.c: Moved the gline check to here. Also added a SHUN
2611 check.
2612
2613 * src/opserv.h: Added SHUN setting for DEFCON.
2614
2615 * src/proto-p10.c: Moved the DEFCON gline check to opserv.c
2616
c74bf46b 26172006-07-31 Neil Spierling <sirvulcan@sirvulcan.co.nz>
08895577 2618
2619 * x3.conf.example: Added new Defcon system settings
2620
2621 * doc/DEFCON: Anope's Defcon doc adapted for X3.
2622
2623 * src/chanserv.c: Block mode changes and channel registrations if
2624 required.
2625
2626 * src/mod-memoserv.c: Block new memos if required.
2627
2628 * src/nickserv.c: Block nick registrations if required.
2629
2630 * src/opserv.c: Added in defcon system, uses some of the anope code.
2631 Most tho is from scratch.
2632
2633 * src/opserv.h: Defcon declerations.
2634
2635 * src/opserv.help: Added DEFCON entry.
2636
2637 * src/proto-p10.c: If required gline new clients, also if required
2638 kill new clients.
2639
35305a49 26402006-07-29 Alex Schumann <rubin@afternet.org>
2641
2642 * configure.in, Makefile.in, src/Makefile.in, tools/tre_install.sh,
2643 src/opserv.c, src/config.h.in, src/nickserv.c, src/Makefile.am: I am
2644 not comfortable running 'make install' on libtre from ./configure.
2645 This violates what the user expects in a way that can harm the system.
2646 Changed how the libtre checks work and provided easy-to-use install
0754f993 2647 script. -fix link stage
35305a49 2648
2649 * rx/Makefile.in: fix autotools warning(s)
2650
babc1c07 26512006-07-28 Alex Schumann <rubin@afternet.org>
2652
2653 * src/nickserv.help: add odelcookie to help oper
2654
31543e44 2655 * x3.conf.example: update & improve x3.conf.example description of
2656 extended_accounts setting.
2657
964abe6b 26582006-07-26 Alex Schumann <rubin@afternet.org>
2659
2660 * src/opserv.c: Fix crash when doing reroute if routing isnt
ce9266cf 2661 configured. | Voice discovered that the error message for addplan fail
2662 was typeo'd so not showing.
964abe6b 2663
20517d48 2664 * src/opserv.help: slight changes to routing help.
2665
2666 * src/chanserv.c: let non-staff see when channels were registered with
2667 .info
2668
d9d33535 26692006-07-24 Alex Schumann <rubin@afternet.org>
2670
2671 * src/proto-p10.c: dont burst channels with 0 users in them (which
2672 were created by alert discrims, most likely)
2673
26742006-07-23 Alex Schumann <rubin@afternet.org>
2675
2676 * x3.conf.example: Added chanserv "modes" to example - use to control
2677 what usermodes chanserv gets. Mainly for setting +d or not, if you
2678 have nef 1.0 'b:' lines setup.
2679
c74bf46b 26802006-07-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
bae4525d 2681
2682 * src/nickserv.c: If theres no title set then the default title
2683 will therefore be the first part of hidden_host in x3.conf.example,
2684 so for consistency with opt_fakehost we will print this.
2685
c74bf46b 26862006-07-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
88b0672a 2687
2688 * src/nickserv.c: The reason why theres no arg rubin is that
2689 if you want to print the fakehost then u dont specify an arg.
2690 This tells opt_fakehost to set fake to the current fakehost
2691 and pass it on to be printed.
2692
bf93ca8d 26932006-07-23 Alex Schumann <rubin@afternet.org>
2694
116d100f 2695 * src/nickserv.c: Add config file regex fakehost test + sanity
574bfc14 2696 checking in title as well (fixed).
bf93ca8d 2697
8108185c 2698 * src/mod-memoserv.c: Fixed crash bug in memosearv read. (check argc
2699 instead of argv[2]==null since argv's dont get set null.
2700
c74bf46b 27012006-07-23 Neil Spierling <sirvulcan@sirvulcan.co.nz>
eb43ca8c 2702
2703 * src/mod-memoserv.c: Fix to a crash/output corruption issue.
2704
2705 * src/proto-p10.c: Host in topic supports sethost and fakehost
2706 now.
2707
47956fc5 27082006-07-21 Alex Schumann <rubin@afternet.org>
2709
2710 * src/proto-p10.c: Added support for irc_wallop, irc_squit,
2711 irc_connect, and added callbacks to handle connect failures and
2712 successes. (All prep for auto routing system)
0520d39a 2713
47956fc5 2714 * src/proto.h: Added support for irc_wallop, irc_squit,
2715 irc_connect, and added callbacks to handle connect failures and
2716 successes. (All prep for auto routing system)
0520d39a 2717
dd1fc2a3 2718 * src/opserv.help: Help entries for auto routing system + fix typeo in
2719 routing example
0520d39a 2720
47956fc5 2721 * src/hash.h: New structs for auto routing system
0520d39a 2722
da0c436d 2723 * src/opserv.c: The long-awaited X3 Auto Routing Plan system! + reduce
2724 error message to debug message.
0520d39a 2725
47956fc5 2726 * src/opserv.h: The long-awaited X3 Auto Routing Plan system!
0520d39a 2727
47956fc5 2728 * src/modcmd.c: added 'routing' main command alias.
2729
c74bf46b 27302006-07-16 Neil Spierling <sirvulcan@sirvulcan.co.nz>
5006460e 2731
2732 * x3.conf.example: Added host_in_topic option for sending full
2733 nick!user@host if its enabled. Default to one as Nefarious is
2734 default to TRUE for HOST_IN_TOPIC. There will be wierdness if
2735 you have this enabled on X3 and not on your Nefarious server.
2736
2737 * src/proto-p10.c: Make use of host_in_topic.
2738
c092fcad 27392006-07-13 Alex Schumann <rubin@afternet.org>
2740
2741 * src/opserv.c: make the bot reply from the nick you /msg in all
2742 cases, if commands are bound to a different bot.
2743
2744 * src/nickserv.c: make the bot reply from the nick you /msg in all
2745 cases, if commands are bound to a different bot.
2746
2747 * src/chanserv.c: make the bot reply from the nick you /msg in all
2748 cases, if commands are bound to a different bot.
2749
2750 * src/mod-memoserv.c: Make all memoserv commands reply from the bot you
2751 msg, not the defined memoserv bot, if commands are aliased to other
2752 bots. This may also fix the crash bug playa reported at
2753 http://www.unrealgamers.net/forums/index.php?showtopic=138
2754
be3d31e0 27552006-07-11 Alex Schumann <rubin@afternet.org>
2756
75ef8cdc 2757 * src/chanserv.c: Fixed some weirdness with nef 1.0's 2nd topic setter
2758 and some x3 topic functions.
2759
be3d31e0 2760 * x3.conf.example: Improved server/type setting documentation,
2761 and changed default to 5.
2762
0c0adfe0 27632006-07-11 Alex Schumann <rubin@afternet.org>
2764
2765 * src/opserv.c: fixed silent alerts not getting picked up from db file
2766 on read/load.
2767
827ecd60 27682006-07-11 Alex Schumann <rubin@afternet.org>
2769
df5f6070 2770 * src/opserv.c: add sanity checking to jupe to avoid catastrophic loop
2771 when adding an invalid jupe servername or numeric.
2772 this closes bug number 1513510.
2773
827ecd60 2774 * src/modcmd.c: if pubcmd is set higher than your level, only respond
2775 with the denied msg if the command was actually found. this closes bug
2776 number 1509382.
2777
22d5d8cf 27782006-07-10 Alex Schumann <rubin@afternet.org>
2779
2780 * src/chanserv.c: fixed crash bug trying to deref the handleinfo of a
2781 non-logged-in user (null pointer)
2782
3f5b8801 27832006-07-09 Alex Schumann <rubin@afternet.org>
2784
2785 * src/nickserv.c: fixed bug where unignores were getting sent to the
2786 user multiple times, instead of to each online nick once.
2787
d07e3fff 27882006-07-09 Alex Schumann <rubin@afternet.org>
2789
f0b5157b 2790 * src/nickserv.c: Fixes for addignore/delignore corruption +missed a
b6599cc2 2791 spot. Ugh, messed up the fix. Trying again :)
d07e3fff 2792
c74bf46b 27932006-07-10 Neil Spierling <sirvulcan@sirvulcan.co.nz>
5f1600ab 2794
2795 * src/chanserv.c: INVITE now checks the targets ignore/silence list.
2796 If the target is ignoring the person inviting them then the invite
2797 is denied.
2798
a76bcc6a 27992006-07-07 Alex Schumann <rubin@afternet.org>
2800
2801 * src/mod-memoserv.c: pLaYa reported a crash/corruption bug in
2802 memoserv most easily seen when sending short memos. Rewrote the flag
2803 handling part of memo send to correct it.
2804
18757dc0 28052006-07-05 Alex Schumann <rubin@afternet.org>
2806
2807 * src/helpfile.c: pLaYa pointed out the table code row count is off by
2808 one. Fixed.
2809
c74bf46b 28102006-06-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
5b1166fd 2811
2812 * configure: Regenerated.
2813
2814 * configure.in: Make use of TRE regexp library. Its more powerful
2815 than the standard library (http://laurikari.net/tre/index.html).
2816 Im also pondering adding services side regexp bans, X3 would
2817 probably required a channel flag called say advanced that can
2818 only be set by the owner. If enabled then regexp bans can be
2819 used. I also added an output saying what modules are enabled,
2820 what protocol is enabled, what malloc is choosen and if debugging
2821 is enabled. Just a bit of a message as the user will of seen
2822 programs just finish compiling and he/she/it may think it
2823 was X3 compiling, but it was just TRE compiling. They still need
2824 to compile X3.
2825
2826 * src/config.h.in: Regenerated.
2827
2828 * src/Makefile.am: Tweak for TRE.
2829
2830 * src/Makefile.in: Regenerated.
2831
2832 * src/nickserv.c: Use the new regex.h Im sure -I includes get
2833 called before system includes like /usr/include.
2834
2835 * src/opserv.c: Use the new regex.h Im sure -I includes get
2836 called before system includes like /usr/include.
2837
2838 * src/tools/tre.tar.gz: TRE 0.7.4. Configure will untar and
2839 compile this just before configure finishes up. Sits around
2840 470KB, rather than another 2.5MB if i TRE untarred. I suppose
2841 i could get it down a bit more using Bzip but there are some
2842 boxes out there still without bzip.
2843
c74bf46b 28442006-06-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1b4a47ca 2845
2846 * src/mod-memoserv.c: Better history implementation. A seperate
2847 table is used for history entries. Entries contain the same
2848 fields as the memo table except for the message, read, and flags.
2849 Entries are only removed from the history db when they get
2850 expired by do_expire (older than message_expire). Also fixed
2851 up a issue with STATUS. On AfterNET we were getting huge large
2852 for the amount of memos. I now realise it was reading the amount
2853 of users. It now reads the proper amount of memos. I also a count
2854 for history entries.
2855
2856 * src/mod-memoserv.help: EXPIRE handles history and memos now.
2857
c74bf46b 28582006-06-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
35ca8140 2859
2860 * src/mod-memoserv.c: Make use of ignore lists when trying to
2861 send memos.
2862
c74bf46b 28632006-06-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
6546e922 2864
2865 * src/spamserv.c: Crash fix (finally). Been meaning to do this
2866 for a while now.
2867
a8370a20 28682006-06-23 Alex Schumann <rubin@afternet.org>
2869
2870 * src/modcmd.help, src/opserv.help, src/helpfile.c, src/helpfile.h,
2871 src/modcmd.c, src/nickserv.c: Improvements to
2872 table output and help display.
2873
2874 * src/mod-memoserv.c: fix segfault
2875
28762006-06-23 Alex Schumann <rubin@afternet.org>
6c3ce3bb 2877
2878 * src/chanserv.c: Backing out the bantype patch because it sucks _bad_.
2879 fix it and re-apply if you want it..
2880
2881 * src/chanserv.h: Backing out the bantype patch.
2882
2883 * src/chanserv.help: Backing out the bantype patch.
2884
c74bf46b 28852006-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
8cfd8013 2886
2887 * src/mod-memoserv.c: Fixed a bug.
2888
c74bf46b 28892006-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
cbc5a1a4 2890
2891 * src/mod-memoserv.c: Added basic HISTORY command. At the moment
2892 if the recipient deletes the memo it will not be listed in the
2893 HISTORY list.
2894
2895 * src/mod-memoserv.help: HISTORY entry.
2896
c74bf46b 28972006-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2a951803 2898
2899 * src/mod-memoserv.c: Added new flags, see below.
2900
2901 * src/mod-memoserv.help: Opps forgot the read reciept stuff. Also
2902 added flags for always ignoring read reciepts and always sending
2903 read reciepts.
2904
c74bf46b 29052006-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
f2e592d3 2906
2907 * src/mod-memoserv.c: Added CANCEL command for cancelling memos
2908 that you have sent, aslong as they have not been read yet.
2909
2910 * src/mod-memoserv.help: CANCEL entry plus tweaked some read
2911 recipient to read reciept stuff.
2912
c74bf46b 29132006-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
34a9e19a 2914
2915 * src/mod-memoserv.c: Redid the db stuff, it now writes users
2916 settings and memos to the memoserv database.
2917
c74bf46b 29182006-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
512d7958 2919
2920 * src/mod-memoserv.c: Small bug fix.
2921
c74bf46b 29222006-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
82794e1b 2923
2924 * src/mod-memoserv.c: Added read recipient support via SEND using
2925 -r as a flag. Messages with requested read recipients have a (r)
2926 shown beside the sender nick in LIST. People can ignore a read
2927 recipient using -i when reading the message via READ. Its all
2928 in the help file.
2929
2930 * src/mod-memoserv.help: Added read recipient relevent bits.
2931
2932 * src/opserv.help: Added halfopping functions.
2933
c74bf46b 29342006-06-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
acb6d53d 2935
2936 * src/x3.conf.example: Forgot a ;.
2937
c74bf46b 29382006-06-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
a8692672 2939
2940 * src/mod-memoserv.c: Make use of SET LIMIT.
2941
c74bf46b 29422006-06-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
d9abe201 2943
2944 * src/mod-memoserv.c: Fixed SET bugs and renabled LIMIT now.
2945
c74bf46b 29462006-06-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
a8138c9f 2947
2948 * src/mod-memoserv.c: On Second thoughts dont enable LIMIT now.
2949
c74bf46b 29502006-06-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
acf3c6d5 2951
2952 * x3.conf.example: Max limit for Memoserv LIMIT option.
2953
2954 * src/hash.h: Fixed halfops issue.
2955
2956 * src/mod-memoserv.c: Added SET LIMIT option for the maximum
2957 amount of memos you can have. This does not do anything yet as
2958 im committing the half ops fix now. This code is fine it just
2959 allows you to adjust the limit for now.
2960
c74bf46b 29612006-06-12 Neil Spierling <sirvulcan@sirvulcan.co.nz>
e3e5ba49 2962
2963 * x3.conf.example: Commented out SpamServ module as there are bugs
2964 and i cant give a definate date as to when i can fix it. Im not
2965 home much these days.
2966
2967 * src/mod-memoserv.c: Redid the SET code using some whatnet code
2968 by wasted. Tweaked here and there. Also added some formatting in
2969 LIST and SET like chanserv SET. Oh and MemoServ will join
2970 autojoin_channels if MemoServ is in a seperate nickname.
2971
2972 * src/mod-memoserv.help: Added OSET and done some tweaking.
2973
2974 * src/nickserv.c: Allow the use of get_victim_oper outside of
2975 nickserv.c.
2976
2977 * src/nickserv.h: Allow the use of get_victim_oper outside of
2978 nickserv.c.
2979
b3052f71 29802006-06-07 Alex Schumann <rubin@afternet.org>
2981
2982 * src/chanserv.help: Added a couple set helps that were missing.
e1443247 2983
2984 * src/helpfile.c: fix missing space in multi-column table output such
2985 as /msg opserv commands * (with nickserv tablewidth setting >60)
b3052f71 2986
1c5f6697 29872006-06-06 Alex Schumann <rubin@afternet.org>
2988
e3e5ba49 2989 * src/opserv.c: Change how addalert silence works, so that its a
2990 parameter instead of an action, and also works with trace now.
2991
1c5f6697 2992 * x3.conf.example: Added a config setting of level needed to use
2993 'silent yes' in trace/addalert.
2994
d762299d 29952006-06-04 Alex Schumann <rubin@afternet.org>
2996
2997 * src/nickserv.c: Fix oregister
2998
7293d1d3 2999 * src/nickserv.help: Update help for oregister
3000
c74bf46b 30012006-06-05 Neil Spierling <sirvulcan@sirvulcan.co.nz>
a6a4707e 3002
3003 * src/proto-p10.c: Properly handle incomming manual silences.
3004
c74bf46b 30052006-06-05 Neil Spierling <sirvulcan@sirvulcan.co.nz>
668dc38e 3006
3007 * src/common.h: pretty_mask etc declerations.
3008
3009 * src/nickserv.c: Parse the mask through pretty_mask before adding
3010 it. Normal ircd side silences go through this, this just keeps
3011 things looking the same and if a user tries to remove a silence
3012 added by ADDIGNORE they will be able to. Oh and I HATE GLIBC :P
3013
3014 * src/proto-p10.c: Send a + if adding a silence.
3015
3016 * src/tools.c: pretty_mask and one other function for reformatting
3017 a hostname so its pretty :) from IRCu.
3018
92fac64c 30192006-06-04 Alex Schumann <rubin@afternet.org>
668dc38e 3020
92fac64c 3021 * src/nickserv.c: Send silences to every nick of a handle, not the
3022 nick that did the command.
3023
c74bf46b 30242006-06-04 Neil Spierling <sirvulcan@sirvulcan.co.nz>
3ec42e29 3025
3026 * src/main.c: Moved spamserv initilization to after chanserv.
3027
3028 * src/spamserv.c: Read the db earlier.
3029
c74bf46b 30302006-05-30 Neil Spierling <sirvulcan@sirvulcan.co.nz>
63c95a47 3031
3032 * configure: Regenerated.
3033
3034 * configure.in: Bumped version and changed list email.
3035
3036 * x3.example.conf: Added SpamServ options.
3037
3038 * src/chanserv.c: Join SpamServ if enabled when chanserv joins.
3039
3040 * src/chanserv.h: Declerations
3041
3042 * src/main.c: Init the new SpamServ service.
3043
3044 * src/Makefile.am: Added SpamServ files.
3045
3046 * src/Makefile.in: Regenerated
3047
3048 * src/modcmd.c: Added SpamServ to REBINDALL.
3049
3050 * src/opserv.c: Slab/X3 malloc STATS MEMORY updates.
3051
3052 * src/proto-common.c: Make sure SpamServ gets notices.
3053
3054 * src/spamserv.c: New service that checks for spamming, floods etc.
3055 Requires an oper to register it to a channel for it to work.
3056
3057 * src/spamserv.h: Decelerations.
3058
3059 * src/spamserv.help: Help entries for SpamServ.
3060
c74bf46b 30612006-05-29 Neil Spierling <sirvulcan@sirvulcan.co.nz>
fe32eb19 3062
3063 * Below functions by Wasted (Martijn Smit) <wasted@lostdomain.org>
3064
3065 * src/chanserv.c: Added selectable bantypes.
3066
3067 * src/chanserv.h: Added selectable bantypes.
3068
3069 * src/chanserv.help: Added help entries.
3070
c74bf46b 30712006-05-29 Neil Spierling <sirvulcan@sirvulcan.co.nz>
0b587959 3072
3073 * src/nickserv.c: Added user option ADVANCED, when we add more
3074 advanced commands users will need to set this to see the options
3075 in help. Further work in helpfile is still needed afaik. This is
3076 just the basics.
3077
3078 * src/nickserv.h: Advanced option declerations.
3079
3080 * src/nickserv.help: Added option ADVANCED, also added AUTOHIDE.
3081 Seems no one added that when they added the AUTOHIDE option.
3082
c74bf46b 30832006-05-28 Neil Spierling <sirvulcan@sirvulcan.co.nz>
7637f48f 3084
3085 * Below functions by Wasted (Martijn Smit) <wasted@lostdomain.org>
3086
3087 * x3.example.conf: Added new options- god_timeout, autojoin_channels,
3088 and denied_fakehost_words. Also dropped refresh_period for chanserv
3089 set resync.
3090
3091 * src/chanserv.c: Added god_timeout, disable god mode automatically
3092 when the period times out. Also added a new set option- resync, auto
3093 resyncs the userlist every 3, 6, 9, or 12 hours (or not at all).
3094
3095 * src/chanserv.help: Added entry for SET RESYNC.
3096
3097 * src/global.c: Join global into autojoin_channels if enabled.
3098
3099 * src/main.c: Some tweaking for autojoin_channels.
3100
3101 * src/mod-memoserv.c: If a user has memos and notify on login
3102 enabled then only display the notify notice on login and not
3103 during a netburst.
3104
3105 * src/mod-track.c: Quashed a warning.
3106
3107 * src/modcmd.c: Added functions for god_timeout. Also added wasted
3108 to VERSION output for credits for these features.
3109
3110 * src/nickserv.c: Added denied_fakehost_words, deny the words set
3111 there if an oper trys to use them in a fakehost. Also autojoin
3112 chanserv if enabled into autojoin_channels.
3113
3114 * src/opserv.c: Added REFRESHMAX to reset the max count, ie for
3115 after a drone attack. Also join opserv and reserved nicks into
3116 autojoin_channels if opserv/reserved is enabled.
3117
3118 * src/opserv.help: Added entry for REFRESHMAX.
3119
0779bbcf 31202006-05-25 Alex Schumann <rubin@afternet.org>
3121
b5c80c61 3122 * src/proto-p10.c: make non-existant server type setting not crash x3.
3123
0779bbcf 3124 * src/nickserv.help: Added newby tip to authserv registration
3125 help (about < and >)
3126
3127 * src/mod-track.c: Fixed crash when a server kicks a person (tried to
3128 deref null kicker)
3129
c74bf46b 31302006-05-23 Neil Spierling <sirvulcan@sirvulcan.co.nz>
56958740 3131
3132 * src/chanserv.c: Set SWHOIS's when a user auths.
3133
3134 * src/hosthiding.c: Fixed a segfault.
3135
3136 * src/nickserv.c: Epithets now use SWHOIS.
3137
3138 * src/proto.h: Declerations for irc_swhois.
3139
3140 * src/proto-p10.c: Handle SWHOIS's.
3141
c74bf46b 31422006-05-23 Neil Spierling <sirvulcan@sirvulcan.co.nz>
68b75482 3143
3144 * src/hash.h: Bumped SOCKIPLEN
3145
3146 * src/hosthiding.c: Functions to crypt IPv6 addresses.
3147
3148 * src/hosthiding.h: IPv6 function declerations.
3149
3150 * src/proto-p10.c: If the users ip address is IPv6 then crypt it
3151 with the ipv6 crypting function.
3152
c74bf46b 31532006-05-23 Neil Spierling <sirvulcan@sirvulcan.co.nz>
37ef8ee3 3154
3155 * src/hash.h: Bits needed for other type of host hiding.
3156
3157 * src/hosthiding.h: Nefarious style 2 host hiding declerations.
3158
3159 * src/hosthiding.c: This will generated crypted style 2 Nefarious
3160 hidden hosts and ips. Currently they are just displayed in O3
3161 WHOIS. Im yet to expand this.
3162
3163 * src/Makefile.am: Added hosthiding.c and hosthiding.h.
3164
3165 * src/Makefile.in: Regenerated.
3166
3167 * src/opserv.c: Display crypted hosts n ips in WHOIS.
3168
3169 * src/proto-p10.c: Generate crypted hosts n ips on everyone and
3170 save them in user->crypthost user->cryptip.
3171
c74bf46b 31722006-05-22 Neil Spierling <sirvulcan@sirvulcan.co.nz>
c02cd944 3173
5177fd21 3174 * src/chanserv.c: Set ignores when you authenticate.
c02cd944 3175
5177fd21 3176 * src/nickserv.c: Added ADDIGNORE, OADDIGNORE, DELIGNORE ODELIGNORE.
3177 Used for centralized silence list management. Currently set ignores
3178 can be viewed in ACCOUNTINFO for via ircd SILENCE.
3179
3180 * src/nickserv.h: Declerations.
3181
3182 * src/nickserv.help: Added help entries for above commands.
3183
3184 * src/proto.h: Declerations.
3185
3186 * src/proto-p10.c: Functions to handle silences
c02cd944 3187
d9896a83 31882006-05-18 Alex Schumann <rubin@afternet.org>
3189
b34a7505 3190 * src/proto-p10.c: Fixed up the track module a bit more
d9896a83 3191
b34a7505 3192 * src/hash.c: Fixed up the track module a bit more, including
3193 reporting correctly when X3 kicks someone. This should affect mrsnoopy
3194 as well, hopefully wont cause any bugs.
d9896a83 3195
e5c85987 3196 * src/mod-track.c: Fixed up the track module a bit more - made track
3197 all/none work
d9896a83 3198
b34a7505 31992006-05-18 Alex Schumann <rubin@afternet.org>
3200
3201 * src/chanserv.c: adding 'classic' view, via patch submitted by pLaYa
3202
3203 * src/nickserv.c: adding 'classic' view, via patch submitted by pLaYa
3204
3205 * src/nickserv.h: adding 'classic' view, via patch submitted by pLaYa
3206
3207 * src/nickserv.help: adding 'classic' view, via patch submitted by pLaYa
d9896a83 3208
32092006-05-18 Alex Schumann <rubin@afternet.org>
3210
b34a7505 3211 * src/chanserv.c: re-disabled netrider kicking. Somehow this got included back
12673a59 3212 in.
3213
b34a7505 3214 * src/mod-track.c: some cleanups and textual changes, to make the commands
12673a59 3215 slightly more user friendly.
3216
c74bf46b 32172006-05-16 Neil Spierling <sirvulcan@sirvulcan.co.nz>
5177fd21 3218
3219 * src/proto-p10.c: Changed 050 specfic topic stuff to a conf setting
3220
3221 * src/x3.conf.example.: adding 050 'type' to server config (rubin
3222 fixed missing ';' and changelog entries)
3223
c74bf46b 32242006-05-16 Neil Spierling <sirvulcan@sirvulcan.co.nz>
f6c7c603 3225
3226 * Most files: Heh i cant be bothered listing all files, see websvn
3227 if you want specific files. I just added a new tracking module, its
3228 just like snoop except it targets specified users. The actual
3229 commit is in the previous revision, i just forgot to update this to
3230 tick over the svn version in version output.
3231
c74bf46b 32322006-05-15 Neil Spierling <sirvulcan@sirvulcan.co.nz>
697f4c9a 3233
2f61d1d7 3234 * Most files: Major update off the new release of srvx 1.3.1. Also
3235 seeing as the new updates dont all have changelog entries ive dropped
3236 the 2 srvx Changelog files and renamed the X3 one to ChangeLog.
697f4c9a 3237
2f61d1d7 32382006-03-20 Alex Schumann <rubin@afternet.org>
697f4c9a 3239
2f61d1d7 3240 * src/chanserv.c: core fix; check if theres a handle_info before looking
3241 at style...
697f4c9a 3242
2f61d1d7 3243 * src/helpfile.c: core fix; check if theres a handle_info before looking
3244 at style...
697f4c9a 3245
2f61d1d7 32462006-03-17 Alex Schumann <rubin@afternet.org>
697f4c9a 3247
2f61d1d7 3248 * src/chanserv.c: more clean style changes
697f4c9a 3249
2f61d1d7 32502006-03-17 Alex Schumann <rubin@afternet.org>
697f4c9a 3251
2f61d1d7 3252 * src/chanserv.c: Added nickserv 'style' setting back. (HomeDawg
3253 and dhp1080 made me do it) Needs lots of work to remove ----
3254 headers for 'clean' setting.
697f4c9a 3255
2f61d1d7 3256 * src/helpfile.c: Added nickserv 'style' stetting back.
697f4c9a 3257
2f61d1d7 3258 * src/nickserv.help: Added help for set style.
697f4c9a 3259
2f61d1d7 3260 * src/mod-helpserv.c: make style affect table outputs.
697f4c9a 3261
2f61d1d7 3262 * src/nickserv.c: Added nickserv 'style' setting back.
697f4c9a 3263
2f61d1d7 3264 * src/nickserv.h: Added nickserve 'style' setting back.
697f4c9a 3265
2f61d1d7 32662006-03-17 Alex Schumann <rubin@afternet.org>
697f4c9a 3267
2f61d1d7 3268 * src/proto-p10.c: Added conf setting for extended_accounts for
3269 backward compatability with stock undernet ircd.
dee9951d 3270
2f61d1d7 3271 * x3.conf.example: Added conf setting for extended_accounts for
3272 backward compatability with stock undernet ircd.
dee9951d 3273
2f61d1d7 32742006-03-06 Alex Schumann <rubin@afternet.org>
3275
3276 * src/opserv.help: Added missing trace criteria to help,
3277 and fixed up a few other bits of help around that topic.
dee9951d 3278
2f61d1d7 32792006-01-16 Alex Schumann <rubin@afternet.org>
dee9951d 3280
2f61d1d7 3281 * src/tools.c: created an email valididty function
dee9951d 3282
2f61d1d7 3283 * src/nickserv.c: check valididty of email better
dee9951d 3284
2f61d1d7 3285 * src/sendmail.c: check validity of email better
dee9951d 3286
2f61d1d7 32872006-01-06 Alex Schumann <rubin@afternet.org>
dee9951d 3288
2f61d1d7 3289 * src/opserv.c: fix gtrace, trace, csearch and alerts to work when aliased
3290 to a different bot, eg chanserv, and to reply from the correct nickname.
3291 also a bunch of whitespace changes
dee9951d 3292
2f61d1d7 3293 * src/nickserv.c: begin work on making nickserv commands bind without
3294 responding from the wrong nick. also a bunch of whitespace changes
dee9951d 3295
2f61d1d7 3296 * src/hash.h: whitespace
dee9951d 3297
2f61d1d7 3298 * src/opserv.help: improved QUERY helpfile. (though command itself still
3299 has bugs)
dee9951d 3300
2f61d1d7 33012005-12-14 Alex Schumann <rubin@afternet.org>
dee9951d 3302
2f61d1d7 3303 * src/chanserv.help: added set bantimeout help
dee9951d 3304
2f61d1d7 33052005-11-08 Alex Schumann <rubin@afternet.org>
dee9951d 3306
2f61d1d7 3307 * src/modcmd.c: cleaned up tabs, added hack to display help on JOINER
3308 aliases properly.
697f4c9a 3309
2f61d1d7 3310 * src/modcmd.help: Added note about escaping spaces to modcmd help.
697f4c9a 3311
2f61d1d7 3312 * src/nickserv.help: Improved help files
697f4c9a 3313
2f61d1d7 3314 * src/chanserv.help: Improved help files
697f4c9a 3315
2f61d1d7 33162005-10-13 Alex Schumann <rubin@afternet.org>
697f4c9a 3317
2f61d1d7 3318 * src/proto-p10.c: ignore remote /lusers
697f4c9a 3319
2f61d1d7 33202005-09-13 Alex Schumann <rubin@afternet.org>
697f4c9a 3321
2f61d1d7 3322 * src/global.c: Changed motd header style
697f4c9a 3323
2f61d1d7 3324 * src/nickserv.help: Improved directions for getting and using
3325 accounts.
697f4c9a 3326
2f61d1d7 3327 * src/chanserv.help: Improved directions for getting and using
3328 accounts.
b336c8db 3329
2f61d1d7 33302005-08-13 Alex Schumann <rubin@afternet.org>
b336c8db 3331
2f61d1d7 3332 * src/chanserv.c: Fixed a bug i created using masks in ,kick. Restored
3333 some *@* protection.
b336c8db 3334
2f61d1d7 3335 * src/tools.c: added function to detect an overmask (too general)
b336c8db 3336
2f61d1d7 3337 * src/common.h: added function to detect an overmask (too general)
b336c8db 3338
2f61d1d7 33392005-08-12 Alex Schumann <rubin@afternet.org>
0d16e639 3340
2f61d1d7 3341 * src/chanserv.c: Modified resync to work accourding to automode
3342 setting, and fixed a buffer overflow problem.
0d16e639 3343
2f61d1d7 3344 * src/chanserv.help: updated set automode and rsync help.
0d16e639 3345
2f61d1d7 3346 * src/nickserv.h: Added an autohide setting to nickserv/authserv that
3347 sets +x on AUTH.
0d16e639 3348
2f61d1d7 3349 * src/nickserv.c: Added an autohide setting to nickserv/authserv that
3350 sets +x on AUTH.
0d16e639 3351
2f61d1d7 33522005-08-12 Alex Schumann <rubin@afternet.org>
0d16e639 3353
2f61d1d7 3354 * src/chanserv.c: Cleanup. Added 'automode' channel setting in place
3355 of 'voice' setting. + Rewording setting help
0d16e639 3356
2f61d1d7 3357 * src/chanserv.h: Cleanup. Added 'automode' channel setting in place
3358 of 'voice' setting.
0d16e639 3359
2f61d1d7 3360 * src/chanserv.help: Added help for automode. + Rewording setting help
0d16e639 3361
2f61d1d7 33622005-08-11 Alex Schumann <rubin@afternet.org>
0d16e639 3363
2f61d1d7 3364 * src/proto-p10.c: added irc_umode() to send usermodes (Life4Christ)
0d16e639 3365
2f61d1d7 3366 * src/proto-bahumit.c: added irc_umode() to send usermodes, untested..
0d16e639 3367
2f61d1d7 3368 * src/proto.h: added irc_umode() to send usermodes (Life4Christ)
0d16e639 3369
2f61d1d7 3370 * src/nickserv.c: Added option to have authserv oper/admin people with
3371 opserv access. (Life4Christ)
0d16e639 3372
2f61d1d7 3373 * src/opserv.c: Added admin_level config option
3374
3375 * src/opserv.h: Added admin_level config option
0d16e639 3376
2f61d1d7 33772005-08-11 Alex Schumann <rubin@afternet.org>
0d16e639 3378
2f61d1d7 3379 * src/proto-p10.c: Avoid duplicating an oper in curr_opers (,staff
3380 command) when nef* bug sends the +o twice. ++fix bug in patch
0d16e639 3381
2f61d1d7 33822005-08-09 Alex Schumann <rubin@afternet.org>
0d16e639 3383
2f61d1d7 3384 * src/chanserv.c: Fixed banTimeout to actually remove the bans :)
0d16e639 3385
2f61d1d7 33862005-08-08 Alex Schumann <rubin@afternet.org>
0d16e639 3387
2f61d1d7 3388 * src/chanserv.c: Added banTimeout feature to .set
0d16e639 3389
2f61d1d7 3390 * src/chanserv.h: added banTimeout feature to .set
0d16e639 3391
2f61d1d7 3392 * src/recdb.c: Added some better error catching in database_get_data()
0d16e639 3393
2f61d1d7 3394 * src/proto-common.h: tabs
0d16e639 3395
2f61d1d7 3396 * x3.conf.example: added bantimeout to default set list, and ban
3397 timeout frequency config setting.
0d16e639 3398
2f61d1d7 33992005-08-04 Alex Schumann <rubin@afternet.org>
0d16e639 3400
2f61d1d7 3401 * src/chanserv.c: Changed kick protected message to one without %s or
3402 $b because the kick function doesnt support replacements.
0d16e639 3403
2f61d1d7 3404 * src/tools.c: fixed spelling error in comment.
0d16e639 3405
2f61d1d7 34062005-07-28 Alex Schumann <rubin@afternet.org>
0d16e639 3407
2f61d1d7 3408 * src/chanserv.c: fixed crash bug in 8ball (required params was off by
3409 one)
0d16e639 3410
2f61d1d7 3411 * src/proto-p10.c: Ignore wallusers (WU) tokens from server without
3412 whining.
0d16e639 3413
2f61d1d7 34142005-07-26 Alex Schumann <rubin@afternet.org>
0d16e639 3415
2f61d1d7 3416 * x3.conf.example: Updated from live afternet file and improved help
3417 and layout. Added vim directive to set syntax type.
0d16e639 3418
2f61d1d7 3419 * src/chanserv.c: ported x2's 8ball in, and improved it.
0d16e639 3420
2f61d1d7 3421 * src/math.c: Added osiris' hack to do_math for supporting
3422 2(10) and 2pi etc. Improved it to handle pi2 also.
0d16e639 3423
2f61d1d7 3424 * src/chanserv.help: updated 8ball help and added 'myaccess' to
3425 information help index.
0d16e639 3426
2f61d1d7 34272005-07-18 Alex Schumann <rubin@afternet.org>
d76ed9a9 3428
2f61d1d7 3429 * src/proto-p10.c: added +L awareness
d76ed9a9 3430
2f61d1d7 3431 * src/hash.h: added +L awareness
d76ed9a9 3432
2f61d1d7 3433 * src/chanserv.help: changed set ctcpreaction help
d76ed9a9 3434
c74bf46b 34352005-07-18 Neil Spierling <sirvulcan@sirvulcan.co.nz>
d76ed9a9 3436
2f61d1d7 3437 * src/modcmd.h: Lets make some functions global.
d76ed9a9 3438
2f61d1d7 3439 * src/modcmd.c: Log hostmasks no matter what.
d76ed9a9 3440
2f61d1d7 3441 * src/log.c: Lookup commands if they are from OpServ in the log.
3442 If they match channel specific commands like OP, DEOP, etc then
3443 we will display them in a LAST command (assuming the person doing
3444 the LAST is an oper). Normal clients wont see commands that have
3445 been performed by OpServ.
d76ed9a9 3446
2f61d1d7 34472005-07-15 Alex Schumann <rubin@afternet.org>
d76ed9a9 3448
2f61d1d7 3449 * src/chanserv.c: Changed around ctcpreaction setting so it:
3450 a) doesnt crash.
3451 b) doesnt kick userlist members ever
3452 c) has only 1 setting needed to control it
3453 * src/chanserv.h: removed some old oplevel stuff.
d76ed9a9 3454
2f61d1d7 34552005-07-14 Alex Schumann <rubin@afternet.org>
d76ed9a9 3456
2f61d1d7 3457 * src/proto-p10.c: made it ignore EX, MK and PRIV tokens to
3458 remove errors from log. Fixed problem with missing break; in
3459 channel mode c parsing (reed).
d76ed9a9 3460
2f61d1d7 3461 * src/mod-memoserv.c: Improved memoserv 'you have notes' message.
3462
3463 * src/log.c: Changed channel log target to send PRIVMSG instead of
3464 NOTICE. (Ghozer)
3465
c74bf46b 34662005-05-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2f61d1d7 3467
3468 * configure: Regenerated.
3469
3470 * configure.in: Added checks for tgmath.h.
3471
3472 * src/chanserv.c: Added new command LAST, from X2. Similar to
3473 EVENTS except its file based. Bear in mind you dont have to use
3474 both. You can bind what you want to use. Commented out zoot_list
3475 as its not in use, just a warning fix.
3476
3477 * src/hash.c: Warning fix.
3478
3479 * src/log.h: Misc defines.
3480
3481 * src/log.c: Logging functions from X2.
3482
3483 * src/math.c: If tgmath.h doesnt exist then include some other
3484 files that contain the functions we require.
3485
3486 * src/modcmd.c: Added a small ctcp reply, gender.. like gnuworld X.
3487
3488 * src/proto-p10.c: Added chanserv.h #include to squash a small
3489 compile error. Made X3 understand MARK's to a small point. Fixed
3490 a small parsing bug with exempts.
3491
34922005-07-06 Alex Schumann <rubin@afternet.org>
3493
3494 * src/chanserv.c: Fixed a couple awkward looking outputs with userlist
3495
3496 * src/opserv.c: Fixed an awkward output of trace count etc.
3497
34982005-06-22 Alex Schumann <rubin@afternet.org>
3499 * src/chanserv.help: Improved DURATION help
3500
3501 * src/tools.c: Changed 'M' duration to 30 days (not 31) as its
3502 a better average.
3503
35042005-05-27 Alex Schumann <rubin@afternet.org>
3505
3506 * src/chanserv.c: Improved usability of register command, fixed
3507 unregister reply.
3508
3509 * src/chanserv.help: Improved usability of register command
3510
35112005-05-27 Alex Schumann <rubin@afternet.org>
3512
3513 * src/chanserv.c: Resync working now
3514
35152005-05-27 Reed Loden <reed@reedloden.com>
3516
3517 * src/chanserv.c: Fixed an incorrectly named message. Fixed some
3518 grammar issues in the message send to pending users. Fixed a
3519 problem with some of the resync code.
3520
35212005-05-27 Alex Schumann <rubin@afternet.org>
3522
3523 * src/chanserv.c: make pending add check if the person is already on
3524 the userlist before re-adding them (thx exec & reed for noticing this)
3525 Fix capitalisation of I in pending notice.
3526
35272005-05-18 Alex Schumann <rubin@afternet.org>
3528
3529 * src/modcmd.c: reed pointed out that modcmd non-command help wasnt
3530 working, and pointed me to the opserv helpfiles command, which shows
3531 what services search what help files. This fixes the help command to
3532 search that list as it should. Still need to modify the 'default'
3533 helpfile search bindigs because I dont think chanserv should respond
3534 to help from opserv's db, etc. See opserv's 'helpfiles' command.
3535
3536 * src/modcmd.help: clarified 'helpfiles' help.
3537
35382005-05-18 Alex Schumann <rubin@afternet.org>
3539
3540 * src/helpfile.c: make send_help() return true/false and not send
3541 errors so svccmd_send_help can 'take control' of things.
3542
3543 * src/modcmd.c: Fixed up the help system (again) / find aliased
3544 commands help if none exists. / Display no help for that command on
3545 commands (instead of topic)
3546
3547 * src/modcmd.h: Fixed up the help system (again)
3548
3549 * src/global.c: Fixed syntax display
3550
3551 * src/chanserv.help: Removed =---= formatting, fixed a few things.
3552 *spelling ++more spelling (thx reed)
3553
3554 * src/nickserv.help: Removed =---= formatting, fixed a few things.
3555 *spelling ++more spelling (thx reed)
3556
3557 * src/opserv.help: Removed =---= formatting, fixed a few things.
3558 ++spelling (thx reed)
3559
3560 * src/global.help: simplified index
3561
3562 * src/nickserv.c: Changed message users get when their email is
3563 already used for an account, fixed syntax help
3564
3565 * src/opserv.c: fixed syntax help
3566
35672005-05-16 Alex Schumann <rubin@afternet.org>
3568
3569 * src/chanserv.help: Fixed a couple ban/lamer conversions i missed in
3570 the help file.
3571
35722005-05-04 Alex Schumann <rubin@afternet.org>
3573
3574 * src/modcmd.c: added a 'rebindall' command to assist with
3575 upgrades and changes which change command bindings.
3576
3577 * src/modcmd.help: modified help to reflect above
3578
3579 * src/opserv.help: modified help to reflect above
3580
3581 * src/chanserv.c: changed addban, addtimedban, delban, bans etc
3582 to addlamer, dellamer, addtimedlamer, lamers to reduce confusion
3583 between channel bans (+b) and x3 remembered bans (lamers)
3584
3585 * src/chanserv.help: modified help to reflect above
3586
3587 * UPGRADE: added use of rebindall to upgrade instructions
3588
35892005-05-04 Alex Schumann <rubin@afternet.org>
3590
3591 * src/chanserv.c: added an 'adduser pending' feature, where if
3592 someone isn't authed x3 will ask them to /auth or register, and then
3593 automatically finish adding them to the channel when they do.
3594 Fixed email bug with adduser pending
3595
3596 * src/chanserv.h: adduser pending
3597
3598 * src/hash.c: adduser pending
3599
3600 * src/hash.h: adduser pending, and increased maxbans to 128 from 45.
3601
3602 * src/nickserv.c: adduser pending cleanup and activation code,
3603 Arch sync (Avoid losing channel information when
3604 replacing an account using the mergedb command.)
3605
3606 * src/proto-p10.c: adduser pending cleanup code
3607
3608 * src/nickserv.help: improved set and register help
3609
36102005-05-04 Alex Schumann <rubin@afternet.org>
3611
3612 * src/chanserv.c: changed uset noautoop to uset autoop (removed double
3613 negitive). Added set voice to provide control over use of voice.
3614 Implimented a basic chanserv db version control system for upgrading
3615 seamlessly.
3616
3617 * src/chanserv.help: adjusted help to reflect voice and uset autoop
3618 changes.
3619
3620 * src/hash.h: updated ssz comment from z to Z
3621
3622 * src/modcmd.help: rewrote BIND help
3623
3624 * src/proto-p10.c: Added Z (sslonly) support back in
3625
3626 * UPGRADE: created file to document upgrading procedures
3627
36282005-04-23 Alex Schumann <rubin@afternet.org>
3629 * src/chanserv.c: removed settings: oplevel, halfoplevel, and
3630 voicelevel, hard coding them to OP, HALFOP, and PEON. Changed
3631 topicmask to be an on or off setting, uninfluenced by enftopic.
3632 Added feature to use mask on /topic in addition to ,topic sets.
3633 Removed special consideration for ircops in protect_user()
3634
3635 * src/chanserv.help: updated documentation to reflect the new and
3636 much simpler topicmask feature, and removed op/voice levels.
3637
3638 * src/nickserv.c: added tailing 'end of' line for accountinfo
3639 for non-opers too.
3640
3641 * src/modcmd.c: tweaked alias notification for help and breef help.
3642
36432005-04-20 Alex Schumann <rubin@afternet.org>
3644
3645 * src/proto-common.c: removing +d. needs to be a config option
3646 or something.
3647
3648 * src/nickserv.help: modified main help reply of authserv
3649
3650 * src/nickserv.c: added title, epithet, and fakehost to oset listing
3651
3652 * src/modcmd.c: fixed up auto-help & alias command handling. Needs
3653 totally redesigned though.
3654
36552005-04-15 Alex Schumann <rubin@afternet.org>
3656
3657 * src/proto-common.c: Temp fix for x3 not seeing -hv modes being set
3658 at the same time. The whole block needs to be if/else instead of
3659 switch though, to be cleaner.
3660
3661 * src/nickserv.help: added fakehost and title options to help oset.
3662
3663 * src/nickserv.c: removed 'style' setting. (was not being used in
3664 code anyway)
3665
c74bf46b 36662005-04-04 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2f61d1d7 3667
3668 * src/proto-p10.c: Reinstated +d usermode.
3669
36702005-03-30 Alex Schumann <rubin@afternet.org>
3671
3672 * src/chanserv.c: Fixed unban.
3673
3674 * x3.conf.example: added note in snoop config that improper
3675 setting for bots nick will cause segfault.
3676
36772005-03-22 Alex Schumann <rubin@afternet.org>
3678
3679 * x3.conf.example: added sethost/fakehost settings to conf
3680
36812005-03-19 Alex Schumann <rubin@afternet.org>
3682
3683 * chanserv.c: Changed style of command outputs, added userlevel back
3684 to users list.
3685
3686 * opserv.c: Changed style of command outputs, removed warn feature
3687
3688 * tools.c: shortened duration string lengths
3689
3690 * main.c: shortened duration string lengths
3691
3692 * sendmail.c: Changed style of stats email
3693
36942005-03-18 Alex Schumann <rubin@afternet.org>
3695
3696 * Changed breef to brief...
3697
3698 * chanserv.c: Changed to access level names instead of numbers.
3699
37002005-03-17 Alex Schumann <rubin@afternet.org>
3701
3702
3703 * src/opserv.c: Improved readability of trace print output
3704
3705 * src/chanserv.c: Improved cmd_list_users output & cleaned it up
3706 a little.
3707
3708 * src/helpfile.c: Improved table_send readability (used in lots
3709 of listings including users and stats network etc)
3710
37112005-03-15 Alex Schumann <rubin@afternet.org>
3712
3713 * src/chanserv.c: Improved some syntax error reporting for commands
3714
3715 * src/helpfile.c: Added a 'breef' help function
3716
3717 * src/helpfile.h: Added a 'breef' help function
3718
3719 * src/main.c: Improved some syntax error reporting for commands
3720
3721 * src/modcmd.c: Improved some syntax error reporting for commands
3722
3723 * src/modcmd.h: Improved some syntax error reporting for commands
3724
37252005-03-15 Reed Loden <reed@reedloden.com>
3726
3727 * Synchronization with srvx--devo--1.3--patch-19.
3728
37292005-03-12 Alex Schumann <rubin@afternet.org>
3730
3731 * src/common.h, src/opserv.h: more SRVX->X3 fixes
3732
3733 * opserv.c: fixed SRVX defines to X3
3734
3735 * src/nickserv.c: Applied patch to bring up to date with
3736 local uncommitted changes on afternets srvx2 tree. improved
3737 cookie gen code and removed /play from cookie messages.
3738
3739 * src/all, src/Makefile*, Makefile.in: changed srvx to x3 in a
3740 bunch more places.
3741
c74bf46b 37422005-03-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2f61d1d7 3743
3744 * nickserv.help: Added odelcookie section.
3745
3746 * src/nickserv.c: Added odelcookie for deleting auth cookies and email
3747 cookies.
3748
3749 * src/md5.c: Cleaned up compile warnings.
3750
3751 * src/nickserv.help: Added odelcookie section.
3752
3753***********************************************************************/
3754
3755#define CVS_VERSION "$Id$"
d76ed9a9 3756