]> jfr.im git - irc/evilnet/x3.git/blame - ChangeLog
Fixed irc_topic() to honour server/hidden_host_type and associated config settings
[irc/evilnet/x3.git] / ChangeLog
CommitLineData
2f61d1d7 1/***********************************************************************
ca3486a2 2X3 ChangeLog
c73514ea 3
5ee4dc2b
MB
42012-01-24 Matthew Beeching <jobe@mdbnet.co.uk>
5
6 * src/proto-p10.c: Fixed irc_topic() to honour server/hidden_host_type
7 and associated config settings.
8
2285e0b6
MB
92012-01-16 Matthew Beeching <jobe@mdbnet.co.uk>
10
11 * src/chanserv.c: Fix for USER AUTOOP option being ignored during
12 ChanServ.resync.
13
8ea17960
MB
142012-01-13 Matthew Beeching <jobe@mdbnet.co.uk>
15
16 * src/opserv.help: Fixed typo in help for TRACE CRITERIA.
17
0ae1e260
MB
182011-11-16 Matthew Beeching <jobe@mdbnet.co.uk>
19
20 * src/nickserv.c: Added a new line to NickServ.accountinfo to show
21 new email address for email change cookies.
22
22d3e088
MB
232011-10-12 Matthew Beeching <jobe@mdbnet.co.uk>
24
25 * src/chanserv.help: Fixed typo in staff register help.
26
272011-09-29 Matthew Beeching <jobe@mdbnet.co.uk>
24d557ea
MB
28
29 * src/chanserv.help: Fixed typo in durations help.
30
429f04a4
MB
312011-07-18 Matthew Beeching <jobe@mdbnet.co.uk>
32
33 * src/proto-p10.c: Fix for "PARSE ERROR" on "Ghost 5 Numeric Collided"
34 kill message.
35
3c535a4b
MB
362011-06-29 Matthew Beeching <jobe@mdbnet.co.uk>
37
38 * src/nickserv.c: Fixed a bug when reading services/nickserv/hard_maxlogins
39 from x3.conf
40
a25d8a57
MB
412011-01-25 Matthew Beeching <jobe@mdbnet.co.uk>
42
43 * src/proto-p10.c: Fix for auto-oper bug where PRIVS were not
44 being applied on Nefarious branch versions (or in short reverted
45 revision 697:e6fe90cab8d0)
46
67fd744c
MB
472010-12-06 Matthew Beeching <jobe@mdbnet.co.uk>
48
49 * src/nickserv.c: Fixed bug where NickServ.oregister incorrectly
50 logged the password.
51
3408efdc
MB
522010-10-15 Matthew Beeching <jobe@mdbnet.co.uk>
53
54 * src/proto-p10.c: Fix for P10 BURST message parsing where
55 extended bans were causing premature change from ban mask to
56 except mask parsing.
57
cb0071f3
MB
582010-09-27 Matthew Beeching <jobe@mdbnet.co.uk>
59
60 * src/chanserv.c: Fix for maxsetinfo now allowing you to set it
61 to the maximum value as specified in x3.conf
62
0fb450a2
MB
632010-09-24 Matthew Beeching <jobe@mdbnet.co.uk>
64
65 * src/proto-p10.c: Fix for crash bug during burst where X3 sends
66 a B (BURST) message with a channel limit in the modes string.
67
5309944d
AS
682010-09-24 Alex Schumann <rubin@afternet.org>
69
70 * src/chanserv.c: dont let users set extended bans with
71 .ban/lamer/etc, and dont remove extended bans with bantimeout
72
d5f787f5
MB
732010-09-19 Matthew Beeching <jobe@mdbnet.co.uk>
74
75 * src/chanserv.c: Added ignore_csuspend to *ChanServ.csuspend
76 and *ChanServ.cunsuspend as a default flag.
77
8b56c5ca
MB
782010-09-17 Matthew Beeching <jobe@mdbnet.co.uk>
79
80 * src/chanserv.c: Updated ChanServ.staff, ChanServ.ircops and
81 ChanServ.helpers to hide users with user mode +H (hide oper).
82
2b9de5dd
MB
832010-09-08 Matthew Beeching <jobe@mdbnet.co.uk>
84
85 * src/proto-p10.c: Replaced some horrible code for formatting a
86 channel mode string and fix for a bug where chan mode +A was
87 being ignored.
88
dc382fd2
MB
892010-08-29 Matthew Beeching <jobe@mdbnet.co.uk>
90
91 * src/chanserv.c: Changed wheel of misfortune nick change pseudo
92 user to use a hard coded host name to prevent accidentally giving
93 out a users real host.
94
5e832871
MB
952010-08-19 Matthew Beeching <jobe@mdbnet.co.uk>
96
97 * src/proto-p10.c: Changed TOK_PRIVS to "PR" to match current ircu
98 distributions.
99
f79cdffc
MB
1002010-07-31 Matthew Beeching <jobe@mdbnet.co.uk>
101
102 * src/proto-common.c: Added hg revision information to VERSION
103 reply to match version strings everywhere else.
104
cc6339ac
MB
1052010-07-30 Matthew Beeching <jobe@mdbnet.co.uk>
106
107 * src/Makefile.in: Added version.c generation at compile time
108
109 * src/modcmd.c: Updated to use cvs_version from version.c
110
111 * src/version.c.SH: Added version.c.SH to generate version.c
112
113 * src/version.h: Added version.h
114
8d882965
MB
1152010-07-07 Matthew Beeching <jobe@mdbnet.co.uk>
116
117 * src/hash.h: Added support for user modes +D, +R, +W, +H, +L
118 and +q.
119
120 * src/opserv.c: Added support for user modes +D, +R, +W, +H, +L
121 and +q.
122
123 * src/proto-p10.c: Added support for user modes +D, +R, +W, +H,
124 +L and +q.
125
fc55e757
MB
1262010-07-07 Matthew Beeching <jobe@mdbnet.co.uk>
127
128 * src/hash.h: Added support for user modes +z and +a and fixed
129 some comments.
130
131 * src/opserv.c: Added support for user modes +z and +a and
132 added support to TRACE/ADDALERT CHECKRESTRICTIONS criteria for
133 channel mode +a and +Z.
134
135 * src/proto-p10.c: Added support for user modes +z and +a.
136
31dca7ac
MB
1372010-07-07 Matthew Beeching <jobe@mdbnet.co.uk>
138
139 * src/opserv.c: Added support to TRACE/ADDALERT CHECKRESTRICTIONS
140 criteria for channel mode +O and +r.
141
6b912b17
MB
1422010-07-03 Matthew Beeching <jobe@mdbnet.co.uk>
143
144 * src/chanserv.c: Removed extra 'is' from CSMSG_SMURF_TARGET.
145
3e06ac80
MB
1462010-06-06 Matthew Beeching <jobe@mdbnet.co.uk>
147
148 * src/proto-p10.c: Fix for crash on BURST (B) message for a channel
149 with +L, at least one ban or except, and no users.
150
ee2291da
MB
1512010-05-21 Matthew Beeching <jobe@mdbnet.co.uk>
152
153 * src/modcmd.c: Added support for fall back replacements in
154 command bindings. For example if you specify $1n instead of $1,
155 then the users nick will be used if param 1 is not supplied.
156
d18d752e
MB
1572010-05-14 Matthew Beeching <jobe@mdbnet.co.uk>
158
159 * src/nickserv.c: Fix for NickServ NICKINFO using the wrong
160 lastseen timestamp.
161
238102e1
MB
1622010-05-13 Matthew Beeching <jobe@mdbnet.co.uk>
163
164 * src/proto-p10.c: Fixed support for channel mode +a (Admins only).
165
55a256b7
MB
1662010-05-12 Matthew Beeching <jobe@mdbnet.co.uk>
167
168 * tools/db.php: Rewrote parser function as a class and faster
169 parsing.
170
ae275267
MB
1712010-05-11 Matthew Beeching <jobe@mdbnet.co.uk>
172
173 * src/nickserv.c: Added nick expiration support.
174
175 * src/nickserv.h: Added nick expiration support.
176
177 * x3.conf.example: Added nick expiration support.
178
886bca7c
MB
1792010-05-06 Matthew Beeching <jobe@mdbnet.co.uk>
180
181 * src/nickserv.c: Added SET action for SEARCH.
182
183 * src/nickserv.help: Added SET action for SEARCH.
184
73ac2ca6
MB
1852010-05-06 Matthew Beeching <jobe@mdbnet.co.uk>
186
187 * src/nickserv.c: Added NickServ search title criteria.
188
189 * src/nickserv.help: Added NickServ search title criteria.
190
ec8177c5
MB
1912010-04-29 Matthew Beeching <jobe@mdbnet.co.uk>
192
193 * src/opserv.c: Minor typo in previous commit where returning 0
194 when it should have been 1 from opserv_join_check().
195
7e3e9ac5
MB
1962010-04-29 Matthew Beeching <jobe@mdbnet.co.uk>
197
198 * src/opserv.c: Fix for possible bug in opserv_join_check().
199
4ce83531
MB
2002010-04-23 Matthew Beeching <jobe@mdbnet.co.uk>
201
202 * src/log.c: Modified X3.last to only show host and ident to
203 opers.
204
9665da36
AS
2052010-03-15 Matthew Beeching <jobe@mdbnet.co.uk>
206
207 * ChangeLog: Abusing to figure out mercurial a bit.
208
bdddfe43 2092010-03-13 Matthew Beeching <jobe@mdbnet.co.uk>
210
211 * src/hash.h: Changed HOSTLEN to match Nefarious.
212
7da677be 2132010-03-03 Matthew Beeching <jobe@mdbnet.co.uk>
214
215 * src/proto-p10.c: Fixed bug in P10 B64 IPv6 parsing where the
216 entire IPv6 IP after the :: was ommited.
217
e10feb7a 2182010-02-27 Matthew Beeching <jobe@mdbnet.co.uk>
219
220 * src/proto-p10.c: Added message handlers for ZLINE and REMOVE
221 to ignore both messages
222
7f9e40bf 2232010-02-05 Matthew Beeching <jobe@mdbnet.co.uk>
224
225 * src/nickserv.help: Fix for a minor documentation error where $S
226 was used instead of $N.
227
38bff5f0 2282010-01-14 Matthew Beeching <jobe@mdbnet.co.uk>
229
230 * src/nickserv.c: Added support for LDAP auth registering initial
231 nick when nick registration is enabled.
232
8536ac6b 2332010-01-09 Neil Spierling <sirvulcan@sirvulcan.co.nz>
234
235 * Srvx sync. Author: Michael Poole.
236
237 * src/ioset.c (ioset_listen): Linux -- reasonably -- requires that
238 SO_REUSEADDR be set on a socket before binding it to an in-use socket.
239 So do that.
240
241 * src/sar.c: Convert "struct sockaddr_storage" to "void *" to comply
242 with C99's strict(er) aliasing rules. Allocate off the stack or
243 heap, as appropriate. Add new function sar_free_nameserver() to
244 clean up the heap-allocated data.
245
c550ac9a 2462010-01-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
247
248 * src/chanserv.c: 8ball will now accept "what colour".
249
1dfca92d 2502009-12-18 Neil Spierling <sirvulcan@sirvulcan.co.nz>
251
252 * x3.conf.example: Added type 8 for Nefarious 1.3.0.
253
254 * src/proto-p10.c: Only use the old cloak.c code if type 7 is given.
255 If type 8 is given then the cloaked hosts are picked up during burst
256 (+cC)
257
e2f17d6e 2582009-12-17 Neil Spierling <sirvulcan@sirvulcan.co.nz>
259
260 * src/log.c: Revert message type to 5.
261
72d5504b 2622009-12-17 Neil Spierling <sirvulcan@sirvulcan.co.nz>
263
264 * src/mod-track.c: Fixed a crash with net rider kicks.
265
38377e02 2662009-12-12 Alex Schumann <rubin@afternet.org>
267
268 src/x3ldap.c: Fix crash bug with ldap adding users. Deal with some warnings.
269
270 src/x3ldap.h: Deal with some warnings.
271
af40e58b 2722009-12-09 Henrik Stuart <evilnet@hstuart.dk>
273
274 src/mod-python.c: add support for module_register.
275
07021002 2762009-12-09 Henrik Stuart <evilnet@hstuart.dk>
277
278 src/mod-python.c: add support for log_register_type.
279
c3915bdc 2802009-12-09 Neil Spierling <sirvulcan@sirvulcan.co.nz>
281
282 src/nickserv.c: Shuffle the auto oper functions around to fix a
283 desync issue.
284
285 src/proto-p10.c: Ignore PRIV_NONE within the first 5 seconds of
286 a client's connection. Temp fix for now.
287
3c4b9ee3 2882009-12-06 Matthew Beeching <jobe@mdbnet.co.uk>
289
290 * src/chanserv.c: Removed seemingly unnecessary "cannot invite"
291 warning from chan_opt_automode.
292
c73514ea 2932009-12-02 Matthew Beeching <jobe@mdbnet.co.uk>
294
295 * src/nickserv.c: Added merging SSL fingerprint lists during
296 account merging.
9c88eebe 297
890866b0 2982009-12-01 Matthew Beeching <jobe@mdbnet.co.uk>
299
300 * src/opserv.c: Added ADDALERT reactions noticeuser and msguser
301 to go with trace reactions notice and privmsg.
302
d57dba72 3032009-11-29 Matthew Beeching <jobe@mdbnmet.co.uk>
304
305 * src/nickserv.c: Rewrote parts of loc_auth() to get it working
306 the same as cmd_auth() with regards to SSL fingerprint support.
307
c03536b5 3082009-11-29 Neil Spierling <sirvulcan@sirvulcan.co.nz>
309
310 * src/nickserv.c: Small tweak.
311
1679a283 3122009-11-29 Neil Spierling <sirvulcan@sirvulcan.co.nz>
313
1f459b76 314 * src/nickserv.c: Small tweak to the password checks with sslfp LOC.
315
3162009-11-29 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1679a283 317 * src/nickserv.c: Added SSL fingerprint support to LOC.
318
319 * src/nickserv.h: Added sslfp to loc_auth.
320
321 * src/proto-p10.c: Added support for the new S loc auth type.
322
2fa83595 3232008-11-28 Matthew Beeching <jobe@mdbnmet.co.uk>
324
325 * src/nickserv.help: Added help for ADDSSLFP, DELSSLFP, OADDSSLFP
326 and ODELSSLFP
327
328 * src/nickserv.c: Added support for SSL fingerprint authentication.
329
330 * src/nickserv.h: Added support for SSL fingerprint authentication.
331
7acc75ee 3322009-11-28 Matthew Beeching <jobe@mdbnet.co.uk>
333
334 * src/mod-memoserv.c: Fix for bug where MemoServ is created as a
335 local bot but not registered as a service on first startup.
336
6fee1be7 3372009-11-26 Matthew Beeching <jobe@mdbnet.co.uk>
338
339 * src/chanserv.c: Fixed a missing ',' in cmd_myaccess output.
340
30874d66 3412009-11-26 Henrik Stuart <evilnet@hstuart.dk>
342
343 * src/common.h src/main-common.c: add extra parameter to reg_exit_func and
344 exit_func_t.
345
346 * src/proto-p10.c src/mod-qserver.c src/chanserv.c src/mod-snoop.c
347 src/hash.c src/helpfile.c src/gline.c src/global.c src/mod-helpserv.c
348 src/opserv.c src/timeq.c src/saxdb.c src/modcmd.c src/saxdb.h
349 src/mod-sockcheck.c src/shun.c src/mod-python.c src/spamserv.c
350 src/mail-common.c src/mod-memoserv.c src/mod-track.c src/log.c src/ioset.c
351 src/nickserv.c src/main.c src/sar.c: collateral evolution fixes due to
352 exit_func change.
353
62a2e0a9 3542009-11-26 Henrik Stuart <evilnet@hstuart.dk>
355
356 * src/proto-common.c: fix typo in malloc variable name.
357
d77556d0 3582009-11-26 Henrik Stuart <evilnet@hstuart.dk>
359
360 * src/modcmd.h src/modcmd.c: add extra parameter to reg_svccmd_unbind_func
361 and svccmd_unbind_func_t.
362
363 * src/chanserv.c: collateral evolution fixes due to svccmd_unbind_func
364 change.
365
f14b32b8 3662009-11-24 Henrik Stuart <evilnet@hstuart.dk>
367
368 * src/proto.h src/proto-common.c: add extra parameter to
369 reg_mode_change_func and mode_change_func_t.
370
371 * src/chanserv.c: collateral evolution fixes due to mode_change_func
372 change.
373
974d3831 3742009-11-24 Henrik Stuart <evilnet@hstuart.dk>
375
376 * src/nickserv.h src/nickserv.c: add extra parameter to reg_unreg_func and
377 unreg_func_t.
378
379 * src/chanserv.c src/mod-helpserv.c src/mod-memoserv.c: collateral
380 evolution fixes due to unreg_func change.
381
81ac4787 3822009-11-24 Henrik Stuart <evilnet@hstuart.dk>
383
384 * src/nickserv.h src/nickserv.c: add extra parameter to reg_auth_func and
385 auth_func_t.
386
387 * src/chanserv.c src/mod-snoop.c src/global.c src/mod-helpserv.c
388 src/opserv.c src/mod-memoserv.c src/mod-track.c: collateral evolution
389 fixes due to auth_func change.
390
3a196bdb 3912009-11-24 Henrik Stuart <evilnet@hstuart.dk>
392
393 * src/nickserv.h src/proto-common.c: add extra parameter to
394 reg_user_mode_func and user_mode_func_t.
395
396 * src/mod-snoop.c src/mod-track.c: collateral evolution fixes due to
397 user_mode_func change.
398
ee8c50bd 3992009-11-24 Henrik Stuart <evilnet@hstuart.dk>
400
401 * src/nickserv.h src/proto-common.c: add extra parameter to
402 reg_channel_mode_func and channel_mode_func_t.
403
404 * src/chanserv.c src/mod-snoop.c src/mod-track.c: collateral evolution
405 fixes due to channel_mode_func change.
406
91667658 4072009-11-24 Henrik Stuart <evilnet@hstuart.dk>
408
409 * src/hash.c src/hash.h: add extra parameter to reg_kick_func and
410 kick_func_t.
411
412 * src/chanserv.c src/mod-snoop.c src/mod-track.c: collateral evolution
413 fixes due to kick_func change.
414
63637aea 4152009-11-24 Henrik Stuart <evilnet@hstuart.dk>
416
417 * src/hash.c src/hash.h: add extra parameter to reg_part_func,
418 unreg_part_func, and part_func_t.
419
420 * src/chanserv.c src/mod-snoop.c src/mod-helpserv.c src/spamserv.c
421 src/mod-track.c: collateral evolution fixes due to part_func change.
422
4232009-11-24 Henrik Stuart <evilnet@hstuart.dk>
1898d8ea 424
425 * src/hash.c src/hash.h: add extra parameter to reg_del_channel_func and
426 del_channel_func_t.
427
428 * src/opserv.c src/proto-p10.c: collateral evolution fixes due to
429 del_channel_func change.
430
736517fb 4312009-11-23 Matthew Beeching <jobe@mdbnet.co.uk>
432
433 * src/nickserv.c: Removed 2 nonsensical spaces in
434 *NickServ.accountinfo output for "Karma"
435
2693aadd 4362009-11-22 Matthew Beeching <jobe@mdbnet.co.uk>
437
438 * src/nickserv.c: Fix for bug allowing the use of odelcookie
439 to result in an account's password changing when it shouldn't.
440
29545775 4412009-11-22 Matthew Beeching <jobe@mdbnet.co.uk>
442
443 * src/nickserv.c: Added fix for LDAP password not being updated
444 on odelcookie where account password is changed anyway.
445
f3aff201 4462009-11-21 Matthew Beeching <jobe@mdbnet.co.uk>
447
448 * src/x3ldap.c: Updated OpServ level in LDAP feature to remove
449 the attribute when 0 instead of setting it to 0
450
451 * src/x3ldap.h: Updated OpServ level in LDAP feature to remove
452 the attribute when 0 instead of setting it to 0
453
454 * src/nickserv.c: Updated OpServ level in LDAP feature to remove
455 the attribute when 0 instead of setting it to 0
456
75fcdcad 4572009-11-21 Matthew Beeching <jobe@mdbnet.co.uk>
458
459 * src/x3ldap.c: Fix for bug allowing accounts in LDAP to
460 authenticate to unactivated accounts.
461
462 * src/nickserv.c: Fix for bug allowing accounts in LDAP to
463 authenticate to unactivated accounts.
464
ba4b4d51 4652009-11-16 Matthew Beeching <jobe@mdbnet.co.uk>
466
467 * src/proto-p10.c: Added support for MARK SSLCLIFP.
468
469 * src/hash.h: Added support for MARK SSLCLIFP.
470
471 * src/opserv.c: Added SSLCLIFP mark to cmd_whois.
472
2dddcd74 4732009-11-16 Matthew Beeching <jobe@mdbnet.co.uk>
474
475 * src/nickserv.c: Fix for crash in cmd_oregister due to incorrect
476 parameter counts.
477
85e88703 4782009-11-15 Matthew Beeching <jobe@mdbnet.co.uk>
479
480 * src/hosthiding.c: Fix for crash bug in make_virthost() when host
481 name doesnt have a '.' in it.
482
63c0b8ad 4832009-11-15 Henrik Stuart <evilnet@hstuart.dk>
484
485 * src/hash.c: fix variable set for registering nick change functions.
486
50c7ed1b 4872009-11-14 Matthew Beeching <jobe@mdbnet.co.uk>
488
489 * src/nickserv.c: Fix for bug #2869968 (*NickServ.oregister allowing
490 invalid handles)
491
157ce145 4922009-11-01 Henrik Stuart <evilnet@hstuart.dk>
493
494 * src/hash.h src/hash.c: add extra parameter to new_channel_func_t and
495 reg_new_channel_func.
496
497 * src/chanserv.c src/opserv.c: add extra NULL argument/parameter to
498 reflect change in hash.
499
50dafce8 5002009-11-01 Henrik Stuart <evilnet@hstuart.dk>
501
502 * src/nickserv.h src/nickserv.c: add extra parameter to
503 handle_merge_func_t and reg_handle_merge_func.
504
505 * src/mod-helpserv.c: add extra NULL argument/parameter to reflect change
506 in nickserv.
507
99c332f8 5082009-11-01 Henrik Stuart <evilnet@hstuart.dk>
509
510 * src/nickserv.h src/nickserv.c: add extra parameter to allowauth_func_t
511 and reg_allowauth_func.
512
513 * src/mod-helpserv.c: add extra NULL argument/parameter to reflect change
514 in nickserv.
515
c8b793cb 5162009-11-01 Henrik Stuart <evilnet@hstuart.dk>
517
518 * src/nickserv.h src/nickserv.c: add extra parameter to failpw_func_t and
519 reg_failpw_func.
520
521 * src/mod-helpserv.c: add extra NULL argument/parameter to reflect change
522 in nickserv.
523
5a2c7cf6 5242009-11-01 Henrik Stuart <evilnet@hstuart.dk>
525
526 * src/hash.h src/hash.c: add extra parameter to topic_func_t and
527 reg_topic_func.
528
529 * src/chanserv.c src/mod-python.c: add extra NULL argument/parameter to
530 reflect change in hash.
531
1c14af0b 5322009-11-01 Henrik Stuart <evilnet@hstuart.dk>
533
534 * src/proto.h src/proto-common.c: add extra parameter to chanmsg_func_t
535 and reg_chanmsg_func.
536
537 * src/chanserv.c src/modcmd.c: add extra NULL argument/parameter to
538 reflect change in proto.
539
3070719a 5402009-10-31 Henrik Stuart <evilnet@hstuart.dk>
541
542 * src/nickserv.h src/nickserv.c: add extra parameter to
543 handle_rename_func_t and reg_handle_rename func.
544
545 * src/chanserv.c src/mod-helpserv.c src/mod-memoserv.c: add extra NULL
546 argument/parameter to reflect change in nickserv.
547
2732298d 5482009-10-30 Henrik Stuart <evilnet@hstuart.dk>
549
550 * src/mod-snoop.c src/mod-helpserv.c src/mod-sockcheck.c src/mod-track.c:
551 fix missed NULL argument/parameter additions from earlier commits.
552
fb38e2bc 5532009-10-30 Henrik Stuart <evilnet@hstuart.dk>
554
555 * src/hash.h src/hash.c: add extra parameter to join_func_t and
556 reg_join_func.
557
558 * src/chanserv.c src/opserv.c src/mod-python.c src/spamserv.c: add extra
559 NULL argument/parameter to reflect change in hash.
560
63189c10 5612009-10-30 Henrik Stuart <evilnet@hstuart.dk>
562
563 * src/hash.h src/hash.c: add extra parameter to nick_change_func_t and
564 reg_nick_change_func. Also fix memory leaks from not freeing extras lists
565 for some callback routines.
566
567 * src/chanserv.c src/opserv.c src/mod-python.c src/spamserv.c
568 src/nickserv.c src/modcmd.c: add extra NULL argument/parameter to reflect
569 change in hash.
570
571 * src/proto-p10.c: fix logic for calling call_new_user_funcs.
572
e9b00805 5732009-10-30 Henrik Stuart <evilnet@hstuart.dk>
574
575 * src/proto.h: add extra parameter to reg_oper_func and oper_func_t.
576
577 * src/global.c: add extra NULL argument parameter to reflect changes.
578
579 * src/proto-common.c: add extra parameter to implementation of
580 reg_oper_func and reflect the extra parameter in call_oper_funcs.
581
582 * src/proto-p10.c: free storage for extra parameters.
583
a6bcc929 5842009-10-28 Henrik Stuart <evilnet@hstuart.dk>
585
586 * src/hash.h src/hash.c: add extra parameter to del_user_func_t,
587 reg_del_user_func, and unreg_del_user_func. Add new call_del_user_funcs
588 function to abstract hash internals from outside callers.
589
590 * src/opserv.c src/mod-python.c src/spamserv.c src/nickserv.c: add extra
591 NULL argument(parameter to reflect change in hash.
592
593 * src/proto-p10.c: use call_del_user_funcs instead of interfacing with
594 hash.c internals directly. Remove unused code due to this change.
595
596 * src/proto-common.c: remove reference to hash internals.
597
35ea100f 5982009-10-28 Matthew Beeching <jobe@mdbnet.co.uk>
599
600 * src/x3ldap.c: Added ldap_do_oslevel() to set OpServ access level in
601 LDAP.
602
603 * src/x3ldap.h: Added ldap_do_oslevel() to set OpServ access level in
604 LDAP.
605
606 * src/nickserv.c: Added configuration option for OpServ access level
607 LDAP attribute name and call to ldap_do_oslevel() on access level
608 change.
609
610 * src/nickserv.h: Added configuration option for OpServ access level
611 LDAP attribute name.
612
613 * x3.conf.example: Added configuration option for OpServ access level
614 LDAP attribute name.
615
f0fb2e2d 6162009-10-27 Henrik Stuart <evilnet@hstuart.dk>
617
618 * src/hash.h src/hash.c: add extra parameter to new_user_func_t and
619 reg_new_user_func. Add new call_new_user_funcs function to abstract hash
620 internals from outside callers.
621
622 * src/proto-p10.c: use call_new_user_funcs instead of interfacing with
623 hash.c internals directly. Remove unused code due to this change.
624
625 * src/global.c src/opserv.c src/mod-python.c src/spamserv.c
626 src/nickserv.c: add extra NULL argument/parameter to reflect change in
627 hash.
628
629 * src/proto-common.c: remove reference to hash internals.
630
9d59f196 6312009-10-27 Henrik Stuart <evilnet@hstuart.dk>
632
633 * src/hash.h: add extra parameter to server_link_func_t and
f0fb2e2d 634 reg_server_link_func. Add new call_server_link_funcs function to abstract
9d59f196 635 hash internals from outside callers.
636
637 * src/proto-p10.c: call call_server_link_funcs rather than interfacing
638 directly with hash.c internals.
639
640 * src/chanserv.c: add extra NULL-argument/parameter to server link
641 handler.
642
643 * src/hash.c: add extra parameter to reg_server_link_func and introduce
644 call_server_link_funcs to shield external callers from the functionality.
645
646 * src/proto-common.c: remove extern definitions for the hash.c structures
647 for the server link callback structure.
648
649 * src/mod-python.c: add extra NULL-argument/parameter to server link
650 handler.
651
44960d6c 6522009-10-27 Henrik Stuart <evilnet@hstuart.dk>
653
654 * src/mod-python.c: remove unused code.
655
0ad6b4a5 6562009-10-27 Henrik Stuart <evilnet@hstuart.dk>
657
658 * src/nickserv.c: marked cmd possibly unused to silence warning.
659
6ae87c77 6602009-10-27 Henrik Stuart <evilnet@hstuart.dk>
661
662 * src/nickserv.h: make auto_oper_privs and auto_admin_privs const.
663
664 * src/proto.h: make privs const in irc_raw_privs.
665
666 * src/proto-p10.c: make privs const in irc_raw_privs.
667
6682009-10-27 Henrik Stuart <evilnet@hstuart.dk>
d5182ae2 669
670 * src/global.c: remove unused code.
671
69517d70 6722009-10-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
673
674 * src/nickserv.c: Send privs out when auto opering clients. These are
675 controlled for now via auto_oper_privs/auto_admin_privs in the nickserv
676 section within x3.conf. In the future we will look at account specific
677 privs.
678
679 * src/proto.h: Added irc_raw_privs and client_modify_priv_by_name.
680
681 * src/proto-p10.c: Added irc_raw_privs.
682
683 * src/tools.c: Added R extended ban.
684
43b43d56 6852009-10-12 Henrik Stuart <evilnet@hstuart.dk>
686
687 * src/mod-python.c: add python_handle_topic and refactor
688 emb_get_channel.
689
690 * src/plugins/__init__.py: add empty topic handler function to
691 Plugin class.
692
693 * src/modpython.py: add topic handler function.
694
9c7f11c2 6952009-10-12 Henrik Stuart <evilnet@hstuart.dk>
696
697 * src/mod-python.c: add python_handle_del_user.
698
699 * src/plugins/__init__.py: add empty del_user handler function to
700 Plugin class.
701
702 * src/modpython.py: add del_user handler function.
703
0a585d7e 7042009-10-12 Henrik Stuart <evilnet@hstuart.dk>
705
706 * src/mod-python.c: refactor python_handle_nick_change.
707
708 * src/plugins/__init__.py: add empty nick_change handler function to
709 Plugin class.
710
711 * src/modpython.py: refactor nick_change to use new plugin
712 system.
713
30814f13 7142009-10-12 Henrik Stuart <evilnet@hstuart.dk>
715
716 * src/plugins/__init__.py: refactor plugin instantiation logic.
717
c9b009fe 7182009-10-12 Henrik Stuart <evilnet@hstuart.dk>
719
720 * src/mod-python.c: refactor python_handle_new_user.
721
722 * src/modpython.py: refactor new_user handler to use new plugin
723 system.
724
725 * src/plugins/__init__.py: add empty new_user handler function to
726 Plugin class.
727
1ad8c8df 7282009-10-12 Henrik Stuart <evilnet@hstuart.dk>
729
730 * src/mod-python.c: refactor python_handle_server_link to be more
731 Pythonic.
732
733 * src/modpython.py: rename old plugins class to plugins_ and use a
734 more general plugin system.
735
736 * src/plugins/__init__.py: extend with plugin base-class and
737 recursive plugin load logic.
738
94a73df0 7392009-10-12 Henrik Stuart <evilnet@hstuart.dk>
740
741 * src/mod-python.c: add emb_service_register function.
742
1e7b511d 7432009-10-12 Henrik Stuart <evilnet@hstuart.dk>
744
745 * src/mod-python.c: add emb_adduser function.
746
7304cfdc 7472009-10-12 Henrik Stuart <evilnet@hstuart.dk>
748
749 * src/mod-python.c: add emb_svsjoin function.
750
f20f0ab5 7512009-10-12 Henrik Stuart <evilnet@hstuart.dk>
752
753 * src/mod-python.c: add emb_svsquit function.
754
755 * src/proto.h: observe proper const-ness in irc_svsquit function.
756
757 * src/proto-p10.c: observe proper const-ness in irc_svsquit function.
758
15df606d 7592009-10-12 Henrik Stuart <evilnet@hstuart.dk>
760
761 * src/mod-python.c: add emb_svsnick function.
762
5661f28e 7632009-10-12 Henrik Stuart <evilnet@hstuart.dk>
764
765 * src/mod-python.c: refactor doc-strings for extension methods to separate
766 variables. Minor code changes that modify function return values/types to
767 be more uniform.
768
86d0ebc4 7692009-10-12 Henrik Stuart <evilnet@hstuart.dk>
770
771 * src/mod-python.c: add emb_fakehost function.
772
26d745b2 7732009-10-12 Henrik Stuart <evilnet@hstuart.dk>
774
775 * src/mod-python.c: add emb_user_mode function.
776
b778caa0 7772009-10-12 Henrik Stuart <evilnet@hstuart.dk>
778
779 * src/mod-python.c: add emb_channel_mode function.
780
8d455e8b 7812009-10-11 Henrik Stuart <evilnet@hstuart.dk>
782
783 * src/mod-python.c: remember to increase reference count of Py_None.
784
749f0565 7852009-10-11 Henrik Stuart <evilnet@hstuart.dk>
786
787 * src/mod-python.c: add emb_kick function.
788
2bee6a6e 7892009-10-11 Henrik Stuart <evilnet@hstuart.dk>
790
791 * src/mod-python.c: add emb_get_config function.
792
3f218269 7932009-10-09 Henrik Stuart <evilnet@hstuart.dk>
794
795 * src/mod-python.c: add emb_timeq_del function.
796
8f206d22 7972009-10-09 Henrik Stuart <evilnet@hstuart.dk>
798
799 * src/mod-python.c: add emb_timeq_add function.
800
8012009-10-07 Henrik Stuart <evilnet@hstuart.dk>
b39754f7 802
803 * src/mod-python.c: refactor dict_t construction logic.
804
c9f7b679 8052009-10-07 Henrik Stuart <evilnet@hstuart.dk>
806
807 * src/mod-python.c: improve error logic for emb_get_channel.
808
92fb809b 8092009-10-06 Henrik Stuart <evilnet@hstuart.dk>
810
811 * src/mod-python.c: refactor modeList conversion into separate function.
812
ee6f1c82 8132009-10-06 Henrik Stuart <evilnet@hstuart.dk>
814
815 * src/mod-python.c: refactor out common error cleanup logic.
816
39d37f27 8172009-10-06 Henrik Stuart <evilnet@hstuart.dk>
818
819 * src/mod-python.c: add emb_get_accounts function and refactor some
820 common logic into a single routine.
821
822 * src/nickserv.h src/nickserv.c: make nickserv_handle_dict externally
823 available.
824
0076604e 8252009-10-06 Henrik Stuart <evilnet@hstuart.dk>
826
827 * src/mod-python.c: add emb_kill function.
828
82089e3f 8292009-10-06 Henrik Stuart <evilnet@hstuart.dk>
830
831 * src/mod-python.c: improve error logic for pyobj_from_usernode.
832
318ec177 8332009-10-06 Henrik Stuart <evilnet@hstuart.dk>
834
835 * src/mod-python.c: improve error logic for emb_get_servers.
836
d12756d7 8372009-10-06 Henrik Stuart <evilnet@hstuart.dk>
838
839 * src/mod-python.c: improve error logic for emb_get_channels.
840
5345ea76 8412009-10-06 Henrik Stuart <evilnet@hstuart.dk>
842
843 * src/mod-python.c: improve error logic for emb_get_users.
844
d8f8d3b6 8452009-10-06 Henrik Stuart <evilnet@hstuart.dk>
846
847 * src/mod-python.c: add emb_get_server function and require P10.
848
dcc1df5e 8492009-10-06 Henrik Stuart <evilnet@hstuart.dk>
850
851 * src/mod-python.c: add emb_get_servers function.
852
f0e11521 8532009-10-06 Henrik Stuart <evilnet@hstuart.dk>
854
855 * src/mod-python.c: fix a bunch of typos
856
cc0b2b7f 8572009-10-05 Henrik Stuart <evilnet@hstuart.dk>
858
859 * src/mod-python.c: add emb_get_channels function.
860
6d94ce8b 8612009-10-05 Henrik Stuart <evilnet@hstuart.dk>
862
863 * src/mod-python.c: add emb_get_users function.
864
5b2b1df2 8652009-10-05 Henrik Stuart <evilnet@hstuart.dk>
866
867 * src/mod-python.c: raise exception on failure in emb_get_account.
868
3f24e818 8692009-10-05 Henrik Stuart <evilnet@hstuart.dk>
870
871 * src/mod-python.c: raise exception on unknown channel in emb_get_channel
872
66f68f65 8732009-10-05 Henrik Stuart <evilnet@hstuart.dk>
874
875 * src/mod-python.c: make emb_send_target_notice more resilient toward
876 erroneous input and raise exceptions on failures.
877
e7af1e12 8782009-10-05 Henrik Stuart <evilnet@hstuart.dk>
879
880 * src/mod-python.c: make emb_send_target_privmsg more resilient toward
881 erroneous input and raise exceptions on failures.
882
a957511b 8832009-10-05 Henrik Stuart <evilnet@hstuart.dk>
884
885 * src/mod-python.c: make emb_dump raise exception on failure.
886
54d2fd3d 8872009-10-05 Henrik Stuart <evilnet@hstuart.dk>
888
889 * src/mod-python.c: set exception on error path in emb_get_user.
890
bfdfd1c3 8912009-10-05 Henrik Stuart <evilnet@hstuart.dk>
892
893 * src/mod-python.c: extract userNode to Python dictionary conversion for
894 future use in handlers.
895
bc2f52df 8962009-10-05 Henrik Stuart <evilnet@hstuart.dk>
897
898 * src/mod-python.c: do not leak handler objects
899
ed8d873c 9002009-10-05 Henrik Stuart <evilnet@hstuart.dk>
901
902 * src/mod-python.c: add support for specifying main module in x3.conf
903
50d61a79 9042009-10-05 Henrik Stuart <evilnet@hstuart.dk>
905
906 * src/mod-python.c: Expose Python services module as _svc to follow normal
907 Python naming conventions for C extensions.
908
14897e8c 9092009-10-05 Henrik Stuart <evilnet@hstuart.dk>
910
911 * src/mod-python.c: Remove unused function.
912
46f628b1 9132009-10-05 Henrik Stuart <evilnet@hstuart.dk>
914
915 * src/mod-python.c: Generalise cmd_run to handle arbitrary statements.
916
8994c9a1 9172009-10-05 Henrik Stuart <evilnet@hstuart.dk>
918
919 * src/main-common.c: Initialise opserv before other services.
920
1ccb8f6e 9212009-09-22 Neil Spierling <sirvulcan@sirvulcan.co.nz>
922
923 * Srvx sync. Author: Michael Poole.
924
925 * src/recdb.c (explain_failure): When MAIN_LOG is NULL, report to stderr.
926
57fdf922 9272009-09-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
928
929 * Srvx sync. Author: Michael Poole.
930
931 * src/chanserv.c (handle_part): Allow the current user to be considered for
932 channels other than the channel being /part'ed.
933
934 * src/modcmd.c (modcmd_saxdb_write): Write bot modes to the database.
935 (modcmd_load_bots): Read them out and use them.
936
937 * src/opserv.c (cmd_whois): Use irc_user_mode_chars() here too.
938
939 * src/opserv.help (INVITE): Document this command.
940
941 * src/proto.h (irc_user_modes): Declare.
942 (irc_user_mode_chars): Likewise.
943
944 * src/proto-common.c (irc_user_modes): Define.
945
946 * src/proto-p10.c (irc_user_mode_chars): Define.
947 (irc_user): Use irc_user_mode_chars() instead of open-coding it.
948
7b3aa3a8 9492009-08-21 Matthew Beeching <jobe@mdbnet.co.uk>
950
951 * src/nickserv.c: Fix for a crash bug when using LOC with LDAP
952 where LDAP account exists and AuthServ account does not
953
5a61e83f 9542009-08-20 Matthew Beeching <jobe@mdbnet.co.uk>
955
956 * src/opserv.help: Fixed a typo in ROUTING EXAMPLE
957
72971fc8 9582009-08-17 Matthew Beeching <jobe@mdbnet.co.uk>
959
960 * src/nickserv.c: Added NSMSG_RECLAIM_HOWTO describing how to
961 AUTH when warned that the nick being used is registered
962
53b62ed9 9632009-08-11 Matthew Beeching <jobe@mdbnet.co.uk>
964
965 * src/proto.h: Added declaration fo irc_privmsg_user
966
967 * src/opserv.c: Added privmsg and notice trace actions
968
969 * src/opserv.help: Added privmsg and notice trace actions
970
9712009-08-11 Matthew Beeching <jobe@mdbnet.co.uk>
4b2dcc0d 972
973 * src/proto-p10.c: ignore SPAMFILTER messages
974
e9df2b7d 9752009-08-11 Neil Spierling <sirvulcan@sirvulcan.co.nz>
976
977 * Srvx sync. Author: Michael Poole.
978
979 * configure.in: (HAVE_SOCKADDR_SA_LEN): Define to a non-empty value
980 (specifically, 1).
981 (HAVE_STRUCT_ADDRINFO): Likewise.
982
983 * src/ioset-kevent.c (ioset_kevent_add): Never try to use EV_DELETE, because
984 that can make kevent() return -1/ENOENT.
985 (ioset_kevent_update): We need to try to EV_DELETE here instead.
986 (ioset_kevent_loop): Do not bail if kevent() just returns -1/EINTR.
987
988 * src/Makefile.am (EXTRA_x3_SOURCES): Include mod-blacklist.c.
989
990 * src/sar.c (ipv4_pton): Set the sockaddr length field when it exists.
991 (ipv6_pton): Likewise.
992
18c739ab 9932009-08-11 Matthew Beeching <jobe@mdbnet.co.uk>
412ba860 994
995 * src/proto-common.c: Fix to allow trigger (in channel) commands
996 to work in unregistered channels
997
63e4abc0 9982009-07-30 Matthew Beeching <jobe@mdbnet.co.uk>
999
1000 * src/sar.c: Fix for typo in previous commit
1001
d6a00e9a 10022009-07-30 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1003
1004 * src/sar.c: Commented out an warning message.
1005
fe08d345 10062009-07-29 Matthew Beeching <jobe@mdbnet.co.uk>
1007
1008 * src/nickserv.c: Fix for minor auth bug
1009
bb869923 10102009-07-23 Matthew Beeching <jobe@mdbnet.co.uk>
1011
1012 * src/nickserv.help: Minor spelling correction
1013
e7fe8840 10142009-07-18 Matthew Beeching <jobe@mdbnet.co.uk>
1015
1016 * src/nickserv.c: Fix for NickServ AUTH bug with only password
1017 being supplied
1018
393a3e56 10192009-07-16 Matthew Beeching <jobe@mdbnet.co.uk>
1020
1021 * src/nickserv.c: Added support for NickServ with LDAP enabled
1022
38c4bf0a 10232009-07-15 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1024
1025 * src/chanserv.c: Crash fix with the spin command for hosts with
1026 a long length.
1027
aa8c38ad 10282009-07-05 Matthew Beeching <jobe@mdbnet.co.uk>
1029
1030 * src/chanserv.c: Fix for crash on ChanServ.UNSUSPEND
1031
9ceee393
J
10322009-06-27 Matthew Beeching <jobe@mdbnet.co.uk>
1033
1034 * src/modcmd.c: Fix for bug #2813183
1035
995043b4 10362009-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1037
1038 * src/chanserv.c: Removed lastmod from gline and shun. (from the
1039 srvx merge)
1040
1041 * src/gline.c: Removed lastmod from gline and shun. (from the srvx
1042 merge)
1043
1044 * src/gline.h: Removed lastmod from gline and shun. (from the srvx
1045 merge)
1046
1047 * src/mod-blacklist.c: Removed lastmod from gline and shun. (from
1048 the srvx merge)
1049
1050 * src/mod-sockcheck.c: Removed lastmod from gline and shun. (from
1051 the srvx merge)
1052
1053 * src/opserv.c: Removed lastmod from gline and shun. (from the srvx
1054 erge)
1055
1056 * src/proto-p10.c: Removed lastmod from gline and shun. (from the srvx
1057 merge)
1058
1059 * src/shun.c: Removed lastmod from gline and shun. (from the srvx merge)
1060
1061 * src/shun.h: Removed lastmod from gline and shun. (from the srvx merge)
1062
1063 * src/spamserv.c: Removed lastmod from gline and shun. (from the srvx
1064 merge)
1065
5671e5c2 10662009-06-05 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1067
1068 * src/proto-p10.c: Bug fix for SF Bug #2801434.
1069
c9aeceb5 10702009-06-02 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1071
1072 * src/hash.h: Updated client PRIVS.
1073
1074 * src/proto-p10.c: Updated client PRIVS.
1075
2e9062b9 10762009-06-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1077
1078 * src/tools.c: Re done the extended channel ban code so that it works
1079 like the ircd code.
1080
95b9d0bc 10812009-06-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1082
1083 * src/tools.c: Return -1 with invalid extended bans.
1084
3b7fa78b 10852009-06-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1086
1087 * src/chanserv.c: Tweak the ban functions to allow invalid bans to
1088 be picked up.
1089
1090 * src/tools.c: Return -1 with invalid extended bans.
1091
277ad996 10922009-06-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1093
1094 * src/chanserv.c: Updated user_matches_glob.
1095
1096 * src/common.h: Updated user_matches_glob.
1097
1098 * src/mod-memoserv.c: Updated user_matches_glob.
1099
1100 * src/nickserv.c: Updated user_matches_glob.
1101
1102 * src/opserv.c Updated user_matches_glob.
1103
1104 * src/tools.c: Added support for shared channel bans (j). As well as
1105 quiet bans. Although these are handled ircd side.
1106
80ca5a69 11072009-06-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1108
1109 * src/tools.c: Extended channel ban support. As well as text and
1110 nick change bans, however these 2 are just ignored as they are
1111 handled ircd side.
1112
634d32a3 11132009-06-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1114
1115 * src/tools.c: Extended account ban support.
1116
8062bfc3 11172009-06-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1118
1119 * src/chanserv.c: Basic extended ban support.
1120
1121 * src/tools.c: Basic extended ban support.
1122
463e23c9 11232009-06-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1124
1125 * src/chanserv.c: Fixed up SF bug #2799155.
1126
1127 * src/modcmd.c: Fixed up an issue where missing args was coming up
1128 when it shouldnt.
1129
be2c97a5 11302009-05-31 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1131
1132 * GPL 3 and svn propset updates.
1133
37c8e812 11342009-05-31 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1135
1136 * src/main.c: Added spamserv.h #include.
1137
1138 * src/main-common.c: Woops forgot to init spamserv.
1139
1140 * src/spamserv.c: Fixed up AddLocalUser.
1141
ee25b1b2 11422009-05-30 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1143
1144 * src/chanserv.c: Small fix with CSMSG_SET_UNREVIEWED.
1145
51e05af8 11462009-05-30 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1147
1148 * src/hash.c: Couple of tweaks.
1149
1150 * src/proto-common.c: Fix for triggers not working with forwards as well as
1151 off channel services.
1152
7553c653 11532009-05-30 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1154
1155 * src/chanserv.c: Fixed a crash with setting a .set option with an invalid
1156 option.
1157
1158 * src/mail-smtp.c: Added missing file.
1159
1136f709 11602009-05-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1161
1162 * Major update to bring X3 in line with the latest SRVX commit. Please see
1163 UPGRADE. Credits go to the SRVX team.
1164
11652009-04-22 Neil Spierling <sirvulcan@sirvulcan.co.nz>
39b3b541 1166
1167 * src/proto-p10.c: Ignore stats headers.
1168
413fd8ea 11692009-05-08 Henrik Stuart <evilnet@hstuart.dk>
1170
1171 * src/mod-python.c: generalised cmd_run to process file_input productions.
1172
ef5e0305 11732009-05-06 Henrik Stuart <evilnet@hstuart.dk>
1174
1175 * src/mod-python.c: generalised PYTHONPATH environment setting to
1176 not explicitly set Alex's home directory.
1177
10be9be0 11782009-05-05 Henrik Stuart <evilnet@hstuart.dk>
1179
1180 * src/proto-p10.c: introduced irc_sno for SNO messages. Removed broken
1181 auto_oper on LOC support.
1182
1183 * src/proto.h: introduced irc_sno for SNO messages.
1184
1185 * src/nickserv.c: added registered authentication function to handle
1186 auto_oper on LOC.
1187
6e1142b2 11882009-05-04 Alex Schumann <rubin@afternet.org>
f746eca3 1189
1190 * src/chanserv.c: julien and polo noticed a crash during channel register. Fixed
1191
1192 * x3.conf.example: fix typeo in default channel regex. Thanks again to julien for noticing this.
1193
9c88eebe 11942009-03-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1195
1196 * src/proto-p10.c: Update PRIV handling code for the latest
1197 nefarious 1.3 changes.
1198
50220e57 11992009-02-27 Alex Schumann <rubin@afternet.org>
1200
1201 * src/proto-p10.c: Patch from muer to support auto-oper for LOC
1202 connections too.
2cfebbe2 1203
0ab7b4bc 12042009-01-31 Alex Schumann <rubin@afternet.org>
1205
1206 * src/chanserv.c: change server link handlers to return an int
1207
1208 * src/hash.h: change server link handlers to return an int
1209
1210 * src/plugins/annoy/plugin.py: add some debug code for testing new
1211 hooks
1212
1213 * src/modpython.py: support for new hooks server_link, nick_change,
1214 and new_user
1215
1216 * src/mod-python.c: support for new hooks server_link, nick_change,
1217 and new_user
1218
da4f9236 12192009-01-30 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1220
1221 * src/opserv.c: Warning fix.
1222
1223 * src/proto-p10.c: Bug fix for SF Bug #2547157 (topic ident bug).
1224
0c33848c 12252009-01-27 Alex Schumann <rubin@afternet.org>
1226
1227 * src/modpython.py: Comment out debug printing
1228
1229 * src/plugins/hangman: New example plugin: Hangman game
1230
b7594203 12312009-01-27 Alex Schumann <rubin@afternet.org>
1232
1233 * src/opserv.c: Fix a hole Sindacious found, where alerts on account
1234 don't trigger because they arent looked for during/after auth.
1235
039a6658 12362009-01-26 Alex Schumann <rubin@afternet.org>
1237
1238 * src/plugins/annoy/plugin.py: more test code
1239
1240 * src/mod-python.c: added emb_get_info, silenced warnings, and stub
1241 TODO comments for all the handlers and emb functions we need to
1242 create. search for TODO and lend a hand! :)
1243
0bcdc113 12442009-01-26 Alex Schumann <rubin@afternet.org>
1245
1246 * src/plugins/annoy/plugin.py: new version of test plugin
1247
12482009-01-25 Alex Schumann <rubin@afternet.org>
d68e1d8a 1249
1250 * Makefile.am: forgot to copy modpython.py where it goes.
1251
07559983 12522009-01-24 Alex Schumann <rubin@afternet.org>
1253
1254 * src/mod-python.c: added plugin hook to log to x3 logs, and worked
1255 out the basics of callback registration.
1256
1257 * src/modpython.py: x3 logging hook and new callback registration
1258
1259 * Makefile.am: install modpython.py and plugins/ during make install
1260
1261 * install-r.sh: shell script to do recursive copy with exclusions
1262
cbfd323c 12632009-01-23 Alex Schumann <rubin@afternet.org>
1264
e0f76584 1265 * src/mod-python.c: refactor to use class-based hook manager. Seems to
4c216694 1266 run now. Also added better comments.
cbfd323c 1267
4c216694 1268 * src/modpython.py: refactored into classes. Seems to run now. Cleaned
1269 up a bit.
cbfd323c 1270
57e3ccf6 12712008-01-12 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1272
1273 * src/opserv.c: Fix for SF bug #2491886. Added OSMSG_USER_ALREADY_THERE.
1274
12752009-01-04 Alex Schumann <rubin@afternet.org>
2045ae25 1276
1277 * src/nickserv.c: fix access change bug when using ldap but not
1278 ldap_oper_group_dn.
1279
06742a38 12802009-01-01 Matthew Beeching <jobe@mdbnet.co.uk>
1281
1282 * languages/README.txt: Changed validate_lang.pl to validate.pl
1283
1284 * languages/validate.pl: Set executable
1285
1286 * languages/lang_export.sh: Set executable
1287
b45fd7d7 12882008-12-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1289
1290 * src/chanserv.c: SF feature 1476390. Added nodelete option to
1291 MERGE.
1292
1293 * src/chanserv.help: SF feature 1476390. Added nodelete option
1294 to MERGE.
1295
f21ec816 12962008-12-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1297
1298 * src/chanserv.c: SF feature 2353198. Patch from CaptKirk. Added
1299 the channel flag to the register command. Also removed the
1300 helping flag.
1301
4648ded2 13022008-12-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1303
1304 * src/hash.c: SF feature 2353183. Made X3 aware of +a.
1305
1306 * src/hash.h: SF feature 2353183. Made X3 aware of +a.
1307
40c18c28 13082008-12-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1309
1310 * src/global.c: Added RCHANNELS which will send notices to all
1311 registered channels. Also changed CHANNELS to notice all channels
1312 instead of registered ones only.
1313
1314 * src/global.h: Added RCHANNELS.
1315
1316 * src/global.help: Added RCHANNELS target.
1317
42c38d42 13182008-12-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1319
1320 * src/global.c: Added AUTHED target.
1321
1322 * src/global.h: Added AUTHED target.
1323
083fb96b 13242008-12-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1325
1326 * src/opserv.c: Store when alerts were last triggered.
1327
d3abe0df 13282008-12-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1329
1330 * x3.conf.example: Added valid_channel_regex.
1331
1332 * src/chanserv.c: Added valid_channel_regex.
1333
a837dcf5 13342008-12-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1335
1336 * src/chanserv.c: Warning fixes.
1337
1338 * src/proto-p10.c: Warning fixes.
1339
4cb36ef0 13402008-12-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1341
1342 * configure: Regenerated.
1343
1344 * configure.in: Added math.h check.
1345
1346 * rx/Makefile.in: Regenerated.
1347
1348 * src/chanserv.c: Warning fixes.
1349
1350 * src/config.h.in: Regenerated.
1351
1352 * src/Makefile.in: Regenerated.
1353
1354 * src/math.c: Warning fixes.
1355
1356 * src/nickserv.c: Warning fixes.
1357
1358 * src/opserv.c: Warning fixes.
1359
1360 * src/proto-p10.c: Warning fixes.
1361
0e859bd9 13622008-12-24 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1363
1364 * src/chanserv.c: Fix for SF bug #2423717. Invalid automode choices
1365 with a string will now show the invalid string rather than 0.
1366
2f7421b5 13672008-12-24 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1368
1369 * src/nickserv.c: Fix for SF bug #2420339. Password change emails
1370 will not have the first time part in the email. Email change emails
1371 will have them though.
1372
97e51197 13732008-12-24 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1374
1375 * src/chanserv.c: Fix for SF bug #2353222 (+l not being removed
1376 when dynlimit disabled.
1377
cad8f3a7 13782008-12-24 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1379
1380 * src/proto-p10.c: Fix for SF bug #2401693 (gsync not working properly).
1381
9a50a1a2 13822008-11-30 Matthew Beeching <jobe@mdbnet.co.uk>
1383
1384 * src/spamserv.c: Fix crash bug in ADDTRUST/DELTRUST
1385
d4e0f0c4 13862008-11-25 Alex Schumann <rubin@afternet.org>
1387
1388 * src/mod-python.c: call run function instead of using
1389 pyrun_simplestring. Set global info for simple reply() to have what it
1390 needs to run.
1391
1392 * src/modpython.py: new name as - interferes with module loading.
1393 added reply() function
1394
8d670803 13952008-11-22 Alex Schumann <rubin@afternet.org>
1396
1397 * src/mod-python.c: Added ability to query info about nick or channel
1398 name
1399
a2c8c575 14002008-11-16 Alex Schumann <rubin@afternet.org>
1401
1402 * src/mod-python.c: filled in some missing pieces.
1403
1404 * src/mod-python.py: more demo code for testing
1405
50ca1f0c 14062008-11-16 Matthew Beeching <jobe@mdbnet.co.uk>
1407
1408 * src/chanserv.help: Minor mistake in help for 'SET MAXSETINFO'
1409
14102008-11-16 Alex Schumann <rubin@afternet.org>
caf97651 1411
a2c8c575 1412 * src/mod-python.c: further work on building basic bits of this
caf97651 1413
a2c8c575 1414 * src/mod-python.py: first pass at what will be the base python script.
caf97651 1415
50ca1f0c 14162008-11-13 Alex Schumann <rubin@afternet.org>
0b350353 1417
a2c8c575 1418 * src/modcmd.c: remove python tests (moved to mod-python.c)
0b350353 1419
a2c8c575 1420 * src/mod-python.c: initial template based on memoserv
0b350353 1421
14c04a50 14222008-11-12 Matthew Beeching <jobe@mdbnet.co.uk>
1423
1424 * tools/db.php: Added sample DB parser script
1425
2f65da8f 14262008-11-06 Alex Schumann <rubin@afternet.org>
1427
a2c8c575 1428 * src/modcmd.c,Makefile.in,src/Makefile.in,configure.in,src/config.h.in:
2f65da8f 1429 Begin work on embedding python.
1430
56b83e80 14312008-11-06 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1432
1433 * src/proto-p10.c: Fixes for SGLINE and SSHUN. As well as a fix for
1434 bug 2173687 (PRIVS part of it is already fixed on trunk).
1435
5f6a98a7 14362008-10-24 Matthew Beeching <jobe@mdbnet.co.uk>
1437
1438 * src/chanserv.help: Minor spelling mistake "change" instead of
1439 "change"
1440
6221421c 14412008-10-10 Matthew Beeching <jobe@mdbnet.co.uk>
1442
1443 * src/opserv.c: Fix for crash on OpServ SVSPART where the
1444 channel specified does not exist.
1445
f2a8c1ea 14462008-09-30 Matthew Beeching <jobe@mdbnet.co.uk>
1447
1448 * src/nickserv.c: Prevent automatic registration of dissallowed
1449 nicks when registering an account
1450
a6fa0035 14512008-09-27 Matthew Beeching <jobe@mdbnet.co.uk>
1452
1453 * src/chanserv.c: Fix for <trigger>shoot telling you to use
1454 .roulette instead of <trigger>roulette
1455
59b38cc0 14562008-09-15 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1457
1458 * src/proto-p10.c: SGLINE and SSHUN support some stuff coming
1459 soon in Nefarious.
1460
2a4ca4f5 14612008-09-07 Matthew Beeching <jobe@mdbnet.co.uk>
1462
1463 * src/chanserv.c: Changed PEON to PAL
1464
1465 * src/chanserv.help: Changed PEON to PAL
1466
1467 * src/modcmd.c: Changed PEON to PAL
1468
1469 * docs/access-levels.txt: Changed PEON to PAL
1470
1471 * languages/de/chanserv.help: Changed PEON to PAL
1472
1473 * languages/en_GB/chanserv.help: Changed PEON to PAL
1474
055f3f30 14752008-09-06 Matthew Beeching <jobe@mdbnet.co.uk>
1476
1477 * src/proto-p10.c: Added new PRIV_*'s to privtab
1478
1479 * src/mod-snoop.c: Added support for channel mode +h
1480
1481 * src/hash.h: #define's for missing PRIV_*'s
1482
6ff42e24 14832008-09-02 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1484
1485 * src/chanserv.c: Fixed an issue with OPCHAN and channels using off
1486 channel.
1487
df21b43d 14882008-08-19 Alex Schumann <rubin@afternet.org>
19c83de8 1489
1490 * src/chanserv.c: fix a bug in the default wheel spin settings if they
1491 were not in the config file, x3 would core.
1492
92f63dd4 14932008-07-21 Neil SPierling <sirvulcan@sirvulcan.co.nz>
1494
1495 * src/chanserv.c: Turn the kick ban all chans spin action into a
1496 timed ban (5 minutes). Also seperated the setting of the ban from
1497 the stripping of ohv. If Nefarious has halfops disabled then trying
1498 to strip the modes and set the ban results in the numeric being set
1499 as the ban. This will need to be fixed in nefarious.
1500
b08a5f8b 15012008-07-20 Alex Schumann <rubin@afternet.org>
1502
8deb31d3 1503 * src/chanserv.c: remove spin debugging code. Fix gline/kill glitch.
b08a5f8b 1504
1505 * src/config.h: bump trunk to 1.7
1506
74ac2349 15072008-07-19 Alex Schumann <rubin@afternet.org>
1508
5e6460e4 1509 * src/proto-p10.c: dont print warning on uping to a jupe. added
1510 irc_svsquit() function
1511
1512 * src/chanserv.c: rework wheel-of-misfortune a bit, allow individual
1513 spins to be enabled in x3.conf and make it easy to add new ones or
1514 change likelyhoods.
1515
1516 * src/proto.h: added irc_svsquit() prototype
1517
1518 * src/x3.conf.example: wheel action example configs
74ac2349 1519
a218fded 15202008-07-18 Alex Schumann <rubin@afternet.org>
1521
1522 * src/proto-p10.c: set lastmod time to current time when sending
1523 glines, otherwise ircd wont burst them later.
1524
1525 * src/modcmd.c: break credits out to its own command, and add svn
1526 version string to ctcp version reply.
1527
625ccd4e 15282008-07-02 Matthew Beeching <jobe@mdbnet.co.uk>
1529
1530 * src/proto-p10.c: Added missing PRIV_*'s to privtab
1531
1532 * src/hash.h: #define's for missing PRIV_*'s
1533
17d4a698 15342008-06-23 Alex Schumann <rubin@afternet.org>
1535
c64a32cb 1536 * src/chanserv.c: Fix a bug where if spin abuse creates a clone, but an oper kills the
1537 clone before its auto-removed, x3 crashes. Thanks tyler and jigsy.
1538
15392008-06-23 Alex Schumann <rubin@afternet.org>
1540
1541 * src/nickserv.c: make opserv access level required to be in oper ldap
17d4a698 1542 group configurable.
1543
1544 * src/nickserv.h: make opserv access level required to be in oper ldap
1545 group configurable.
1546
18006b5c 15472008-06-12 Alex Schumann <rubin@afternet.org>
1548
1549 * src/nickserv.c: fix login-on-connect logic problem when ldap libs
1550 are present but ldap is not in use.
1551
cf8bedff 15522008-04-22 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1553
1554 * src/chanserv.c: Fixed a small bug with SVSNickChange.
1555
1556 * src/hash.h: Added buttaknife's patch which allows modes to be
1557 searched for using opserv trace. Also Fixed a small bug with
1558 SVSNickChange.
1559
1560 * src/hash.c: Fixed a small bug with SVSNickChange.
1561
1562 * src/opserv.c: Added buttaknife's patch which allows modes to
1563 be searched for using opserv trace.
1564
1565 * src/proto-p10.c: Added buttaknife's patch which allows modes
1566 to be searched for using opserv trace.
1567
04cb4dfc 15682008-04-10 Alex Schumann <rubin@afternet.org>
1569
1570 * src/nickserv.c: Fix wrong param count check in oset password
1571
fba880b8 15722008-04-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1573
1574 * src/chanserv.c: Fixed a bug with x3 not handling kills properly.
1575
1576 * src/opserv.c: Fixed a bug with x3 not handling kills properly.
1577
7dd05763 15782008-04-02 Alex Schumann <rubin@afternet.org>
1579
fba880b8 1580 * src/proto-p10.c: Provisional code for LOC account hostmask validation
7dd05763 1581
fba880b8 1582 * src/nickserv.c: Provisional code for LOC account hostmask validation
7dd05763 1583
90746c83 15842008-04-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1585
1586 * configure: Regenerated.
1587
1588 * configure.in: Bumped up trunk version for X3.
1589
1c76f1b4 15902008-03-29 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1591
1592 * src/proto-p10.c: Ignore SNO messages.
1593
0bd0bef6 15942008-03-28 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1595
1596 * configure: Regenerated.
1597
1598 * configure.in: Fixed up a typo spotted by Sakkath.
1599
1600 * x3.conf.example: Fixed up a typo spotted by Sakkath.
1601
e91c6c1e 16022008-03-28 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1603
1604 * src/chanserv.c: If Nefarious 1.2.0 is in use then use SVSQUIT to
1605 fake a connection reset by peer quit if spin 1 comes up.
1606
16072008-03-28 Neil Spierling <sirvulcan@sirvulcan.co.nz>
ea54b136 1608
1609 * src/chanserv.c: Only allow logged in people to use spin.
1610
e91c6c1e 16112008-03-28 Neil Spierling <sirvulcan@sirvulcan.co.nz>
b404335b 1612
e03ec3dc 1613 * src/chanserv.c: Added lamepart function so that spin can be used
1614 on Nefarious 1.1.
1615
e91c6c1e 16162008-03-28 Neil Spierling <sirvulcan@sirvulcan.co.nz>
e03ec3dc 1617
1618 * src/chanserv.c: Added the wheel of misfortune. This will only
b404335b 1619 work with Nefarious 1.2.0. You can upgrade X3 now even if you are
1620 running 1.1. Also fixed up some roulette/shoot bugs.
1621
e03ec3dc 1622 * src/hash.h: Function to change nicknames in X3 when using SVSNICK.
b404335b 1623
e03ec3dc 1624 * src/hash.c: Function to change nicknames in X3 when using SVSNICK.
b404335b 1625
87708af4 16262008-03-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1627
1628 * src/chanserv.c: Added roulette command.
1629
1630 * src/chanserv.h: Added roulette command.
1631
1632 * src/mod-memoserv.c: Added email sending functionality when
1633 new memos are sent.
1634
74328623 16352008-03-24 Alex Schumann <rubin@afternet.org>
1636
1637 * src/nickserv.c: fix 1 param auth for ldap libs available but not
1638 enabled, case. Thanks jobe.
1639
964a842d 16402008-03-11 Alex Schumann <rubin@afternet.org>
1641
1642 * src/opserv.c: Add svsnick command
1643
1644 * src/opserv.help: add help for svsnick and improve menu a bit
1645
1646 * src/nickserv.c: re-enable 1 param auth if not using ldap.
1647
8fb4e4be 16482008-03-02 Alex Schumann <rubin@afternet.org>
1649
1650 * src/spamserv.c: Possible fix for sf bug 1905760 (spamserv
1651 kill/reconnect segfault)
1652
763de701 16532007-07-31 Alex Schumann <rubin@afternet.org>
1654
1655 * src/proto-p10.c: ignore ALIST messages
1656
684c56b9 16572007-05-08 Alex Schumann <rubin@afternet.org>
1658
1659 * src/nickserv.c: fix authentication bug with ldap by temporarily
1660 removing account-less authentication.
1661
1662 * src/nickserv.help: fix help file to reflect change
1663
16642007-05-08 Neil Spierling <sirvulcan@sirvulcan.co.nz>
7e49d01c 1665
1666 * src/mod-webtv.c: Allow opers to override required_mark. Also added
1667 SJOIN (undocumented) so opers can join IRC into channels where its
1668 needed as WebTV can only message clients in channels they are in.
1669
a01701f8 16702007-06-08 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1671
1672 * src/mod-webtv.c: Added JOIN and PART.
1673
1674 * src/mod-webtv.help: Added JOIN and PART.
1675
684c56b9 16762007-05-08 Neil Spierling <sirvulcan@sirvulcan.co.nz>
b15cddea 1677
1678 * src/mod-webtv.c: Added NICK and WHOIS commands. As well as 2 x3.conf
1679 config options, required_mark and valid_marks.
1680
1681 * src/mod-webtv.help: Added INDEX, NICK, and WHOIS.
1682
684c56b9 16832007-05-08 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2784452e 1684
1685 * configure: Run autogen.sh.
1686
1687 * configure.in: Tweaks for google core dumper 1.1.
1688
1689 * x3.conf.example: Basic webtv module section.
1690
1691 * src/config.h.in: Run autogen.sh.
1692
1693 * src/Makefile.am: Run autogen.sh.
1694
1695 * src/Makefile.in: Run autogen.sh.
1696
1697 * src/mod-webtv.c: Basic module for now. (Does nothing so dont
1698 bother compiling in).
1699
1700 * src/mod-webtv.help: Empty help file for webtv module.
1701
1702 * tools/core_install.sh: Update google core dumper to 1.1.
1703
1704 * tools/coredumper.tar.gz: Update google core dumper to 1.1.
1705
684c56b9 17062007-05-06 Neil Spierling <sirvulcan@sirvulcan.co.nz>
bc06f607 1707
1708 * src/proto-p10.c: Quick fix (as its 12:11am and i have work at 8:30am).
1709 This will stop the "Unable to find user irc.servername.com whose mark
1710 is changing." messages. When a user reconnects and an existing exempt
1711 is on the network for the user, their lastseen time is sent out to
1712 all the servers. This quick fix moves the user checking part to
1713 the relevant part of the function that actually uses users.
1714
8ce9df05 17152007-05-04 Alex Schumann <rubin@afternet.org>
1716
1717 * src/chanserv.c: fixed problem with giveownership logs where the
1718 previous owners handle could reference a free'd string.
1719
d5faccba 17202007-04-24 Alex Schumann <rubin@afternet.org>
1721
1722 * src/nickserv.c: add missing ifdef for inldap search.
1723
b96027ad 17242007-04-22 Alex Schumann <rubin@afternet.org>
1725
1726 * src/nickserv.c: change authserv search accountmask to just account.
1727 added inldap search criteria. added add2ldap search target.
1728
87677bd8 1729 * src/nickserv.help: added help for ldap searching. + only add2ldap if
1730 all the info is there.
b96027ad 1731
41a3556d 1732 * src/x3ldap.c: clean up of some error messages/handling. + add a byte
87677bd8 1733 to password malloc to maybe solve a core problem? + fix an error
1734 checking option.
b96027ad 1735
eb9bf540 17362007-04-21 Alex Schumann <rubin@afternet.org>
1737 * src/nickserv.c: remove some un-needed errors with duplicate
1738 add/deletes in ldap
1739
ddcb3eb3 17402007-04-21 Alex Schumann <rubin@afternet.org>
1741
1742 * src/nickserv.c: fix bug with register_user from loc causing core
1743
bec5dd26 17442007-04-20 Alex Schumann <rubin@afternet.org>
1745
1746 * src/x3ldap.c: support for ldaps (ssl/tls) was added. ldap_host and
1747 ldap_port changed to ldap_uri.
1748
1749 * src/nickserv.c: fixed LOC bugs with accounts that exist in ldap but
1750 not x3 not being created. changed to ldap_uri config instead of
1751 host/port
1752
1753 * src/nickserv.h: changed to ldap_uri
1754
1755 * x3.conf.example: changed to ldap_uri
1756
3b29d086 17572007-04-09 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1758
1759 * README: testing.
1760
e0bcaf30 17612007-04-09 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1762
1763 * INSTALL: Another test.
1764
ed7ac86b 17652007-04-08 Alex Schumann <rubin@afternet.org>
1766
1767 * src/chanserv.c: fix for a core when adding kill alert for numchans 1
1768
69566a5b 17692007-04-06 Alex Schumann <rubin@afternet.org>
1770
1771 * src/chanserv.help: added Jigsy's mode help MODE CHANNEL and MODE
1772 USER
1773
c74bf46b 17742007-04-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1775
1776 * ChangeLog: Email update.
1777
2cfebbe2 17782007-04-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1779
1780 * src/AUTHORS: Email update, mostly for CIA commit testing.
1117fc5a 1781
e661b9c3 17822007-04-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1783
1784 * src/helpfile.c: Added colour support $k.
1785
c5b279ed 17862007-03-20 Alex Schumann <rubin@afternet.org>
1787
1788 * src/nickserv.c: ButtaS2sLore sent in this patch to fix the default
1789 style when registering new users.
1790
dc46f772 17912007-03-20 Alex Schumann <rubin@afternet.org>
1792
1793 * src/nickserv.c: applied patch from playa which fixes the nickname
1794 valid checks when registering a nick.
1795
af16f748 17962007-03-20 Alex Schumann <rubin@afternet.org>
1797
1798 * src/nickserv.c: fix trying to do ldap when not enabled during
3c607a5f 1799 cmd_register + also with cmd_unregister
af16f748 1800
5aef35cf 18012007-03-20 Alex Schumann <rubin@afternet.org>
1802
1803 * src/opserv.c: fix for stats alerts filtering
1804
1805 * src/chanserv.c: dont kick lamers if they are currently exempt (+e)
1806
1807 * src/x3ldap.c: fix ldap error code to string
1808
1809 * src/nickserv.c: (comment to add LOC logging)
1810
a6bb184f 18112007-02-26 Alex Schumann <rubin@afternet.org>
1812
1813 * src/nickserv.c: fix bug with LOC logic and ldap.
1814
d6ef86e3 18152007-02-13 Alex Schumann <rubin@afternet.org>
1816
1817 * src/nickserv.c: Fix bugs with ldap cookies. Fix opt_password
1818 warning/crash potential
1819
18202007-02-13 Alex Schumann <rubin@afternet.org>
f19aa016 1821
8dc17ddf 1822 * src/x3ldap.c: Fix double-hashing of passwords when using ldap and
1823 resetpass cookie system.
1824
1825 * src/nickserv.c: Fix double-hashing of passwords when using ldap and
1826 resetpass cookie system. Fix incorrect terms in ldap email error
1827 message.
1828
18292007-02-12 Alex Schumann <rubin@afternet.org>
1830
1831 * src/x3ldap.c: fix ldap_delete not binding first, so causing
a40080a2 1832 access denied sometimes.
1833
18342007-02-12 Alex Schumann <rubin@afternet.org>
1835
1836 * x3.conf.example: fix ldap config example so it actually works
f19aa016 1837
acb142f0 18382007-02-12 Alex Schumann <rubin@afternet.org>
1839
1840 * src/nickserv.h: lowercase account name setting
1841
1842 * x3.conf.example: lowercase account name setting
1843
1844 * src/nickservc: only lowercase account names if the option is set.
1845
d6b0769f 18462007-02-12 Alex Schumann <rubin@afternet.org>
1847
1848 * src/tools.c: adding ircd_strtolower() func
1849
1850 * src/common.h: adding ircd_strtolower() func
1851
82b7b0d8 1852 * src/nickserv.c: force accounts to lowercase at all inputs. ++fix
e0ee1ed8 1853 warning ++fix another
d6b0769f 1854
a3ad3ee3 18552007-02-11 Alex Schumann <rubin@afternet.org>
1856
1857 * src/nickserv.c: fixed a bunch of ldap result value check bugs
1858
8a729617 18592007-02-11 Alex Schumann <rubin@afternet.org>
1860
1861 * src/opserv.c: Added oper group support to ldap
1862
1863 * src/x3ldap.c: Added group support to ldap. Fixed set email bug
1864
1865 * src/x3ldap.h: Added group support to ldap.
1866
1867 * src/nickserv.c: Added group support to ldap
1868
1869 * src/nickserv.h: Added group support to ldap
1870
c74bf46b 18712007-02-11 Neil Spierling <sirvulcan@sirvulcan.co.nz>
03fa9256 1872
1873 * tools/ldap/ldap_convert.php: Fixes after more testing.
1874
24e9e6c3 18752007-02-09 Alex Schumann <rubin@afternet.org>
1876
1877 * src/x3ldap.c: addid search function to get users email address from
1878 ldap
1879
1880 * src/x3ldap.h: func defs for search
1881
1882 * src/nicserv.c: update local copy of email address when they log
8dc06852 1883 in via ldap. fix memory leak.
24e9e6c3 1884
4b8ccfeb 18852007-02-08 Alex Schumann <rubin@afternet.org>
1886
1887 * src/x3ldap.c: cleaning up and switching adduser to use the new
1888 crypted password scheme.
1889
1890 * src/nickserv.c: testing with ldap_enabled set to 0, and/or WITH_LDAP
1891 not defined, uncovered some warnings etc.
1892
c814d8cd 18932007-02-08 Alex Schumann <rubin@afternet.org>
1894
1895 * src/nickserv.c: Filling in ldap support for all password related
1896 operations: cmd_pass, loc_auth, etc.
1897
c74bf46b 18982007-02-09 Neil Spierling <sirvulcan@sirvulcan.co.nz>
6cba6239 1899
1900 * tools/ldap/ldap_convert.php: Few tweaks.
1901
19022007-02-08 Alex Schumann <rubin@afternet.org>
1903
1904 * tools/ldap/inetorganon.schema: Scheme for ldap.
1905
1906 * tools/ldap/ldap_convert.php: Conversion script for converting
1907 x3 users to the ldap server.
1908
73d4cc91 19092007-02-07 Alex Schumann <rubin@afternet.org>
1910
1911 * configure.in: adding compile/configure support for ssl libs (not
1912 yet needed)
1913
1914 * configure: updated from above.
1915
1916 * src/config.h.in: adding compile/configure support for ssl libs (not
1917 yet needed)
1918
1919 * src/x3ldap.c: ldap crypted password pain. SUpport for object classes
1920 in config file.
1921
1922 * src/x3ldap.h: ldap crypted password pain. Support for object classes
1923 in config file.
1924
1925 * src/nickserv.c: change password in ldap when its changed in
1926 nickserv. Support for object classes in config file.
1927
1928 * src/nickserv.h: support for object classes in conf file
1929
a5a8a781 19302007-02-07 Alex Schumann <rubin@afternet.org>
1931
1932 * src/x3ldap.c: improve error result feedback
1933
fc012087 1934 * src/nickserv.c: improve error result feedback (oops, fix for if
1935 ldap_enable is 0)
a5a8a781 1936
ea02341b 19372007-02-07 Alex Schumann <rubin@afternet.org>
1938
1939 * src/x3ldap.c: ldap_add functionality
1940
1941 * src/x3ldap.h: ldap_add functionality
1942
1943 * src/nickserv.h: ldap_add functionality
1944
1945 * src/nickserv.c: ldap_add functionality
1946
1947 * x3.conf.example: ldap_add functionality
1948
8da89711 19492007-02-06 Alex Schumann <rubin@afternet.org>
1950
39edf54a 1951 * src/x3ldap.c: fix compiling problem when non-ldap. Compile fixups
1952 and sanity checks.
8da89711 1953
39edf54a 1954 * configure.in: Better ldap library handling **oops ** helps to
1955 actually have -lldap in LIBS...
db9a9a8a 1956
39edf54a 1957 * configure: regenerated from above ** **
1958
1959 * x3.conf.example: tweaked ldap settings
1960
1961 * src/nickserv.h: remove ldap config settings if not compiled in
1962
1963 * src/nickserv.c: automatiaclly add users who can auth to ldap and get
1964 logins working.
8da89711 1965
c74bf46b 19662007-02-06 Neil Spierling <sirvulcan@sirvulcan.co.nz>
50895889 1967
1968 * src/x3ldap.c: Added GPL header, also change the printf's to
1969 log_module's as per one of the todo comments.
1970
1971 * src/x3ldap.h: Added GPL header.
1972
e15f42a4 19732007-02-05 Alex Schumann <rubin@afternet.org>
1974
1975 * src/nickserv.c: fix non-compile without ldap problem
1976
e166c31b 19772007-02-05 Alex Schumann <rubin@afternet.org>
1978
1979 * src/x3ldap.c: Beginnings of ldap authentication support
1980
1981 * src/x3ldap.h: Beginnings of ldap authentication support
1982
1983 * src/nickserv.h: Move config struct to .h so ldap.c can see it too
1984
1985 * src/nickserv.c: Beginnings of ldap authentication support
1986
1987 * x3.conf.example: ldap config settings
1988
1989 * src/md5.c: remove old debugging printf() code
1990
1991 * src/configure.in: add --enable-ldap support to configure
1992
1993 * configure: rebuilt from above
1994
1995 * src/Makefile.am: add --enable-ldap support to configure
1996
1997 * src/Makefile.in: rebuilt from above
1998
1999
c74bf46b 20002007-02-04 Neil Spierling <sirvulcan@sirvulcan.co.nz>
b2fd1d25 2001
2002 * src/hash.c: Bug fix for bug #1651561.
2003
c74bf46b 20042007-02-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2bd99739 2005
2006 * src/nickserv.c: Fixed bug #1649326.
2007
cf33840c 20082007-01-28 Alex Schumann <rubin@afternet.org>
2009
2010 * src/mod-memoserv.c: if you bind memoserv commands to chanserv's
2011 nick, and someone sends a memo, send them the memo from memoserv, if
2012 there is a memoserv (not chanserv). Also, make the mini-help prompts
2013 more generic, for when they come from another bot besides memoserv.
2014
c74bf46b 20152007-01-15 Neil Spierling <sirvulcan@sirvulcan.co.nz>
956ee72d 2016
2017 * src/proto-p10.c: RPING support.
2018
c74bf46b 20192007-01-15 Neil Spierling <sirvulcan@sirvulcan.co.nz>
8f9e3388 2020
2021 * src/proto-p10.c: This will hide annoying rping/rping error messages
2022 from the o3 alert channel when denora is linked. Will write proper
2023 functions when i figure out how rping n rpong works.
2024
c74bf46b 20252007-01-15 Neil Spierling <sirvulcan@sirvulcan.co.nz>
ad3104a4 2026
2027 * src/spamserv.c: As kNode points to an entry in killed_users_dict,
2028 we need to free kNode before removing the entry. Fixed a nasty
2029 glibc core.
2030
cc1705aa 20312007-01-12 Alex Schumann <rubin@afternet.org>
2032
2033 * src/mod-helpserv.c: This module is coded very poorly, with lots of
2034 newby c mistakes with pointers and malloc and whatnot. This fixes some
2035 small part of that so that user commands work again, and to reduce
2036 confusion. It needs a LOT more work to be what I would consider
2037 safe..
2038
c74bf46b 20392007-01-12 Neil Spierling <sirvulcan@sirvulcan.co.nz>
c9ec8867 2040
2041 * src/spamserv.c: Horrible but it will do, i need to rewrite
2042 the flag system.
2043
2044 * src/spamserv.h: Oppsie, probably my fault. Fixed caps and
2045 badreaction being linked up.
2046
2047 * src/proto-p10.c: Fixed handling of incoming SVSPART's.
2048
b532a93e 20492007-01-10 Alex Schumann <rubin@afternet.org>
2050
2051 * src/log.c: commented out impossible assertion which makes x3 core on
2052 fatal errors instead of exit cleanly.
2053
9cfdef25 20542007-01-10 Alex Schumann <rubin@afternet.org>
2055
2056 * src/mod-helpserv.c: fix strncpy problem
2057
c74bf46b 20582007-01-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1e993296 2059
2060 * src/chanserv.c: Fixed some bugs in trace_check_bans (Used with
2061 checkrestrictions alerts.
2062
2063 * src/opserv.c: Fixed up how limits are check with checkrestrictions.
2064
c74bf46b 20652007-01-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
3da28d8e 2066
2067 * configure: Regenerated.
2068
2069 * configure.in: Added HAVE_HELPSERV.
2070
2071 * x3.conf.example: Seems theres been a hidden prefix option to
2072 allow users to use helpserv commands (ones for users not helpers).
2073
2074 * src/config.h.in: Added HAVE_HELPSERV.
2075
2076 * src/mod-helpserv.c: Made helpserv more useable:
2077
2078 * Added CLOSEREQ for users to close their current request.
2079
2080 * Added SHOWREQ for users to show their current req (equiv of SHOW).
2081
2082 * Added JoinTotal, if ON then when a helper joins the channel they
2083 will be sent a notice of the total UNASSIGNED requests.
2084
2085 * Added AlertNew, if ON then when a user opens a new help request
2086 all helpers will be alerted.
2087
2088 * Added SUSPEND/UNSUSPEND for suspending and unsuspending help
2089 bots.
2090
2091 * Added $i replacer for HelpServ SET's, changes $i to a valid
2092 request id. If no iq exists for another bot uses $i then all
2093 that is displayed is $i.
2094
2095 * Changed the USERCMD function type from void to int so that we
2096 dont get a warning when trying to use REQUIRE_PARMS in a usercmd
2097 function.
2098
2099 * Seeing as helpserv does its help slightly different i added in the
2100 HEADER/DIVIDER/FOOTER help code from modcmd.c, so that the help
2101 output looks the same.
2102
2103 * Addded usercmd_helpserv for to access USERINDEX.
2104
2105 * Allow users to use HELP even without an open request.
2106
2107 * src/mod-helpserv.help: Made the index a bit more like X3, O3 etc.
2108 Also added a USERINDEX. Plus added help for the above things i
2109 added to helpserv
2110
2111 * src/modcmd.c: Adjusted years.
2112
50ea69b0 21132007-01-03 Alex Schumann <rubin@afternet.org>
2114
2115 * src/opserv.c: fix crash in ctcp version checkin
2116
0c8d17fe 21172007-01-01 Alex Schumann <rubin@afternet.org>
2118
2119 * x3.conf.example: Fixed set_shows which didnt get updated a while
2120 back.
2121
c74bf46b 21222006-12-26 Neil Spierling <sirvulcan@sirvulcan.co.nz>
ee37b347 2123
2124 * src/spamserv.c: Try this, tho sizeof worked fine for me with
2125 info sizes of 4 and 5 ("blss" and "blsss") i had no crashes.
2126
c74bf46b 21272006-12-26 Neil Spierling <sirvulcan@sirvulcan.co.nz>
a674c5d3 2128
2129 * src/spamserv.c: Added CAPSSCAN for scanning caps, other related
2130 options added, CAPSREACTION, CAPSMIN, and CAPSPERCENT.
2131
2132 * src/spamserv.h: Added caps scanning functionality.
2133
2134 * src/spamserv.help Added caps scanning help
2135
c74bf46b 21362006-12-26 Neil Spierling <sirvulcan@sirvulcan.co.nz>
9e5e441d 2137
2138 * src/spamserv.c: Tweaked the SET output for the EXCEPT levels.
2139
c74bf46b 21402006-12-26 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2e4e27fe 2141
2142 * src/spamserv.c: Removed scan voiced/halfops/ops SET options.
2143 Added 4 new except levels, EXCEPTADVLEVEL, EXCEPTBADWORDLEVEL,
2144 EXCEPTFLOODLEVEL, and EXCEPTSPAMLEVEL. Users equal or above to
2145 the specified levels will be exempt. All levels default to
2146 UL_OP (200) at first.
2147
2148 * src/spamserv.h: Added new except variables.
2149
2150 * src/spamserv.help: Added new sections for the new except SET
2151 options, plus removed the level lines for now.
2152
c74bf46b 21532006-12-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
179a14f6 2154
2155 * Merry Christmas! :)
2156
2157 * src/spamserv.c: Meh cant sleep damn people outside. Fixed a bug
2158 with setting exceptlevel.
2159
9a8aa132 21602006-12-24 Alex Schumann <rubin@afternet.org>
2161
2162 * src/chanserv.c: fixed incorrect message when .dellamer is used on a
2163 nickname.
2164
c74bf46b 21652006-12-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
bc436744 2166
2167 * Merry Christmas! :)
2168
2169 * This completes RFE 1577823.
2170
2171 * src/spamserv.c: Added EXCEPTLEVEL, this replaces the code that
2172 excepts all people who are opped etc. Only people above this level
2173 will be immune now. Defaults to 300 for channels without the option
2174
2175 * src/spamserv.h: Added exceptlevel.
2176
2177 * src/spamserv.help: Added EXCEPTLEVEL.
2178
c74bf46b 21792006-12-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
19c200c1 2180
2181 * Merry Christmas! :)
2182
2183 * src/spamserv.c: Added trusted accounts support (RFE 1577823).
2184
2185 * src/spamserv.help: ADDTRUST, DELTRUST, OADDTRUST, ODELTRUST,
2186 and LISTTRUST added.
2187
8de34abd 21882006-12-20 Alex Schumann <rubin@afternet.org>
2189
2190 * src/Makefile.in: undo temp fix
2191
2192 * src/opserv.c: perm fix to HAVE_TRACK define problems
2193
2194 * src/configure.in: perm fix to HAVE_TRACK define problems
2195
2196 * src/config.h.in: perm fix to HAVE_TRACK define problems
2197
c74bf46b 21982006-12-21 Neil Spierling <sirvulcan@sirvulcan.co.nz>
d3919a0d 2199
2200 * src/Makefile.in: Temp fix.
2201
2c00fbc2 22022006-12-20 Alex Schumann <rubin@afternet.org>
2203
2204 * src/proto-p10.c: added full mark support including as a trace
2205 criteria.
2206
2207 * src/opserv.c: added full mark support including as a trace
2208 criteria.
2209
2210 * src/hash.h: added full mark support including as a trace
2211 criteria.
2212
2213 * src/opserv.help: documented the 'marked' criteria in trace.
2214
6cf5f880 22152006-12-20 Alex Schumann <rubin@afternet.org>
7b0150f8 2216
2217 * src/chanserv.c: fixing a bug with unmatching userlevels and the del*
2218 commands. (such as delpeon of a user with non-standard peon level)
2219
6cf5f880 2220 * src/spamserv.c: fixing memory corruption problems with dicts. Fixed
2221 crash with service rename, and probably many other problems.
2222
2223 * src/mod-track.c: fixing memory problems, and the broken set command.
2224 Track may be stable now, needs large scale testing.
dd42e7fc 2225
c74bf46b 22262006-12-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
847f5770 2227
2228 * src/chanserv.help: Opps that will teach me for cut n pasting.
2229 Adjusted duration line for CLVL help. Users are not removed after
2230 the duration they are reverted back to their previous access
2231 level.
2232
c74bf46b 22332006-12-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
27fa6acf 2234
2235 * src/chanserv.c: check the ircd side ban list too
2236
2237 * src/opserv.c: Fixed a small bug, woops.
2238
c74bf46b 22392006-12-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
5aa400d2 2240
2241 * src/chanserv.c: Added trace_check_bans, cut down version of
2242 check_bans for checkrestrictions
2243
2244 * src/chanserv.h: Declare trace_check_bans.
2245
2246 * src/opserv.c: Added addalert/trace option checkrestrictions. When
2247 using SVSJOIN as an action this option will check the ban lists, invite
2248 keys and limits of the target channel and if any match or exist (invite
2249 etc) then the SVSJOIN wont go through
2250
2251 * src/opserv.help: Added information about checkrestrictions.
2252
c74bf46b 22532006-12-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
09741492 2254
2255 * src/chanserv.c: Timed CLVL's. This just works like my last commit.
2256
2257 * src/chanserv.h: tweaked expiry to accessexpiry and added clvlexpiry
2258 and lastlevel.
2259
2260 * src/chanserv.help: Added information about timed clvls.
2261
e766ec7c 22622006-12-18 Alex Schumann <rubin@afternet.org>
2263
2264 * src/mod-memoserv.c: add a 'privmsg' flag for being notified via pm
2265 instead of notice, when you get new memos. Fixed a buffer overrun with
2266 memo ids.
2267
2268 * src/mod-memoserv.help: fix-up help for settings.
2269
c74bf46b 22702006-12-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
fd20b142 2271
2272 * src/chanserv.c: New feature, channel managers can now add people
2273 with a duration. After the duration expires the person will be
2274 automatically removed and deoped.
2275
2276 * src/chanserv.h: Added expiry.
2277
2278 * src/chanserv.help: Added information about timed accesses.
2279
2280 * src/modcmd.c: Tweaked addop, addhop etc so a duration can be
2281 specified.
2282
c74bf46b 22832006-12-18 Neil Spierling <sirvulcan@sirvulcan.co.nz>
537128ea 2284
2285 * src/proto-p10.c: Reverted one of my line changes.
2286
c74bf46b 22872006-12-17 Neil Spierling <sirvulcan@sirvulcan.co.nz>
e8f92d55 2288
2289 * src/opserv.c: Fixed up a couple of $b errors.
2290
c74bf46b 22912006-12-17 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1b6b5e2f 2292
2293 * src/chanserv.c: Woops forgot to init the channel mode change.
2294
2295 * src/chanserv.h: Tweak to check_bans.
2296
2297 * src/proto-p10.c: Add some sanity checks plus moved the +x to
2298 after the CMD_FAKEHOST otherwise if the person auths then gets
2299 marked they will cause 2 Registered quits on the IRCd. Only one
2300 will happen now.
2301
c74bf46b 23022006-12-17 Neil Spierling <sirvulcan@sirvulcan.co.nz>
c99dcaf6 2303
2304 * src/chanserv.c: Added function check_bans to check bans in a
2305 specific channel when needed (see below).
2306
2307 * src/chanserv.h: check_bans deceleration.
2308
2309 * src/proto-p10.c: First of all we dont need a handle_info when
2310 checking for IsHiddenHost, the IRCd takes care of this. Made it
2311 so we copy the fakehost into user->fakehost so X3 can check
2312 IsFakeHost properly. Lastly after we set a fakehost in irc_mark
2313 we need to recheck the users bans just in case a person has
2314 lamer'ed the marked hostname.
2315
d82cf2f0 23162006-12-12 Alex Schumann <rubin@afternet.org>
2317
2318 * configure.in: making google core lib optional
2319
2320 * configure: regenerated
2321
2322 * src/proto-p10.c: added support for sending nefarious marks
2323
2324 * src/proto.h: prototype for irc_mark
2325
2326 * src/opserv.help: documented new mark support. Also documented the
2327 svsjoin and svspart commands as they were missing.
2328
2329 * src/hash.h: added MARKLEN define
2330
2331 * src/opserv.c: added mark command as well as mark support in trace
2332 and addalert.
2333
c74bf46b 23342006-12-12 Neil Spierling <sirvulcan@sirvulcan.co.nz>
a8b2ad8d 2335
2336 * configure: Regenerated.
2337
2338 * configure.in: Add support for google core dumper. Plus updated
2339 tre to 0.7.5.
2340
2341 * Makefile.in: Regenerated.
2342
2343 * rx/Makefile.in: Regenerated.
2344
2345 * src/config.h.in: Regenerated.
2346
2347 * src/Makefile.in: Regenerated.
2348
2349 * tools/core_install.sh: Just like tre_install.sh. This installs
2350 the core dumper.
2351
2352 * tools/coredumper.tar.gz: Google core dumper 0.2.
2353 http://sourceforge.net/projects/goog-coredumper/
2354
2355 * tools/tre_install.sh: Updated version to 0.7.5
2356
2357 * tools/tre.tar.gz: Updated tre to 0.7.5.
2358
283cfa83 23592006-12-10 Alex Schumann <rubin@afternet.org>
2360
2361 * src/opserv.c: fix debug message left at wrong level ("checking
2362 reroute()")
2363
9079d26c 23642006-12-09 Alex Schumann <rubin@afternet.org>
2365
2366 * src/opserv.c: bugfixes to autorouting timer code
5c6bff84 2367 improved stats routing to clean up & take an argument
9079d26c 2368
2369 * src/opserv.h: bugfixes to autorouting timer code
2370
5c6bff84 2371 * src/opserv.help: document new stats routing syntax
2372
9079d26c 2373 * src/timeq.c: added some usefull (commented out) debugging code for
2374 figuring out timer problems.
2375
2376 * src/timerq.h: added some usefull (commented out) debugging code for
2377 figuring out timer problems.
2378
5c6bff84 2379 * src/proto-p10.c: cleanup/improve eob autorouting init
2380
da5b7dfc 23812006-12-08 Alex Schumann <rubin@afternet.org>
2382
2383 * src/opserv.c: Moving some version reply housekeeping to proto-p10.c
2384
2385 * src/proto-p10.c: moving version reply storage here, adding webTV
2386 no_notice support (automatiaclly dont send notices if version reply
2387 says its a webtv user since they cant SEE notices. (other clients to
2388 add?)) note, this needs a version query alert to get the version from
2389 them.
2390
2391 * src/helpfile.c: honor the no_notices user bit
2392
2393 * src/hash.h: add no_notices user bit
2394
8709474a 23952006-12-07 Alex Schumann <rubin@afternet.org>
2396
eaf715f1 2397 * src/opserv.c: Add filter ability to stats alerts + fixup
8709474a 2398
eaf715f1 2399 * src/opserv.help: document filter feature of stats alerts + fixup
8709474a 2400
7a278540 24012006-12-02 Alex Schumann <rubin@afternet.org>
2402
2403 * src/chanserv.c: fix to levels command (- were missing)
2404
2405 * src/tools.c: fix warning
2406
2407 * src/common.h: fix warning
2408
2409 * src/chanserv.help: update online help url, changed help general to
2410 use new $! command char replacement code.
2411
2412 * src/hash.c: fix warning when geoip is off
2413
2414 * src/helpfile.c: add new '$!' code for chanserv's current trigger
2415 char in help files
2416
11d3c79b 24172006-12-01 Alex Schumann <rubin@afternet.org>
2418
2419 * src/chanserv.c: Raisk pointed out that mdelop and friends dont work
2420 on users of non-standard access level such as 201. Fixed this by
2421 changing mdelop and friends to work on the range of access levels.
c9bf23fe 2422 Added a LEVELS command.
2423
2424 * src/chanserv.h: corrected PEON access defines such that 1-150 is
2425 peon instead of 100-150 with 1-99 being undefined.
2426
2427 * src/chanserv.help: help for new LEVELS command
2428
2429 * src/helpfile.c: Improved table functions so that it automatically
2430 right-justifies numerical columns.
2431
2432 * src/tools.c: Added helper functions str_is_number and msnprintf (an
2433 auto-mallocing printf function)
2434
2435 * src/common.h: defines and defines for msnprintf and str_is_number
2436
11d3c79b 2437
23b7ec6e 24382006-11-30 Alex Schumann <rubin@afternet.org>
2439
2440 * src/chanserv.c: Modified .myaccess such that if you give it your own
2441 account when you are not a helper, it still works. (Requested by
2442 Jigsy)
2443
2444 * src/nickserv.help: Corrected the help file to feed oregister based
2445 on email_required instead of email_enabled
2446
d9ffe0e7 2447 * src/nickserv.c: Fix & close sf bug 1584057 (hidden_host with no dots
2448 causes crash in set if no title) thanks xanjunior
2449
c74bf46b 24502006-10-18 Neil Spierling <sirvulcan@sirvulcan.co.nz>
4b44eb0f 2451
2452 * src/opserv.c: Minor cosmetic error noticed by Raisk. If doing an
2453 opserv WHOIS from another service (when bound), the channels reply
2454 would come from o3 instead of that service.
2455
c74bf46b 24562006-10-18 Neil Spierling <sirvulcan@sirvulcan.co.nz>
39c1a4ef 2457
2458 * src/opserv.c: Added in SVSPART alert/traces.
2459
2460 * src/opserv.help: Added in bits for SVSJOIN, SVSPART, and VERSION.
2461
2462 * src/proto.h: Added in decleration for svspart.
2463
2464 * src/proto-p10.c: Extend current SVSPART functionality so that we
2465 can send them with traces etc.
2466
a62ba70c 24672006-10-14 Alex Schumann <rubin@afternet.org>
2468
2469 * src/opserv.c: fix crash Buttaknife noticed if you forget chantarget
2470 in svsjoin alerts. Cleanup old silent code fragments left over. Check
2471 for missing chantarget in alerts also.
2472
0e08a8e0 24732006-10-12 Alex Schumann <rubin@afternet.org>
2474
2475 * src/opserv.c: Added VERSION alert/trace reaction, so you can now
2476 setup x3 to version only users matching a criteria, and then another
2477 alert to do someting based on the version reply. This should be
2478 usefull for finding bots etc. Or, for example, you can make all xchat
2479 people join #xchat, or all mirc join #mirc etc.
2480 Also, there is a fix in here for SVSJOIN which i hadn't gotten
2481 everything working with.
2482
2483 * src/proto-p10.c: added privmsg_user and version_user functions
2484
2485 * src/proto.h: added privmsg_user and version_user function
2486 declerations
2487
2488 * src/hash.h: added version_reply variable to users
2489
2490
2491
c408f18a 24922006-10-12 Alex Schumann <rubin@afternet.org>
2493
2494 * src/opserv.c: Added SVSJOIN command, to push a user into a channel,
2495 and a TRACE REACTION of SVSJOIN for trace and alerts. Now you can do
2496 something like 'trace SVSJOIN chantarget #dronebots nick bot[*'
2497 or send all level3 users to a perticular channel on connection, etc.
2498
ff5f1ab2 24992006-10-12 Alex Schumann <rubin@afternet.org>
2500
2501 * src/chanserv.c: Make lamers not affect users on the userlist above
2502 inviteme level in the channel. (why kb users who can .uba and
2503 .inviteme back in?)
2504
c74bf46b 25052006-10-10 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1e7eaa91 2506
2507 * src/spamserv.c: Ignore those with access (if the options are
2508 disabled- scanchanops, scanhalfops, scanvoiced.
2509
ffb204b6 25102006-10-08 Alex Schumann <rubin@afternet.org>
1e7eaa91 2511
ffb204b6 2512 * src/chanserv.c: undid 9/16/06 change of 5 second delay before
2513 autojoin. Not really a great solution. Instead, move auth_handler
3c83701b 2514 funcs to be called after stamping etc. thx to Buttaknife for this
2515 solution.
ffb204b6 2516
2517 * src/nickserv.c: move auth_func calls to after stamping, and
2518 commented up the cmd_auth source to make it more managable.
2519
075d7932 25202006-10-04 Alex Schumann <rubin@afternet.org>
2521
2522 * src/chanserv.c: remove redundant 'none' from empty llists
2523
c74bf46b 25242006-10-04 Neil Spierling <sirvulcan@sirvulcan.co.nz>
eca6aa4f 2525
2526 * src/nickserv.c: Fix for bug 1555621. Cookie data will be copied
2527 over with odelcookie now.
2528
c74bf46b 25292006-10-04 Neil Spierling <sirvulcan@sirvulcan.co.nz>
10fb34f6 2530
2531 * src/chanserv.c: Fix for bug 1551717. If automode is set to 0
2532 in a channel and a user auths in the channel, the user will not
2533 receive autoop etc if they have it enabled in uset.
2534
25352006-10-03 Alex Schumann <rubin@afternet.org>
e6dce34c 2536
2537 * src/opserv.c: Check for connect timer entries before adding new
2538 ones, hopefully will fix bug 1570408 (pLaYa, let us know)
2539
c74bf46b 25402006-09-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
95adb209 2541
2542 * src/modcmd.c: Shortened ThiefMaster to just his nick as per request
2543 by him.
2544
c74bf46b 25452006-09-16 Neil Spierling <sirvulcan@sirvulcan.co.nz>
dd019452 2546
2547 * src/chanserv.c: Do autojoin 5 seconds after handle_auth. Seems its
2548 happening before autohide. Let me know if its still happening before
2549 autohide.
2550
2551 * src/chanserv.help: Updated the AUTOJOIN bit.
2552
5b66c0c2 25532006-09-13 Alex Schumann <rubin@afternet.org>
2554
2555 * src/chanserv.help: improved the help listing for the info command,
2556 and information help category.
2557
c74bf46b 25582006-09-10 Neil Spierling <sirvulcan@sirvulcan.co.nz>
14f0e274 2559
2560 * src/mod-memoserv.c: Fixed crash bug.
2561
2562 * src/spamserv.c: Ignore opers.
2563
c74bf46b 25642006-08-28 Neil Spierling <sirvulcan@sirvulcan.co.nz>
4a2a9a4e 2565
2566 * README: tweaks.
2567
c74bf46b 25682006-08-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
73bcd46c 2569
2570 * src/chanserv.help: Tweaked a , to .
2571
c74bf46b 25722006-08-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
ffd8a4c9 2573
2574 * src/opserv.help: Removed privs menu so we can release a tarball.
2575
90e75ffd 25762006-08-25 Alex Schumann <rubin@afternet.org>
2577
2578 * src/chanserv.c: fix uset reply for halfops
2579
2580 * src/nickserv.help: document the 'b' account flag
2581
c74bf46b 25822006-08-26 Neil Spierling <sirvulcan@sirvulcan.co.nz>
f16ad9e7 2583
2584 * x3.conf.example: Added hidden host style option and key options
2585 for style 2.
2586
2587 * src/hosthiding.h: Remove KEY #defines.
2588
2589 * src/hosthiding.c: Set the keys only once using the conf values.
2590
2591 * src/nickserv.c: Generate hidden hosts off crypt hosts instead
2592 of standard hidden hosts if style is 2.
2593
2594 * src/proto-common.c: Generate hidden hosts off crypt hosts instead
2595 of standard hidden hosts if style is 2.
2596
2597 * src/proto-p10.c: Set crypt host to the crypt IP if there is no
2598 hostname (unresolved). This is how Nefarious works.
2599
2600 * src/tools.c: Generate hidden hosts off crypt hosts instead
2601 of standard hidden hosts if style is 2.
2602
c74bf46b 26032006-08-24 Neil Spierling <sirvulcan@sirvulcan.co.nz>
cd25f2e9 2604
2605 * src/chanserv.c: Added autojoin USET option, which uses SVSJOIN.
2606
2607 * src/chanserv.h: Added autojoin USET option, which uses SVSJOIN.
2608
2609 * src/proto.h: irc_svsjoin decelerations.
2610
2611 * src/proto-p10.c: Wrote irc_svsjoin plus added the nessecary bits
2612 for SVSJOIN. Also wrote cmd_svsjoin for if X3 should ever recieve
2613 an SJ it will be handled properly as a JOIN. Did the same for
2614 SVSPART.
2615
c74bf46b 26162006-08-24 Neil Spierling <sirvulcan@sirvulcan.co.nz>
a45018b2 2617
2618 * src/spamserv.c: Fixed the +k issue with spamserv.
2619
c74bf46b 26202006-08-24 Neil Spierling <sirvulcan@sirvulcan.co.nz>
6c34bb5a 2621
2622 * src/opserv.c: Added PRIVSET Command.
2623
2624 * src/opserv.help: Added PRIVSET Command. Plus contents for the
2625 privs section.
2626
2627 * src/proto.h: irc_privs deceleration.
2628
2629 * src/proto-p10.c: Fixed a compile issue plus added functions for
2630 setting and checking privs.
2631
c74bf46b 26322006-08-23 Neil Spierling <sirvulcan@sirvulcan.co.nz>
89d871d8 2633
2634 * x3.conf.example: Add a new ircd type 6 for trunk nefarious.
2635
2636 * src/hash.h: Priv declerations.
2637
2638 * src/opserv.c: Show privs in WHOIS output.
2639
2640 * src/proto.h: client_report_privs decleration.
2641
2642 * src/proto-p10.c: Handle PRIV only for type 6 servers.
2643
90e75ffd 26442006-08-19 Alex Schumann <rubin@afternet.org>
2645
2646 * src/authserv.c: document the oset flag +b in help (hide from staff
2647 command.)
2648
33741441 26492006-08-19 Alex Schumann <rubin@afternet.org>
2650
2651 * src/chanserv.c: added reply command, which responds similar to calc,
2652 but with any message. (for use with bindings)
2653
2654 * src/modcmd.c: enabled the ability to use $a $n and $m in BIND, which
2655 are replaced with the target command's calling user's account, nick,
2656 and numnick respectively. This and the above allows things like:
2657 BIND x3 account x3.reply your account is $a or
2658 BIND x3 kickme x3.kick $n $1-
2659 more to come, maybe, later.
2660
37d706b7 26612006-08-01 Alex Schumann <rubin@afternet.org>
2662
2663 * src/modcmd.c: Added OSI certification message to VERSION command
2664
c74bf46b 26652006-08-09 Neil Spierling <sirvulcan@sirvulcan.co.nz>
01a5e8c8 2666
2667 * x3.conf.example: Redid part of the geoip summary.
2668
c74bf46b 26692006-08-09 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1ad7ac15 2670
2671 * src/opserv.c: If we have a city, latitude and longitude returned
2672 then show a map url. Some results have no city but a latitude and
2673 a longitude. The coordinates are useless in this case and most
2674 people would know where the country is around abouts.
2675
c74bf46b 26762006-08-08 Neil Spierling <sirvulcan@sirvulcan.co.nz>
58528547 2677
2678 * src/hash.c: Speed up city and country lookups significantly.
2679 Just slow for the first read but once thats done the rest is fast.
2680
c74bf46b 26812006-08-08 Neil Spierling <sirvulcan@sirvulcan.co.nz>
3a4fdc79 2682
2683 * src/spamserv.c: Fix a crash in spamserv (Tracker# 1535968).
2684 I dont know if this will work for sure as i cant reproduce it. But
2685 my theory is that once the user is kicked the mode node is dropped.
2686 Users without modes should still return a valid mode node.
2687
c74bf46b 26882006-08-08 Neil Spierling <sirvulcan@sirvulcan.co.nz>
5678501c 2689
2690 * src/chanserv.c: Fixed a crash with giveownership. X3 would crash
2691 if a giveownership command was issued in a channel with no owners.
2692
c74bf46b 26932006-08-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
21f6caee 2694
2695 * configure: Regenerated.
2696
2697 * configure.in: Added checks for GeoIP headers and libs.
2698
2699 * x3.conf.example: Add in 2 options for the dat filenames of the
2700 city and country files. If not specified then no geoip data
2701 will be checked.
2702
2703 * src/config.h.in: Regenerated.
2704
2705 * src/hash.c: Created a function to check the geoip info from the
2706 dat files.
2707
2708 * src/hash.h: Decelerations plus added entries to the userNode
2709 struct.
2710
2711 * src/opserv.c: Display the GeoIP information in WHOIS.
2712
2713 * src/proto-p10.c: Call the new geoip data collection function
2714 towards the end of AddUser.
2715
c74bf46b 27162006-08-06 Neil Spierling <sirvulcan@sirvulcan.co.nz>
a2dbccef 2717
2718 * src/global.c: Fixed a bug, wasnt message_del'ing some messages.
2719
4d69a3b1 27202006-08-01 Alex Schumann <rubin@afternet.org>
2721
2722 * src/chanserv.c: Add automode 6, to just voice everyone with access.
2723 Idea by daniel (thx)
2724
c74bf46b 27252006-08-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
7827220c 2726
2727 * This message is apart of the below one, its just seperate so
2728 it doesnt get lost amongst the below messages.
2729
2730 * src/global.c: Fixed a warning.
2731
c74bf46b 27322006-08-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
7827220c 2733
2734 * configure: Removed bahamut support, didnt even work.
2735
2736 * configure.in: Removed bahamut support, didnt even work.
2737
2738 * INSTALL: Removed bahamut support, didnt even work.
2739
2740 * x3.conf.example: Removed bahamut support, didnt even work.
2741
2742 * patches/log-pgsql.diff: Removed bahamut support, didnt even work.
2743
2744 * patches/helpserv-pgsql.diff: Removed bahamut support, didnt even
2745 work.
2746
2747 * src/config.h.in: Removed bahamut support, didnt even work.
2748
2749 * src/gline.c: Removed bahamut support, didnt even work.
2750
2751 * src/hash.h: Removed bahamut support, didnt even work.
2752
2753 * src/nickserv.c: Removed bahamut support, didnt even work.
2754
2755 * src/nickserv.h: Removed bahamut support, didnt even work.
2756
2757 * src/Makefile.am: Removed bahamut support, didnt even work.
2758
2759 * src/Makefile.in: Removed bahamut support, didnt even work.
2760
2761 * src/proto-bahamut.c: Removed bahamut support, didnt even work.
2762
2763 * src/shun.c: Removed bahamut support, didnt even work.
2764
c74bf46b 27652006-08-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
57692f5e 2766
2767 * src/global.c: Added language strings for mod-helpserv.c, opserv.c,
2768 spamserv.c, nickserv.c.
2769
2770 * src/mod-helpserv.c: Changed global_message uses to global_message_arg's.
2771
2772 * src/nickserv.c: Changed global_message uses to global_message_arg's.
2773
2774 * src/opserv.c: Changed global_message uses to global_message_arg's.
2775
2776 * src/spamserv.c: Changed global_message uses to global_message_arg's.
2777
c74bf46b 27782006-08-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
09a3057c 2779
2780 * src/chanserv.c: Changed global_message uses to global_message_arg's.
2781
2782 * src/global.c: Added language strings for chanserv.c
2783
c74bf46b 27842006-08-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
4d99495c 2785
2786 * src/global.c: Make sure we arnt sending duplicate messages in
2787 some cases.
2788
c74bf46b 27892006-08-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
985d4109 2790
2791 * src/x3.conf.example: Removed the targets option.
2792
2793 * src/global.c: Wrote new function that will global message users
2794 and/or opers and/or helpers messages in their own langauge. The
2795 strings are set either in language files or in the global.c message
2796 struct. This allows us to send defcon notices to people and they
2797 will get them in their own language if they have it set.
2798
2799 * src/global.h: global_message_args decleration.
2800
2801 * src/opserv.c: Removed targets option for defcon as its too hard
2802 to send messages to people in channels if the people have different
2803 language settings.
2804
c74bf46b 28052006-07-31 Neil Spierling <sirvulcan@sirvulcan.co.nz>
d8b9cb7c 2806
2807 * src/opserv.c: TODO stuff.
2808
c74bf46b 28092006-07-31 Neil Spierling <sirvulcan@sirvulcan.co.nz>
0272358e 2810
2811 * x3.conf.example: Added SHUN setting for DEFCON.
2812
2813 * doc/DEFCON: Added SHUN setting for DEFCON.
2814
2815 * src/opserv.c: Moved the gline check to here. Also added a SHUN
2816 check.
2817
2818 * src/opserv.h: Added SHUN setting for DEFCON.
2819
2820 * src/proto-p10.c: Moved the DEFCON gline check to opserv.c
2821
c74bf46b 28222006-07-31 Neil Spierling <sirvulcan@sirvulcan.co.nz>
08895577 2823
2824 * x3.conf.example: Added new Defcon system settings
2825
2826 * doc/DEFCON: Anope's Defcon doc adapted for X3.
2827
2828 * src/chanserv.c: Block mode changes and channel registrations if
2829 required.
2830
2831 * src/mod-memoserv.c: Block new memos if required.
2832
2833 * src/nickserv.c: Block nick registrations if required.
2834
2835 * src/opserv.c: Added in defcon system, uses some of the anope code.
2836 Most tho is from scratch.
2837
2838 * src/opserv.h: Defcon declerations.
2839
2840 * src/opserv.help: Added DEFCON entry.
2841
2842 * src/proto-p10.c: If required gline new clients, also if required
2843 kill new clients.
2844
35305a49 28452006-07-29 Alex Schumann <rubin@afternet.org>
2846
2847 * configure.in, Makefile.in, src/Makefile.in, tools/tre_install.sh,
2848 src/opserv.c, src/config.h.in, src/nickserv.c, src/Makefile.am: I am
2849 not comfortable running 'make install' on libtre from ./configure.
2850 This violates what the user expects in a way that can harm the system.
2851 Changed how the libtre checks work and provided easy-to-use install
0754f993 2852 script. -fix link stage
35305a49 2853
2854 * rx/Makefile.in: fix autotools warning(s)
2855
babc1c07 28562006-07-28 Alex Schumann <rubin@afternet.org>
2857
2858 * src/nickserv.help: add odelcookie to help oper
2859
31543e44 2860 * x3.conf.example: update & improve x3.conf.example description of
2861 extended_accounts setting.
2862
964abe6b 28632006-07-26 Alex Schumann <rubin@afternet.org>
2864
2865 * src/opserv.c: Fix crash when doing reroute if routing isnt
ce9266cf 2866 configured. | Voice discovered that the error message for addplan fail
2867 was typeo'd so not showing.
964abe6b 2868
20517d48 2869 * src/opserv.help: slight changes to routing help.
2870
2871 * src/chanserv.c: let non-staff see when channels were registered with
2872 .info
2873
d9d33535 28742006-07-24 Alex Schumann <rubin@afternet.org>
2875
2876 * src/proto-p10.c: dont burst channels with 0 users in them (which
2877 were created by alert discrims, most likely)
2878
28792006-07-23 Alex Schumann <rubin@afternet.org>
2880
2881 * x3.conf.example: Added chanserv "modes" to example - use to control
2882 what usermodes chanserv gets. Mainly for setting +d or not, if you
2883 have nef 1.0 'b:' lines setup.
2884
c74bf46b 28852006-07-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
bae4525d 2886
2887 * src/nickserv.c: If theres no title set then the default title
2888 will therefore be the first part of hidden_host in x3.conf.example,
2889 so for consistency with opt_fakehost we will print this.
2890
c74bf46b 28912006-07-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
88b0672a 2892
2893 * src/nickserv.c: The reason why theres no arg rubin is that
2894 if you want to print the fakehost then u dont specify an arg.
2895 This tells opt_fakehost to set fake to the current fakehost
2896 and pass it on to be printed.
2897
bf93ca8d 28982006-07-23 Alex Schumann <rubin@afternet.org>
2899
116d100f 2900 * src/nickserv.c: Add config file regex fakehost test + sanity
574bfc14 2901 checking in title as well (fixed).
bf93ca8d 2902
8108185c 2903 * src/mod-memoserv.c: Fixed crash bug in memosearv read. (check argc
2904 instead of argv[2]==null since argv's dont get set null.
2905
c74bf46b 29062006-07-23 Neil Spierling <sirvulcan@sirvulcan.co.nz>
eb43ca8c 2907
2908 * src/mod-memoserv.c: Fix to a crash/output corruption issue.
2909
2910 * src/proto-p10.c: Host in topic supports sethost and fakehost
2911 now.
2912
47956fc5 29132006-07-21 Alex Schumann <rubin@afternet.org>
2914
2915 * src/proto-p10.c: Added support for irc_wallop, irc_squit,
2916 irc_connect, and added callbacks to handle connect failures and
2917 successes. (All prep for auto routing system)
0520d39a 2918
47956fc5 2919 * src/proto.h: Added support for irc_wallop, irc_squit,
2920 irc_connect, and added callbacks to handle connect failures and
2921 successes. (All prep for auto routing system)
0520d39a 2922
dd1fc2a3 2923 * src/opserv.help: Help entries for auto routing system + fix typeo in
2924 routing example
0520d39a 2925
47956fc5 2926 * src/hash.h: New structs for auto routing system
0520d39a 2927
da0c436d 2928 * src/opserv.c: The long-awaited X3 Auto Routing Plan system! + reduce
2929 error message to debug message.
0520d39a 2930
47956fc5 2931 * src/opserv.h: The long-awaited X3 Auto Routing Plan system!
0520d39a 2932
47956fc5 2933 * src/modcmd.c: added 'routing' main command alias.
2934
c74bf46b 29352006-07-16 Neil Spierling <sirvulcan@sirvulcan.co.nz>
5006460e 2936
2937 * x3.conf.example: Added host_in_topic option for sending full
2938 nick!user@host if its enabled. Default to one as Nefarious is
2939 default to TRUE for HOST_IN_TOPIC. There will be wierdness if
2940 you have this enabled on X3 and not on your Nefarious server.
2941
2942 * src/proto-p10.c: Make use of host_in_topic.
2943
c092fcad 29442006-07-13 Alex Schumann <rubin@afternet.org>
2945
2946 * src/opserv.c: make the bot reply from the nick you /msg in all
2947 cases, if commands are bound to a different bot.
2948
2949 * src/nickserv.c: make the bot reply from the nick you /msg in all
2950 cases, if commands are bound to a different bot.
2951
2952 * src/chanserv.c: make the bot reply from the nick you /msg in all
2953 cases, if commands are bound to a different bot.
2954
2955 * src/mod-memoserv.c: Make all memoserv commands reply from the bot you
2956 msg, not the defined memoserv bot, if commands are aliased to other
2957 bots. This may also fix the crash bug playa reported at
2958 http://www.unrealgamers.net/forums/index.php?showtopic=138
2959
be3d31e0 29602006-07-11 Alex Schumann <rubin@afternet.org>
2961
75ef8cdc 2962 * src/chanserv.c: Fixed some weirdness with nef 1.0's 2nd topic setter
2963 and some x3 topic functions.
2964
be3d31e0 2965 * x3.conf.example: Improved server/type setting documentation,
2966 and changed default to 5.
2967
0c0adfe0 29682006-07-11 Alex Schumann <rubin@afternet.org>
2969
2970 * src/opserv.c: fixed silent alerts not getting picked up from db file
2971 on read/load.
2972
827ecd60 29732006-07-11 Alex Schumann <rubin@afternet.org>
2974
df5f6070 2975 * src/opserv.c: add sanity checking to jupe to avoid catastrophic loop
2976 when adding an invalid jupe servername or numeric.
2977 this closes bug number 1513510.
2978
827ecd60 2979 * src/modcmd.c: if pubcmd is set higher than your level, only respond
2980 with the denied msg if the command was actually found. this closes bug
2981 number 1509382.
2982
22d5d8cf 29832006-07-10 Alex Schumann <rubin@afternet.org>
2984
2985 * src/chanserv.c: fixed crash bug trying to deref the handleinfo of a
2986 non-logged-in user (null pointer)
2987
3f5b8801 29882006-07-09 Alex Schumann <rubin@afternet.org>
2989
2990 * src/nickserv.c: fixed bug where unignores were getting sent to the
2991 user multiple times, instead of to each online nick once.
2992
d07e3fff 29932006-07-09 Alex Schumann <rubin@afternet.org>
2994
f0b5157b 2995 * src/nickserv.c: Fixes for addignore/delignore corruption +missed a
b6599cc2 2996 spot. Ugh, messed up the fix. Trying again :)
d07e3fff 2997
c74bf46b 29982006-07-10 Neil Spierling <sirvulcan@sirvulcan.co.nz>
5f1600ab 2999
3000 * src/chanserv.c: INVITE now checks the targets ignore/silence list.
3001 If the target is ignoring the person inviting them then the invite
3002 is denied.
3003
a76bcc6a 30042006-07-07 Alex Schumann <rubin@afternet.org>
3005
3006 * src/mod-memoserv.c: pLaYa reported a crash/corruption bug in
3007 memoserv most easily seen when sending short memos. Rewrote the flag
3008 handling part of memo send to correct it.
3009
18757dc0 30102006-07-05 Alex Schumann <rubin@afternet.org>
3011
3012 * src/helpfile.c: pLaYa pointed out the table code row count is off by
3013 one. Fixed.
3014
c74bf46b 30152006-06-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
5b1166fd 3016
3017 * configure: Regenerated.
3018
3019 * configure.in: Make use of TRE regexp library. Its more powerful
3020 than the standard library (http://laurikari.net/tre/index.html).
3021 Im also pondering adding services side regexp bans, X3 would
3022 probably required a channel flag called say advanced that can
3023 only be set by the owner. If enabled then regexp bans can be
3024 used. I also added an output saying what modules are enabled,
3025 what protocol is enabled, what malloc is choosen and if debugging
3026 is enabled. Just a bit of a message as the user will of seen
3027 programs just finish compiling and he/she/it may think it
3028 was X3 compiling, but it was just TRE compiling. They still need
3029 to compile X3.
3030
3031 * src/config.h.in: Regenerated.
3032
3033 * src/Makefile.am: Tweak for TRE.
3034
3035 * src/Makefile.in: Regenerated.
3036
3037 * src/nickserv.c: Use the new regex.h Im sure -I includes get
3038 called before system includes like /usr/include.
3039
3040 * src/opserv.c: Use the new regex.h Im sure -I includes get
3041 called before system includes like /usr/include.
3042
3043 * src/tools/tre.tar.gz: TRE 0.7.4. Configure will untar and
3044 compile this just before configure finishes up. Sits around
3045 470KB, rather than another 2.5MB if i TRE untarred. I suppose
3046 i could get it down a bit more using Bzip but there are some
3047 boxes out there still without bzip.
3048
c74bf46b 30492006-06-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1b4a47ca 3050
3051 * src/mod-memoserv.c: Better history implementation. A seperate
3052 table is used for history entries. Entries contain the same
3053 fields as the memo table except for the message, read, and flags.
3054 Entries are only removed from the history db when they get
3055 expired by do_expire (older than message_expire). Also fixed
3056 up a issue with STATUS. On AfterNET we were getting huge large
3057 for the amount of memos. I now realise it was reading the amount
3058 of users. It now reads the proper amount of memos. I also a count
3059 for history entries.
3060
3061 * src/mod-memoserv.help: EXPIRE handles history and memos now.
3062
c74bf46b 30632006-06-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
35ca8140 3064
3065 * src/mod-memoserv.c: Make use of ignore lists when trying to
3066 send memos.
3067
c74bf46b 30682006-06-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
6546e922 3069
3070 * src/spamserv.c: Crash fix (finally). Been meaning to do this
3071 for a while now.
3072
a8370a20 30732006-06-23 Alex Schumann <rubin@afternet.org>
3074
3075 * src/modcmd.help, src/opserv.help, src/helpfile.c, src/helpfile.h,
3076 src/modcmd.c, src/nickserv.c: Improvements to
3077 table output and help display.
3078
3079 * src/mod-memoserv.c: fix segfault
3080
30812006-06-23 Alex Schumann <rubin@afternet.org>
6c3ce3bb 3082
3083 * src/chanserv.c: Backing out the bantype patch because it sucks _bad_.
3084 fix it and re-apply if you want it..
3085
3086 * src/chanserv.h: Backing out the bantype patch.
3087
3088 * src/chanserv.help: Backing out the bantype patch.
3089
c74bf46b 30902006-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
8cfd8013 3091
3092 * src/mod-memoserv.c: Fixed a bug.
3093
c74bf46b 30942006-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
cbc5a1a4 3095
3096 * src/mod-memoserv.c: Added basic HISTORY command. At the moment
3097 if the recipient deletes the memo it will not be listed in the
3098 HISTORY list.
3099
3100 * src/mod-memoserv.help: HISTORY entry.
3101
c74bf46b 31022006-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2a951803 3103
3104 * src/mod-memoserv.c: Added new flags, see below.
3105
3106 * src/mod-memoserv.help: Opps forgot the read reciept stuff. Also
3107 added flags for always ignoring read reciepts and always sending
3108 read reciepts.
3109
c74bf46b 31102006-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
f2e592d3 3111
3112 * src/mod-memoserv.c: Added CANCEL command for cancelling memos
3113 that you have sent, aslong as they have not been read yet.
3114
3115 * src/mod-memoserv.help: CANCEL entry plus tweaked some read
3116 recipient to read reciept stuff.
3117
c74bf46b 31182006-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
34a9e19a 3119
3120 * src/mod-memoserv.c: Redid the db stuff, it now writes users
3121 settings and memos to the memoserv database.
3122
c74bf46b 31232006-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
512d7958 3124
3125 * src/mod-memoserv.c: Small bug fix.
3126
c74bf46b 31272006-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
82794e1b 3128
3129 * src/mod-memoserv.c: Added read recipient support via SEND using
3130 -r as a flag. Messages with requested read recipients have a (r)
3131 shown beside the sender nick in LIST. People can ignore a read
3132 recipient using -i when reading the message via READ. Its all
3133 in the help file.
3134
3135 * src/mod-memoserv.help: Added read recipient relevent bits.
3136
3137 * src/opserv.help: Added halfopping functions.
3138
c74bf46b 31392006-06-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
acb6d53d 3140
3141 * src/x3.conf.example: Forgot a ;.
3142
c74bf46b 31432006-06-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
a8692672 3144
3145 * src/mod-memoserv.c: Make use of SET LIMIT.
3146
c74bf46b 31472006-06-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
d9abe201 3148
3149 * src/mod-memoserv.c: Fixed SET bugs and renabled LIMIT now.
3150
c74bf46b 31512006-06-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
a8138c9f 3152
3153 * src/mod-memoserv.c: On Second thoughts dont enable LIMIT now.
3154
c74bf46b 31552006-06-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
acf3c6d5 3156
3157 * x3.conf.example: Max limit for Memoserv LIMIT option.
3158
3159 * src/hash.h: Fixed halfops issue.
3160
3161 * src/mod-memoserv.c: Added SET LIMIT option for the maximum
3162 amount of memos you can have. This does not do anything yet as
3163 im committing the half ops fix now. This code is fine it just
3164 allows you to adjust the limit for now.
3165
c74bf46b 31662006-06-12 Neil Spierling <sirvulcan@sirvulcan.co.nz>
e3e5ba49 3167
3168 * x3.conf.example: Commented out SpamServ module as there are bugs
3169 and i cant give a definate date as to when i can fix it. Im not
3170 home much these days.
3171
3172 * src/mod-memoserv.c: Redid the SET code using some whatnet code
3173 by wasted. Tweaked here and there. Also added some formatting in
3174 LIST and SET like chanserv SET. Oh and MemoServ will join
3175 autojoin_channels if MemoServ is in a seperate nickname.
3176
3177 * src/mod-memoserv.help: Added OSET and done some tweaking.
3178
3179 * src/nickserv.c: Allow the use of get_victim_oper outside of
3180 nickserv.c.
3181
3182 * src/nickserv.h: Allow the use of get_victim_oper outside of
3183 nickserv.c.
3184
b3052f71 31852006-06-07 Alex Schumann <rubin@afternet.org>
3186
3187 * src/chanserv.help: Added a couple set helps that were missing.
e1443247 3188
3189 * src/helpfile.c: fix missing space in multi-column table output such
3190 as /msg opserv commands * (with nickserv tablewidth setting >60)
b3052f71 3191
1c5f6697 31922006-06-06 Alex Schumann <rubin@afternet.org>
3193
e3e5ba49 3194 * src/opserv.c: Change how addalert silence works, so that its a
3195 parameter instead of an action, and also works with trace now.
3196
1c5f6697 3197 * x3.conf.example: Added a config setting of level needed to use
3198 'silent yes' in trace/addalert.
3199
d762299d 32002006-06-04 Alex Schumann <rubin@afternet.org>
3201
3202 * src/nickserv.c: Fix oregister
3203
7293d1d3 3204 * src/nickserv.help: Update help for oregister
3205
c74bf46b 32062006-06-05 Neil Spierling <sirvulcan@sirvulcan.co.nz>
a6a4707e 3207
3208 * src/proto-p10.c: Properly handle incomming manual silences.
3209
c74bf46b 32102006-06-05 Neil Spierling <sirvulcan@sirvulcan.co.nz>
668dc38e 3211
3212 * src/common.h: pretty_mask etc declerations.
3213
3214 * src/nickserv.c: Parse the mask through pretty_mask before adding
3215 it. Normal ircd side silences go through this, this just keeps
3216 things looking the same and if a user tries to remove a silence
3217 added by ADDIGNORE they will be able to. Oh and I HATE GLIBC :P
3218
3219 * src/proto-p10.c: Send a + if adding a silence.
3220
3221 * src/tools.c: pretty_mask and one other function for reformatting
3222 a hostname so its pretty :) from IRCu.
3223
92fac64c 32242006-06-04 Alex Schumann <rubin@afternet.org>
668dc38e 3225
92fac64c 3226 * src/nickserv.c: Send silences to every nick of a handle, not the
3227 nick that did the command.
3228
c74bf46b 32292006-06-04 Neil Spierling <sirvulcan@sirvulcan.co.nz>
3ec42e29 3230
3231 * src/main.c: Moved spamserv initilization to after chanserv.
3232
3233 * src/spamserv.c: Read the db earlier.
3234
c74bf46b 32352006-05-30 Neil Spierling <sirvulcan@sirvulcan.co.nz>
63c95a47 3236
3237 * configure: Regenerated.
3238
3239 * configure.in: Bumped version and changed list email.
3240
3241 * x3.example.conf: Added SpamServ options.
3242
3243 * src/chanserv.c: Join SpamServ if enabled when chanserv joins.
3244
3245 * src/chanserv.h: Declerations
3246
3247 * src/main.c: Init the new SpamServ service.
3248
3249 * src/Makefile.am: Added SpamServ files.
3250
3251 * src/Makefile.in: Regenerated
3252
3253 * src/modcmd.c: Added SpamServ to REBINDALL.
3254
3255 * src/opserv.c: Slab/X3 malloc STATS MEMORY updates.
3256
3257 * src/proto-common.c: Make sure SpamServ gets notices.
3258
3259 * src/spamserv.c: New service that checks for spamming, floods etc.
3260 Requires an oper to register it to a channel for it to work.
3261
3262 * src/spamserv.h: Decelerations.
3263
3264 * src/spamserv.help: Help entries for SpamServ.
3265
c74bf46b 32662006-05-29 Neil Spierling <sirvulcan@sirvulcan.co.nz>
fe32eb19 3267
3268 * Below functions by Wasted (Martijn Smit) <wasted@lostdomain.org>
3269
3270 * src/chanserv.c: Added selectable bantypes.
3271
3272 * src/chanserv.h: Added selectable bantypes.
3273
3274 * src/chanserv.help: Added help entries.
3275
c74bf46b 32762006-05-29 Neil Spierling <sirvulcan@sirvulcan.co.nz>
0b587959 3277
3278 * src/nickserv.c: Added user option ADVANCED, when we add more
3279 advanced commands users will need to set this to see the options
3280 in help. Further work in helpfile is still needed afaik. This is
3281 just the basics.
3282
3283 * src/nickserv.h: Advanced option declerations.
3284
3285 * src/nickserv.help: Added option ADVANCED, also added AUTOHIDE.
3286 Seems no one added that when they added the AUTOHIDE option.
3287
c74bf46b 32882006-05-28 Neil Spierling <sirvulcan@sirvulcan.co.nz>
7637f48f 3289
3290 * Below functions by Wasted (Martijn Smit) <wasted@lostdomain.org>
3291
3292 * x3.example.conf: Added new options- god_timeout, autojoin_channels,
3293 and denied_fakehost_words. Also dropped refresh_period for chanserv
3294 set resync.
3295
3296 * src/chanserv.c: Added god_timeout, disable god mode automatically
3297 when the period times out. Also added a new set option- resync, auto
3298 resyncs the userlist every 3, 6, 9, or 12 hours (or not at all).
3299
3300 * src/chanserv.help: Added entry for SET RESYNC.
3301
3302 * src/global.c: Join global into autojoin_channels if enabled.
3303
3304 * src/main.c: Some tweaking for autojoin_channels.
3305
3306 * src/mod-memoserv.c: If a user has memos and notify on login
3307 enabled then only display the notify notice on login and not
3308 during a netburst.
3309
3310 * src/mod-track.c: Quashed a warning.
3311
3312 * src/modcmd.c: Added functions for god_timeout. Also added wasted
3313 to VERSION output for credits for these features.
3314
3315 * src/nickserv.c: Added denied_fakehost_words, deny the words set
3316 there if an oper trys to use them in a fakehost. Also autojoin
3317 chanserv if enabled into autojoin_channels.
3318
3319 * src/opserv.c: Added REFRESHMAX to reset the max count, ie for
3320 after a drone attack. Also join opserv and reserved nicks into
3321 autojoin_channels if opserv/reserved is enabled.
3322
3323 * src/opserv.help: Added entry for REFRESHMAX.
3324
0779bbcf 33252006-05-25 Alex Schumann <rubin@afternet.org>
3326
b5c80c61 3327 * src/proto-p10.c: make non-existant server type setting not crash x3.
3328
0779bbcf 3329 * src/nickserv.help: Added newby tip to authserv registration
3330 help (about < and >)
3331
3332 * src/mod-track.c: Fixed crash when a server kicks a person (tried to
3333 deref null kicker)
3334
c74bf46b 33352006-05-23 Neil Spierling <sirvulcan@sirvulcan.co.nz>
56958740 3336
3337 * src/chanserv.c: Set SWHOIS's when a user auths.
3338
3339 * src/hosthiding.c: Fixed a segfault.
3340
3341 * src/nickserv.c: Epithets now use SWHOIS.
3342
3343 * src/proto.h: Declerations for irc_swhois.
3344
3345 * src/proto-p10.c: Handle SWHOIS's.
3346
c74bf46b 33472006-05-23 Neil Spierling <sirvulcan@sirvulcan.co.nz>
68b75482 3348
3349 * src/hash.h: Bumped SOCKIPLEN
3350
3351 * src/hosthiding.c: Functions to crypt IPv6 addresses.
3352
3353 * src/hosthiding.h: IPv6 function declerations.
3354
3355 * src/proto-p10.c: If the users ip address is IPv6 then crypt it
3356 with the ipv6 crypting function.
3357
c74bf46b 33582006-05-23 Neil Spierling <sirvulcan@sirvulcan.co.nz>
37ef8ee3 3359
3360 * src/hash.h: Bits needed for other type of host hiding.
3361
3362 * src/hosthiding.h: Nefarious style 2 host hiding declerations.
3363
3364 * src/hosthiding.c: This will generated crypted style 2 Nefarious
3365 hidden hosts and ips. Currently they are just displayed in O3
3366 WHOIS. Im yet to expand this.
3367
3368 * src/Makefile.am: Added hosthiding.c and hosthiding.h.
3369
3370 * src/Makefile.in: Regenerated.
3371
3372 * src/opserv.c: Display crypted hosts n ips in WHOIS.
3373
3374 * src/proto-p10.c: Generate crypted hosts n ips on everyone and
3375 save them in user->crypthost user->cryptip.
3376
c74bf46b 33772006-05-22 Neil Spierling <sirvulcan@sirvulcan.co.nz>
c02cd944 3378
5177fd21 3379 * src/chanserv.c: Set ignores when you authenticate.
c02cd944 3380
5177fd21 3381 * src/nickserv.c: Added ADDIGNORE, OADDIGNORE, DELIGNORE ODELIGNORE.
3382 Used for centralized silence list management. Currently set ignores
3383 can be viewed in ACCOUNTINFO for via ircd SILENCE.
3384
3385 * src/nickserv.h: Declerations.
3386
3387 * src/nickserv.help: Added help entries for above commands.
3388
3389 * src/proto.h: Declerations.
3390
3391 * src/proto-p10.c: Functions to handle silences
c02cd944 3392
d9896a83 33932006-05-18 Alex Schumann <rubin@afternet.org>
3394
b34a7505 3395 * src/proto-p10.c: Fixed up the track module a bit more
d9896a83 3396
b34a7505 3397 * src/hash.c: Fixed up the track module a bit more, including
3398 reporting correctly when X3 kicks someone. This should affect mrsnoopy
3399 as well, hopefully wont cause any bugs.
d9896a83 3400
e5c85987 3401 * src/mod-track.c: Fixed up the track module a bit more - made track
3402 all/none work
d9896a83 3403
b34a7505 34042006-05-18 Alex Schumann <rubin@afternet.org>
3405
3406 * src/chanserv.c: adding 'classic' view, via patch submitted by pLaYa
3407
3408 * src/nickserv.c: adding 'classic' view, via patch submitted by pLaYa
3409
3410 * src/nickserv.h: adding 'classic' view, via patch submitted by pLaYa
3411
3412 * src/nickserv.help: adding 'classic' view, via patch submitted by pLaYa
d9896a83 3413
34142006-05-18 Alex Schumann <rubin@afternet.org>
3415
b34a7505 3416 * src/chanserv.c: re-disabled netrider kicking. Somehow this got included back
12673a59 3417 in.
3418
b34a7505 3419 * src/mod-track.c: some cleanups and textual changes, to make the commands
12673a59 3420 slightly more user friendly.
3421
c74bf46b 34222006-05-16 Neil Spierling <sirvulcan@sirvulcan.co.nz>
5177fd21 3423
3424 * src/proto-p10.c: Changed 050 specfic topic stuff to a conf setting
3425
3426 * src/x3.conf.example.: adding 050 'type' to server config (rubin
3427 fixed missing ';' and changelog entries)
3428
c74bf46b 34292006-05-16 Neil Spierling <sirvulcan@sirvulcan.co.nz>
f6c7c603 3430
3431 * Most files: Heh i cant be bothered listing all files, see websvn
3432 if you want specific files. I just added a new tracking module, its
3433 just like snoop except it targets specified users. The actual
3434 commit is in the previous revision, i just forgot to update this to
3435 tick over the svn version in version output.
3436
c74bf46b 34372006-05-15 Neil Spierling <sirvulcan@sirvulcan.co.nz>
697f4c9a 3438
2f61d1d7 3439 * Most files: Major update off the new release of srvx 1.3.1. Also
3440 seeing as the new updates dont all have changelog entries ive dropped
3441 the 2 srvx Changelog files and renamed the X3 one to ChangeLog.
697f4c9a 3442
2f61d1d7 34432006-03-20 Alex Schumann <rubin@afternet.org>
697f4c9a 3444
2f61d1d7 3445 * src/chanserv.c: core fix; check if theres a handle_info before looking
3446 at style...
697f4c9a 3447
2f61d1d7 3448 * src/helpfile.c: core fix; check if theres a handle_info before looking
3449 at style...
697f4c9a 3450
2f61d1d7 34512006-03-17 Alex Schumann <rubin@afternet.org>
697f4c9a 3452
2f61d1d7 3453 * src/chanserv.c: more clean style changes
697f4c9a 3454
2f61d1d7 34552006-03-17 Alex Schumann <rubin@afternet.org>
697f4c9a 3456
2f61d1d7 3457 * src/chanserv.c: Added nickserv 'style' setting back. (HomeDawg
3458 and dhp1080 made me do it) Needs lots of work to remove ----
3459 headers for 'clean' setting.
697f4c9a 3460
2f61d1d7 3461 * src/helpfile.c: Added nickserv 'style' stetting back.
697f4c9a 3462
2f61d1d7 3463 * src/nickserv.help: Added help for set style.
697f4c9a 3464
2f61d1d7 3465 * src/mod-helpserv.c: make style affect table outputs.
697f4c9a 3466
2f61d1d7 3467 * src/nickserv.c: Added nickserv 'style' setting back.
697f4c9a 3468
2f61d1d7 3469 * src/nickserv.h: Added nickserve 'style' setting back.
697f4c9a 3470
2f61d1d7 34712006-03-17 Alex Schumann <rubin@afternet.org>
697f4c9a 3472
2f61d1d7 3473 * src/proto-p10.c: Added conf setting for extended_accounts for
3474 backward compatability with stock undernet ircd.
dee9951d 3475
2f61d1d7 3476 * x3.conf.example: Added conf setting for extended_accounts for
3477 backward compatability with stock undernet ircd.
dee9951d 3478
2f61d1d7 34792006-03-06 Alex Schumann <rubin@afternet.org>
3480
3481 * src/opserv.help: Added missing trace criteria to help,
3482 and fixed up a few other bits of help around that topic.
dee9951d 3483
2f61d1d7 34842006-01-16 Alex Schumann <rubin@afternet.org>
dee9951d 3485
2f61d1d7 3486 * src/tools.c: created an email valididty function
dee9951d 3487
2f61d1d7 3488 * src/nickserv.c: check valididty of email better
dee9951d 3489
2f61d1d7 3490 * src/sendmail.c: check validity of email better
dee9951d 3491
2f61d1d7 34922006-01-06 Alex Schumann <rubin@afternet.org>
dee9951d 3493
2f61d1d7 3494 * src/opserv.c: fix gtrace, trace, csearch and alerts to work when aliased
3495 to a different bot, eg chanserv, and to reply from the correct nickname.
3496 also a bunch of whitespace changes
dee9951d 3497
2f61d1d7 3498 * src/nickserv.c: begin work on making nickserv commands bind without
3499 responding from the wrong nick. also a bunch of whitespace changes
dee9951d 3500
2f61d1d7 3501 * src/hash.h: whitespace
dee9951d 3502
2f61d1d7 3503 * src/opserv.help: improved QUERY helpfile. (though command itself still
3504 has bugs)
dee9951d 3505
2f61d1d7 35062005-12-14 Alex Schumann <rubin@afternet.org>
dee9951d 3507
2f61d1d7 3508 * src/chanserv.help: added set bantimeout help
dee9951d 3509
2f61d1d7 35102005-11-08 Alex Schumann <rubin@afternet.org>
dee9951d 3511
2f61d1d7 3512 * src/modcmd.c: cleaned up tabs, added hack to display help on JOINER
3513 aliases properly.
697f4c9a 3514
2f61d1d7 3515 * src/modcmd.help: Added note about escaping spaces to modcmd help.
697f4c9a 3516
2f61d1d7 3517 * src/nickserv.help: Improved help files
697f4c9a 3518
2f61d1d7 3519 * src/chanserv.help: Improved help files
697f4c9a 3520
2f61d1d7 35212005-10-13 Alex Schumann <rubin@afternet.org>
697f4c9a 3522
2f61d1d7 3523 * src/proto-p10.c: ignore remote /lusers
697f4c9a 3524
2f61d1d7 35252005-09-13 Alex Schumann <rubin@afternet.org>
697f4c9a 3526
2f61d1d7 3527 * src/global.c: Changed motd header style
697f4c9a 3528
2f61d1d7 3529 * src/nickserv.help: Improved directions for getting and using
3530 accounts.
697f4c9a 3531
2f61d1d7 3532 * src/chanserv.help: Improved directions for getting and using
3533 accounts.
b336c8db 3534
2f61d1d7 35352005-08-13 Alex Schumann <rubin@afternet.org>
b336c8db 3536
2f61d1d7 3537 * src/chanserv.c: Fixed a bug i created using masks in ,kick. Restored
3538 some *@* protection.
b336c8db 3539
2f61d1d7 3540 * src/tools.c: added function to detect an overmask (too general)
b336c8db 3541
2f61d1d7 3542 * src/common.h: added function to detect an overmask (too general)
b336c8db 3543
2f61d1d7 35442005-08-12 Alex Schumann <rubin@afternet.org>
0d16e639 3545
2f61d1d7 3546 * src/chanserv.c: Modified resync to work accourding to automode
3547 setting, and fixed a buffer overflow problem.
0d16e639 3548
2f61d1d7 3549 * src/chanserv.help: updated set automode and rsync help.
0d16e639 3550
2f61d1d7 3551 * src/nickserv.h: Added an autohide setting to nickserv/authserv that
3552 sets +x on AUTH.
0d16e639 3553
2f61d1d7 3554 * src/nickserv.c: Added an autohide setting to nickserv/authserv that
3555 sets +x on AUTH.
0d16e639 3556
2f61d1d7 35572005-08-12 Alex Schumann <rubin@afternet.org>
0d16e639 3558
2f61d1d7 3559 * src/chanserv.c: Cleanup. Added 'automode' channel setting in place
3560 of 'voice' setting. + Rewording setting help
0d16e639 3561
2f61d1d7 3562 * src/chanserv.h: Cleanup. Added 'automode' channel setting in place
3563 of 'voice' setting.
0d16e639 3564
2f61d1d7 3565 * src/chanserv.help: Added help for automode. + Rewording setting help
0d16e639 3566
2f61d1d7 35672005-08-11 Alex Schumann <rubin@afternet.org>
0d16e639 3568
2f61d1d7 3569 * src/proto-p10.c: added irc_umode() to send usermodes (Life4Christ)
0d16e639 3570
2f61d1d7 3571 * src/proto-bahumit.c: added irc_umode() to send usermodes, untested..
0d16e639 3572
2f61d1d7 3573 * src/proto.h: added irc_umode() to send usermodes (Life4Christ)
0d16e639 3574
2f61d1d7 3575 * src/nickserv.c: Added option to have authserv oper/admin people with
3576 opserv access. (Life4Christ)
0d16e639 3577
2f61d1d7 3578 * src/opserv.c: Added admin_level config option
3579
3580 * src/opserv.h: Added admin_level config option
0d16e639 3581
2f61d1d7 35822005-08-11 Alex Schumann <rubin@afternet.org>
0d16e639 3583
2f61d1d7 3584 * src/proto-p10.c: Avoid duplicating an oper in curr_opers (,staff
3585 command) when nef* bug sends the +o twice. ++fix bug in patch
0d16e639 3586
2f61d1d7 35872005-08-09 Alex Schumann <rubin@afternet.org>
0d16e639 3588
2f61d1d7 3589 * src/chanserv.c: Fixed banTimeout to actually remove the bans :)
0d16e639 3590
2f61d1d7 35912005-08-08 Alex Schumann <rubin@afternet.org>
0d16e639 3592
2f61d1d7 3593 * src/chanserv.c: Added banTimeout feature to .set
0d16e639 3594
2f61d1d7 3595 * src/chanserv.h: added banTimeout feature to .set
0d16e639 3596
2f61d1d7 3597 * src/recdb.c: Added some better error catching in database_get_data()
0d16e639 3598
2f61d1d7 3599 * src/proto-common.h: tabs
0d16e639 3600
2f61d1d7 3601 * x3.conf.example: added bantimeout to default set list, and ban
3602 timeout frequency config setting.
0d16e639 3603
2f61d1d7 36042005-08-04 Alex Schumann <rubin@afternet.org>
0d16e639 3605
2f61d1d7 3606 * src/chanserv.c: Changed kick protected message to one without %s or
3607 $b because the kick function doesnt support replacements.
0d16e639 3608
2f61d1d7 3609 * src/tools.c: fixed spelling error in comment.
0d16e639 3610
2f61d1d7 36112005-07-28 Alex Schumann <rubin@afternet.org>
0d16e639 3612
2f61d1d7 3613 * src/chanserv.c: fixed crash bug in 8ball (required params was off by
3614 one)
0d16e639 3615
2f61d1d7 3616 * src/proto-p10.c: Ignore wallusers (WU) tokens from server without
3617 whining.
0d16e639 3618
2f61d1d7 36192005-07-26 Alex Schumann <rubin@afternet.org>
0d16e639 3620
2f61d1d7 3621 * x3.conf.example: Updated from live afternet file and improved help
3622 and layout. Added vim directive to set syntax type.
0d16e639 3623
2f61d1d7 3624 * src/chanserv.c: ported x2's 8ball in, and improved it.
0d16e639 3625
2f61d1d7 3626 * src/math.c: Added osiris' hack to do_math for supporting
3627 2(10) and 2pi etc. Improved it to handle pi2 also.
0d16e639 3628
2f61d1d7 3629 * src/chanserv.help: updated 8ball help and added 'myaccess' to
3630 information help index.
0d16e639 3631
2f61d1d7 36322005-07-18 Alex Schumann <rubin@afternet.org>
d76ed9a9 3633
2f61d1d7 3634 * src/proto-p10.c: added +L awareness
d76ed9a9 3635
2f61d1d7 3636 * src/hash.h: added +L awareness
d76ed9a9 3637
2f61d1d7 3638 * src/chanserv.help: changed set ctcpreaction help
d76ed9a9 3639
c74bf46b 36402005-07-18 Neil Spierling <sirvulcan@sirvulcan.co.nz>
d76ed9a9 3641
2f61d1d7 3642 * src/modcmd.h: Lets make some functions global.
d76ed9a9 3643
2f61d1d7 3644 * src/modcmd.c: Log hostmasks no matter what.
d76ed9a9 3645
2f61d1d7 3646 * src/log.c: Lookup commands if they are from OpServ in the log.
3647 If they match channel specific commands like OP, DEOP, etc then
3648 we will display them in a LAST command (assuming the person doing
3649 the LAST is an oper). Normal clients wont see commands that have
3650 been performed by OpServ.
d76ed9a9 3651
2f61d1d7 36522005-07-15 Alex Schumann <rubin@afternet.org>
d76ed9a9 3653
2f61d1d7 3654 * src/chanserv.c: Changed around ctcpreaction setting so it:
3655 a) doesnt crash.
3656 b) doesnt kick userlist members ever
3657 c) has only 1 setting needed to control it
3658 * src/chanserv.h: removed some old oplevel stuff.
d76ed9a9 3659
2f61d1d7 36602005-07-14 Alex Schumann <rubin@afternet.org>
d76ed9a9 3661
2f61d1d7 3662 * src/proto-p10.c: made it ignore EX, MK and PRIV tokens to
3663 remove errors from log. Fixed problem with missing break; in
3664 channel mode c parsing (reed).
d76ed9a9 3665
2f61d1d7 3666 * src/mod-memoserv.c: Improved memoserv 'you have notes' message.
3667
3668 * src/log.c: Changed channel log target to send PRIVMSG instead of
3669 NOTICE. (Ghozer)
3670
c74bf46b 36712005-05-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2f61d1d7 3672
3673 * configure: Regenerated.
3674
3675 * configure.in: Added checks for tgmath.h.
3676
3677 * src/chanserv.c: Added new command LAST, from X2. Similar to
3678 EVENTS except its file based. Bear in mind you dont have to use
3679 both. You can bind what you want to use. Commented out zoot_list
3680 as its not in use, just a warning fix.
3681
3682 * src/hash.c: Warning fix.
3683
3684 * src/log.h: Misc defines.
3685
3686 * src/log.c: Logging functions from X2.
3687
3688 * src/math.c: If tgmath.h doesnt exist then include some other
3689 files that contain the functions we require.
3690
3691 * src/modcmd.c: Added a small ctcp reply, gender.. like gnuworld X.
3692
3693 * src/proto-p10.c: Added chanserv.h #include to squash a small
3694 compile error. Made X3 understand MARK's to a small point. Fixed
3695 a small parsing bug with exempts.
3696
36972005-07-06 Alex Schumann <rubin@afternet.org>
3698
3699 * src/chanserv.c: Fixed a couple awkward looking outputs with userlist
3700
3701 * src/opserv.c: Fixed an awkward output of trace count etc.
3702
37032005-06-22 Alex Schumann <rubin@afternet.org>
3704 * src/chanserv.help: Improved DURATION help
3705
3706 * src/tools.c: Changed 'M' duration to 30 days (not 31) as its
3707 a better average.
3708
37092005-05-27 Alex Schumann <rubin@afternet.org>
3710
3711 * src/chanserv.c: Improved usability of register command, fixed
3712 unregister reply.
3713
3714 * src/chanserv.help: Improved usability of register command
3715
37162005-05-27 Alex Schumann <rubin@afternet.org>
3717
3718 * src/chanserv.c: Resync working now
3719
37202005-05-27 Reed Loden <reed@reedloden.com>
3721
3722 * src/chanserv.c: Fixed an incorrectly named message. Fixed some
3723 grammar issues in the message send to pending users. Fixed a
3724 problem with some of the resync code.
3725
37262005-05-27 Alex Schumann <rubin@afternet.org>
3727
3728 * src/chanserv.c: make pending add check if the person is already on
3729 the userlist before re-adding them (thx exec & reed for noticing this)
3730 Fix capitalisation of I in pending notice.
3731
37322005-05-18 Alex Schumann <rubin@afternet.org>
3733
3734 * src/modcmd.c: reed pointed out that modcmd non-command help wasnt
3735 working, and pointed me to the opserv helpfiles command, which shows
3736 what services search what help files. This fixes the help command to
3737 search that list as it should. Still need to modify the 'default'
3738 helpfile search bindigs because I dont think chanserv should respond
3739 to help from opserv's db, etc. See opserv's 'helpfiles' command.
3740
3741 * src/modcmd.help: clarified 'helpfiles' help.
3742
37432005-05-18 Alex Schumann <rubin@afternet.org>
3744
3745 * src/helpfile.c: make send_help() return true/false and not send
3746 errors so svccmd_send_help can 'take control' of things.
3747
3748 * src/modcmd.c: Fixed up the help system (again) / find aliased
3749 commands help if none exists. / Display no help for that command on
3750 commands (instead of topic)
3751
3752 * src/modcmd.h: Fixed up the help system (again)
3753
3754 * src/global.c: Fixed syntax display
3755
3756 * src/chanserv.help: Removed =---= formatting, fixed a few things.
3757 *spelling ++more spelling (thx reed)
3758
3759 * src/nickserv.help: Removed =---= formatting, fixed a few things.
3760 *spelling ++more spelling (thx reed)
3761
3762 * src/opserv.help: Removed =---= formatting, fixed a few things.
3763 ++spelling (thx reed)
3764
3765 * src/global.help: simplified index
3766
3767 * src/nickserv.c: Changed message users get when their email is
3768 already used for an account, fixed syntax help
3769
3770 * src/opserv.c: fixed syntax help
3771
37722005-05-16 Alex Schumann <rubin@afternet.org>
3773
3774 * src/chanserv.help: Fixed a couple ban/lamer conversions i missed in
3775 the help file.
3776
37772005-05-04 Alex Schumann <rubin@afternet.org>
3778
3779 * src/modcmd.c: added a 'rebindall' command to assist with
3780 upgrades and changes which change command bindings.
3781
3782 * src/modcmd.help: modified help to reflect above
3783
3784 * src/opserv.help: modified help to reflect above
3785
3786 * src/chanserv.c: changed addban, addtimedban, delban, bans etc
3787 to addlamer, dellamer, addtimedlamer, lamers to reduce confusion
3788 between channel bans (+b) and x3 remembered bans (lamers)
3789
3790 * src/chanserv.help: modified help to reflect above
3791
3792 * UPGRADE: added use of rebindall to upgrade instructions
3793
37942005-05-04 Alex Schumann <rubin@afternet.org>
3795
3796 * src/chanserv.c: added an 'adduser pending' feature, where if
3797 someone isn't authed x3 will ask them to /auth or register, and then
3798 automatically finish adding them to the channel when they do.
3799 Fixed email bug with adduser pending
3800
3801 * src/chanserv.h: adduser pending
3802
3803 * src/hash.c: adduser pending
3804
3805 * src/hash.h: adduser pending, and increased maxbans to 128 from 45.
3806
3807 * src/nickserv.c: adduser pending cleanup and activation code,
3808 Arch sync (Avoid losing channel information when
3809 replacing an account using the mergedb command.)
3810
3811 * src/proto-p10.c: adduser pending cleanup code
3812
3813 * src/nickserv.help: improved set and register help
3814
38152005-05-04 Alex Schumann <rubin@afternet.org>
3816
3817 * src/chanserv.c: changed uset noautoop to uset autoop (removed double
3818 negitive). Added set voice to provide control over use of voice.
3819 Implimented a basic chanserv db version control system for upgrading
3820 seamlessly.
3821
3822 * src/chanserv.help: adjusted help to reflect voice and uset autoop
3823 changes.
3824
3825 * src/hash.h: updated ssz comment from z to Z
3826
3827 * src/modcmd.help: rewrote BIND help
3828
3829 * src/proto-p10.c: Added Z (sslonly) support back in
3830
3831 * UPGRADE: created file to document upgrading procedures
3832
38332005-04-23 Alex Schumann <rubin@afternet.org>
3834 * src/chanserv.c: removed settings: oplevel, halfoplevel, and
3835 voicelevel, hard coding them to OP, HALFOP, and PEON. Changed
3836 topicmask to be an on or off setting, uninfluenced by enftopic.
3837 Added feature to use mask on /topic in addition to ,topic sets.
3838 Removed special consideration for ircops in protect_user()
3839
3840 * src/chanserv.help: updated documentation to reflect the new and
3841 much simpler topicmask feature, and removed op/voice levels.
3842
3843 * src/nickserv.c: added tailing 'end of' line for accountinfo
3844 for non-opers too.
3845
3846 * src/modcmd.c: tweaked alias notification for help and breef help.
3847
38482005-04-20 Alex Schumann <rubin@afternet.org>
3849
3850 * src/proto-common.c: removing +d. needs to be a config option
3851 or something.
3852
3853 * src/nickserv.help: modified main help reply of authserv
3854
3855 * src/nickserv.c: added title, epithet, and fakehost to oset listing
3856
3857 * src/modcmd.c: fixed up auto-help & alias command handling. Needs
3858 totally redesigned though.
3859
38602005-04-15 Alex Schumann <rubin@afternet.org>
3861
3862 * src/proto-common.c: Temp fix for x3 not seeing -hv modes being set
3863 at the same time. The whole block needs to be if/else instead of
3864 switch though, to be cleaner.
3865
3866 * src/nickserv.help: added fakehost and title options to help oset.
3867
3868 * src/nickserv.c: removed 'style' setting. (was not being used in
3869 code anyway)
3870
c74bf46b 38712005-04-04 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2f61d1d7 3872
3873 * src/proto-p10.c: Reinstated +d usermode.
3874
38752005-03-30 Alex Schumann <rubin@afternet.org>
3876
3877 * src/chanserv.c: Fixed unban.
3878
3879 * x3.conf.example: added note in snoop config that improper
3880 setting for bots nick will cause segfault.
3881
38822005-03-22 Alex Schumann <rubin@afternet.org>
3883
3884 * x3.conf.example: added sethost/fakehost settings to conf
3885
38862005-03-19 Alex Schumann <rubin@afternet.org>
3887
3888 * chanserv.c: Changed style of command outputs, added userlevel back
3889 to users list.
3890
3891 * opserv.c: Changed style of command outputs, removed warn feature
3892
3893 * tools.c: shortened duration string lengths
3894
3895 * main.c: shortened duration string lengths
3896
3897 * sendmail.c: Changed style of stats email
3898
38992005-03-18 Alex Schumann <rubin@afternet.org>
3900
3901 * Changed breef to brief...
3902
3903 * chanserv.c: Changed to access level names instead of numbers.
3904
39052005-03-17 Alex Schumann <rubin@afternet.org>
3906
3907
3908 * src/opserv.c: Improved readability of trace print output
3909
3910 * src/chanserv.c: Improved cmd_list_users output & cleaned it up
3911 a little.
3912
3913 * src/helpfile.c: Improved table_send readability (used in lots
3914 of listings including users and stats network etc)
3915
39162005-03-15 Alex Schumann <rubin@afternet.org>
3917
3918 * src/chanserv.c: Improved some syntax error reporting for commands
3919
3920 * src/helpfile.c: Added a 'breef' help function
3921
3922 * src/helpfile.h: Added a 'breef' help function
3923
3924 * src/main.c: Improved some syntax error reporting for commands
3925
3926 * src/modcmd.c: Improved some syntax error reporting for commands
3927
3928 * src/modcmd.h: Improved some syntax error reporting for commands
3929
39302005-03-15 Reed Loden <reed@reedloden.com>
3931
3932 * Synchronization with srvx--devo--1.3--patch-19.
3933
39342005-03-12 Alex Schumann <rubin@afternet.org>
3935
3936 * src/common.h, src/opserv.h: more SRVX->X3 fixes
3937
3938 * opserv.c: fixed SRVX defines to X3
3939
3940 * src/nickserv.c: Applied patch to bring up to date with
3941 local uncommitted changes on afternets srvx2 tree. improved
3942 cookie gen code and removed /play from cookie messages.
3943
3944 * src/all, src/Makefile*, Makefile.in: changed srvx to x3 in a
3945 bunch more places.
3946
c74bf46b 39472005-03-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2f61d1d7 3948
3949 * nickserv.help: Added odelcookie section.
3950
3951 * src/nickserv.c: Added odelcookie for deleting auth cookies and email
3952 cookies.
3953
3954 * src/md5.c: Cleaned up compile warnings.
3955
3956 * src/nickserv.help: Added odelcookie section.
3957
3958***********************************************************************/
3959
3960#define CVS_VERSION "$Id$"
d76ed9a9 3961