]> jfr.im git - irc/evilnet/x3.git/blame - ChangeLog
Fix for crash bug during burst where X3 sends a B (BURST) message with a channel...
[irc/evilnet/x3.git] / ChangeLog
CommitLineData
2f61d1d7 1/***********************************************************************
ca3486a2 2X3 ChangeLog
c73514ea 3
0fb450a2
MB
42010-09-24 Matthew Beeching <jobe@mdbnet.co.uk>
5
6 * src/proto-p10.c: Fix for crash bug during burst where X3 sends
7 a B (BURST) message with a channel limit in the modes string.
8
5309944d
AS
92010-09-24 Alex Schumann <rubin@afternet.org>
10
11 * src/chanserv.c: dont let users set extended bans with
12 .ban/lamer/etc, and dont remove extended bans with bantimeout
13
d5f787f5
MB
142010-09-19 Matthew Beeching <jobe@mdbnet.co.uk>
15
16 * src/chanserv.c: Added ignore_csuspend to *ChanServ.csuspend
17 and *ChanServ.cunsuspend as a default flag.
18
8b56c5ca
MB
192010-09-17 Matthew Beeching <jobe@mdbnet.co.uk>
20
21 * src/chanserv.c: Updated ChanServ.staff, ChanServ.ircops and
22 ChanServ.helpers to hide users with user mode +H (hide oper).
23
2b9de5dd
MB
242010-09-08 Matthew Beeching <jobe@mdbnet.co.uk>
25
26 * src/proto-p10.c: Replaced some horrible code for formatting a
27 channel mode string and fix for a bug where chan mode +A was
28 being ignored.
29
dc382fd2
MB
302010-08-29 Matthew Beeching <jobe@mdbnet.co.uk>
31
32 * src/chanserv.c: Changed wheel of misfortune nick change pseudo
33 user to use a hard coded host name to prevent accidentally giving
34 out a users real host.
35
5e832871
MB
362010-08-19 Matthew Beeching <jobe@mdbnet.co.uk>
37
38 * src/proto-p10.c: Changed TOK_PRIVS to "PR" to match current ircu
39 distributions.
40
f79cdffc
MB
412010-07-31 Matthew Beeching <jobe@mdbnet.co.uk>
42
43 * src/proto-common.c: Added hg revision information to VERSION
44 reply to match version strings everywhere else.
45
cc6339ac
MB
462010-07-30 Matthew Beeching <jobe@mdbnet.co.uk>
47
48 * src/Makefile.in: Added version.c generation at compile time
49
50 * src/modcmd.c: Updated to use cvs_version from version.c
51
52 * src/version.c.SH: Added version.c.SH to generate version.c
53
54 * src/version.h: Added version.h
55
8d882965
MB
562010-07-07 Matthew Beeching <jobe@mdbnet.co.uk>
57
58 * src/hash.h: Added support for user modes +D, +R, +W, +H, +L
59 and +q.
60
61 * src/opserv.c: Added support for user modes +D, +R, +W, +H, +L
62 and +q.
63
64 * src/proto-p10.c: Added support for user modes +D, +R, +W, +H,
65 +L and +q.
66
fc55e757
MB
672010-07-07 Matthew Beeching <jobe@mdbnet.co.uk>
68
69 * src/hash.h: Added support for user modes +z and +a and fixed
70 some comments.
71
72 * src/opserv.c: Added support for user modes +z and +a and
73 added support to TRACE/ADDALERT CHECKRESTRICTIONS criteria for
74 channel mode +a and +Z.
75
76 * src/proto-p10.c: Added support for user modes +z and +a.
77
31dca7ac
MB
782010-07-07 Matthew Beeching <jobe@mdbnet.co.uk>
79
80 * src/opserv.c: Added support to TRACE/ADDALERT CHECKRESTRICTIONS
81 criteria for channel mode +O and +r.
82
6b912b17
MB
832010-07-03 Matthew Beeching <jobe@mdbnet.co.uk>
84
85 * src/chanserv.c: Removed extra 'is' from CSMSG_SMURF_TARGET.
86
3e06ac80
MB
872010-06-06 Matthew Beeching <jobe@mdbnet.co.uk>
88
89 * src/proto-p10.c: Fix for crash on BURST (B) message for a channel
90 with +L, at least one ban or except, and no users.
91
ee2291da
MB
922010-05-21 Matthew Beeching <jobe@mdbnet.co.uk>
93
94 * src/modcmd.c: Added support for fall back replacements in
95 command bindings. For example if you specify $1n instead of $1,
96 then the users nick will be used if param 1 is not supplied.
97
d18d752e
MB
982010-05-14 Matthew Beeching <jobe@mdbnet.co.uk>
99
100 * src/nickserv.c: Fix for NickServ NICKINFO using the wrong
101 lastseen timestamp.
102
238102e1
MB
1032010-05-13 Matthew Beeching <jobe@mdbnet.co.uk>
104
105 * src/proto-p10.c: Fixed support for channel mode +a (Admins only).
106
55a256b7
MB
1072010-05-12 Matthew Beeching <jobe@mdbnet.co.uk>
108
109 * tools/db.php: Rewrote parser function as a class and faster
110 parsing.
111
ae275267
MB
1122010-05-11 Matthew Beeching <jobe@mdbnet.co.uk>
113
114 * src/nickserv.c: Added nick expiration support.
115
116 * src/nickserv.h: Added nick expiration support.
117
118 * x3.conf.example: Added nick expiration support.
119
886bca7c
MB
1202010-05-06 Matthew Beeching <jobe@mdbnet.co.uk>
121
122 * src/nickserv.c: Added SET action for SEARCH.
123
124 * src/nickserv.help: Added SET action for SEARCH.
125
73ac2ca6
MB
1262010-05-06 Matthew Beeching <jobe@mdbnet.co.uk>
127
128 * src/nickserv.c: Added NickServ search title criteria.
129
130 * src/nickserv.help: Added NickServ search title criteria.
131
ec8177c5
MB
1322010-04-29 Matthew Beeching <jobe@mdbnet.co.uk>
133
134 * src/opserv.c: Minor typo in previous commit where returning 0
135 when it should have been 1 from opserv_join_check().
136
7e3e9ac5
MB
1372010-04-29 Matthew Beeching <jobe@mdbnet.co.uk>
138
139 * src/opserv.c: Fix for possible bug in opserv_join_check().
140
4ce83531
MB
1412010-04-23 Matthew Beeching <jobe@mdbnet.co.uk>
142
143 * src/log.c: Modified X3.last to only show host and ident to
144 opers.
145
9665da36
AS
1462010-03-15 Matthew Beeching <jobe@mdbnet.co.uk>
147
148 * ChangeLog: Abusing to figure out mercurial a bit.
149
bdddfe43 1502010-03-13 Matthew Beeching <jobe@mdbnet.co.uk>
151
152 * src/hash.h: Changed HOSTLEN to match Nefarious.
153
7da677be 1542010-03-03 Matthew Beeching <jobe@mdbnet.co.uk>
155
156 * src/proto-p10.c: Fixed bug in P10 B64 IPv6 parsing where the
157 entire IPv6 IP after the :: was ommited.
158
e10feb7a 1592010-02-27 Matthew Beeching <jobe@mdbnet.co.uk>
160
161 * src/proto-p10.c: Added message handlers for ZLINE and REMOVE
162 to ignore both messages
163
7f9e40bf 1642010-02-05 Matthew Beeching <jobe@mdbnet.co.uk>
165
166 * src/nickserv.help: Fix for a minor documentation error where $S
167 was used instead of $N.
168
38bff5f0 1692010-01-14 Matthew Beeching <jobe@mdbnet.co.uk>
170
171 * src/nickserv.c: Added support for LDAP auth registering initial
172 nick when nick registration is enabled.
173
8536ac6b 1742010-01-09 Neil Spierling <sirvulcan@sirvulcan.co.nz>
175
176 * Srvx sync. Author: Michael Poole.
177
178 * src/ioset.c (ioset_listen): Linux -- reasonably -- requires that
179 SO_REUSEADDR be set on a socket before binding it to an in-use socket.
180 So do that.
181
182 * src/sar.c: Convert "struct sockaddr_storage" to "void *" to comply
183 with C99's strict(er) aliasing rules. Allocate off the stack or
184 heap, as appropriate. Add new function sar_free_nameserver() to
185 clean up the heap-allocated data.
186
c550ac9a 1872010-01-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
188
189 * src/chanserv.c: 8ball will now accept "what colour".
190
1dfca92d 1912009-12-18 Neil Spierling <sirvulcan@sirvulcan.co.nz>
192
193 * x3.conf.example: Added type 8 for Nefarious 1.3.0.
194
195 * src/proto-p10.c: Only use the old cloak.c code if type 7 is given.
196 If type 8 is given then the cloaked hosts are picked up during burst
197 (+cC)
198
e2f17d6e 1992009-12-17 Neil Spierling <sirvulcan@sirvulcan.co.nz>
200
201 * src/log.c: Revert message type to 5.
202
72d5504b 2032009-12-17 Neil Spierling <sirvulcan@sirvulcan.co.nz>
204
205 * src/mod-track.c: Fixed a crash with net rider kicks.
206
38377e02 2072009-12-12 Alex Schumann <rubin@afternet.org>
208
209 src/x3ldap.c: Fix crash bug with ldap adding users. Deal with some warnings.
210
211 src/x3ldap.h: Deal with some warnings.
212
af40e58b 2132009-12-09 Henrik Stuart <evilnet@hstuart.dk>
214
215 src/mod-python.c: add support for module_register.
216
07021002 2172009-12-09 Henrik Stuart <evilnet@hstuart.dk>
218
219 src/mod-python.c: add support for log_register_type.
220
c3915bdc 2212009-12-09 Neil Spierling <sirvulcan@sirvulcan.co.nz>
222
223 src/nickserv.c: Shuffle the auto oper functions around to fix a
224 desync issue.
225
226 src/proto-p10.c: Ignore PRIV_NONE within the first 5 seconds of
227 a client's connection. Temp fix for now.
228
3c4b9ee3 2292009-12-06 Matthew Beeching <jobe@mdbnet.co.uk>
230
231 * src/chanserv.c: Removed seemingly unnecessary "cannot invite"
232 warning from chan_opt_automode.
233
c73514ea 2342009-12-02 Matthew Beeching <jobe@mdbnet.co.uk>
235
236 * src/nickserv.c: Added merging SSL fingerprint lists during
237 account merging.
9c88eebe 238
890866b0 2392009-12-01 Matthew Beeching <jobe@mdbnet.co.uk>
240
241 * src/opserv.c: Added ADDALERT reactions noticeuser and msguser
242 to go with trace reactions notice and privmsg.
243
d57dba72 2442009-11-29 Matthew Beeching <jobe@mdbnmet.co.uk>
245
246 * src/nickserv.c: Rewrote parts of loc_auth() to get it working
247 the same as cmd_auth() with regards to SSL fingerprint support.
248
c03536b5 2492009-11-29 Neil Spierling <sirvulcan@sirvulcan.co.nz>
250
251 * src/nickserv.c: Small tweak.
252
1679a283 2532009-11-29 Neil Spierling <sirvulcan@sirvulcan.co.nz>
254
1f459b76 255 * src/nickserv.c: Small tweak to the password checks with sslfp LOC.
256
2572009-11-29 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1679a283 258 * src/nickserv.c: Added SSL fingerprint support to LOC.
259
260 * src/nickserv.h: Added sslfp to loc_auth.
261
262 * src/proto-p10.c: Added support for the new S loc auth type.
263
2fa83595 2642008-11-28 Matthew Beeching <jobe@mdbnmet.co.uk>
265
266 * src/nickserv.help: Added help for ADDSSLFP, DELSSLFP, OADDSSLFP
267 and ODELSSLFP
268
269 * src/nickserv.c: Added support for SSL fingerprint authentication.
270
271 * src/nickserv.h: Added support for SSL fingerprint authentication.
272
7acc75ee 2732009-11-28 Matthew Beeching <jobe@mdbnet.co.uk>
274
275 * src/mod-memoserv.c: Fix for bug where MemoServ is created as a
276 local bot but not registered as a service on first startup.
277
6fee1be7 2782009-11-26 Matthew Beeching <jobe@mdbnet.co.uk>
279
280 * src/chanserv.c: Fixed a missing ',' in cmd_myaccess output.
281
30874d66 2822009-11-26 Henrik Stuart <evilnet@hstuart.dk>
283
284 * src/common.h src/main-common.c: add extra parameter to reg_exit_func and
285 exit_func_t.
286
287 * src/proto-p10.c src/mod-qserver.c src/chanserv.c src/mod-snoop.c
288 src/hash.c src/helpfile.c src/gline.c src/global.c src/mod-helpserv.c
289 src/opserv.c src/timeq.c src/saxdb.c src/modcmd.c src/saxdb.h
290 src/mod-sockcheck.c src/shun.c src/mod-python.c src/spamserv.c
291 src/mail-common.c src/mod-memoserv.c src/mod-track.c src/log.c src/ioset.c
292 src/nickserv.c src/main.c src/sar.c: collateral evolution fixes due to
293 exit_func change.
294
62a2e0a9 2952009-11-26 Henrik Stuart <evilnet@hstuart.dk>
296
297 * src/proto-common.c: fix typo in malloc variable name.
298
d77556d0 2992009-11-26 Henrik Stuart <evilnet@hstuart.dk>
300
301 * src/modcmd.h src/modcmd.c: add extra parameter to reg_svccmd_unbind_func
302 and svccmd_unbind_func_t.
303
304 * src/chanserv.c: collateral evolution fixes due to svccmd_unbind_func
305 change.
306
f14b32b8 3072009-11-24 Henrik Stuart <evilnet@hstuart.dk>
308
309 * src/proto.h src/proto-common.c: add extra parameter to
310 reg_mode_change_func and mode_change_func_t.
311
312 * src/chanserv.c: collateral evolution fixes due to mode_change_func
313 change.
314
974d3831 3152009-11-24 Henrik Stuart <evilnet@hstuart.dk>
316
317 * src/nickserv.h src/nickserv.c: add extra parameter to reg_unreg_func and
318 unreg_func_t.
319
320 * src/chanserv.c src/mod-helpserv.c src/mod-memoserv.c: collateral
321 evolution fixes due to unreg_func change.
322
81ac4787 3232009-11-24 Henrik Stuart <evilnet@hstuart.dk>
324
325 * src/nickserv.h src/nickserv.c: add extra parameter to reg_auth_func and
326 auth_func_t.
327
328 * src/chanserv.c src/mod-snoop.c src/global.c src/mod-helpserv.c
329 src/opserv.c src/mod-memoserv.c src/mod-track.c: collateral evolution
330 fixes due to auth_func change.
331
3a196bdb 3322009-11-24 Henrik Stuart <evilnet@hstuart.dk>
333
334 * src/nickserv.h src/proto-common.c: add extra parameter to
335 reg_user_mode_func and user_mode_func_t.
336
337 * src/mod-snoop.c src/mod-track.c: collateral evolution fixes due to
338 user_mode_func change.
339
ee8c50bd 3402009-11-24 Henrik Stuart <evilnet@hstuart.dk>
341
342 * src/nickserv.h src/proto-common.c: add extra parameter to
343 reg_channel_mode_func and channel_mode_func_t.
344
345 * src/chanserv.c src/mod-snoop.c src/mod-track.c: collateral evolution
346 fixes due to channel_mode_func change.
347
91667658 3482009-11-24 Henrik Stuart <evilnet@hstuart.dk>
349
350 * src/hash.c src/hash.h: add extra parameter to reg_kick_func and
351 kick_func_t.
352
353 * src/chanserv.c src/mod-snoop.c src/mod-track.c: collateral evolution
354 fixes due to kick_func change.
355
63637aea 3562009-11-24 Henrik Stuart <evilnet@hstuart.dk>
357
358 * src/hash.c src/hash.h: add extra parameter to reg_part_func,
359 unreg_part_func, and part_func_t.
360
361 * src/chanserv.c src/mod-snoop.c src/mod-helpserv.c src/spamserv.c
362 src/mod-track.c: collateral evolution fixes due to part_func change.
363
3642009-11-24 Henrik Stuart <evilnet@hstuart.dk>
1898d8ea 365
366 * src/hash.c src/hash.h: add extra parameter to reg_del_channel_func and
367 del_channel_func_t.
368
369 * src/opserv.c src/proto-p10.c: collateral evolution fixes due to
370 del_channel_func change.
371
736517fb 3722009-11-23 Matthew Beeching <jobe@mdbnet.co.uk>
373
374 * src/nickserv.c: Removed 2 nonsensical spaces in
375 *NickServ.accountinfo output for "Karma"
376
2693aadd 3772009-11-22 Matthew Beeching <jobe@mdbnet.co.uk>
378
379 * src/nickserv.c: Fix for bug allowing the use of odelcookie
380 to result in an account's password changing when it shouldn't.
381
29545775 3822009-11-22 Matthew Beeching <jobe@mdbnet.co.uk>
383
384 * src/nickserv.c: Added fix for LDAP password not being updated
385 on odelcookie where account password is changed anyway.
386
f3aff201 3872009-11-21 Matthew Beeching <jobe@mdbnet.co.uk>
388
389 * src/x3ldap.c: Updated OpServ level in LDAP feature to remove
390 the attribute when 0 instead of setting it to 0
391
392 * src/x3ldap.h: Updated OpServ level in LDAP feature to remove
393 the attribute when 0 instead of setting it to 0
394
395 * src/nickserv.c: Updated OpServ level in LDAP feature to remove
396 the attribute when 0 instead of setting it to 0
397
75fcdcad 3982009-11-21 Matthew Beeching <jobe@mdbnet.co.uk>
399
400 * src/x3ldap.c: Fix for bug allowing accounts in LDAP to
401 authenticate to unactivated accounts.
402
403 * src/nickserv.c: Fix for bug allowing accounts in LDAP to
404 authenticate to unactivated accounts.
405
ba4b4d51 4062009-11-16 Matthew Beeching <jobe@mdbnet.co.uk>
407
408 * src/proto-p10.c: Added support for MARK SSLCLIFP.
409
410 * src/hash.h: Added support for MARK SSLCLIFP.
411
412 * src/opserv.c: Added SSLCLIFP mark to cmd_whois.
413
2dddcd74 4142009-11-16 Matthew Beeching <jobe@mdbnet.co.uk>
415
416 * src/nickserv.c: Fix for crash in cmd_oregister due to incorrect
417 parameter counts.
418
85e88703 4192009-11-15 Matthew Beeching <jobe@mdbnet.co.uk>
420
421 * src/hosthiding.c: Fix for crash bug in make_virthost() when host
422 name doesnt have a '.' in it.
423
63c0b8ad 4242009-11-15 Henrik Stuart <evilnet@hstuart.dk>
425
426 * src/hash.c: fix variable set for registering nick change functions.
427
50c7ed1b 4282009-11-14 Matthew Beeching <jobe@mdbnet.co.uk>
429
430 * src/nickserv.c: Fix for bug #2869968 (*NickServ.oregister allowing
431 invalid handles)
432
157ce145 4332009-11-01 Henrik Stuart <evilnet@hstuart.dk>
434
435 * src/hash.h src/hash.c: add extra parameter to new_channel_func_t and
436 reg_new_channel_func.
437
438 * src/chanserv.c src/opserv.c: add extra NULL argument/parameter to
439 reflect change in hash.
440
50dafce8 4412009-11-01 Henrik Stuart <evilnet@hstuart.dk>
442
443 * src/nickserv.h src/nickserv.c: add extra parameter to
444 handle_merge_func_t and reg_handle_merge_func.
445
446 * src/mod-helpserv.c: add extra NULL argument/parameter to reflect change
447 in nickserv.
448
99c332f8 4492009-11-01 Henrik Stuart <evilnet@hstuart.dk>
450
451 * src/nickserv.h src/nickserv.c: add extra parameter to allowauth_func_t
452 and reg_allowauth_func.
453
454 * src/mod-helpserv.c: add extra NULL argument/parameter to reflect change
455 in nickserv.
456
c8b793cb 4572009-11-01 Henrik Stuart <evilnet@hstuart.dk>
458
459 * src/nickserv.h src/nickserv.c: add extra parameter to failpw_func_t and
460 reg_failpw_func.
461
462 * src/mod-helpserv.c: add extra NULL argument/parameter to reflect change
463 in nickserv.
464
5a2c7cf6 4652009-11-01 Henrik Stuart <evilnet@hstuart.dk>
466
467 * src/hash.h src/hash.c: add extra parameter to topic_func_t and
468 reg_topic_func.
469
470 * src/chanserv.c src/mod-python.c: add extra NULL argument/parameter to
471 reflect change in hash.
472
1c14af0b 4732009-11-01 Henrik Stuart <evilnet@hstuart.dk>
474
475 * src/proto.h src/proto-common.c: add extra parameter to chanmsg_func_t
476 and reg_chanmsg_func.
477
478 * src/chanserv.c src/modcmd.c: add extra NULL argument/parameter to
479 reflect change in proto.
480
3070719a 4812009-10-31 Henrik Stuart <evilnet@hstuart.dk>
482
483 * src/nickserv.h src/nickserv.c: add extra parameter to
484 handle_rename_func_t and reg_handle_rename func.
485
486 * src/chanserv.c src/mod-helpserv.c src/mod-memoserv.c: add extra NULL
487 argument/parameter to reflect change in nickserv.
488
2732298d 4892009-10-30 Henrik Stuart <evilnet@hstuart.dk>
490
491 * src/mod-snoop.c src/mod-helpserv.c src/mod-sockcheck.c src/mod-track.c:
492 fix missed NULL argument/parameter additions from earlier commits.
493
fb38e2bc 4942009-10-30 Henrik Stuart <evilnet@hstuart.dk>
495
496 * src/hash.h src/hash.c: add extra parameter to join_func_t and
497 reg_join_func.
498
499 * src/chanserv.c src/opserv.c src/mod-python.c src/spamserv.c: add extra
500 NULL argument/parameter to reflect change in hash.
501
63189c10 5022009-10-30 Henrik Stuart <evilnet@hstuart.dk>
503
504 * src/hash.h src/hash.c: add extra parameter to nick_change_func_t and
505 reg_nick_change_func. Also fix memory leaks from not freeing extras lists
506 for some callback routines.
507
508 * src/chanserv.c src/opserv.c src/mod-python.c src/spamserv.c
509 src/nickserv.c src/modcmd.c: add extra NULL argument/parameter to reflect
510 change in hash.
511
512 * src/proto-p10.c: fix logic for calling call_new_user_funcs.
513
e9b00805 5142009-10-30 Henrik Stuart <evilnet@hstuart.dk>
515
516 * src/proto.h: add extra parameter to reg_oper_func and oper_func_t.
517
518 * src/global.c: add extra NULL argument parameter to reflect changes.
519
520 * src/proto-common.c: add extra parameter to implementation of
521 reg_oper_func and reflect the extra parameter in call_oper_funcs.
522
523 * src/proto-p10.c: free storage for extra parameters.
524
a6bcc929 5252009-10-28 Henrik Stuart <evilnet@hstuart.dk>
526
527 * src/hash.h src/hash.c: add extra parameter to del_user_func_t,
528 reg_del_user_func, and unreg_del_user_func. Add new call_del_user_funcs
529 function to abstract hash internals from outside callers.
530
531 * src/opserv.c src/mod-python.c src/spamserv.c src/nickserv.c: add extra
532 NULL argument(parameter to reflect change in hash.
533
534 * src/proto-p10.c: use call_del_user_funcs instead of interfacing with
535 hash.c internals directly. Remove unused code due to this change.
536
537 * src/proto-common.c: remove reference to hash internals.
538
35ea100f 5392009-10-28 Matthew Beeching <jobe@mdbnet.co.uk>
540
541 * src/x3ldap.c: Added ldap_do_oslevel() to set OpServ access level in
542 LDAP.
543
544 * src/x3ldap.h: Added ldap_do_oslevel() to set OpServ access level in
545 LDAP.
546
547 * src/nickserv.c: Added configuration option for OpServ access level
548 LDAP attribute name and call to ldap_do_oslevel() on access level
549 change.
550
551 * src/nickserv.h: Added configuration option for OpServ access level
552 LDAP attribute name.
553
554 * x3.conf.example: Added configuration option for OpServ access level
555 LDAP attribute name.
556
f0fb2e2d 5572009-10-27 Henrik Stuart <evilnet@hstuart.dk>
558
559 * src/hash.h src/hash.c: add extra parameter to new_user_func_t and
560 reg_new_user_func. Add new call_new_user_funcs function to abstract hash
561 internals from outside callers.
562
563 * src/proto-p10.c: use call_new_user_funcs instead of interfacing with
564 hash.c internals directly. Remove unused code due to this change.
565
566 * src/global.c src/opserv.c src/mod-python.c src/spamserv.c
567 src/nickserv.c: add extra NULL argument/parameter to reflect change in
568 hash.
569
570 * src/proto-common.c: remove reference to hash internals.
571
9d59f196 5722009-10-27 Henrik Stuart <evilnet@hstuart.dk>
573
574 * src/hash.h: add extra parameter to server_link_func_t and
f0fb2e2d 575 reg_server_link_func. Add new call_server_link_funcs function to abstract
9d59f196 576 hash internals from outside callers.
577
578 * src/proto-p10.c: call call_server_link_funcs rather than interfacing
579 directly with hash.c internals.
580
581 * src/chanserv.c: add extra NULL-argument/parameter to server link
582 handler.
583
584 * src/hash.c: add extra parameter to reg_server_link_func and introduce
585 call_server_link_funcs to shield external callers from the functionality.
586
587 * src/proto-common.c: remove extern definitions for the hash.c structures
588 for the server link callback structure.
589
590 * src/mod-python.c: add extra NULL-argument/parameter to server link
591 handler.
592
44960d6c 5932009-10-27 Henrik Stuart <evilnet@hstuart.dk>
594
595 * src/mod-python.c: remove unused code.
596
0ad6b4a5 5972009-10-27 Henrik Stuart <evilnet@hstuart.dk>
598
599 * src/nickserv.c: marked cmd possibly unused to silence warning.
600
6ae87c77 6012009-10-27 Henrik Stuart <evilnet@hstuart.dk>
602
603 * src/nickserv.h: make auto_oper_privs and auto_admin_privs const.
604
605 * src/proto.h: make privs const in irc_raw_privs.
606
607 * src/proto-p10.c: make privs const in irc_raw_privs.
608
6092009-10-27 Henrik Stuart <evilnet@hstuart.dk>
d5182ae2 610
611 * src/global.c: remove unused code.
612
69517d70 6132009-10-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
614
615 * src/nickserv.c: Send privs out when auto opering clients. These are
616 controlled for now via auto_oper_privs/auto_admin_privs in the nickserv
617 section within x3.conf. In the future we will look at account specific
618 privs.
619
620 * src/proto.h: Added irc_raw_privs and client_modify_priv_by_name.
621
622 * src/proto-p10.c: Added irc_raw_privs.
623
624 * src/tools.c: Added R extended ban.
625
43b43d56 6262009-10-12 Henrik Stuart <evilnet@hstuart.dk>
627
628 * src/mod-python.c: add python_handle_topic and refactor
629 emb_get_channel.
630
631 * src/plugins/__init__.py: add empty topic handler function to
632 Plugin class.
633
634 * src/modpython.py: add topic handler function.
635
9c7f11c2 6362009-10-12 Henrik Stuart <evilnet@hstuart.dk>
637
638 * src/mod-python.c: add python_handle_del_user.
639
640 * src/plugins/__init__.py: add empty del_user handler function to
641 Plugin class.
642
643 * src/modpython.py: add del_user handler function.
644
0a585d7e 6452009-10-12 Henrik Stuart <evilnet@hstuart.dk>
646
647 * src/mod-python.c: refactor python_handle_nick_change.
648
649 * src/plugins/__init__.py: add empty nick_change handler function to
650 Plugin class.
651
652 * src/modpython.py: refactor nick_change to use new plugin
653 system.
654
30814f13 6552009-10-12 Henrik Stuart <evilnet@hstuart.dk>
656
657 * src/plugins/__init__.py: refactor plugin instantiation logic.
658
c9b009fe 6592009-10-12 Henrik Stuart <evilnet@hstuart.dk>
660
661 * src/mod-python.c: refactor python_handle_new_user.
662
663 * src/modpython.py: refactor new_user handler to use new plugin
664 system.
665
666 * src/plugins/__init__.py: add empty new_user handler function to
667 Plugin class.
668
1ad8c8df 6692009-10-12 Henrik Stuart <evilnet@hstuart.dk>
670
671 * src/mod-python.c: refactor python_handle_server_link to be more
672 Pythonic.
673
674 * src/modpython.py: rename old plugins class to plugins_ and use a
675 more general plugin system.
676
677 * src/plugins/__init__.py: extend with plugin base-class and
678 recursive plugin load logic.
679
94a73df0 6802009-10-12 Henrik Stuart <evilnet@hstuart.dk>
681
682 * src/mod-python.c: add emb_service_register function.
683
1e7b511d 6842009-10-12 Henrik Stuart <evilnet@hstuart.dk>
685
686 * src/mod-python.c: add emb_adduser function.
687
7304cfdc 6882009-10-12 Henrik Stuart <evilnet@hstuart.dk>
689
690 * src/mod-python.c: add emb_svsjoin function.
691
f20f0ab5 6922009-10-12 Henrik Stuart <evilnet@hstuart.dk>
693
694 * src/mod-python.c: add emb_svsquit function.
695
696 * src/proto.h: observe proper const-ness in irc_svsquit function.
697
698 * src/proto-p10.c: observe proper const-ness in irc_svsquit function.
699
15df606d 7002009-10-12 Henrik Stuart <evilnet@hstuart.dk>
701
702 * src/mod-python.c: add emb_svsnick function.
703
5661f28e 7042009-10-12 Henrik Stuart <evilnet@hstuart.dk>
705
706 * src/mod-python.c: refactor doc-strings for extension methods to separate
707 variables. Minor code changes that modify function return values/types to
708 be more uniform.
709
86d0ebc4 7102009-10-12 Henrik Stuart <evilnet@hstuart.dk>
711
712 * src/mod-python.c: add emb_fakehost function.
713
26d745b2 7142009-10-12 Henrik Stuart <evilnet@hstuart.dk>
715
716 * src/mod-python.c: add emb_user_mode function.
717
b778caa0 7182009-10-12 Henrik Stuart <evilnet@hstuart.dk>
719
720 * src/mod-python.c: add emb_channel_mode function.
721
8d455e8b 7222009-10-11 Henrik Stuart <evilnet@hstuart.dk>
723
724 * src/mod-python.c: remember to increase reference count of Py_None.
725
749f0565 7262009-10-11 Henrik Stuart <evilnet@hstuart.dk>
727
728 * src/mod-python.c: add emb_kick function.
729
2bee6a6e 7302009-10-11 Henrik Stuart <evilnet@hstuart.dk>
731
732 * src/mod-python.c: add emb_get_config function.
733
3f218269 7342009-10-09 Henrik Stuart <evilnet@hstuart.dk>
735
736 * src/mod-python.c: add emb_timeq_del function.
737
8f206d22 7382009-10-09 Henrik Stuart <evilnet@hstuart.dk>
739
740 * src/mod-python.c: add emb_timeq_add function.
741
7422009-10-07 Henrik Stuart <evilnet@hstuart.dk>
b39754f7 743
744 * src/mod-python.c: refactor dict_t construction logic.
745
c9f7b679 7462009-10-07 Henrik Stuart <evilnet@hstuart.dk>
747
748 * src/mod-python.c: improve error logic for emb_get_channel.
749
92fb809b 7502009-10-06 Henrik Stuart <evilnet@hstuart.dk>
751
752 * src/mod-python.c: refactor modeList conversion into separate function.
753
ee6f1c82 7542009-10-06 Henrik Stuart <evilnet@hstuart.dk>
755
756 * src/mod-python.c: refactor out common error cleanup logic.
757
39d37f27 7582009-10-06 Henrik Stuart <evilnet@hstuart.dk>
759
760 * src/mod-python.c: add emb_get_accounts function and refactor some
761 common logic into a single routine.
762
763 * src/nickserv.h src/nickserv.c: make nickserv_handle_dict externally
764 available.
765
0076604e 7662009-10-06 Henrik Stuart <evilnet@hstuart.dk>
767
768 * src/mod-python.c: add emb_kill function.
769
82089e3f 7702009-10-06 Henrik Stuart <evilnet@hstuart.dk>
771
772 * src/mod-python.c: improve error logic for pyobj_from_usernode.
773
318ec177 7742009-10-06 Henrik Stuart <evilnet@hstuart.dk>
775
776 * src/mod-python.c: improve error logic for emb_get_servers.
777
d12756d7 7782009-10-06 Henrik Stuart <evilnet@hstuart.dk>
779
780 * src/mod-python.c: improve error logic for emb_get_channels.
781
5345ea76 7822009-10-06 Henrik Stuart <evilnet@hstuart.dk>
783
784 * src/mod-python.c: improve error logic for emb_get_users.
785
d8f8d3b6 7862009-10-06 Henrik Stuart <evilnet@hstuart.dk>
787
788 * src/mod-python.c: add emb_get_server function and require P10.
789
dcc1df5e 7902009-10-06 Henrik Stuart <evilnet@hstuart.dk>
791
792 * src/mod-python.c: add emb_get_servers function.
793
f0e11521 7942009-10-06 Henrik Stuart <evilnet@hstuart.dk>
795
796 * src/mod-python.c: fix a bunch of typos
797
cc0b2b7f 7982009-10-05 Henrik Stuart <evilnet@hstuart.dk>
799
800 * src/mod-python.c: add emb_get_channels function.
801
6d94ce8b 8022009-10-05 Henrik Stuart <evilnet@hstuart.dk>
803
804 * src/mod-python.c: add emb_get_users function.
805
5b2b1df2 8062009-10-05 Henrik Stuart <evilnet@hstuart.dk>
807
808 * src/mod-python.c: raise exception on failure in emb_get_account.
809
3f24e818 8102009-10-05 Henrik Stuart <evilnet@hstuart.dk>
811
812 * src/mod-python.c: raise exception on unknown channel in emb_get_channel
813
66f68f65 8142009-10-05 Henrik Stuart <evilnet@hstuart.dk>
815
816 * src/mod-python.c: make emb_send_target_notice more resilient toward
817 erroneous input and raise exceptions on failures.
818
e7af1e12 8192009-10-05 Henrik Stuart <evilnet@hstuart.dk>
820
821 * src/mod-python.c: make emb_send_target_privmsg more resilient toward
822 erroneous input and raise exceptions on failures.
823
a957511b 8242009-10-05 Henrik Stuart <evilnet@hstuart.dk>
825
826 * src/mod-python.c: make emb_dump raise exception on failure.
827
54d2fd3d 8282009-10-05 Henrik Stuart <evilnet@hstuart.dk>
829
830 * src/mod-python.c: set exception on error path in emb_get_user.
831
bfdfd1c3 8322009-10-05 Henrik Stuart <evilnet@hstuart.dk>
833
834 * src/mod-python.c: extract userNode to Python dictionary conversion for
835 future use in handlers.
836
bc2f52df 8372009-10-05 Henrik Stuart <evilnet@hstuart.dk>
838
839 * src/mod-python.c: do not leak handler objects
840
ed8d873c 8412009-10-05 Henrik Stuart <evilnet@hstuart.dk>
842
843 * src/mod-python.c: add support for specifying main module in x3.conf
844
50d61a79 8452009-10-05 Henrik Stuart <evilnet@hstuart.dk>
846
847 * src/mod-python.c: Expose Python services module as _svc to follow normal
848 Python naming conventions for C extensions.
849
14897e8c 8502009-10-05 Henrik Stuart <evilnet@hstuart.dk>
851
852 * src/mod-python.c: Remove unused function.
853
46f628b1 8542009-10-05 Henrik Stuart <evilnet@hstuart.dk>
855
856 * src/mod-python.c: Generalise cmd_run to handle arbitrary statements.
857
8994c9a1 8582009-10-05 Henrik Stuart <evilnet@hstuart.dk>
859
860 * src/main-common.c: Initialise opserv before other services.
861
1ccb8f6e 8622009-09-22 Neil Spierling <sirvulcan@sirvulcan.co.nz>
863
864 * Srvx sync. Author: Michael Poole.
865
866 * src/recdb.c (explain_failure): When MAIN_LOG is NULL, report to stderr.
867
57fdf922 8682009-09-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
869
870 * Srvx sync. Author: Michael Poole.
871
872 * src/chanserv.c (handle_part): Allow the current user to be considered for
873 channels other than the channel being /part'ed.
874
875 * src/modcmd.c (modcmd_saxdb_write): Write bot modes to the database.
876 (modcmd_load_bots): Read them out and use them.
877
878 * src/opserv.c (cmd_whois): Use irc_user_mode_chars() here too.
879
880 * src/opserv.help (INVITE): Document this command.
881
882 * src/proto.h (irc_user_modes): Declare.
883 (irc_user_mode_chars): Likewise.
884
885 * src/proto-common.c (irc_user_modes): Define.
886
887 * src/proto-p10.c (irc_user_mode_chars): Define.
888 (irc_user): Use irc_user_mode_chars() instead of open-coding it.
889
7b3aa3a8 8902009-08-21 Matthew Beeching <jobe@mdbnet.co.uk>
891
892 * src/nickserv.c: Fix for a crash bug when using LOC with LDAP
893 where LDAP account exists and AuthServ account does not
894
5a61e83f 8952009-08-20 Matthew Beeching <jobe@mdbnet.co.uk>
896
897 * src/opserv.help: Fixed a typo in ROUTING EXAMPLE
898
72971fc8 8992009-08-17 Matthew Beeching <jobe@mdbnet.co.uk>
900
901 * src/nickserv.c: Added NSMSG_RECLAIM_HOWTO describing how to
902 AUTH when warned that the nick being used is registered
903
53b62ed9 9042009-08-11 Matthew Beeching <jobe@mdbnet.co.uk>
905
906 * src/proto.h: Added declaration fo irc_privmsg_user
907
908 * src/opserv.c: Added privmsg and notice trace actions
909
910 * src/opserv.help: Added privmsg and notice trace actions
911
9122009-08-11 Matthew Beeching <jobe@mdbnet.co.uk>
4b2dcc0d 913
914 * src/proto-p10.c: ignore SPAMFILTER messages
915
e9df2b7d 9162009-08-11 Neil Spierling <sirvulcan@sirvulcan.co.nz>
917
918 * Srvx sync. Author: Michael Poole.
919
920 * configure.in: (HAVE_SOCKADDR_SA_LEN): Define to a non-empty value
921 (specifically, 1).
922 (HAVE_STRUCT_ADDRINFO): Likewise.
923
924 * src/ioset-kevent.c (ioset_kevent_add): Never try to use EV_DELETE, because
925 that can make kevent() return -1/ENOENT.
926 (ioset_kevent_update): We need to try to EV_DELETE here instead.
927 (ioset_kevent_loop): Do not bail if kevent() just returns -1/EINTR.
928
929 * src/Makefile.am (EXTRA_x3_SOURCES): Include mod-blacklist.c.
930
931 * src/sar.c (ipv4_pton): Set the sockaddr length field when it exists.
932 (ipv6_pton): Likewise.
933
18c739ab 9342009-08-11 Matthew Beeching <jobe@mdbnet.co.uk>
412ba860 935
936 * src/proto-common.c: Fix to allow trigger (in channel) commands
937 to work in unregistered channels
938
63e4abc0 9392009-07-30 Matthew Beeching <jobe@mdbnet.co.uk>
940
941 * src/sar.c: Fix for typo in previous commit
942
d6a00e9a 9432009-07-30 Neil Spierling <sirvulcan@sirvulcan.co.nz>
944
945 * src/sar.c: Commented out an warning message.
946
fe08d345 9472009-07-29 Matthew Beeching <jobe@mdbnet.co.uk>
948
949 * src/nickserv.c: Fix for minor auth bug
950
bb869923 9512009-07-23 Matthew Beeching <jobe@mdbnet.co.uk>
952
953 * src/nickserv.help: Minor spelling correction
954
e7fe8840 9552009-07-18 Matthew Beeching <jobe@mdbnet.co.uk>
956
957 * src/nickserv.c: Fix for NickServ AUTH bug with only password
958 being supplied
959
393a3e56 9602009-07-16 Matthew Beeching <jobe@mdbnet.co.uk>
961
962 * src/nickserv.c: Added support for NickServ with LDAP enabled
963
38c4bf0a 9642009-07-15 Neil Spierling <sirvulcan@sirvulcan.co.nz>
965
966 * src/chanserv.c: Crash fix with the spin command for hosts with
967 a long length.
968
aa8c38ad 9692009-07-05 Matthew Beeching <jobe@mdbnet.co.uk>
970
971 * src/chanserv.c: Fix for crash on ChanServ.UNSUSPEND
972
9ceee393
J
9732009-06-27 Matthew Beeching <jobe@mdbnet.co.uk>
974
975 * src/modcmd.c: Fix for bug #2813183
976
995043b4 9772009-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
978
979 * src/chanserv.c: Removed lastmod from gline and shun. (from the
980 srvx merge)
981
982 * src/gline.c: Removed lastmod from gline and shun. (from the srvx
983 merge)
984
985 * src/gline.h: Removed lastmod from gline and shun. (from the srvx
986 merge)
987
988 * src/mod-blacklist.c: Removed lastmod from gline and shun. (from
989 the srvx merge)
990
991 * src/mod-sockcheck.c: Removed lastmod from gline and shun. (from
992 the srvx merge)
993
994 * src/opserv.c: Removed lastmod from gline and shun. (from the srvx
995 erge)
996
997 * src/proto-p10.c: Removed lastmod from gline and shun. (from the srvx
998 merge)
999
1000 * src/shun.c: Removed lastmod from gline and shun. (from the srvx merge)
1001
1002 * src/shun.h: Removed lastmod from gline and shun. (from the srvx merge)
1003
1004 * src/spamserv.c: Removed lastmod from gline and shun. (from the srvx
1005 merge)
1006
5671e5c2 10072009-06-05 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1008
1009 * src/proto-p10.c: Bug fix for SF Bug #2801434.
1010
c9aeceb5 10112009-06-02 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1012
1013 * src/hash.h: Updated client PRIVS.
1014
1015 * src/proto-p10.c: Updated client PRIVS.
1016
2e9062b9 10172009-06-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1018
1019 * src/tools.c: Re done the extended channel ban code so that it works
1020 like the ircd code.
1021
95b9d0bc 10222009-06-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1023
1024 * src/tools.c: Return -1 with invalid extended bans.
1025
3b7fa78b 10262009-06-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1027
1028 * src/chanserv.c: Tweak the ban functions to allow invalid bans to
1029 be picked up.
1030
1031 * src/tools.c: Return -1 with invalid extended bans.
1032
277ad996 10332009-06-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1034
1035 * src/chanserv.c: Updated user_matches_glob.
1036
1037 * src/common.h: Updated user_matches_glob.
1038
1039 * src/mod-memoserv.c: Updated user_matches_glob.
1040
1041 * src/nickserv.c: Updated user_matches_glob.
1042
1043 * src/opserv.c Updated user_matches_glob.
1044
1045 * src/tools.c: Added support for shared channel bans (j). As well as
1046 quiet bans. Although these are handled ircd side.
1047
80ca5a69 10482009-06-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1049
1050 * src/tools.c: Extended channel ban support. As well as text and
1051 nick change bans, however these 2 are just ignored as they are
1052 handled ircd side.
1053
634d32a3 10542009-06-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1055
1056 * src/tools.c: Extended account ban support.
1057
8062bfc3 10582009-06-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1059
1060 * src/chanserv.c: Basic extended ban support.
1061
1062 * src/tools.c: Basic extended ban support.
1063
463e23c9 10642009-06-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1065
1066 * src/chanserv.c: Fixed up SF bug #2799155.
1067
1068 * src/modcmd.c: Fixed up an issue where missing args was coming up
1069 when it shouldnt.
1070
be2c97a5 10712009-05-31 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1072
1073 * GPL 3 and svn propset updates.
1074
37c8e812 10752009-05-31 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1076
1077 * src/main.c: Added spamserv.h #include.
1078
1079 * src/main-common.c: Woops forgot to init spamserv.
1080
1081 * src/spamserv.c: Fixed up AddLocalUser.
1082
ee25b1b2 10832009-05-30 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1084
1085 * src/chanserv.c: Small fix with CSMSG_SET_UNREVIEWED.
1086
51e05af8 10872009-05-30 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1088
1089 * src/hash.c: Couple of tweaks.
1090
1091 * src/proto-common.c: Fix for triggers not working with forwards as well as
1092 off channel services.
1093
7553c653 10942009-05-30 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1095
1096 * src/chanserv.c: Fixed a crash with setting a .set option with an invalid
1097 option.
1098
1099 * src/mail-smtp.c: Added missing file.
1100
1136f709 11012009-05-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1102
1103 * Major update to bring X3 in line with the latest SRVX commit. Please see
1104 UPGRADE. Credits go to the SRVX team.
1105
11062009-04-22 Neil Spierling <sirvulcan@sirvulcan.co.nz>
39b3b541 1107
1108 * src/proto-p10.c: Ignore stats headers.
1109
413fd8ea 11102009-05-08 Henrik Stuart <evilnet@hstuart.dk>
1111
1112 * src/mod-python.c: generalised cmd_run to process file_input productions.
1113
ef5e0305 11142009-05-06 Henrik Stuart <evilnet@hstuart.dk>
1115
1116 * src/mod-python.c: generalised PYTHONPATH environment setting to
1117 not explicitly set Alex's home directory.
1118
10be9be0 11192009-05-05 Henrik Stuart <evilnet@hstuart.dk>
1120
1121 * src/proto-p10.c: introduced irc_sno for SNO messages. Removed broken
1122 auto_oper on LOC support.
1123
1124 * src/proto.h: introduced irc_sno for SNO messages.
1125
1126 * src/nickserv.c: added registered authentication function to handle
1127 auto_oper on LOC.
1128
6e1142b2 11292009-05-04 Alex Schumann <rubin@afternet.org>
f746eca3 1130
1131 * src/chanserv.c: julien and polo noticed a crash during channel register. Fixed
1132
1133 * x3.conf.example: fix typeo in default channel regex. Thanks again to julien for noticing this.
1134
9c88eebe 11352009-03-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1136
1137 * src/proto-p10.c: Update PRIV handling code for the latest
1138 nefarious 1.3 changes.
1139
50220e57 11402009-02-27 Alex Schumann <rubin@afternet.org>
1141
1142 * src/proto-p10.c: Patch from muer to support auto-oper for LOC
1143 connections too.
2cfebbe2 1144
0ab7b4bc 11452009-01-31 Alex Schumann <rubin@afternet.org>
1146
1147 * src/chanserv.c: change server link handlers to return an int
1148
1149 * src/hash.h: change server link handlers to return an int
1150
1151 * src/plugins/annoy/plugin.py: add some debug code for testing new
1152 hooks
1153
1154 * src/modpython.py: support for new hooks server_link, nick_change,
1155 and new_user
1156
1157 * src/mod-python.c: support for new hooks server_link, nick_change,
1158 and new_user
1159
da4f9236 11602009-01-30 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1161
1162 * src/opserv.c: Warning fix.
1163
1164 * src/proto-p10.c: Bug fix for SF Bug #2547157 (topic ident bug).
1165
0c33848c 11662009-01-27 Alex Schumann <rubin@afternet.org>
1167
1168 * src/modpython.py: Comment out debug printing
1169
1170 * src/plugins/hangman: New example plugin: Hangman game
1171
b7594203 11722009-01-27 Alex Schumann <rubin@afternet.org>
1173
1174 * src/opserv.c: Fix a hole Sindacious found, where alerts on account
1175 don't trigger because they arent looked for during/after auth.
1176
039a6658 11772009-01-26 Alex Schumann <rubin@afternet.org>
1178
1179 * src/plugins/annoy/plugin.py: more test code
1180
1181 * src/mod-python.c: added emb_get_info, silenced warnings, and stub
1182 TODO comments for all the handlers and emb functions we need to
1183 create. search for TODO and lend a hand! :)
1184
0bcdc113 11852009-01-26 Alex Schumann <rubin@afternet.org>
1186
1187 * src/plugins/annoy/plugin.py: new version of test plugin
1188
11892009-01-25 Alex Schumann <rubin@afternet.org>
d68e1d8a 1190
1191 * Makefile.am: forgot to copy modpython.py where it goes.
1192
07559983 11932009-01-24 Alex Schumann <rubin@afternet.org>
1194
1195 * src/mod-python.c: added plugin hook to log to x3 logs, and worked
1196 out the basics of callback registration.
1197
1198 * src/modpython.py: x3 logging hook and new callback registration
1199
1200 * Makefile.am: install modpython.py and plugins/ during make install
1201
1202 * install-r.sh: shell script to do recursive copy with exclusions
1203
cbfd323c 12042009-01-23 Alex Schumann <rubin@afternet.org>
1205
e0f76584 1206 * src/mod-python.c: refactor to use class-based hook manager. Seems to
4c216694 1207 run now. Also added better comments.
cbfd323c 1208
4c216694 1209 * src/modpython.py: refactored into classes. Seems to run now. Cleaned
1210 up a bit.
cbfd323c 1211
57e3ccf6 12122008-01-12 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1213
1214 * src/opserv.c: Fix for SF bug #2491886. Added OSMSG_USER_ALREADY_THERE.
1215
12162009-01-04 Alex Schumann <rubin@afternet.org>
2045ae25 1217
1218 * src/nickserv.c: fix access change bug when using ldap but not
1219 ldap_oper_group_dn.
1220
06742a38 12212009-01-01 Matthew Beeching <jobe@mdbnet.co.uk>
1222
1223 * languages/README.txt: Changed validate_lang.pl to validate.pl
1224
1225 * languages/validate.pl: Set executable
1226
1227 * languages/lang_export.sh: Set executable
1228
b45fd7d7 12292008-12-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1230
1231 * src/chanserv.c: SF feature 1476390. Added nodelete option to
1232 MERGE.
1233
1234 * src/chanserv.help: SF feature 1476390. Added nodelete option
1235 to MERGE.
1236
f21ec816 12372008-12-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1238
1239 * src/chanserv.c: SF feature 2353198. Patch from CaptKirk. Added
1240 the channel flag to the register command. Also removed the
1241 helping flag.
1242
4648ded2 12432008-12-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1244
1245 * src/hash.c: SF feature 2353183. Made X3 aware of +a.
1246
1247 * src/hash.h: SF feature 2353183. Made X3 aware of +a.
1248
40c18c28 12492008-12-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1250
1251 * src/global.c: Added RCHANNELS which will send notices to all
1252 registered channels. Also changed CHANNELS to notice all channels
1253 instead of registered ones only.
1254
1255 * src/global.h: Added RCHANNELS.
1256
1257 * src/global.help: Added RCHANNELS target.
1258
42c38d42 12592008-12-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1260
1261 * src/global.c: Added AUTHED target.
1262
1263 * src/global.h: Added AUTHED target.
1264
083fb96b 12652008-12-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1266
1267 * src/opserv.c: Store when alerts were last triggered.
1268
d3abe0df 12692008-12-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1270
1271 * x3.conf.example: Added valid_channel_regex.
1272
1273 * src/chanserv.c: Added valid_channel_regex.
1274
a837dcf5 12752008-12-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1276
1277 * src/chanserv.c: Warning fixes.
1278
1279 * src/proto-p10.c: Warning fixes.
1280
4cb36ef0 12812008-12-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1282
1283 * configure: Regenerated.
1284
1285 * configure.in: Added math.h check.
1286
1287 * rx/Makefile.in: Regenerated.
1288
1289 * src/chanserv.c: Warning fixes.
1290
1291 * src/config.h.in: Regenerated.
1292
1293 * src/Makefile.in: Regenerated.
1294
1295 * src/math.c: Warning fixes.
1296
1297 * src/nickserv.c: Warning fixes.
1298
1299 * src/opserv.c: Warning fixes.
1300
1301 * src/proto-p10.c: Warning fixes.
1302
0e859bd9 13032008-12-24 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1304
1305 * src/chanserv.c: Fix for SF bug #2423717. Invalid automode choices
1306 with a string will now show the invalid string rather than 0.
1307
2f7421b5 13082008-12-24 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1309
1310 * src/nickserv.c: Fix for SF bug #2420339. Password change emails
1311 will not have the first time part in the email. Email change emails
1312 will have them though.
1313
97e51197 13142008-12-24 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1315
1316 * src/chanserv.c: Fix for SF bug #2353222 (+l not being removed
1317 when dynlimit disabled.
1318
cad8f3a7 13192008-12-24 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1320
1321 * src/proto-p10.c: Fix for SF bug #2401693 (gsync not working properly).
1322
9a50a1a2 13232008-11-30 Matthew Beeching <jobe@mdbnet.co.uk>
1324
1325 * src/spamserv.c: Fix crash bug in ADDTRUST/DELTRUST
1326
d4e0f0c4 13272008-11-25 Alex Schumann <rubin@afternet.org>
1328
1329 * src/mod-python.c: call run function instead of using
1330 pyrun_simplestring. Set global info for simple reply() to have what it
1331 needs to run.
1332
1333 * src/modpython.py: new name as - interferes with module loading.
1334 added reply() function
1335
8d670803 13362008-11-22 Alex Schumann <rubin@afternet.org>
1337
1338 * src/mod-python.c: Added ability to query info about nick or channel
1339 name
1340
a2c8c575 13412008-11-16 Alex Schumann <rubin@afternet.org>
1342
1343 * src/mod-python.c: filled in some missing pieces.
1344
1345 * src/mod-python.py: more demo code for testing
1346
50ca1f0c 13472008-11-16 Matthew Beeching <jobe@mdbnet.co.uk>
1348
1349 * src/chanserv.help: Minor mistake in help for 'SET MAXSETINFO'
1350
13512008-11-16 Alex Schumann <rubin@afternet.org>
caf97651 1352
a2c8c575 1353 * src/mod-python.c: further work on building basic bits of this
caf97651 1354
a2c8c575 1355 * src/mod-python.py: first pass at what will be the base python script.
caf97651 1356
50ca1f0c 13572008-11-13 Alex Schumann <rubin@afternet.org>
0b350353 1358
a2c8c575 1359 * src/modcmd.c: remove python tests (moved to mod-python.c)
0b350353 1360
a2c8c575 1361 * src/mod-python.c: initial template based on memoserv
0b350353 1362
14c04a50 13632008-11-12 Matthew Beeching <jobe@mdbnet.co.uk>
1364
1365 * tools/db.php: Added sample DB parser script
1366
2f65da8f 13672008-11-06 Alex Schumann <rubin@afternet.org>
1368
a2c8c575 1369 * src/modcmd.c,Makefile.in,src/Makefile.in,configure.in,src/config.h.in:
2f65da8f 1370 Begin work on embedding python.
1371
56b83e80 13722008-11-06 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1373
1374 * src/proto-p10.c: Fixes for SGLINE and SSHUN. As well as a fix for
1375 bug 2173687 (PRIVS part of it is already fixed on trunk).
1376
5f6a98a7 13772008-10-24 Matthew Beeching <jobe@mdbnet.co.uk>
1378
1379 * src/chanserv.help: Minor spelling mistake "change" instead of
1380 "change"
1381
6221421c 13822008-10-10 Matthew Beeching <jobe@mdbnet.co.uk>
1383
1384 * src/opserv.c: Fix for crash on OpServ SVSPART where the
1385 channel specified does not exist.
1386
f2a8c1ea 13872008-09-30 Matthew Beeching <jobe@mdbnet.co.uk>
1388
1389 * src/nickserv.c: Prevent automatic registration of dissallowed
1390 nicks when registering an account
1391
a6fa0035 13922008-09-27 Matthew Beeching <jobe@mdbnet.co.uk>
1393
1394 * src/chanserv.c: Fix for <trigger>shoot telling you to use
1395 .roulette instead of <trigger>roulette
1396
59b38cc0 13972008-09-15 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1398
1399 * src/proto-p10.c: SGLINE and SSHUN support some stuff coming
1400 soon in Nefarious.
1401
2a4ca4f5 14022008-09-07 Matthew Beeching <jobe@mdbnet.co.uk>
1403
1404 * src/chanserv.c: Changed PEON to PAL
1405
1406 * src/chanserv.help: Changed PEON to PAL
1407
1408 * src/modcmd.c: Changed PEON to PAL
1409
1410 * docs/access-levels.txt: Changed PEON to PAL
1411
1412 * languages/de/chanserv.help: Changed PEON to PAL
1413
1414 * languages/en_GB/chanserv.help: Changed PEON to PAL
1415
055f3f30 14162008-09-06 Matthew Beeching <jobe@mdbnet.co.uk>
1417
1418 * src/proto-p10.c: Added new PRIV_*'s to privtab
1419
1420 * src/mod-snoop.c: Added support for channel mode +h
1421
1422 * src/hash.h: #define's for missing PRIV_*'s
1423
6ff42e24 14242008-09-02 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1425
1426 * src/chanserv.c: Fixed an issue with OPCHAN and channels using off
1427 channel.
1428
df21b43d 14292008-08-19 Alex Schumann <rubin@afternet.org>
19c83de8 1430
1431 * src/chanserv.c: fix a bug in the default wheel spin settings if they
1432 were not in the config file, x3 would core.
1433
92f63dd4 14342008-07-21 Neil SPierling <sirvulcan@sirvulcan.co.nz>
1435
1436 * src/chanserv.c: Turn the kick ban all chans spin action into a
1437 timed ban (5 minutes). Also seperated the setting of the ban from
1438 the stripping of ohv. If Nefarious has halfops disabled then trying
1439 to strip the modes and set the ban results in the numeric being set
1440 as the ban. This will need to be fixed in nefarious.
1441
b08a5f8b 14422008-07-20 Alex Schumann <rubin@afternet.org>
1443
8deb31d3 1444 * src/chanserv.c: remove spin debugging code. Fix gline/kill glitch.
b08a5f8b 1445
1446 * src/config.h: bump trunk to 1.7
1447
74ac2349 14482008-07-19 Alex Schumann <rubin@afternet.org>
1449
5e6460e4 1450 * src/proto-p10.c: dont print warning on uping to a jupe. added
1451 irc_svsquit() function
1452
1453 * src/chanserv.c: rework wheel-of-misfortune a bit, allow individual
1454 spins to be enabled in x3.conf and make it easy to add new ones or
1455 change likelyhoods.
1456
1457 * src/proto.h: added irc_svsquit() prototype
1458
1459 * src/x3.conf.example: wheel action example configs
74ac2349 1460
a218fded 14612008-07-18 Alex Schumann <rubin@afternet.org>
1462
1463 * src/proto-p10.c: set lastmod time to current time when sending
1464 glines, otherwise ircd wont burst them later.
1465
1466 * src/modcmd.c: break credits out to its own command, and add svn
1467 version string to ctcp version reply.
1468
625ccd4e 14692008-07-02 Matthew Beeching <jobe@mdbnet.co.uk>
1470
1471 * src/proto-p10.c: Added missing PRIV_*'s to privtab
1472
1473 * src/hash.h: #define's for missing PRIV_*'s
1474
17d4a698 14752008-06-23 Alex Schumann <rubin@afternet.org>
1476
c64a32cb 1477 * src/chanserv.c: Fix a bug where if spin abuse creates a clone, but an oper kills the
1478 clone before its auto-removed, x3 crashes. Thanks tyler and jigsy.
1479
14802008-06-23 Alex Schumann <rubin@afternet.org>
1481
1482 * src/nickserv.c: make opserv access level required to be in oper ldap
17d4a698 1483 group configurable.
1484
1485 * src/nickserv.h: make opserv access level required to be in oper ldap
1486 group configurable.
1487
18006b5c 14882008-06-12 Alex Schumann <rubin@afternet.org>
1489
1490 * src/nickserv.c: fix login-on-connect logic problem when ldap libs
1491 are present but ldap is not in use.
1492
cf8bedff 14932008-04-22 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1494
1495 * src/chanserv.c: Fixed a small bug with SVSNickChange.
1496
1497 * src/hash.h: Added buttaknife's patch which allows modes to be
1498 searched for using opserv trace. Also Fixed a small bug with
1499 SVSNickChange.
1500
1501 * src/hash.c: Fixed a small bug with SVSNickChange.
1502
1503 * src/opserv.c: Added buttaknife's patch which allows modes to
1504 be searched for using opserv trace.
1505
1506 * src/proto-p10.c: Added buttaknife's patch which allows modes
1507 to be searched for using opserv trace.
1508
04cb4dfc 15092008-04-10 Alex Schumann <rubin@afternet.org>
1510
1511 * src/nickserv.c: Fix wrong param count check in oset password
1512
fba880b8 15132008-04-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1514
1515 * src/chanserv.c: Fixed a bug with x3 not handling kills properly.
1516
1517 * src/opserv.c: Fixed a bug with x3 not handling kills properly.
1518
7dd05763 15192008-04-02 Alex Schumann <rubin@afternet.org>
1520
fba880b8 1521 * src/proto-p10.c: Provisional code for LOC account hostmask validation
7dd05763 1522
fba880b8 1523 * src/nickserv.c: Provisional code for LOC account hostmask validation
7dd05763 1524
90746c83 15252008-04-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1526
1527 * configure: Regenerated.
1528
1529 * configure.in: Bumped up trunk version for X3.
1530
1c76f1b4 15312008-03-29 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1532
1533 * src/proto-p10.c: Ignore SNO messages.
1534
0bd0bef6 15352008-03-28 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1536
1537 * configure: Regenerated.
1538
1539 * configure.in: Fixed up a typo spotted by Sakkath.
1540
1541 * x3.conf.example: Fixed up a typo spotted by Sakkath.
1542
e91c6c1e 15432008-03-28 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1544
1545 * src/chanserv.c: If Nefarious 1.2.0 is in use then use SVSQUIT to
1546 fake a connection reset by peer quit if spin 1 comes up.
1547
15482008-03-28 Neil Spierling <sirvulcan@sirvulcan.co.nz>
ea54b136 1549
1550 * src/chanserv.c: Only allow logged in people to use spin.
1551
e91c6c1e 15522008-03-28 Neil Spierling <sirvulcan@sirvulcan.co.nz>
b404335b 1553
e03ec3dc 1554 * src/chanserv.c: Added lamepart function so that spin can be used
1555 on Nefarious 1.1.
1556
e91c6c1e 15572008-03-28 Neil Spierling <sirvulcan@sirvulcan.co.nz>
e03ec3dc 1558
1559 * src/chanserv.c: Added the wheel of misfortune. This will only
b404335b 1560 work with Nefarious 1.2.0. You can upgrade X3 now even if you are
1561 running 1.1. Also fixed up some roulette/shoot bugs.
1562
e03ec3dc 1563 * src/hash.h: Function to change nicknames in X3 when using SVSNICK.
b404335b 1564
e03ec3dc 1565 * src/hash.c: Function to change nicknames in X3 when using SVSNICK.
b404335b 1566
87708af4 15672008-03-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1568
1569 * src/chanserv.c: Added roulette command.
1570
1571 * src/chanserv.h: Added roulette command.
1572
1573 * src/mod-memoserv.c: Added email sending functionality when
1574 new memos are sent.
1575
74328623 15762008-03-24 Alex Schumann <rubin@afternet.org>
1577
1578 * src/nickserv.c: fix 1 param auth for ldap libs available but not
1579 enabled, case. Thanks jobe.
1580
964a842d 15812008-03-11 Alex Schumann <rubin@afternet.org>
1582
1583 * src/opserv.c: Add svsnick command
1584
1585 * src/opserv.help: add help for svsnick and improve menu a bit
1586
1587 * src/nickserv.c: re-enable 1 param auth if not using ldap.
1588
8fb4e4be 15892008-03-02 Alex Schumann <rubin@afternet.org>
1590
1591 * src/spamserv.c: Possible fix for sf bug 1905760 (spamserv
1592 kill/reconnect segfault)
1593
763de701 15942007-07-31 Alex Schumann <rubin@afternet.org>
1595
1596 * src/proto-p10.c: ignore ALIST messages
1597
684c56b9 15982007-05-08 Alex Schumann <rubin@afternet.org>
1599
1600 * src/nickserv.c: fix authentication bug with ldap by temporarily
1601 removing account-less authentication.
1602
1603 * src/nickserv.help: fix help file to reflect change
1604
16052007-05-08 Neil Spierling <sirvulcan@sirvulcan.co.nz>
7e49d01c 1606
1607 * src/mod-webtv.c: Allow opers to override required_mark. Also added
1608 SJOIN (undocumented) so opers can join IRC into channels where its
1609 needed as WebTV can only message clients in channels they are in.
1610
a01701f8 16112007-06-08 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1612
1613 * src/mod-webtv.c: Added JOIN and PART.
1614
1615 * src/mod-webtv.help: Added JOIN and PART.
1616
684c56b9 16172007-05-08 Neil Spierling <sirvulcan@sirvulcan.co.nz>
b15cddea 1618
1619 * src/mod-webtv.c: Added NICK and WHOIS commands. As well as 2 x3.conf
1620 config options, required_mark and valid_marks.
1621
1622 * src/mod-webtv.help: Added INDEX, NICK, and WHOIS.
1623
684c56b9 16242007-05-08 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2784452e 1625
1626 * configure: Run autogen.sh.
1627
1628 * configure.in: Tweaks for google core dumper 1.1.
1629
1630 * x3.conf.example: Basic webtv module section.
1631
1632 * src/config.h.in: Run autogen.sh.
1633
1634 * src/Makefile.am: Run autogen.sh.
1635
1636 * src/Makefile.in: Run autogen.sh.
1637
1638 * src/mod-webtv.c: Basic module for now. (Does nothing so dont
1639 bother compiling in).
1640
1641 * src/mod-webtv.help: Empty help file for webtv module.
1642
1643 * tools/core_install.sh: Update google core dumper to 1.1.
1644
1645 * tools/coredumper.tar.gz: Update google core dumper to 1.1.
1646
684c56b9 16472007-05-06 Neil Spierling <sirvulcan@sirvulcan.co.nz>
bc06f607 1648
1649 * src/proto-p10.c: Quick fix (as its 12:11am and i have work at 8:30am).
1650 This will stop the "Unable to find user irc.servername.com whose mark
1651 is changing." messages. When a user reconnects and an existing exempt
1652 is on the network for the user, their lastseen time is sent out to
1653 all the servers. This quick fix moves the user checking part to
1654 the relevant part of the function that actually uses users.
1655
8ce9df05 16562007-05-04 Alex Schumann <rubin@afternet.org>
1657
1658 * src/chanserv.c: fixed problem with giveownership logs where the
1659 previous owners handle could reference a free'd string.
1660
d5faccba 16612007-04-24 Alex Schumann <rubin@afternet.org>
1662
1663 * src/nickserv.c: add missing ifdef for inldap search.
1664
b96027ad 16652007-04-22 Alex Schumann <rubin@afternet.org>
1666
1667 * src/nickserv.c: change authserv search accountmask to just account.
1668 added inldap search criteria. added add2ldap search target.
1669
87677bd8 1670 * src/nickserv.help: added help for ldap searching. + only add2ldap if
1671 all the info is there.
b96027ad 1672
41a3556d 1673 * src/x3ldap.c: clean up of some error messages/handling. + add a byte
87677bd8 1674 to password malloc to maybe solve a core problem? + fix an error
1675 checking option.
b96027ad 1676
eb9bf540 16772007-04-21 Alex Schumann <rubin@afternet.org>
1678 * src/nickserv.c: remove some un-needed errors with duplicate
1679 add/deletes in ldap
1680
ddcb3eb3 16812007-04-21 Alex Schumann <rubin@afternet.org>
1682
1683 * src/nickserv.c: fix bug with register_user from loc causing core
1684
bec5dd26 16852007-04-20 Alex Schumann <rubin@afternet.org>
1686
1687 * src/x3ldap.c: support for ldaps (ssl/tls) was added. ldap_host and
1688 ldap_port changed to ldap_uri.
1689
1690 * src/nickserv.c: fixed LOC bugs with accounts that exist in ldap but
1691 not x3 not being created. changed to ldap_uri config instead of
1692 host/port
1693
1694 * src/nickserv.h: changed to ldap_uri
1695
1696 * x3.conf.example: changed to ldap_uri
1697
3b29d086 16982007-04-09 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1699
1700 * README: testing.
1701
e0bcaf30 17022007-04-09 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1703
1704 * INSTALL: Another test.
1705
ed7ac86b 17062007-04-08 Alex Schumann <rubin@afternet.org>
1707
1708 * src/chanserv.c: fix for a core when adding kill alert for numchans 1
1709
69566a5b 17102007-04-06 Alex Schumann <rubin@afternet.org>
1711
1712 * src/chanserv.help: added Jigsy's mode help MODE CHANNEL and MODE
1713 USER
1714
c74bf46b 17152007-04-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1716
1717 * ChangeLog: Email update.
1718
2cfebbe2 17192007-04-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1720
1721 * src/AUTHORS: Email update, mostly for CIA commit testing.
1117fc5a 1722
e661b9c3 17232007-04-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1724
1725 * src/helpfile.c: Added colour support $k.
1726
c5b279ed 17272007-03-20 Alex Schumann <rubin@afternet.org>
1728
1729 * src/nickserv.c: ButtaS2sLore sent in this patch to fix the default
1730 style when registering new users.
1731
dc46f772 17322007-03-20 Alex Schumann <rubin@afternet.org>
1733
1734 * src/nickserv.c: applied patch from playa which fixes the nickname
1735 valid checks when registering a nick.
1736
af16f748 17372007-03-20 Alex Schumann <rubin@afternet.org>
1738
1739 * src/nickserv.c: fix trying to do ldap when not enabled during
3c607a5f 1740 cmd_register + also with cmd_unregister
af16f748 1741
5aef35cf 17422007-03-20 Alex Schumann <rubin@afternet.org>
1743
1744 * src/opserv.c: fix for stats alerts filtering
1745
1746 * src/chanserv.c: dont kick lamers if they are currently exempt (+e)
1747
1748 * src/x3ldap.c: fix ldap error code to string
1749
1750 * src/nickserv.c: (comment to add LOC logging)
1751
a6bb184f 17522007-02-26 Alex Schumann <rubin@afternet.org>
1753
1754 * src/nickserv.c: fix bug with LOC logic and ldap.
1755
d6ef86e3 17562007-02-13 Alex Schumann <rubin@afternet.org>
1757
1758 * src/nickserv.c: Fix bugs with ldap cookies. Fix opt_password
1759 warning/crash potential
1760
17612007-02-13 Alex Schumann <rubin@afternet.org>
f19aa016 1762
8dc17ddf 1763 * src/x3ldap.c: Fix double-hashing of passwords when using ldap and
1764 resetpass cookie system.
1765
1766 * src/nickserv.c: Fix double-hashing of passwords when using ldap and
1767 resetpass cookie system. Fix incorrect terms in ldap email error
1768 message.
1769
17702007-02-12 Alex Schumann <rubin@afternet.org>
1771
1772 * src/x3ldap.c: fix ldap_delete not binding first, so causing
a40080a2 1773 access denied sometimes.
1774
17752007-02-12 Alex Schumann <rubin@afternet.org>
1776
1777 * x3.conf.example: fix ldap config example so it actually works
f19aa016 1778
acb142f0 17792007-02-12 Alex Schumann <rubin@afternet.org>
1780
1781 * src/nickserv.h: lowercase account name setting
1782
1783 * x3.conf.example: lowercase account name setting
1784
1785 * src/nickservc: only lowercase account names if the option is set.
1786
d6b0769f 17872007-02-12 Alex Schumann <rubin@afternet.org>
1788
1789 * src/tools.c: adding ircd_strtolower() func
1790
1791 * src/common.h: adding ircd_strtolower() func
1792
82b7b0d8 1793 * src/nickserv.c: force accounts to lowercase at all inputs. ++fix
e0ee1ed8 1794 warning ++fix another
d6b0769f 1795
a3ad3ee3 17962007-02-11 Alex Schumann <rubin@afternet.org>
1797
1798 * src/nickserv.c: fixed a bunch of ldap result value check bugs
1799
8a729617 18002007-02-11 Alex Schumann <rubin@afternet.org>
1801
1802 * src/opserv.c: Added oper group support to ldap
1803
1804 * src/x3ldap.c: Added group support to ldap. Fixed set email bug
1805
1806 * src/x3ldap.h: Added group support to ldap.
1807
1808 * src/nickserv.c: Added group support to ldap
1809
1810 * src/nickserv.h: Added group support to ldap
1811
c74bf46b 18122007-02-11 Neil Spierling <sirvulcan@sirvulcan.co.nz>
03fa9256 1813
1814 * tools/ldap/ldap_convert.php: Fixes after more testing.
1815
24e9e6c3 18162007-02-09 Alex Schumann <rubin@afternet.org>
1817
1818 * src/x3ldap.c: addid search function to get users email address from
1819 ldap
1820
1821 * src/x3ldap.h: func defs for search
1822
1823 * src/nicserv.c: update local copy of email address when they log
8dc06852 1824 in via ldap. fix memory leak.
24e9e6c3 1825
4b8ccfeb 18262007-02-08 Alex Schumann <rubin@afternet.org>
1827
1828 * src/x3ldap.c: cleaning up and switching adduser to use the new
1829 crypted password scheme.
1830
1831 * src/nickserv.c: testing with ldap_enabled set to 0, and/or WITH_LDAP
1832 not defined, uncovered some warnings etc.
1833
c814d8cd 18342007-02-08 Alex Schumann <rubin@afternet.org>
1835
1836 * src/nickserv.c: Filling in ldap support for all password related
1837 operations: cmd_pass, loc_auth, etc.
1838
c74bf46b 18392007-02-09 Neil Spierling <sirvulcan@sirvulcan.co.nz>
6cba6239 1840
1841 * tools/ldap/ldap_convert.php: Few tweaks.
1842
18432007-02-08 Alex Schumann <rubin@afternet.org>
1844
1845 * tools/ldap/inetorganon.schema: Scheme for ldap.
1846
1847 * tools/ldap/ldap_convert.php: Conversion script for converting
1848 x3 users to the ldap server.
1849
73d4cc91 18502007-02-07 Alex Schumann <rubin@afternet.org>
1851
1852 * configure.in: adding compile/configure support for ssl libs (not
1853 yet needed)
1854
1855 * configure: updated from above.
1856
1857 * src/config.h.in: adding compile/configure support for ssl libs (not
1858 yet needed)
1859
1860 * src/x3ldap.c: ldap crypted password pain. SUpport for object classes
1861 in config file.
1862
1863 * src/x3ldap.h: ldap crypted password pain. Support for object classes
1864 in config file.
1865
1866 * src/nickserv.c: change password in ldap when its changed in
1867 nickserv. Support for object classes in config file.
1868
1869 * src/nickserv.h: support for object classes in conf file
1870
a5a8a781 18712007-02-07 Alex Schumann <rubin@afternet.org>
1872
1873 * src/x3ldap.c: improve error result feedback
1874
fc012087 1875 * src/nickserv.c: improve error result feedback (oops, fix for if
1876 ldap_enable is 0)
a5a8a781 1877
ea02341b 18782007-02-07 Alex Schumann <rubin@afternet.org>
1879
1880 * src/x3ldap.c: ldap_add functionality
1881
1882 * src/x3ldap.h: ldap_add functionality
1883
1884 * src/nickserv.h: ldap_add functionality
1885
1886 * src/nickserv.c: ldap_add functionality
1887
1888 * x3.conf.example: ldap_add functionality
1889
8da89711 18902007-02-06 Alex Schumann <rubin@afternet.org>
1891
39edf54a 1892 * src/x3ldap.c: fix compiling problem when non-ldap. Compile fixups
1893 and sanity checks.
8da89711 1894
39edf54a 1895 * configure.in: Better ldap library handling **oops ** helps to
1896 actually have -lldap in LIBS...
db9a9a8a 1897
39edf54a 1898 * configure: regenerated from above ** **
1899
1900 * x3.conf.example: tweaked ldap settings
1901
1902 * src/nickserv.h: remove ldap config settings if not compiled in
1903
1904 * src/nickserv.c: automatiaclly add users who can auth to ldap and get
1905 logins working.
8da89711 1906
c74bf46b 19072007-02-06 Neil Spierling <sirvulcan@sirvulcan.co.nz>
50895889 1908
1909 * src/x3ldap.c: Added GPL header, also change the printf's to
1910 log_module's as per one of the todo comments.
1911
1912 * src/x3ldap.h: Added GPL header.
1913
e15f42a4 19142007-02-05 Alex Schumann <rubin@afternet.org>
1915
1916 * src/nickserv.c: fix non-compile without ldap problem
1917
e166c31b 19182007-02-05 Alex Schumann <rubin@afternet.org>
1919
1920 * src/x3ldap.c: Beginnings of ldap authentication support
1921
1922 * src/x3ldap.h: Beginnings of ldap authentication support
1923
1924 * src/nickserv.h: Move config struct to .h so ldap.c can see it too
1925
1926 * src/nickserv.c: Beginnings of ldap authentication support
1927
1928 * x3.conf.example: ldap config settings
1929
1930 * src/md5.c: remove old debugging printf() code
1931
1932 * src/configure.in: add --enable-ldap support to configure
1933
1934 * configure: rebuilt from above
1935
1936 * src/Makefile.am: add --enable-ldap support to configure
1937
1938 * src/Makefile.in: rebuilt from above
1939
1940
c74bf46b 19412007-02-04 Neil Spierling <sirvulcan@sirvulcan.co.nz>
b2fd1d25 1942
1943 * src/hash.c: Bug fix for bug #1651561.
1944
c74bf46b 19452007-02-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2bd99739 1946
1947 * src/nickserv.c: Fixed bug #1649326.
1948
cf33840c 19492007-01-28 Alex Schumann <rubin@afternet.org>
1950
1951 * src/mod-memoserv.c: if you bind memoserv commands to chanserv's
1952 nick, and someone sends a memo, send them the memo from memoserv, if
1953 there is a memoserv (not chanserv). Also, make the mini-help prompts
1954 more generic, for when they come from another bot besides memoserv.
1955
c74bf46b 19562007-01-15 Neil Spierling <sirvulcan@sirvulcan.co.nz>
956ee72d 1957
1958 * src/proto-p10.c: RPING support.
1959
c74bf46b 19602007-01-15 Neil Spierling <sirvulcan@sirvulcan.co.nz>
8f9e3388 1961
1962 * src/proto-p10.c: This will hide annoying rping/rping error messages
1963 from the o3 alert channel when denora is linked. Will write proper
1964 functions when i figure out how rping n rpong works.
1965
c74bf46b 19662007-01-15 Neil Spierling <sirvulcan@sirvulcan.co.nz>
ad3104a4 1967
1968 * src/spamserv.c: As kNode points to an entry in killed_users_dict,
1969 we need to free kNode before removing the entry. Fixed a nasty
1970 glibc core.
1971
cc1705aa 19722007-01-12 Alex Schumann <rubin@afternet.org>
1973
1974 * src/mod-helpserv.c: This module is coded very poorly, with lots of
1975 newby c mistakes with pointers and malloc and whatnot. This fixes some
1976 small part of that so that user commands work again, and to reduce
1977 confusion. It needs a LOT more work to be what I would consider
1978 safe..
1979
c74bf46b 19802007-01-12 Neil Spierling <sirvulcan@sirvulcan.co.nz>
c9ec8867 1981
1982 * src/spamserv.c: Horrible but it will do, i need to rewrite
1983 the flag system.
1984
1985 * src/spamserv.h: Oppsie, probably my fault. Fixed caps and
1986 badreaction being linked up.
1987
1988 * src/proto-p10.c: Fixed handling of incoming SVSPART's.
1989
b532a93e 19902007-01-10 Alex Schumann <rubin@afternet.org>
1991
1992 * src/log.c: commented out impossible assertion which makes x3 core on
1993 fatal errors instead of exit cleanly.
1994
9cfdef25 19952007-01-10 Alex Schumann <rubin@afternet.org>
1996
1997 * src/mod-helpserv.c: fix strncpy problem
1998
c74bf46b 19992007-01-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1e993296 2000
2001 * src/chanserv.c: Fixed some bugs in trace_check_bans (Used with
2002 checkrestrictions alerts.
2003
2004 * src/opserv.c: Fixed up how limits are check with checkrestrictions.
2005
c74bf46b 20062007-01-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
3da28d8e 2007
2008 * configure: Regenerated.
2009
2010 * configure.in: Added HAVE_HELPSERV.
2011
2012 * x3.conf.example: Seems theres been a hidden prefix option to
2013 allow users to use helpserv commands (ones for users not helpers).
2014
2015 * src/config.h.in: Added HAVE_HELPSERV.
2016
2017 * src/mod-helpserv.c: Made helpserv more useable:
2018
2019 * Added CLOSEREQ for users to close their current request.
2020
2021 * Added SHOWREQ for users to show their current req (equiv of SHOW).
2022
2023 * Added JoinTotal, if ON then when a helper joins the channel they
2024 will be sent a notice of the total UNASSIGNED requests.
2025
2026 * Added AlertNew, if ON then when a user opens a new help request
2027 all helpers will be alerted.
2028
2029 * Added SUSPEND/UNSUSPEND for suspending and unsuspending help
2030 bots.
2031
2032 * Added $i replacer for HelpServ SET's, changes $i to a valid
2033 request id. If no iq exists for another bot uses $i then all
2034 that is displayed is $i.
2035
2036 * Changed the USERCMD function type from void to int so that we
2037 dont get a warning when trying to use REQUIRE_PARMS in a usercmd
2038 function.
2039
2040 * Seeing as helpserv does its help slightly different i added in the
2041 HEADER/DIVIDER/FOOTER help code from modcmd.c, so that the help
2042 output looks the same.
2043
2044 * Addded usercmd_helpserv for to access USERINDEX.
2045
2046 * Allow users to use HELP even without an open request.
2047
2048 * src/mod-helpserv.help: Made the index a bit more like X3, O3 etc.
2049 Also added a USERINDEX. Plus added help for the above things i
2050 added to helpserv
2051
2052 * src/modcmd.c: Adjusted years.
2053
50ea69b0 20542007-01-03 Alex Schumann <rubin@afternet.org>
2055
2056 * src/opserv.c: fix crash in ctcp version checkin
2057
0c8d17fe 20582007-01-01 Alex Schumann <rubin@afternet.org>
2059
2060 * x3.conf.example: Fixed set_shows which didnt get updated a while
2061 back.
2062
c74bf46b 20632006-12-26 Neil Spierling <sirvulcan@sirvulcan.co.nz>
ee37b347 2064
2065 * src/spamserv.c: Try this, tho sizeof worked fine for me with
2066 info sizes of 4 and 5 ("blss" and "blsss") i had no crashes.
2067
c74bf46b 20682006-12-26 Neil Spierling <sirvulcan@sirvulcan.co.nz>
a674c5d3 2069
2070 * src/spamserv.c: Added CAPSSCAN for scanning caps, other related
2071 options added, CAPSREACTION, CAPSMIN, and CAPSPERCENT.
2072
2073 * src/spamserv.h: Added caps scanning functionality.
2074
2075 * src/spamserv.help Added caps scanning help
2076
c74bf46b 20772006-12-26 Neil Spierling <sirvulcan@sirvulcan.co.nz>
9e5e441d 2078
2079 * src/spamserv.c: Tweaked the SET output for the EXCEPT levels.
2080
c74bf46b 20812006-12-26 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2e4e27fe 2082
2083 * src/spamserv.c: Removed scan voiced/halfops/ops SET options.
2084 Added 4 new except levels, EXCEPTADVLEVEL, EXCEPTBADWORDLEVEL,
2085 EXCEPTFLOODLEVEL, and EXCEPTSPAMLEVEL. Users equal or above to
2086 the specified levels will be exempt. All levels default to
2087 UL_OP (200) at first.
2088
2089 * src/spamserv.h: Added new except variables.
2090
2091 * src/spamserv.help: Added new sections for the new except SET
2092 options, plus removed the level lines for now.
2093
c74bf46b 20942006-12-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
179a14f6 2095
2096 * Merry Christmas! :)
2097
2098 * src/spamserv.c: Meh cant sleep damn people outside. Fixed a bug
2099 with setting exceptlevel.
2100
9a8aa132 21012006-12-24 Alex Schumann <rubin@afternet.org>
2102
2103 * src/chanserv.c: fixed incorrect message when .dellamer is used on a
2104 nickname.
2105
c74bf46b 21062006-12-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
bc436744 2107
2108 * Merry Christmas! :)
2109
2110 * This completes RFE 1577823.
2111
2112 * src/spamserv.c: Added EXCEPTLEVEL, this replaces the code that
2113 excepts all people who are opped etc. Only people above this level
2114 will be immune now. Defaults to 300 for channels without the option
2115
2116 * src/spamserv.h: Added exceptlevel.
2117
2118 * src/spamserv.help: Added EXCEPTLEVEL.
2119
c74bf46b 21202006-12-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
19c200c1 2121
2122 * Merry Christmas! :)
2123
2124 * src/spamserv.c: Added trusted accounts support (RFE 1577823).
2125
2126 * src/spamserv.help: ADDTRUST, DELTRUST, OADDTRUST, ODELTRUST,
2127 and LISTTRUST added.
2128
8de34abd 21292006-12-20 Alex Schumann <rubin@afternet.org>
2130
2131 * src/Makefile.in: undo temp fix
2132
2133 * src/opserv.c: perm fix to HAVE_TRACK define problems
2134
2135 * src/configure.in: perm fix to HAVE_TRACK define problems
2136
2137 * src/config.h.in: perm fix to HAVE_TRACK define problems
2138
c74bf46b 21392006-12-21 Neil Spierling <sirvulcan@sirvulcan.co.nz>
d3919a0d 2140
2141 * src/Makefile.in: Temp fix.
2142
2c00fbc2 21432006-12-20 Alex Schumann <rubin@afternet.org>
2144
2145 * src/proto-p10.c: added full mark support including as a trace
2146 criteria.
2147
2148 * src/opserv.c: added full mark support including as a trace
2149 criteria.
2150
2151 * src/hash.h: added full mark support including as a trace
2152 criteria.
2153
2154 * src/opserv.help: documented the 'marked' criteria in trace.
2155
6cf5f880 21562006-12-20 Alex Schumann <rubin@afternet.org>
7b0150f8 2157
2158 * src/chanserv.c: fixing a bug with unmatching userlevels and the del*
2159 commands. (such as delpeon of a user with non-standard peon level)
2160
6cf5f880 2161 * src/spamserv.c: fixing memory corruption problems with dicts. Fixed
2162 crash with service rename, and probably many other problems.
2163
2164 * src/mod-track.c: fixing memory problems, and the broken set command.
2165 Track may be stable now, needs large scale testing.
dd42e7fc 2166
c74bf46b 21672006-12-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
847f5770 2168
2169 * src/chanserv.help: Opps that will teach me for cut n pasting.
2170 Adjusted duration line for CLVL help. Users are not removed after
2171 the duration they are reverted back to their previous access
2172 level.
2173
c74bf46b 21742006-12-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
27fa6acf 2175
2176 * src/chanserv.c: check the ircd side ban list too
2177
2178 * src/opserv.c: Fixed a small bug, woops.
2179
c74bf46b 21802006-12-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
5aa400d2 2181
2182 * src/chanserv.c: Added trace_check_bans, cut down version of
2183 check_bans for checkrestrictions
2184
2185 * src/chanserv.h: Declare trace_check_bans.
2186
2187 * src/opserv.c: Added addalert/trace option checkrestrictions. When
2188 using SVSJOIN as an action this option will check the ban lists, invite
2189 keys and limits of the target channel and if any match or exist (invite
2190 etc) then the SVSJOIN wont go through
2191
2192 * src/opserv.help: Added information about checkrestrictions.
2193
c74bf46b 21942006-12-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
09741492 2195
2196 * src/chanserv.c: Timed CLVL's. This just works like my last commit.
2197
2198 * src/chanserv.h: tweaked expiry to accessexpiry and added clvlexpiry
2199 and lastlevel.
2200
2201 * src/chanserv.help: Added information about timed clvls.
2202
e766ec7c 22032006-12-18 Alex Schumann <rubin@afternet.org>
2204
2205 * src/mod-memoserv.c: add a 'privmsg' flag for being notified via pm
2206 instead of notice, when you get new memos. Fixed a buffer overrun with
2207 memo ids.
2208
2209 * src/mod-memoserv.help: fix-up help for settings.
2210
c74bf46b 22112006-12-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
fd20b142 2212
2213 * src/chanserv.c: New feature, channel managers can now add people
2214 with a duration. After the duration expires the person will be
2215 automatically removed and deoped.
2216
2217 * src/chanserv.h: Added expiry.
2218
2219 * src/chanserv.help: Added information about timed accesses.
2220
2221 * src/modcmd.c: Tweaked addop, addhop etc so a duration can be
2222 specified.
2223
c74bf46b 22242006-12-18 Neil Spierling <sirvulcan@sirvulcan.co.nz>
537128ea 2225
2226 * src/proto-p10.c: Reverted one of my line changes.
2227
c74bf46b 22282006-12-17 Neil Spierling <sirvulcan@sirvulcan.co.nz>
e8f92d55 2229
2230 * src/opserv.c: Fixed up a couple of $b errors.
2231
c74bf46b 22322006-12-17 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1b6b5e2f 2233
2234 * src/chanserv.c: Woops forgot to init the channel mode change.
2235
2236 * src/chanserv.h: Tweak to check_bans.
2237
2238 * src/proto-p10.c: Add some sanity checks plus moved the +x to
2239 after the CMD_FAKEHOST otherwise if the person auths then gets
2240 marked they will cause 2 Registered quits on the IRCd. Only one
2241 will happen now.
2242
c74bf46b 22432006-12-17 Neil Spierling <sirvulcan@sirvulcan.co.nz>
c99dcaf6 2244
2245 * src/chanserv.c: Added function check_bans to check bans in a
2246 specific channel when needed (see below).
2247
2248 * src/chanserv.h: check_bans deceleration.
2249
2250 * src/proto-p10.c: First of all we dont need a handle_info when
2251 checking for IsHiddenHost, the IRCd takes care of this. Made it
2252 so we copy the fakehost into user->fakehost so X3 can check
2253 IsFakeHost properly. Lastly after we set a fakehost in irc_mark
2254 we need to recheck the users bans just in case a person has
2255 lamer'ed the marked hostname.
2256
d82cf2f0 22572006-12-12 Alex Schumann <rubin@afternet.org>
2258
2259 * configure.in: making google core lib optional
2260
2261 * configure: regenerated
2262
2263 * src/proto-p10.c: added support for sending nefarious marks
2264
2265 * src/proto.h: prototype for irc_mark
2266
2267 * src/opserv.help: documented new mark support. Also documented the
2268 svsjoin and svspart commands as they were missing.
2269
2270 * src/hash.h: added MARKLEN define
2271
2272 * src/opserv.c: added mark command as well as mark support in trace
2273 and addalert.
2274
c74bf46b 22752006-12-12 Neil Spierling <sirvulcan@sirvulcan.co.nz>
a8b2ad8d 2276
2277 * configure: Regenerated.
2278
2279 * configure.in: Add support for google core dumper. Plus updated
2280 tre to 0.7.5.
2281
2282 * Makefile.in: Regenerated.
2283
2284 * rx/Makefile.in: Regenerated.
2285
2286 * src/config.h.in: Regenerated.
2287
2288 * src/Makefile.in: Regenerated.
2289
2290 * tools/core_install.sh: Just like tre_install.sh. This installs
2291 the core dumper.
2292
2293 * tools/coredumper.tar.gz: Google core dumper 0.2.
2294 http://sourceforge.net/projects/goog-coredumper/
2295
2296 * tools/tre_install.sh: Updated version to 0.7.5
2297
2298 * tools/tre.tar.gz: Updated tre to 0.7.5.
2299
283cfa83 23002006-12-10 Alex Schumann <rubin@afternet.org>
2301
2302 * src/opserv.c: fix debug message left at wrong level ("checking
2303 reroute()")
2304
9079d26c 23052006-12-09 Alex Schumann <rubin@afternet.org>
2306
2307 * src/opserv.c: bugfixes to autorouting timer code
5c6bff84 2308 improved stats routing to clean up & take an argument
9079d26c 2309
2310 * src/opserv.h: bugfixes to autorouting timer code
2311
5c6bff84 2312 * src/opserv.help: document new stats routing syntax
2313
9079d26c 2314 * src/timeq.c: added some usefull (commented out) debugging code for
2315 figuring out timer problems.
2316
2317 * src/timerq.h: added some usefull (commented out) debugging code for
2318 figuring out timer problems.
2319
5c6bff84 2320 * src/proto-p10.c: cleanup/improve eob autorouting init
2321
da5b7dfc 23222006-12-08 Alex Schumann <rubin@afternet.org>
2323
2324 * src/opserv.c: Moving some version reply housekeeping to proto-p10.c
2325
2326 * src/proto-p10.c: moving version reply storage here, adding webTV
2327 no_notice support (automatiaclly dont send notices if version reply
2328 says its a webtv user since they cant SEE notices. (other clients to
2329 add?)) note, this needs a version query alert to get the version from
2330 them.
2331
2332 * src/helpfile.c: honor the no_notices user bit
2333
2334 * src/hash.h: add no_notices user bit
2335
8709474a 23362006-12-07 Alex Schumann <rubin@afternet.org>
2337
eaf715f1 2338 * src/opserv.c: Add filter ability to stats alerts + fixup
8709474a 2339
eaf715f1 2340 * src/opserv.help: document filter feature of stats alerts + fixup
8709474a 2341
7a278540 23422006-12-02 Alex Schumann <rubin@afternet.org>
2343
2344 * src/chanserv.c: fix to levels command (- were missing)
2345
2346 * src/tools.c: fix warning
2347
2348 * src/common.h: fix warning
2349
2350 * src/chanserv.help: update online help url, changed help general to
2351 use new $! command char replacement code.
2352
2353 * src/hash.c: fix warning when geoip is off
2354
2355 * src/helpfile.c: add new '$!' code for chanserv's current trigger
2356 char in help files
2357
11d3c79b 23582006-12-01 Alex Schumann <rubin@afternet.org>
2359
2360 * src/chanserv.c: Raisk pointed out that mdelop and friends dont work
2361 on users of non-standard access level such as 201. Fixed this by
2362 changing mdelop and friends to work on the range of access levels.
c9bf23fe 2363 Added a LEVELS command.
2364
2365 * src/chanserv.h: corrected PEON access defines such that 1-150 is
2366 peon instead of 100-150 with 1-99 being undefined.
2367
2368 * src/chanserv.help: help for new LEVELS command
2369
2370 * src/helpfile.c: Improved table functions so that it automatically
2371 right-justifies numerical columns.
2372
2373 * src/tools.c: Added helper functions str_is_number and msnprintf (an
2374 auto-mallocing printf function)
2375
2376 * src/common.h: defines and defines for msnprintf and str_is_number
2377
11d3c79b 2378
23b7ec6e 23792006-11-30 Alex Schumann <rubin@afternet.org>
2380
2381 * src/chanserv.c: Modified .myaccess such that if you give it your own
2382 account when you are not a helper, it still works. (Requested by
2383 Jigsy)
2384
2385 * src/nickserv.help: Corrected the help file to feed oregister based
2386 on email_required instead of email_enabled
2387
d9ffe0e7 2388 * src/nickserv.c: Fix & close sf bug 1584057 (hidden_host with no dots
2389 causes crash in set if no title) thanks xanjunior
2390
c74bf46b 23912006-10-18 Neil Spierling <sirvulcan@sirvulcan.co.nz>
4b44eb0f 2392
2393 * src/opserv.c: Minor cosmetic error noticed by Raisk. If doing an
2394 opserv WHOIS from another service (when bound), the channels reply
2395 would come from o3 instead of that service.
2396
c74bf46b 23972006-10-18 Neil Spierling <sirvulcan@sirvulcan.co.nz>
39c1a4ef 2398
2399 * src/opserv.c: Added in SVSPART alert/traces.
2400
2401 * src/opserv.help: Added in bits for SVSJOIN, SVSPART, and VERSION.
2402
2403 * src/proto.h: Added in decleration for svspart.
2404
2405 * src/proto-p10.c: Extend current SVSPART functionality so that we
2406 can send them with traces etc.
2407
a62ba70c 24082006-10-14 Alex Schumann <rubin@afternet.org>
2409
2410 * src/opserv.c: fix crash Buttaknife noticed if you forget chantarget
2411 in svsjoin alerts. Cleanup old silent code fragments left over. Check
2412 for missing chantarget in alerts also.
2413
0e08a8e0 24142006-10-12 Alex Schumann <rubin@afternet.org>
2415
2416 * src/opserv.c: Added VERSION alert/trace reaction, so you can now
2417 setup x3 to version only users matching a criteria, and then another
2418 alert to do someting based on the version reply. This should be
2419 usefull for finding bots etc. Or, for example, you can make all xchat
2420 people join #xchat, or all mirc join #mirc etc.
2421 Also, there is a fix in here for SVSJOIN which i hadn't gotten
2422 everything working with.
2423
2424 * src/proto-p10.c: added privmsg_user and version_user functions
2425
2426 * src/proto.h: added privmsg_user and version_user function
2427 declerations
2428
2429 * src/hash.h: added version_reply variable to users
2430
2431
2432
c408f18a 24332006-10-12 Alex Schumann <rubin@afternet.org>
2434
2435 * src/opserv.c: Added SVSJOIN command, to push a user into a channel,
2436 and a TRACE REACTION of SVSJOIN for trace and alerts. Now you can do
2437 something like 'trace SVSJOIN chantarget #dronebots nick bot[*'
2438 or send all level3 users to a perticular channel on connection, etc.
2439
ff5f1ab2 24402006-10-12 Alex Schumann <rubin@afternet.org>
2441
2442 * src/chanserv.c: Make lamers not affect users on the userlist above
2443 inviteme level in the channel. (why kb users who can .uba and
2444 .inviteme back in?)
2445
c74bf46b 24462006-10-10 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1e7eaa91 2447
2448 * src/spamserv.c: Ignore those with access (if the options are
2449 disabled- scanchanops, scanhalfops, scanvoiced.
2450
ffb204b6 24512006-10-08 Alex Schumann <rubin@afternet.org>
1e7eaa91 2452
ffb204b6 2453 * src/chanserv.c: undid 9/16/06 change of 5 second delay before
2454 autojoin. Not really a great solution. Instead, move auth_handler
3c83701b 2455 funcs to be called after stamping etc. thx to Buttaknife for this
2456 solution.
ffb204b6 2457
2458 * src/nickserv.c: move auth_func calls to after stamping, and
2459 commented up the cmd_auth source to make it more managable.
2460
075d7932 24612006-10-04 Alex Schumann <rubin@afternet.org>
2462
2463 * src/chanserv.c: remove redundant 'none' from empty llists
2464
c74bf46b 24652006-10-04 Neil Spierling <sirvulcan@sirvulcan.co.nz>
eca6aa4f 2466
2467 * src/nickserv.c: Fix for bug 1555621. Cookie data will be copied
2468 over with odelcookie now.
2469
c74bf46b 24702006-10-04 Neil Spierling <sirvulcan@sirvulcan.co.nz>
10fb34f6 2471
2472 * src/chanserv.c: Fix for bug 1551717. If automode is set to 0
2473 in a channel and a user auths in the channel, the user will not
2474 receive autoop etc if they have it enabled in uset.
2475
24762006-10-03 Alex Schumann <rubin@afternet.org>
e6dce34c 2477
2478 * src/opserv.c: Check for connect timer entries before adding new
2479 ones, hopefully will fix bug 1570408 (pLaYa, let us know)
2480
c74bf46b 24812006-09-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
95adb209 2482
2483 * src/modcmd.c: Shortened ThiefMaster to just his nick as per request
2484 by him.
2485
c74bf46b 24862006-09-16 Neil Spierling <sirvulcan@sirvulcan.co.nz>
dd019452 2487
2488 * src/chanserv.c: Do autojoin 5 seconds after handle_auth. Seems its
2489 happening before autohide. Let me know if its still happening before
2490 autohide.
2491
2492 * src/chanserv.help: Updated the AUTOJOIN bit.
2493
5b66c0c2 24942006-09-13 Alex Schumann <rubin@afternet.org>
2495
2496 * src/chanserv.help: improved the help listing for the info command,
2497 and information help category.
2498
c74bf46b 24992006-09-10 Neil Spierling <sirvulcan@sirvulcan.co.nz>
14f0e274 2500
2501 * src/mod-memoserv.c: Fixed crash bug.
2502
2503 * src/spamserv.c: Ignore opers.
2504
c74bf46b 25052006-08-28 Neil Spierling <sirvulcan@sirvulcan.co.nz>
4a2a9a4e 2506
2507 * README: tweaks.
2508
c74bf46b 25092006-08-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
73bcd46c 2510
2511 * src/chanserv.help: Tweaked a , to .
2512
c74bf46b 25132006-08-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
ffd8a4c9 2514
2515 * src/opserv.help: Removed privs menu so we can release a tarball.
2516
90e75ffd 25172006-08-25 Alex Schumann <rubin@afternet.org>
2518
2519 * src/chanserv.c: fix uset reply for halfops
2520
2521 * src/nickserv.help: document the 'b' account flag
2522
c74bf46b 25232006-08-26 Neil Spierling <sirvulcan@sirvulcan.co.nz>
f16ad9e7 2524
2525 * x3.conf.example: Added hidden host style option and key options
2526 for style 2.
2527
2528 * src/hosthiding.h: Remove KEY #defines.
2529
2530 * src/hosthiding.c: Set the keys only once using the conf values.
2531
2532 * src/nickserv.c: Generate hidden hosts off crypt hosts instead
2533 of standard hidden hosts if style is 2.
2534
2535 * src/proto-common.c: Generate hidden hosts off crypt hosts instead
2536 of standard hidden hosts if style is 2.
2537
2538 * src/proto-p10.c: Set crypt host to the crypt IP if there is no
2539 hostname (unresolved). This is how Nefarious works.
2540
2541 * src/tools.c: Generate hidden hosts off crypt hosts instead
2542 of standard hidden hosts if style is 2.
2543
c74bf46b 25442006-08-24 Neil Spierling <sirvulcan@sirvulcan.co.nz>
cd25f2e9 2545
2546 * src/chanserv.c: Added autojoin USET option, which uses SVSJOIN.
2547
2548 * src/chanserv.h: Added autojoin USET option, which uses SVSJOIN.
2549
2550 * src/proto.h: irc_svsjoin decelerations.
2551
2552 * src/proto-p10.c: Wrote irc_svsjoin plus added the nessecary bits
2553 for SVSJOIN. Also wrote cmd_svsjoin for if X3 should ever recieve
2554 an SJ it will be handled properly as a JOIN. Did the same for
2555 SVSPART.
2556
c74bf46b 25572006-08-24 Neil Spierling <sirvulcan@sirvulcan.co.nz>
a45018b2 2558
2559 * src/spamserv.c: Fixed the +k issue with spamserv.
2560
c74bf46b 25612006-08-24 Neil Spierling <sirvulcan@sirvulcan.co.nz>
6c34bb5a 2562
2563 * src/opserv.c: Added PRIVSET Command.
2564
2565 * src/opserv.help: Added PRIVSET Command. Plus contents for the
2566 privs section.
2567
2568 * src/proto.h: irc_privs deceleration.
2569
2570 * src/proto-p10.c: Fixed a compile issue plus added functions for
2571 setting and checking privs.
2572
c74bf46b 25732006-08-23 Neil Spierling <sirvulcan@sirvulcan.co.nz>
89d871d8 2574
2575 * x3.conf.example: Add a new ircd type 6 for trunk nefarious.
2576
2577 * src/hash.h: Priv declerations.
2578
2579 * src/opserv.c: Show privs in WHOIS output.
2580
2581 * src/proto.h: client_report_privs decleration.
2582
2583 * src/proto-p10.c: Handle PRIV only for type 6 servers.
2584
90e75ffd 25852006-08-19 Alex Schumann <rubin@afternet.org>
2586
2587 * src/authserv.c: document the oset flag +b in help (hide from staff
2588 command.)
2589
33741441 25902006-08-19 Alex Schumann <rubin@afternet.org>
2591
2592 * src/chanserv.c: added reply command, which responds similar to calc,
2593 but with any message. (for use with bindings)
2594
2595 * src/modcmd.c: enabled the ability to use $a $n and $m in BIND, which
2596 are replaced with the target command's calling user's account, nick,
2597 and numnick respectively. This and the above allows things like:
2598 BIND x3 account x3.reply your account is $a or
2599 BIND x3 kickme x3.kick $n $1-
2600 more to come, maybe, later.
2601
37d706b7 26022006-08-01 Alex Schumann <rubin@afternet.org>
2603
2604 * src/modcmd.c: Added OSI certification message to VERSION command
2605
c74bf46b 26062006-08-09 Neil Spierling <sirvulcan@sirvulcan.co.nz>
01a5e8c8 2607
2608 * x3.conf.example: Redid part of the geoip summary.
2609
c74bf46b 26102006-08-09 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1ad7ac15 2611
2612 * src/opserv.c: If we have a city, latitude and longitude returned
2613 then show a map url. Some results have no city but a latitude and
2614 a longitude. The coordinates are useless in this case and most
2615 people would know where the country is around abouts.
2616
c74bf46b 26172006-08-08 Neil Spierling <sirvulcan@sirvulcan.co.nz>
58528547 2618
2619 * src/hash.c: Speed up city and country lookups significantly.
2620 Just slow for the first read but once thats done the rest is fast.
2621
c74bf46b 26222006-08-08 Neil Spierling <sirvulcan@sirvulcan.co.nz>
3a4fdc79 2623
2624 * src/spamserv.c: Fix a crash in spamserv (Tracker# 1535968).
2625 I dont know if this will work for sure as i cant reproduce it. But
2626 my theory is that once the user is kicked the mode node is dropped.
2627 Users without modes should still return a valid mode node.
2628
c74bf46b 26292006-08-08 Neil Spierling <sirvulcan@sirvulcan.co.nz>
5678501c 2630
2631 * src/chanserv.c: Fixed a crash with giveownership. X3 would crash
2632 if a giveownership command was issued in a channel with no owners.
2633
c74bf46b 26342006-08-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
21f6caee 2635
2636 * configure: Regenerated.
2637
2638 * configure.in: Added checks for GeoIP headers and libs.
2639
2640 * x3.conf.example: Add in 2 options for the dat filenames of the
2641 city and country files. If not specified then no geoip data
2642 will be checked.
2643
2644 * src/config.h.in: Regenerated.
2645
2646 * src/hash.c: Created a function to check the geoip info from the
2647 dat files.
2648
2649 * src/hash.h: Decelerations plus added entries to the userNode
2650 struct.
2651
2652 * src/opserv.c: Display the GeoIP information in WHOIS.
2653
2654 * src/proto-p10.c: Call the new geoip data collection function
2655 towards the end of AddUser.
2656
c74bf46b 26572006-08-06 Neil Spierling <sirvulcan@sirvulcan.co.nz>
a2dbccef 2658
2659 * src/global.c: Fixed a bug, wasnt message_del'ing some messages.
2660
4d69a3b1 26612006-08-01 Alex Schumann <rubin@afternet.org>
2662
2663 * src/chanserv.c: Add automode 6, to just voice everyone with access.
2664 Idea by daniel (thx)
2665
c74bf46b 26662006-08-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
7827220c 2667
2668 * This message is apart of the below one, its just seperate so
2669 it doesnt get lost amongst the below messages.
2670
2671 * src/global.c: Fixed a warning.
2672
c74bf46b 26732006-08-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
7827220c 2674
2675 * configure: Removed bahamut support, didnt even work.
2676
2677 * configure.in: Removed bahamut support, didnt even work.
2678
2679 * INSTALL: Removed bahamut support, didnt even work.
2680
2681 * x3.conf.example: Removed bahamut support, didnt even work.
2682
2683 * patches/log-pgsql.diff: Removed bahamut support, didnt even work.
2684
2685 * patches/helpserv-pgsql.diff: Removed bahamut support, didnt even
2686 work.
2687
2688 * src/config.h.in: Removed bahamut support, didnt even work.
2689
2690 * src/gline.c: Removed bahamut support, didnt even work.
2691
2692 * src/hash.h: Removed bahamut support, didnt even work.
2693
2694 * src/nickserv.c: Removed bahamut support, didnt even work.
2695
2696 * src/nickserv.h: Removed bahamut support, didnt even work.
2697
2698 * src/Makefile.am: Removed bahamut support, didnt even work.
2699
2700 * src/Makefile.in: Removed bahamut support, didnt even work.
2701
2702 * src/proto-bahamut.c: Removed bahamut support, didnt even work.
2703
2704 * src/shun.c: Removed bahamut support, didnt even work.
2705
c74bf46b 27062006-08-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
57692f5e 2707
2708 * src/global.c: Added language strings for mod-helpserv.c, opserv.c,
2709 spamserv.c, nickserv.c.
2710
2711 * src/mod-helpserv.c: Changed global_message uses to global_message_arg's.
2712
2713 * src/nickserv.c: Changed global_message uses to global_message_arg's.
2714
2715 * src/opserv.c: Changed global_message uses to global_message_arg's.
2716
2717 * src/spamserv.c: Changed global_message uses to global_message_arg's.
2718
c74bf46b 27192006-08-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
09a3057c 2720
2721 * src/chanserv.c: Changed global_message uses to global_message_arg's.
2722
2723 * src/global.c: Added language strings for chanserv.c
2724
c74bf46b 27252006-08-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
4d99495c 2726
2727 * src/global.c: Make sure we arnt sending duplicate messages in
2728 some cases.
2729
c74bf46b 27302006-08-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
985d4109 2731
2732 * src/x3.conf.example: Removed the targets option.
2733
2734 * src/global.c: Wrote new function that will global message users
2735 and/or opers and/or helpers messages in their own langauge. The
2736 strings are set either in language files or in the global.c message
2737 struct. This allows us to send defcon notices to people and they
2738 will get them in their own language if they have it set.
2739
2740 * src/global.h: global_message_args decleration.
2741
2742 * src/opserv.c: Removed targets option for defcon as its too hard
2743 to send messages to people in channels if the people have different
2744 language settings.
2745
c74bf46b 27462006-07-31 Neil Spierling <sirvulcan@sirvulcan.co.nz>
d8b9cb7c 2747
2748 * src/opserv.c: TODO stuff.
2749
c74bf46b 27502006-07-31 Neil Spierling <sirvulcan@sirvulcan.co.nz>
0272358e 2751
2752 * x3.conf.example: Added SHUN setting for DEFCON.
2753
2754 * doc/DEFCON: Added SHUN setting for DEFCON.
2755
2756 * src/opserv.c: Moved the gline check to here. Also added a SHUN
2757 check.
2758
2759 * src/opserv.h: Added SHUN setting for DEFCON.
2760
2761 * src/proto-p10.c: Moved the DEFCON gline check to opserv.c
2762
c74bf46b 27632006-07-31 Neil Spierling <sirvulcan@sirvulcan.co.nz>
08895577 2764
2765 * x3.conf.example: Added new Defcon system settings
2766
2767 * doc/DEFCON: Anope's Defcon doc adapted for X3.
2768
2769 * src/chanserv.c: Block mode changes and channel registrations if
2770 required.
2771
2772 * src/mod-memoserv.c: Block new memos if required.
2773
2774 * src/nickserv.c: Block nick registrations if required.
2775
2776 * src/opserv.c: Added in defcon system, uses some of the anope code.
2777 Most tho is from scratch.
2778
2779 * src/opserv.h: Defcon declerations.
2780
2781 * src/opserv.help: Added DEFCON entry.
2782
2783 * src/proto-p10.c: If required gline new clients, also if required
2784 kill new clients.
2785
35305a49 27862006-07-29 Alex Schumann <rubin@afternet.org>
2787
2788 * configure.in, Makefile.in, src/Makefile.in, tools/tre_install.sh,
2789 src/opserv.c, src/config.h.in, src/nickserv.c, src/Makefile.am: I am
2790 not comfortable running 'make install' on libtre from ./configure.
2791 This violates what the user expects in a way that can harm the system.
2792 Changed how the libtre checks work and provided easy-to-use install
0754f993 2793 script. -fix link stage
35305a49 2794
2795 * rx/Makefile.in: fix autotools warning(s)
2796
babc1c07 27972006-07-28 Alex Schumann <rubin@afternet.org>
2798
2799 * src/nickserv.help: add odelcookie to help oper
2800
31543e44 2801 * x3.conf.example: update & improve x3.conf.example description of
2802 extended_accounts setting.
2803
964abe6b 28042006-07-26 Alex Schumann <rubin@afternet.org>
2805
2806 * src/opserv.c: Fix crash when doing reroute if routing isnt
ce9266cf 2807 configured. | Voice discovered that the error message for addplan fail
2808 was typeo'd so not showing.
964abe6b 2809
20517d48 2810 * src/opserv.help: slight changes to routing help.
2811
2812 * src/chanserv.c: let non-staff see when channels were registered with
2813 .info
2814
d9d33535 28152006-07-24 Alex Schumann <rubin@afternet.org>
2816
2817 * src/proto-p10.c: dont burst channels with 0 users in them (which
2818 were created by alert discrims, most likely)
2819
28202006-07-23 Alex Schumann <rubin@afternet.org>
2821
2822 * x3.conf.example: Added chanserv "modes" to example - use to control
2823 what usermodes chanserv gets. Mainly for setting +d or not, if you
2824 have nef 1.0 'b:' lines setup.
2825
c74bf46b 28262006-07-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
bae4525d 2827
2828 * src/nickserv.c: If theres no title set then the default title
2829 will therefore be the first part of hidden_host in x3.conf.example,
2830 so for consistency with opt_fakehost we will print this.
2831
c74bf46b 28322006-07-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
88b0672a 2833
2834 * src/nickserv.c: The reason why theres no arg rubin is that
2835 if you want to print the fakehost then u dont specify an arg.
2836 This tells opt_fakehost to set fake to the current fakehost
2837 and pass it on to be printed.
2838
bf93ca8d 28392006-07-23 Alex Schumann <rubin@afternet.org>
2840
116d100f 2841 * src/nickserv.c: Add config file regex fakehost test + sanity
574bfc14 2842 checking in title as well (fixed).
bf93ca8d 2843
8108185c 2844 * src/mod-memoserv.c: Fixed crash bug in memosearv read. (check argc
2845 instead of argv[2]==null since argv's dont get set null.
2846
c74bf46b 28472006-07-23 Neil Spierling <sirvulcan@sirvulcan.co.nz>
eb43ca8c 2848
2849 * src/mod-memoserv.c: Fix to a crash/output corruption issue.
2850
2851 * src/proto-p10.c: Host in topic supports sethost and fakehost
2852 now.
2853
47956fc5 28542006-07-21 Alex Schumann <rubin@afternet.org>
2855
2856 * src/proto-p10.c: Added support for irc_wallop, irc_squit,
2857 irc_connect, and added callbacks to handle connect failures and
2858 successes. (All prep for auto routing system)
0520d39a 2859
47956fc5 2860 * src/proto.h: Added support for irc_wallop, irc_squit,
2861 irc_connect, and added callbacks to handle connect failures and
2862 successes. (All prep for auto routing system)
0520d39a 2863
dd1fc2a3 2864 * src/opserv.help: Help entries for auto routing system + fix typeo in
2865 routing example
0520d39a 2866
47956fc5 2867 * src/hash.h: New structs for auto routing system
0520d39a 2868
da0c436d 2869 * src/opserv.c: The long-awaited X3 Auto Routing Plan system! + reduce
2870 error message to debug message.
0520d39a 2871
47956fc5 2872 * src/opserv.h: The long-awaited X3 Auto Routing Plan system!
0520d39a 2873
47956fc5 2874 * src/modcmd.c: added 'routing' main command alias.
2875
c74bf46b 28762006-07-16 Neil Spierling <sirvulcan@sirvulcan.co.nz>
5006460e 2877
2878 * x3.conf.example: Added host_in_topic option for sending full
2879 nick!user@host if its enabled. Default to one as Nefarious is
2880 default to TRUE for HOST_IN_TOPIC. There will be wierdness if
2881 you have this enabled on X3 and not on your Nefarious server.
2882
2883 * src/proto-p10.c: Make use of host_in_topic.
2884
c092fcad 28852006-07-13 Alex Schumann <rubin@afternet.org>
2886
2887 * src/opserv.c: make the bot reply from the nick you /msg in all
2888 cases, if commands are bound to a different bot.
2889
2890 * src/nickserv.c: make the bot reply from the nick you /msg in all
2891 cases, if commands are bound to a different bot.
2892
2893 * src/chanserv.c: make the bot reply from the nick you /msg in all
2894 cases, if commands are bound to a different bot.
2895
2896 * src/mod-memoserv.c: Make all memoserv commands reply from the bot you
2897 msg, not the defined memoserv bot, if commands are aliased to other
2898 bots. This may also fix the crash bug playa reported at
2899 http://www.unrealgamers.net/forums/index.php?showtopic=138
2900
be3d31e0 29012006-07-11 Alex Schumann <rubin@afternet.org>
2902
75ef8cdc 2903 * src/chanserv.c: Fixed some weirdness with nef 1.0's 2nd topic setter
2904 and some x3 topic functions.
2905
be3d31e0 2906 * x3.conf.example: Improved server/type setting documentation,
2907 and changed default to 5.
2908
0c0adfe0 29092006-07-11 Alex Schumann <rubin@afternet.org>
2910
2911 * src/opserv.c: fixed silent alerts not getting picked up from db file
2912 on read/load.
2913
827ecd60 29142006-07-11 Alex Schumann <rubin@afternet.org>
2915
df5f6070 2916 * src/opserv.c: add sanity checking to jupe to avoid catastrophic loop
2917 when adding an invalid jupe servername or numeric.
2918 this closes bug number 1513510.
2919
827ecd60 2920 * src/modcmd.c: if pubcmd is set higher than your level, only respond
2921 with the denied msg if the command was actually found. this closes bug
2922 number 1509382.
2923
22d5d8cf 29242006-07-10 Alex Schumann <rubin@afternet.org>
2925
2926 * src/chanserv.c: fixed crash bug trying to deref the handleinfo of a
2927 non-logged-in user (null pointer)
2928
3f5b8801 29292006-07-09 Alex Schumann <rubin@afternet.org>
2930
2931 * src/nickserv.c: fixed bug where unignores were getting sent to the
2932 user multiple times, instead of to each online nick once.
2933
d07e3fff 29342006-07-09 Alex Schumann <rubin@afternet.org>
2935
f0b5157b 2936 * src/nickserv.c: Fixes for addignore/delignore corruption +missed a
b6599cc2 2937 spot. Ugh, messed up the fix. Trying again :)
d07e3fff 2938
c74bf46b 29392006-07-10 Neil Spierling <sirvulcan@sirvulcan.co.nz>
5f1600ab 2940
2941 * src/chanserv.c: INVITE now checks the targets ignore/silence list.
2942 If the target is ignoring the person inviting them then the invite
2943 is denied.
2944
a76bcc6a 29452006-07-07 Alex Schumann <rubin@afternet.org>
2946
2947 * src/mod-memoserv.c: pLaYa reported a crash/corruption bug in
2948 memoserv most easily seen when sending short memos. Rewrote the flag
2949 handling part of memo send to correct it.
2950
18757dc0 29512006-07-05 Alex Schumann <rubin@afternet.org>
2952
2953 * src/helpfile.c: pLaYa pointed out the table code row count is off by
2954 one. Fixed.
2955
c74bf46b 29562006-06-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
5b1166fd 2957
2958 * configure: Regenerated.
2959
2960 * configure.in: Make use of TRE regexp library. Its more powerful
2961 than the standard library (http://laurikari.net/tre/index.html).
2962 Im also pondering adding services side regexp bans, X3 would
2963 probably required a channel flag called say advanced that can
2964 only be set by the owner. If enabled then regexp bans can be
2965 used. I also added an output saying what modules are enabled,
2966 what protocol is enabled, what malloc is choosen and if debugging
2967 is enabled. Just a bit of a message as the user will of seen
2968 programs just finish compiling and he/she/it may think it
2969 was X3 compiling, but it was just TRE compiling. They still need
2970 to compile X3.
2971
2972 * src/config.h.in: Regenerated.
2973
2974 * src/Makefile.am: Tweak for TRE.
2975
2976 * src/Makefile.in: Regenerated.
2977
2978 * src/nickserv.c: Use the new regex.h Im sure -I includes get
2979 called before system includes like /usr/include.
2980
2981 * src/opserv.c: Use the new regex.h Im sure -I includes get
2982 called before system includes like /usr/include.
2983
2984 * src/tools/tre.tar.gz: TRE 0.7.4. Configure will untar and
2985 compile this just before configure finishes up. Sits around
2986 470KB, rather than another 2.5MB if i TRE untarred. I suppose
2987 i could get it down a bit more using Bzip but there are some
2988 boxes out there still without bzip.
2989
c74bf46b 29902006-06-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1b4a47ca 2991
2992 * src/mod-memoserv.c: Better history implementation. A seperate
2993 table is used for history entries. Entries contain the same
2994 fields as the memo table except for the message, read, and flags.
2995 Entries are only removed from the history db when they get
2996 expired by do_expire (older than message_expire). Also fixed
2997 up a issue with STATUS. On AfterNET we were getting huge large
2998 for the amount of memos. I now realise it was reading the amount
2999 of users. It now reads the proper amount of memos. I also a count
3000 for history entries.
3001
3002 * src/mod-memoserv.help: EXPIRE handles history and memos now.
3003
c74bf46b 30042006-06-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
35ca8140 3005
3006 * src/mod-memoserv.c: Make use of ignore lists when trying to
3007 send memos.
3008
c74bf46b 30092006-06-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
6546e922 3010
3011 * src/spamserv.c: Crash fix (finally). Been meaning to do this
3012 for a while now.
3013
a8370a20 30142006-06-23 Alex Schumann <rubin@afternet.org>
3015
3016 * src/modcmd.help, src/opserv.help, src/helpfile.c, src/helpfile.h,
3017 src/modcmd.c, src/nickserv.c: Improvements to
3018 table output and help display.
3019
3020 * src/mod-memoserv.c: fix segfault
3021
30222006-06-23 Alex Schumann <rubin@afternet.org>
6c3ce3bb 3023
3024 * src/chanserv.c: Backing out the bantype patch because it sucks _bad_.
3025 fix it and re-apply if you want it..
3026
3027 * src/chanserv.h: Backing out the bantype patch.
3028
3029 * src/chanserv.help: Backing out the bantype patch.
3030
c74bf46b 30312006-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
8cfd8013 3032
3033 * src/mod-memoserv.c: Fixed a bug.
3034
c74bf46b 30352006-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
cbc5a1a4 3036
3037 * src/mod-memoserv.c: Added basic HISTORY command. At the moment
3038 if the recipient deletes the memo it will not be listed in the
3039 HISTORY list.
3040
3041 * src/mod-memoserv.help: HISTORY entry.
3042
c74bf46b 30432006-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2a951803 3044
3045 * src/mod-memoserv.c: Added new flags, see below.
3046
3047 * src/mod-memoserv.help: Opps forgot the read reciept stuff. Also
3048 added flags for always ignoring read reciepts and always sending
3049 read reciepts.
3050
c74bf46b 30512006-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
f2e592d3 3052
3053 * src/mod-memoserv.c: Added CANCEL command for cancelling memos
3054 that you have sent, aslong as they have not been read yet.
3055
3056 * src/mod-memoserv.help: CANCEL entry plus tweaked some read
3057 recipient to read reciept stuff.
3058
c74bf46b 30592006-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
34a9e19a 3060
3061 * src/mod-memoserv.c: Redid the db stuff, it now writes users
3062 settings and memos to the memoserv database.
3063
c74bf46b 30642006-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
512d7958 3065
3066 * src/mod-memoserv.c: Small bug fix.
3067
c74bf46b 30682006-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
82794e1b 3069
3070 * src/mod-memoserv.c: Added read recipient support via SEND using
3071 -r as a flag. Messages with requested read recipients have a (r)
3072 shown beside the sender nick in LIST. People can ignore a read
3073 recipient using -i when reading the message via READ. Its all
3074 in the help file.
3075
3076 * src/mod-memoserv.help: Added read recipient relevent bits.
3077
3078 * src/opserv.help: Added halfopping functions.
3079
c74bf46b 30802006-06-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
acb6d53d 3081
3082 * src/x3.conf.example: Forgot a ;.
3083
c74bf46b 30842006-06-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
a8692672 3085
3086 * src/mod-memoserv.c: Make use of SET LIMIT.
3087
c74bf46b 30882006-06-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
d9abe201 3089
3090 * src/mod-memoserv.c: Fixed SET bugs and renabled LIMIT now.
3091
c74bf46b 30922006-06-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
a8138c9f 3093
3094 * src/mod-memoserv.c: On Second thoughts dont enable LIMIT now.
3095
c74bf46b 30962006-06-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
acf3c6d5 3097
3098 * x3.conf.example: Max limit for Memoserv LIMIT option.
3099
3100 * src/hash.h: Fixed halfops issue.
3101
3102 * src/mod-memoserv.c: Added SET LIMIT option for the maximum
3103 amount of memos you can have. This does not do anything yet as
3104 im committing the half ops fix now. This code is fine it just
3105 allows you to adjust the limit for now.
3106
c74bf46b 31072006-06-12 Neil Spierling <sirvulcan@sirvulcan.co.nz>
e3e5ba49 3108
3109 * x3.conf.example: Commented out SpamServ module as there are bugs
3110 and i cant give a definate date as to when i can fix it. Im not
3111 home much these days.
3112
3113 * src/mod-memoserv.c: Redid the SET code using some whatnet code
3114 by wasted. Tweaked here and there. Also added some formatting in
3115 LIST and SET like chanserv SET. Oh and MemoServ will join
3116 autojoin_channels if MemoServ is in a seperate nickname.
3117
3118 * src/mod-memoserv.help: Added OSET and done some tweaking.
3119
3120 * src/nickserv.c: Allow the use of get_victim_oper outside of
3121 nickserv.c.
3122
3123 * src/nickserv.h: Allow the use of get_victim_oper outside of
3124 nickserv.c.
3125
b3052f71 31262006-06-07 Alex Schumann <rubin@afternet.org>
3127
3128 * src/chanserv.help: Added a couple set helps that were missing.
e1443247 3129
3130 * src/helpfile.c: fix missing space in multi-column table output such
3131 as /msg opserv commands * (with nickserv tablewidth setting >60)
b3052f71 3132
1c5f6697 31332006-06-06 Alex Schumann <rubin@afternet.org>
3134
e3e5ba49 3135 * src/opserv.c: Change how addalert silence works, so that its a
3136 parameter instead of an action, and also works with trace now.
3137
1c5f6697 3138 * x3.conf.example: Added a config setting of level needed to use
3139 'silent yes' in trace/addalert.
3140
d762299d 31412006-06-04 Alex Schumann <rubin@afternet.org>
3142
3143 * src/nickserv.c: Fix oregister
3144
7293d1d3 3145 * src/nickserv.help: Update help for oregister
3146
c74bf46b 31472006-06-05 Neil Spierling <sirvulcan@sirvulcan.co.nz>
a6a4707e 3148
3149 * src/proto-p10.c: Properly handle incomming manual silences.
3150
c74bf46b 31512006-06-05 Neil Spierling <sirvulcan@sirvulcan.co.nz>
668dc38e 3152
3153 * src/common.h: pretty_mask etc declerations.
3154
3155 * src/nickserv.c: Parse the mask through pretty_mask before adding
3156 it. Normal ircd side silences go through this, this just keeps
3157 things looking the same and if a user tries to remove a silence
3158 added by ADDIGNORE they will be able to. Oh and I HATE GLIBC :P
3159
3160 * src/proto-p10.c: Send a + if adding a silence.
3161
3162 * src/tools.c: pretty_mask and one other function for reformatting
3163 a hostname so its pretty :) from IRCu.
3164
92fac64c 31652006-06-04 Alex Schumann <rubin@afternet.org>
668dc38e 3166
92fac64c 3167 * src/nickserv.c: Send silences to every nick of a handle, not the
3168 nick that did the command.
3169
c74bf46b 31702006-06-04 Neil Spierling <sirvulcan@sirvulcan.co.nz>
3ec42e29 3171
3172 * src/main.c: Moved spamserv initilization to after chanserv.
3173
3174 * src/spamserv.c: Read the db earlier.
3175
c74bf46b 31762006-05-30 Neil Spierling <sirvulcan@sirvulcan.co.nz>
63c95a47 3177
3178 * configure: Regenerated.
3179
3180 * configure.in: Bumped version and changed list email.
3181
3182 * x3.example.conf: Added SpamServ options.
3183
3184 * src/chanserv.c: Join SpamServ if enabled when chanserv joins.
3185
3186 * src/chanserv.h: Declerations
3187
3188 * src/main.c: Init the new SpamServ service.
3189
3190 * src/Makefile.am: Added SpamServ files.
3191
3192 * src/Makefile.in: Regenerated
3193
3194 * src/modcmd.c: Added SpamServ to REBINDALL.
3195
3196 * src/opserv.c: Slab/X3 malloc STATS MEMORY updates.
3197
3198 * src/proto-common.c: Make sure SpamServ gets notices.
3199
3200 * src/spamserv.c: New service that checks for spamming, floods etc.
3201 Requires an oper to register it to a channel for it to work.
3202
3203 * src/spamserv.h: Decelerations.
3204
3205 * src/spamserv.help: Help entries for SpamServ.
3206
c74bf46b 32072006-05-29 Neil Spierling <sirvulcan@sirvulcan.co.nz>
fe32eb19 3208
3209 * Below functions by Wasted (Martijn Smit) <wasted@lostdomain.org>
3210
3211 * src/chanserv.c: Added selectable bantypes.
3212
3213 * src/chanserv.h: Added selectable bantypes.
3214
3215 * src/chanserv.help: Added help entries.
3216
c74bf46b 32172006-05-29 Neil Spierling <sirvulcan@sirvulcan.co.nz>
0b587959 3218
3219 * src/nickserv.c: Added user option ADVANCED, when we add more
3220 advanced commands users will need to set this to see the options
3221 in help. Further work in helpfile is still needed afaik. This is
3222 just the basics.
3223
3224 * src/nickserv.h: Advanced option declerations.
3225
3226 * src/nickserv.help: Added option ADVANCED, also added AUTOHIDE.
3227 Seems no one added that when they added the AUTOHIDE option.
3228
c74bf46b 32292006-05-28 Neil Spierling <sirvulcan@sirvulcan.co.nz>
7637f48f 3230
3231 * Below functions by Wasted (Martijn Smit) <wasted@lostdomain.org>
3232
3233 * x3.example.conf: Added new options- god_timeout, autojoin_channels,
3234 and denied_fakehost_words. Also dropped refresh_period for chanserv
3235 set resync.
3236
3237 * src/chanserv.c: Added god_timeout, disable god mode automatically
3238 when the period times out. Also added a new set option- resync, auto
3239 resyncs the userlist every 3, 6, 9, or 12 hours (or not at all).
3240
3241 * src/chanserv.help: Added entry for SET RESYNC.
3242
3243 * src/global.c: Join global into autojoin_channels if enabled.
3244
3245 * src/main.c: Some tweaking for autojoin_channels.
3246
3247 * src/mod-memoserv.c: If a user has memos and notify on login
3248 enabled then only display the notify notice on login and not
3249 during a netburst.
3250
3251 * src/mod-track.c: Quashed a warning.
3252
3253 * src/modcmd.c: Added functions for god_timeout. Also added wasted
3254 to VERSION output for credits for these features.
3255
3256 * src/nickserv.c: Added denied_fakehost_words, deny the words set
3257 there if an oper trys to use them in a fakehost. Also autojoin
3258 chanserv if enabled into autojoin_channels.
3259
3260 * src/opserv.c: Added REFRESHMAX to reset the max count, ie for
3261 after a drone attack. Also join opserv and reserved nicks into
3262 autojoin_channels if opserv/reserved is enabled.
3263
3264 * src/opserv.help: Added entry for REFRESHMAX.
3265
0779bbcf 32662006-05-25 Alex Schumann <rubin@afternet.org>
3267
b5c80c61 3268 * src/proto-p10.c: make non-existant server type setting not crash x3.
3269
0779bbcf 3270 * src/nickserv.help: Added newby tip to authserv registration
3271 help (about < and >)
3272
3273 * src/mod-track.c: Fixed crash when a server kicks a person (tried to
3274 deref null kicker)
3275
c74bf46b 32762006-05-23 Neil Spierling <sirvulcan@sirvulcan.co.nz>
56958740 3277
3278 * src/chanserv.c: Set SWHOIS's when a user auths.
3279
3280 * src/hosthiding.c: Fixed a segfault.
3281
3282 * src/nickserv.c: Epithets now use SWHOIS.
3283
3284 * src/proto.h: Declerations for irc_swhois.
3285
3286 * src/proto-p10.c: Handle SWHOIS's.
3287
c74bf46b 32882006-05-23 Neil Spierling <sirvulcan@sirvulcan.co.nz>
68b75482 3289
3290 * src/hash.h: Bumped SOCKIPLEN
3291
3292 * src/hosthiding.c: Functions to crypt IPv6 addresses.
3293
3294 * src/hosthiding.h: IPv6 function declerations.
3295
3296 * src/proto-p10.c: If the users ip address is IPv6 then crypt it
3297 with the ipv6 crypting function.
3298
c74bf46b 32992006-05-23 Neil Spierling <sirvulcan@sirvulcan.co.nz>
37ef8ee3 3300
3301 * src/hash.h: Bits needed for other type of host hiding.
3302
3303 * src/hosthiding.h: Nefarious style 2 host hiding declerations.
3304
3305 * src/hosthiding.c: This will generated crypted style 2 Nefarious
3306 hidden hosts and ips. Currently they are just displayed in O3
3307 WHOIS. Im yet to expand this.
3308
3309 * src/Makefile.am: Added hosthiding.c and hosthiding.h.
3310
3311 * src/Makefile.in: Regenerated.
3312
3313 * src/opserv.c: Display crypted hosts n ips in WHOIS.
3314
3315 * src/proto-p10.c: Generate crypted hosts n ips on everyone and
3316 save them in user->crypthost user->cryptip.
3317
c74bf46b 33182006-05-22 Neil Spierling <sirvulcan@sirvulcan.co.nz>
c02cd944 3319
5177fd21 3320 * src/chanserv.c: Set ignores when you authenticate.
c02cd944 3321
5177fd21 3322 * src/nickserv.c: Added ADDIGNORE, OADDIGNORE, DELIGNORE ODELIGNORE.
3323 Used for centralized silence list management. Currently set ignores
3324 can be viewed in ACCOUNTINFO for via ircd SILENCE.
3325
3326 * src/nickserv.h: Declerations.
3327
3328 * src/nickserv.help: Added help entries for above commands.
3329
3330 * src/proto.h: Declerations.
3331
3332 * src/proto-p10.c: Functions to handle silences
c02cd944 3333
d9896a83 33342006-05-18 Alex Schumann <rubin@afternet.org>
3335
b34a7505 3336 * src/proto-p10.c: Fixed up the track module a bit more
d9896a83 3337
b34a7505 3338 * src/hash.c: Fixed up the track module a bit more, including
3339 reporting correctly when X3 kicks someone. This should affect mrsnoopy
3340 as well, hopefully wont cause any bugs.
d9896a83 3341
e5c85987 3342 * src/mod-track.c: Fixed up the track module a bit more - made track
3343 all/none work
d9896a83 3344
b34a7505 33452006-05-18 Alex Schumann <rubin@afternet.org>
3346
3347 * src/chanserv.c: adding 'classic' view, via patch submitted by pLaYa
3348
3349 * src/nickserv.c: adding 'classic' view, via patch submitted by pLaYa
3350
3351 * src/nickserv.h: adding 'classic' view, via patch submitted by pLaYa
3352
3353 * src/nickserv.help: adding 'classic' view, via patch submitted by pLaYa
d9896a83 3354
33552006-05-18 Alex Schumann <rubin@afternet.org>
3356
b34a7505 3357 * src/chanserv.c: re-disabled netrider kicking. Somehow this got included back
12673a59 3358 in.
3359
b34a7505 3360 * src/mod-track.c: some cleanups and textual changes, to make the commands
12673a59 3361 slightly more user friendly.
3362
c74bf46b 33632006-05-16 Neil Spierling <sirvulcan@sirvulcan.co.nz>
5177fd21 3364
3365 * src/proto-p10.c: Changed 050 specfic topic stuff to a conf setting
3366
3367 * src/x3.conf.example.: adding 050 'type' to server config (rubin
3368 fixed missing ';' and changelog entries)
3369
c74bf46b 33702006-05-16 Neil Spierling <sirvulcan@sirvulcan.co.nz>
f6c7c603 3371
3372 * Most files: Heh i cant be bothered listing all files, see websvn
3373 if you want specific files. I just added a new tracking module, its
3374 just like snoop except it targets specified users. The actual
3375 commit is in the previous revision, i just forgot to update this to
3376 tick over the svn version in version output.
3377
c74bf46b 33782006-05-15 Neil Spierling <sirvulcan@sirvulcan.co.nz>
697f4c9a 3379
2f61d1d7 3380 * Most files: Major update off the new release of srvx 1.3.1. Also
3381 seeing as the new updates dont all have changelog entries ive dropped
3382 the 2 srvx Changelog files and renamed the X3 one to ChangeLog.
697f4c9a 3383
2f61d1d7 33842006-03-20 Alex Schumann <rubin@afternet.org>
697f4c9a 3385
2f61d1d7 3386 * src/chanserv.c: core fix; check if theres a handle_info before looking
3387 at style...
697f4c9a 3388
2f61d1d7 3389 * src/helpfile.c: core fix; check if theres a handle_info before looking
3390 at style...
697f4c9a 3391
2f61d1d7 33922006-03-17 Alex Schumann <rubin@afternet.org>
697f4c9a 3393
2f61d1d7 3394 * src/chanserv.c: more clean style changes
697f4c9a 3395
2f61d1d7 33962006-03-17 Alex Schumann <rubin@afternet.org>
697f4c9a 3397
2f61d1d7 3398 * src/chanserv.c: Added nickserv 'style' setting back. (HomeDawg
3399 and dhp1080 made me do it) Needs lots of work to remove ----
3400 headers for 'clean' setting.
697f4c9a 3401
2f61d1d7 3402 * src/helpfile.c: Added nickserv 'style' stetting back.
697f4c9a 3403
2f61d1d7 3404 * src/nickserv.help: Added help for set style.
697f4c9a 3405
2f61d1d7 3406 * src/mod-helpserv.c: make style affect table outputs.
697f4c9a 3407
2f61d1d7 3408 * src/nickserv.c: Added nickserv 'style' setting back.
697f4c9a 3409
2f61d1d7 3410 * src/nickserv.h: Added nickserve 'style' setting back.
697f4c9a 3411
2f61d1d7 34122006-03-17 Alex Schumann <rubin@afternet.org>
697f4c9a 3413
2f61d1d7 3414 * src/proto-p10.c: Added conf setting for extended_accounts for
3415 backward compatability with stock undernet ircd.
dee9951d 3416
2f61d1d7 3417 * x3.conf.example: Added conf setting for extended_accounts for
3418 backward compatability with stock undernet ircd.
dee9951d 3419
2f61d1d7 34202006-03-06 Alex Schumann <rubin@afternet.org>
3421
3422 * src/opserv.help: Added missing trace criteria to help,
3423 and fixed up a few other bits of help around that topic.
dee9951d 3424
2f61d1d7 34252006-01-16 Alex Schumann <rubin@afternet.org>
dee9951d 3426
2f61d1d7 3427 * src/tools.c: created an email valididty function
dee9951d 3428
2f61d1d7 3429 * src/nickserv.c: check valididty of email better
dee9951d 3430
2f61d1d7 3431 * src/sendmail.c: check validity of email better
dee9951d 3432
2f61d1d7 34332006-01-06 Alex Schumann <rubin@afternet.org>
dee9951d 3434
2f61d1d7 3435 * src/opserv.c: fix gtrace, trace, csearch and alerts to work when aliased
3436 to a different bot, eg chanserv, and to reply from the correct nickname.
3437 also a bunch of whitespace changes
dee9951d 3438
2f61d1d7 3439 * src/nickserv.c: begin work on making nickserv commands bind without
3440 responding from the wrong nick. also a bunch of whitespace changes
dee9951d 3441
2f61d1d7 3442 * src/hash.h: whitespace
dee9951d 3443
2f61d1d7 3444 * src/opserv.help: improved QUERY helpfile. (though command itself still
3445 has bugs)
dee9951d 3446
2f61d1d7 34472005-12-14 Alex Schumann <rubin@afternet.org>
dee9951d 3448
2f61d1d7 3449 * src/chanserv.help: added set bantimeout help
dee9951d 3450
2f61d1d7 34512005-11-08 Alex Schumann <rubin@afternet.org>
dee9951d 3452
2f61d1d7 3453 * src/modcmd.c: cleaned up tabs, added hack to display help on JOINER
3454 aliases properly.
697f4c9a 3455
2f61d1d7 3456 * src/modcmd.help: Added note about escaping spaces to modcmd help.
697f4c9a 3457
2f61d1d7 3458 * src/nickserv.help: Improved help files
697f4c9a 3459
2f61d1d7 3460 * src/chanserv.help: Improved help files
697f4c9a 3461
2f61d1d7 34622005-10-13 Alex Schumann <rubin@afternet.org>
697f4c9a 3463
2f61d1d7 3464 * src/proto-p10.c: ignore remote /lusers
697f4c9a 3465
2f61d1d7 34662005-09-13 Alex Schumann <rubin@afternet.org>
697f4c9a 3467
2f61d1d7 3468 * src/global.c: Changed motd header style
697f4c9a 3469
2f61d1d7 3470 * src/nickserv.help: Improved directions for getting and using
3471 accounts.
697f4c9a 3472
2f61d1d7 3473 * src/chanserv.help: Improved directions for getting and using
3474 accounts.
b336c8db 3475
2f61d1d7 34762005-08-13 Alex Schumann <rubin@afternet.org>
b336c8db 3477
2f61d1d7 3478 * src/chanserv.c: Fixed a bug i created using masks in ,kick. Restored
3479 some *@* protection.
b336c8db 3480
2f61d1d7 3481 * src/tools.c: added function to detect an overmask (too general)
b336c8db 3482
2f61d1d7 3483 * src/common.h: added function to detect an overmask (too general)
b336c8db 3484
2f61d1d7 34852005-08-12 Alex Schumann <rubin@afternet.org>
0d16e639 3486
2f61d1d7 3487 * src/chanserv.c: Modified resync to work accourding to automode
3488 setting, and fixed a buffer overflow problem.
0d16e639 3489
2f61d1d7 3490 * src/chanserv.help: updated set automode and rsync help.
0d16e639 3491
2f61d1d7 3492 * src/nickserv.h: Added an autohide setting to nickserv/authserv that
3493 sets +x on AUTH.
0d16e639 3494
2f61d1d7 3495 * src/nickserv.c: Added an autohide setting to nickserv/authserv that
3496 sets +x on AUTH.
0d16e639 3497
2f61d1d7 34982005-08-12 Alex Schumann <rubin@afternet.org>
0d16e639 3499
2f61d1d7 3500 * src/chanserv.c: Cleanup. Added 'automode' channel setting in place
3501 of 'voice' setting. + Rewording setting help
0d16e639 3502
2f61d1d7 3503 * src/chanserv.h: Cleanup. Added 'automode' channel setting in place
3504 of 'voice' setting.
0d16e639 3505
2f61d1d7 3506 * src/chanserv.help: Added help for automode. + Rewording setting help
0d16e639 3507
2f61d1d7 35082005-08-11 Alex Schumann <rubin@afternet.org>
0d16e639 3509
2f61d1d7 3510 * src/proto-p10.c: added irc_umode() to send usermodes (Life4Christ)
0d16e639 3511
2f61d1d7 3512 * src/proto-bahumit.c: added irc_umode() to send usermodes, untested..
0d16e639 3513
2f61d1d7 3514 * src/proto.h: added irc_umode() to send usermodes (Life4Christ)
0d16e639 3515
2f61d1d7 3516 * src/nickserv.c: Added option to have authserv oper/admin people with
3517 opserv access. (Life4Christ)
0d16e639 3518
2f61d1d7 3519 * src/opserv.c: Added admin_level config option
3520
3521 * src/opserv.h: Added admin_level config option
0d16e639 3522
2f61d1d7 35232005-08-11 Alex Schumann <rubin@afternet.org>
0d16e639 3524
2f61d1d7 3525 * src/proto-p10.c: Avoid duplicating an oper in curr_opers (,staff
3526 command) when nef* bug sends the +o twice. ++fix bug in patch
0d16e639 3527
2f61d1d7 35282005-08-09 Alex Schumann <rubin@afternet.org>
0d16e639 3529
2f61d1d7 3530 * src/chanserv.c: Fixed banTimeout to actually remove the bans :)
0d16e639 3531
2f61d1d7 35322005-08-08 Alex Schumann <rubin@afternet.org>
0d16e639 3533
2f61d1d7 3534 * src/chanserv.c: Added banTimeout feature to .set
0d16e639 3535
2f61d1d7 3536 * src/chanserv.h: added banTimeout feature to .set
0d16e639 3537
2f61d1d7 3538 * src/recdb.c: Added some better error catching in database_get_data()
0d16e639 3539
2f61d1d7 3540 * src/proto-common.h: tabs
0d16e639 3541
2f61d1d7 3542 * x3.conf.example: added bantimeout to default set list, and ban
3543 timeout frequency config setting.
0d16e639 3544
2f61d1d7 35452005-08-04 Alex Schumann <rubin@afternet.org>
0d16e639 3546
2f61d1d7 3547 * src/chanserv.c: Changed kick protected message to one without %s or
3548 $b because the kick function doesnt support replacements.
0d16e639 3549
2f61d1d7 3550 * src/tools.c: fixed spelling error in comment.
0d16e639 3551
2f61d1d7 35522005-07-28 Alex Schumann <rubin@afternet.org>
0d16e639 3553
2f61d1d7 3554 * src/chanserv.c: fixed crash bug in 8ball (required params was off by
3555 one)
0d16e639 3556
2f61d1d7 3557 * src/proto-p10.c: Ignore wallusers (WU) tokens from server without
3558 whining.
0d16e639 3559
2f61d1d7 35602005-07-26 Alex Schumann <rubin@afternet.org>
0d16e639 3561
2f61d1d7 3562 * x3.conf.example: Updated from live afternet file and improved help
3563 and layout. Added vim directive to set syntax type.
0d16e639 3564
2f61d1d7 3565 * src/chanserv.c: ported x2's 8ball in, and improved it.
0d16e639 3566
2f61d1d7 3567 * src/math.c: Added osiris' hack to do_math for supporting
3568 2(10) and 2pi etc. Improved it to handle pi2 also.
0d16e639 3569
2f61d1d7 3570 * src/chanserv.help: updated 8ball help and added 'myaccess' to
3571 information help index.
0d16e639 3572
2f61d1d7 35732005-07-18 Alex Schumann <rubin@afternet.org>
d76ed9a9 3574
2f61d1d7 3575 * src/proto-p10.c: added +L awareness
d76ed9a9 3576
2f61d1d7 3577 * src/hash.h: added +L awareness
d76ed9a9 3578
2f61d1d7 3579 * src/chanserv.help: changed set ctcpreaction help
d76ed9a9 3580
c74bf46b 35812005-07-18 Neil Spierling <sirvulcan@sirvulcan.co.nz>
d76ed9a9 3582
2f61d1d7 3583 * src/modcmd.h: Lets make some functions global.
d76ed9a9 3584
2f61d1d7 3585 * src/modcmd.c: Log hostmasks no matter what.
d76ed9a9 3586
2f61d1d7 3587 * src/log.c: Lookup commands if they are from OpServ in the log.
3588 If they match channel specific commands like OP, DEOP, etc then
3589 we will display them in a LAST command (assuming the person doing
3590 the LAST is an oper). Normal clients wont see commands that have
3591 been performed by OpServ.
d76ed9a9 3592
2f61d1d7 35932005-07-15 Alex Schumann <rubin@afternet.org>
d76ed9a9 3594
2f61d1d7 3595 * src/chanserv.c: Changed around ctcpreaction setting so it:
3596 a) doesnt crash.
3597 b) doesnt kick userlist members ever
3598 c) has only 1 setting needed to control it
3599 * src/chanserv.h: removed some old oplevel stuff.
d76ed9a9 3600
2f61d1d7 36012005-07-14 Alex Schumann <rubin@afternet.org>
d76ed9a9 3602
2f61d1d7 3603 * src/proto-p10.c: made it ignore EX, MK and PRIV tokens to
3604 remove errors from log. Fixed problem with missing break; in
3605 channel mode c parsing (reed).
d76ed9a9 3606
2f61d1d7 3607 * src/mod-memoserv.c: Improved memoserv 'you have notes' message.
3608
3609 * src/log.c: Changed channel log target to send PRIVMSG instead of
3610 NOTICE. (Ghozer)
3611
c74bf46b 36122005-05-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2f61d1d7 3613
3614 * configure: Regenerated.
3615
3616 * configure.in: Added checks for tgmath.h.
3617
3618 * src/chanserv.c: Added new command LAST, from X2. Similar to
3619 EVENTS except its file based. Bear in mind you dont have to use
3620 both. You can bind what you want to use. Commented out zoot_list
3621 as its not in use, just a warning fix.
3622
3623 * src/hash.c: Warning fix.
3624
3625 * src/log.h: Misc defines.
3626
3627 * src/log.c: Logging functions from X2.
3628
3629 * src/math.c: If tgmath.h doesnt exist then include some other
3630 files that contain the functions we require.
3631
3632 * src/modcmd.c: Added a small ctcp reply, gender.. like gnuworld X.
3633
3634 * src/proto-p10.c: Added chanserv.h #include to squash a small
3635 compile error. Made X3 understand MARK's to a small point. Fixed
3636 a small parsing bug with exempts.
3637
36382005-07-06 Alex Schumann <rubin@afternet.org>
3639
3640 * src/chanserv.c: Fixed a couple awkward looking outputs with userlist
3641
3642 * src/opserv.c: Fixed an awkward output of trace count etc.
3643
36442005-06-22 Alex Schumann <rubin@afternet.org>
3645 * src/chanserv.help: Improved DURATION help
3646
3647 * src/tools.c: Changed 'M' duration to 30 days (not 31) as its
3648 a better average.
3649
36502005-05-27 Alex Schumann <rubin@afternet.org>
3651
3652 * src/chanserv.c: Improved usability of register command, fixed
3653 unregister reply.
3654
3655 * src/chanserv.help: Improved usability of register command
3656
36572005-05-27 Alex Schumann <rubin@afternet.org>
3658
3659 * src/chanserv.c: Resync working now
3660
36612005-05-27 Reed Loden <reed@reedloden.com>
3662
3663 * src/chanserv.c: Fixed an incorrectly named message. Fixed some
3664 grammar issues in the message send to pending users. Fixed a
3665 problem with some of the resync code.
3666
36672005-05-27 Alex Schumann <rubin@afternet.org>
3668
3669 * src/chanserv.c: make pending add check if the person is already on
3670 the userlist before re-adding them (thx exec & reed for noticing this)
3671 Fix capitalisation of I in pending notice.
3672
36732005-05-18 Alex Schumann <rubin@afternet.org>
3674
3675 * src/modcmd.c: reed pointed out that modcmd non-command help wasnt
3676 working, and pointed me to the opserv helpfiles command, which shows
3677 what services search what help files. This fixes the help command to
3678 search that list as it should. Still need to modify the 'default'
3679 helpfile search bindigs because I dont think chanserv should respond
3680 to help from opserv's db, etc. See opserv's 'helpfiles' command.
3681
3682 * src/modcmd.help: clarified 'helpfiles' help.
3683
36842005-05-18 Alex Schumann <rubin@afternet.org>
3685
3686 * src/helpfile.c: make send_help() return true/false and not send
3687 errors so svccmd_send_help can 'take control' of things.
3688
3689 * src/modcmd.c: Fixed up the help system (again) / find aliased
3690 commands help if none exists. / Display no help for that command on
3691 commands (instead of topic)
3692
3693 * src/modcmd.h: Fixed up the help system (again)
3694
3695 * src/global.c: Fixed syntax display
3696
3697 * src/chanserv.help: Removed =---= formatting, fixed a few things.
3698 *spelling ++more spelling (thx reed)
3699
3700 * src/nickserv.help: Removed =---= formatting, fixed a few things.
3701 *spelling ++more spelling (thx reed)
3702
3703 * src/opserv.help: Removed =---= formatting, fixed a few things.
3704 ++spelling (thx reed)
3705
3706 * src/global.help: simplified index
3707
3708 * src/nickserv.c: Changed message users get when their email is
3709 already used for an account, fixed syntax help
3710
3711 * src/opserv.c: fixed syntax help
3712
37132005-05-16 Alex Schumann <rubin@afternet.org>
3714
3715 * src/chanserv.help: Fixed a couple ban/lamer conversions i missed in
3716 the help file.
3717
37182005-05-04 Alex Schumann <rubin@afternet.org>
3719
3720 * src/modcmd.c: added a 'rebindall' command to assist with
3721 upgrades and changes which change command bindings.
3722
3723 * src/modcmd.help: modified help to reflect above
3724
3725 * src/opserv.help: modified help to reflect above
3726
3727 * src/chanserv.c: changed addban, addtimedban, delban, bans etc
3728 to addlamer, dellamer, addtimedlamer, lamers to reduce confusion
3729 between channel bans (+b) and x3 remembered bans (lamers)
3730
3731 * src/chanserv.help: modified help to reflect above
3732
3733 * UPGRADE: added use of rebindall to upgrade instructions
3734
37352005-05-04 Alex Schumann <rubin@afternet.org>
3736
3737 * src/chanserv.c: added an 'adduser pending' feature, where if
3738 someone isn't authed x3 will ask them to /auth or register, and then
3739 automatically finish adding them to the channel when they do.
3740 Fixed email bug with adduser pending
3741
3742 * src/chanserv.h: adduser pending
3743
3744 * src/hash.c: adduser pending
3745
3746 * src/hash.h: adduser pending, and increased maxbans to 128 from 45.
3747
3748 * src/nickserv.c: adduser pending cleanup and activation code,
3749 Arch sync (Avoid losing channel information when
3750 replacing an account using the mergedb command.)
3751
3752 * src/proto-p10.c: adduser pending cleanup code
3753
3754 * src/nickserv.help: improved set and register help
3755
37562005-05-04 Alex Schumann <rubin@afternet.org>
3757
3758 * src/chanserv.c: changed uset noautoop to uset autoop (removed double
3759 negitive). Added set voice to provide control over use of voice.
3760 Implimented a basic chanserv db version control system for upgrading
3761 seamlessly.
3762
3763 * src/chanserv.help: adjusted help to reflect voice and uset autoop
3764 changes.
3765
3766 * src/hash.h: updated ssz comment from z to Z
3767
3768 * src/modcmd.help: rewrote BIND help
3769
3770 * src/proto-p10.c: Added Z (sslonly) support back in
3771
3772 * UPGRADE: created file to document upgrading procedures
3773
37742005-04-23 Alex Schumann <rubin@afternet.org>
3775 * src/chanserv.c: removed settings: oplevel, halfoplevel, and
3776 voicelevel, hard coding them to OP, HALFOP, and PEON. Changed
3777 topicmask to be an on or off setting, uninfluenced by enftopic.
3778 Added feature to use mask on /topic in addition to ,topic sets.
3779 Removed special consideration for ircops in protect_user()
3780
3781 * src/chanserv.help: updated documentation to reflect the new and
3782 much simpler topicmask feature, and removed op/voice levels.
3783
3784 * src/nickserv.c: added tailing 'end of' line for accountinfo
3785 for non-opers too.
3786
3787 * src/modcmd.c: tweaked alias notification for help and breef help.
3788
37892005-04-20 Alex Schumann <rubin@afternet.org>
3790
3791 * src/proto-common.c: removing +d. needs to be a config option
3792 or something.
3793
3794 * src/nickserv.help: modified main help reply of authserv
3795
3796 * src/nickserv.c: added title, epithet, and fakehost to oset listing
3797
3798 * src/modcmd.c: fixed up auto-help & alias command handling. Needs
3799 totally redesigned though.
3800
38012005-04-15 Alex Schumann <rubin@afternet.org>
3802
3803 * src/proto-common.c: Temp fix for x3 not seeing -hv modes being set
3804 at the same time. The whole block needs to be if/else instead of
3805 switch though, to be cleaner.
3806
3807 * src/nickserv.help: added fakehost and title options to help oset.
3808
3809 * src/nickserv.c: removed 'style' setting. (was not being used in
3810 code anyway)
3811
c74bf46b 38122005-04-04 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2f61d1d7 3813
3814 * src/proto-p10.c: Reinstated +d usermode.
3815
38162005-03-30 Alex Schumann <rubin@afternet.org>
3817
3818 * src/chanserv.c: Fixed unban.
3819
3820 * x3.conf.example: added note in snoop config that improper
3821 setting for bots nick will cause segfault.
3822
38232005-03-22 Alex Schumann <rubin@afternet.org>
3824
3825 * x3.conf.example: added sethost/fakehost settings to conf
3826
38272005-03-19 Alex Schumann <rubin@afternet.org>
3828
3829 * chanserv.c: Changed style of command outputs, added userlevel back
3830 to users list.
3831
3832 * opserv.c: Changed style of command outputs, removed warn feature
3833
3834 * tools.c: shortened duration string lengths
3835
3836 * main.c: shortened duration string lengths
3837
3838 * sendmail.c: Changed style of stats email
3839
38402005-03-18 Alex Schumann <rubin@afternet.org>
3841
3842 * Changed breef to brief...
3843
3844 * chanserv.c: Changed to access level names instead of numbers.
3845
38462005-03-17 Alex Schumann <rubin@afternet.org>
3847
3848
3849 * src/opserv.c: Improved readability of trace print output
3850
3851 * src/chanserv.c: Improved cmd_list_users output & cleaned it up
3852 a little.
3853
3854 * src/helpfile.c: Improved table_send readability (used in lots
3855 of listings including users and stats network etc)
3856
38572005-03-15 Alex Schumann <rubin@afternet.org>
3858
3859 * src/chanserv.c: Improved some syntax error reporting for commands
3860
3861 * src/helpfile.c: Added a 'breef' help function
3862
3863 * src/helpfile.h: Added a 'breef' help function
3864
3865 * src/main.c: Improved some syntax error reporting for commands
3866
3867 * src/modcmd.c: Improved some syntax error reporting for commands
3868
3869 * src/modcmd.h: Improved some syntax error reporting for commands
3870
38712005-03-15 Reed Loden <reed@reedloden.com>
3872
3873 * Synchronization with srvx--devo--1.3--patch-19.
3874
38752005-03-12 Alex Schumann <rubin@afternet.org>
3876
3877 * src/common.h, src/opserv.h: more SRVX->X3 fixes
3878
3879 * opserv.c: fixed SRVX defines to X3
3880
3881 * src/nickserv.c: Applied patch to bring up to date with
3882 local uncommitted changes on afternets srvx2 tree. improved
3883 cookie gen code and removed /play from cookie messages.
3884
3885 * src/all, src/Makefile*, Makefile.in: changed srvx to x3 in a
3886 bunch more places.
3887
c74bf46b 38882005-03-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2f61d1d7 3889
3890 * nickserv.help: Added odelcookie section.
3891
3892 * src/nickserv.c: Added odelcookie for deleting auth cookies and email
3893 cookies.
3894
3895 * src/md5.c: Cleaned up compile warnings.
3896
3897 * src/nickserv.help: Added odelcookie section.
3898
3899***********************************************************************/
3900
3901#define CVS_VERSION "$Id$"
d76ed9a9 3902