]> jfr.im git - irc/evilnet/x3.git/blame - ChangeLog
Fix for auto-oper bug where PRIVS were not being applied on Nefarious branch versions...
[irc/evilnet/x3.git] / ChangeLog
CommitLineData
2f61d1d7 1/***********************************************************************
ca3486a2 2X3 ChangeLog
c73514ea 3
a25d8a57
MB
42011-01-25 Matthew Beeching <jobe@mdbnet.co.uk>
5
6 * src/proto-p10.c: Fix for auto-oper bug where PRIVS were not
7 being applied on Nefarious branch versions (or in short reverted
8 revision 697:e6fe90cab8d0)
9
67fd744c
MB
102010-12-06 Matthew Beeching <jobe@mdbnet.co.uk>
11
12 * src/nickserv.c: Fixed bug where NickServ.oregister incorrectly
13 logged the password.
14
3408efdc
MB
152010-10-15 Matthew Beeching <jobe@mdbnet.co.uk>
16
17 * src/proto-p10.c: Fix for P10 BURST message parsing where
18 extended bans were causing premature change from ban mask to
19 except mask parsing.
20
cb0071f3
MB
212010-09-27 Matthew Beeching <jobe@mdbnet.co.uk>
22
23 * src/chanserv.c: Fix for maxsetinfo now allowing you to set it
24 to the maximum value as specified in x3.conf
25
0fb450a2
MB
262010-09-24 Matthew Beeching <jobe@mdbnet.co.uk>
27
28 * src/proto-p10.c: Fix for crash bug during burst where X3 sends
29 a B (BURST) message with a channel limit in the modes string.
30
5309944d
AS
312010-09-24 Alex Schumann <rubin@afternet.org>
32
33 * src/chanserv.c: dont let users set extended bans with
34 .ban/lamer/etc, and dont remove extended bans with bantimeout
35
d5f787f5
MB
362010-09-19 Matthew Beeching <jobe@mdbnet.co.uk>
37
38 * src/chanserv.c: Added ignore_csuspend to *ChanServ.csuspend
39 and *ChanServ.cunsuspend as a default flag.
40
8b56c5ca
MB
412010-09-17 Matthew Beeching <jobe@mdbnet.co.uk>
42
43 * src/chanserv.c: Updated ChanServ.staff, ChanServ.ircops and
44 ChanServ.helpers to hide users with user mode +H (hide oper).
45
2b9de5dd
MB
462010-09-08 Matthew Beeching <jobe@mdbnet.co.uk>
47
48 * src/proto-p10.c: Replaced some horrible code for formatting a
49 channel mode string and fix for a bug where chan mode +A was
50 being ignored.
51
dc382fd2
MB
522010-08-29 Matthew Beeching <jobe@mdbnet.co.uk>
53
54 * src/chanserv.c: Changed wheel of misfortune nick change pseudo
55 user to use a hard coded host name to prevent accidentally giving
56 out a users real host.
57
5e832871
MB
582010-08-19 Matthew Beeching <jobe@mdbnet.co.uk>
59
60 * src/proto-p10.c: Changed TOK_PRIVS to "PR" to match current ircu
61 distributions.
62
f79cdffc
MB
632010-07-31 Matthew Beeching <jobe@mdbnet.co.uk>
64
65 * src/proto-common.c: Added hg revision information to VERSION
66 reply to match version strings everywhere else.
67
cc6339ac
MB
682010-07-30 Matthew Beeching <jobe@mdbnet.co.uk>
69
70 * src/Makefile.in: Added version.c generation at compile time
71
72 * src/modcmd.c: Updated to use cvs_version from version.c
73
74 * src/version.c.SH: Added version.c.SH to generate version.c
75
76 * src/version.h: Added version.h
77
8d882965
MB
782010-07-07 Matthew Beeching <jobe@mdbnet.co.uk>
79
80 * src/hash.h: Added support for user modes +D, +R, +W, +H, +L
81 and +q.
82
83 * src/opserv.c: Added support for user modes +D, +R, +W, +H, +L
84 and +q.
85
86 * src/proto-p10.c: Added support for user modes +D, +R, +W, +H,
87 +L and +q.
88
fc55e757
MB
892010-07-07 Matthew Beeching <jobe@mdbnet.co.uk>
90
91 * src/hash.h: Added support for user modes +z and +a and fixed
92 some comments.
93
94 * src/opserv.c: Added support for user modes +z and +a and
95 added support to TRACE/ADDALERT CHECKRESTRICTIONS criteria for
96 channel mode +a and +Z.
97
98 * src/proto-p10.c: Added support for user modes +z and +a.
99
31dca7ac
MB
1002010-07-07 Matthew Beeching <jobe@mdbnet.co.uk>
101
102 * src/opserv.c: Added support to TRACE/ADDALERT CHECKRESTRICTIONS
103 criteria for channel mode +O and +r.
104
6b912b17
MB
1052010-07-03 Matthew Beeching <jobe@mdbnet.co.uk>
106
107 * src/chanserv.c: Removed extra 'is' from CSMSG_SMURF_TARGET.
108
3e06ac80
MB
1092010-06-06 Matthew Beeching <jobe@mdbnet.co.uk>
110
111 * src/proto-p10.c: Fix for crash on BURST (B) message for a channel
112 with +L, at least one ban or except, and no users.
113
ee2291da
MB
1142010-05-21 Matthew Beeching <jobe@mdbnet.co.uk>
115
116 * src/modcmd.c: Added support for fall back replacements in
117 command bindings. For example if you specify $1n instead of $1,
118 then the users nick will be used if param 1 is not supplied.
119
d18d752e
MB
1202010-05-14 Matthew Beeching <jobe@mdbnet.co.uk>
121
122 * src/nickserv.c: Fix for NickServ NICKINFO using the wrong
123 lastseen timestamp.
124
238102e1
MB
1252010-05-13 Matthew Beeching <jobe@mdbnet.co.uk>
126
127 * src/proto-p10.c: Fixed support for channel mode +a (Admins only).
128
55a256b7
MB
1292010-05-12 Matthew Beeching <jobe@mdbnet.co.uk>
130
131 * tools/db.php: Rewrote parser function as a class and faster
132 parsing.
133
ae275267
MB
1342010-05-11 Matthew Beeching <jobe@mdbnet.co.uk>
135
136 * src/nickserv.c: Added nick expiration support.
137
138 * src/nickserv.h: Added nick expiration support.
139
140 * x3.conf.example: Added nick expiration support.
141
886bca7c
MB
1422010-05-06 Matthew Beeching <jobe@mdbnet.co.uk>
143
144 * src/nickserv.c: Added SET action for SEARCH.
145
146 * src/nickserv.help: Added SET action for SEARCH.
147
73ac2ca6
MB
1482010-05-06 Matthew Beeching <jobe@mdbnet.co.uk>
149
150 * src/nickserv.c: Added NickServ search title criteria.
151
152 * src/nickserv.help: Added NickServ search title criteria.
153
ec8177c5
MB
1542010-04-29 Matthew Beeching <jobe@mdbnet.co.uk>
155
156 * src/opserv.c: Minor typo in previous commit where returning 0
157 when it should have been 1 from opserv_join_check().
158
7e3e9ac5
MB
1592010-04-29 Matthew Beeching <jobe@mdbnet.co.uk>
160
161 * src/opserv.c: Fix for possible bug in opserv_join_check().
162
4ce83531
MB
1632010-04-23 Matthew Beeching <jobe@mdbnet.co.uk>
164
165 * src/log.c: Modified X3.last to only show host and ident to
166 opers.
167
9665da36
AS
1682010-03-15 Matthew Beeching <jobe@mdbnet.co.uk>
169
170 * ChangeLog: Abusing to figure out mercurial a bit.
171
bdddfe43 1722010-03-13 Matthew Beeching <jobe@mdbnet.co.uk>
173
174 * src/hash.h: Changed HOSTLEN to match Nefarious.
175
7da677be 1762010-03-03 Matthew Beeching <jobe@mdbnet.co.uk>
177
178 * src/proto-p10.c: Fixed bug in P10 B64 IPv6 parsing where the
179 entire IPv6 IP after the :: was ommited.
180
e10feb7a 1812010-02-27 Matthew Beeching <jobe@mdbnet.co.uk>
182
183 * src/proto-p10.c: Added message handlers for ZLINE and REMOVE
184 to ignore both messages
185
7f9e40bf 1862010-02-05 Matthew Beeching <jobe@mdbnet.co.uk>
187
188 * src/nickserv.help: Fix for a minor documentation error where $S
189 was used instead of $N.
190
38bff5f0 1912010-01-14 Matthew Beeching <jobe@mdbnet.co.uk>
192
193 * src/nickserv.c: Added support for LDAP auth registering initial
194 nick when nick registration is enabled.
195
8536ac6b 1962010-01-09 Neil Spierling <sirvulcan@sirvulcan.co.nz>
197
198 * Srvx sync. Author: Michael Poole.
199
200 * src/ioset.c (ioset_listen): Linux -- reasonably -- requires that
201 SO_REUSEADDR be set on a socket before binding it to an in-use socket.
202 So do that.
203
204 * src/sar.c: Convert "struct sockaddr_storage" to "void *" to comply
205 with C99's strict(er) aliasing rules. Allocate off the stack or
206 heap, as appropriate. Add new function sar_free_nameserver() to
207 clean up the heap-allocated data.
208
c550ac9a 2092010-01-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
210
211 * src/chanserv.c: 8ball will now accept "what colour".
212
1dfca92d 2132009-12-18 Neil Spierling <sirvulcan@sirvulcan.co.nz>
214
215 * x3.conf.example: Added type 8 for Nefarious 1.3.0.
216
217 * src/proto-p10.c: Only use the old cloak.c code if type 7 is given.
218 If type 8 is given then the cloaked hosts are picked up during burst
219 (+cC)
220
e2f17d6e 2212009-12-17 Neil Spierling <sirvulcan@sirvulcan.co.nz>
222
223 * src/log.c: Revert message type to 5.
224
72d5504b 2252009-12-17 Neil Spierling <sirvulcan@sirvulcan.co.nz>
226
227 * src/mod-track.c: Fixed a crash with net rider kicks.
228
38377e02 2292009-12-12 Alex Schumann <rubin@afternet.org>
230
231 src/x3ldap.c: Fix crash bug with ldap adding users. Deal with some warnings.
232
233 src/x3ldap.h: Deal with some warnings.
234
af40e58b 2352009-12-09 Henrik Stuart <evilnet@hstuart.dk>
236
237 src/mod-python.c: add support for module_register.
238
07021002 2392009-12-09 Henrik Stuart <evilnet@hstuart.dk>
240
241 src/mod-python.c: add support for log_register_type.
242
c3915bdc 2432009-12-09 Neil Spierling <sirvulcan@sirvulcan.co.nz>
244
245 src/nickserv.c: Shuffle the auto oper functions around to fix a
246 desync issue.
247
248 src/proto-p10.c: Ignore PRIV_NONE within the first 5 seconds of
249 a client's connection. Temp fix for now.
250
3c4b9ee3 2512009-12-06 Matthew Beeching <jobe@mdbnet.co.uk>
252
253 * src/chanserv.c: Removed seemingly unnecessary "cannot invite"
254 warning from chan_opt_automode.
255
c73514ea 2562009-12-02 Matthew Beeching <jobe@mdbnet.co.uk>
257
258 * src/nickserv.c: Added merging SSL fingerprint lists during
259 account merging.
9c88eebe 260
890866b0 2612009-12-01 Matthew Beeching <jobe@mdbnet.co.uk>
262
263 * src/opserv.c: Added ADDALERT reactions noticeuser and msguser
264 to go with trace reactions notice and privmsg.
265
d57dba72 2662009-11-29 Matthew Beeching <jobe@mdbnmet.co.uk>
267
268 * src/nickserv.c: Rewrote parts of loc_auth() to get it working
269 the same as cmd_auth() with regards to SSL fingerprint support.
270
c03536b5 2712009-11-29 Neil Spierling <sirvulcan@sirvulcan.co.nz>
272
273 * src/nickserv.c: Small tweak.
274
1679a283 2752009-11-29 Neil Spierling <sirvulcan@sirvulcan.co.nz>
276
1f459b76 277 * src/nickserv.c: Small tweak to the password checks with sslfp LOC.
278
2792009-11-29 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1679a283 280 * src/nickserv.c: Added SSL fingerprint support to LOC.
281
282 * src/nickserv.h: Added sslfp to loc_auth.
283
284 * src/proto-p10.c: Added support for the new S loc auth type.
285
2fa83595 2862008-11-28 Matthew Beeching <jobe@mdbnmet.co.uk>
287
288 * src/nickserv.help: Added help for ADDSSLFP, DELSSLFP, OADDSSLFP
289 and ODELSSLFP
290
291 * src/nickserv.c: Added support for SSL fingerprint authentication.
292
293 * src/nickserv.h: Added support for SSL fingerprint authentication.
294
7acc75ee 2952009-11-28 Matthew Beeching <jobe@mdbnet.co.uk>
296
297 * src/mod-memoserv.c: Fix for bug where MemoServ is created as a
298 local bot but not registered as a service on first startup.
299
6fee1be7 3002009-11-26 Matthew Beeching <jobe@mdbnet.co.uk>
301
302 * src/chanserv.c: Fixed a missing ',' in cmd_myaccess output.
303
30874d66 3042009-11-26 Henrik Stuart <evilnet@hstuart.dk>
305
306 * src/common.h src/main-common.c: add extra parameter to reg_exit_func and
307 exit_func_t.
308
309 * src/proto-p10.c src/mod-qserver.c src/chanserv.c src/mod-snoop.c
310 src/hash.c src/helpfile.c src/gline.c src/global.c src/mod-helpserv.c
311 src/opserv.c src/timeq.c src/saxdb.c src/modcmd.c src/saxdb.h
312 src/mod-sockcheck.c src/shun.c src/mod-python.c src/spamserv.c
313 src/mail-common.c src/mod-memoserv.c src/mod-track.c src/log.c src/ioset.c
314 src/nickserv.c src/main.c src/sar.c: collateral evolution fixes due to
315 exit_func change.
316
62a2e0a9 3172009-11-26 Henrik Stuart <evilnet@hstuart.dk>
318
319 * src/proto-common.c: fix typo in malloc variable name.
320
d77556d0 3212009-11-26 Henrik Stuart <evilnet@hstuart.dk>
322
323 * src/modcmd.h src/modcmd.c: add extra parameter to reg_svccmd_unbind_func
324 and svccmd_unbind_func_t.
325
326 * src/chanserv.c: collateral evolution fixes due to svccmd_unbind_func
327 change.
328
f14b32b8 3292009-11-24 Henrik Stuart <evilnet@hstuart.dk>
330
331 * src/proto.h src/proto-common.c: add extra parameter to
332 reg_mode_change_func and mode_change_func_t.
333
334 * src/chanserv.c: collateral evolution fixes due to mode_change_func
335 change.
336
974d3831 3372009-11-24 Henrik Stuart <evilnet@hstuart.dk>
338
339 * src/nickserv.h src/nickserv.c: add extra parameter to reg_unreg_func and
340 unreg_func_t.
341
342 * src/chanserv.c src/mod-helpserv.c src/mod-memoserv.c: collateral
343 evolution fixes due to unreg_func change.
344
81ac4787 3452009-11-24 Henrik Stuart <evilnet@hstuart.dk>
346
347 * src/nickserv.h src/nickserv.c: add extra parameter to reg_auth_func and
348 auth_func_t.
349
350 * src/chanserv.c src/mod-snoop.c src/global.c src/mod-helpserv.c
351 src/opserv.c src/mod-memoserv.c src/mod-track.c: collateral evolution
352 fixes due to auth_func change.
353
3a196bdb 3542009-11-24 Henrik Stuart <evilnet@hstuart.dk>
355
356 * src/nickserv.h src/proto-common.c: add extra parameter to
357 reg_user_mode_func and user_mode_func_t.
358
359 * src/mod-snoop.c src/mod-track.c: collateral evolution fixes due to
360 user_mode_func change.
361
ee8c50bd 3622009-11-24 Henrik Stuart <evilnet@hstuart.dk>
363
364 * src/nickserv.h src/proto-common.c: add extra parameter to
365 reg_channel_mode_func and channel_mode_func_t.
366
367 * src/chanserv.c src/mod-snoop.c src/mod-track.c: collateral evolution
368 fixes due to channel_mode_func change.
369
91667658 3702009-11-24 Henrik Stuart <evilnet@hstuart.dk>
371
372 * src/hash.c src/hash.h: add extra parameter to reg_kick_func and
373 kick_func_t.
374
375 * src/chanserv.c src/mod-snoop.c src/mod-track.c: collateral evolution
376 fixes due to kick_func change.
377
63637aea 3782009-11-24 Henrik Stuart <evilnet@hstuart.dk>
379
380 * src/hash.c src/hash.h: add extra parameter to reg_part_func,
381 unreg_part_func, and part_func_t.
382
383 * src/chanserv.c src/mod-snoop.c src/mod-helpserv.c src/spamserv.c
384 src/mod-track.c: collateral evolution fixes due to part_func change.
385
3862009-11-24 Henrik Stuart <evilnet@hstuart.dk>
1898d8ea 387
388 * src/hash.c src/hash.h: add extra parameter to reg_del_channel_func and
389 del_channel_func_t.
390
391 * src/opserv.c src/proto-p10.c: collateral evolution fixes due to
392 del_channel_func change.
393
736517fb 3942009-11-23 Matthew Beeching <jobe@mdbnet.co.uk>
395
396 * src/nickserv.c: Removed 2 nonsensical spaces in
397 *NickServ.accountinfo output for "Karma"
398
2693aadd 3992009-11-22 Matthew Beeching <jobe@mdbnet.co.uk>
400
401 * src/nickserv.c: Fix for bug allowing the use of odelcookie
402 to result in an account's password changing when it shouldn't.
403
29545775 4042009-11-22 Matthew Beeching <jobe@mdbnet.co.uk>
405
406 * src/nickserv.c: Added fix for LDAP password not being updated
407 on odelcookie where account password is changed anyway.
408
f3aff201 4092009-11-21 Matthew Beeching <jobe@mdbnet.co.uk>
410
411 * src/x3ldap.c: Updated OpServ level in LDAP feature to remove
412 the attribute when 0 instead of setting it to 0
413
414 * src/x3ldap.h: Updated OpServ level in LDAP feature to remove
415 the attribute when 0 instead of setting it to 0
416
417 * src/nickserv.c: Updated OpServ level in LDAP feature to remove
418 the attribute when 0 instead of setting it to 0
419
75fcdcad 4202009-11-21 Matthew Beeching <jobe@mdbnet.co.uk>
421
422 * src/x3ldap.c: Fix for bug allowing accounts in LDAP to
423 authenticate to unactivated accounts.
424
425 * src/nickserv.c: Fix for bug allowing accounts in LDAP to
426 authenticate to unactivated accounts.
427
ba4b4d51 4282009-11-16 Matthew Beeching <jobe@mdbnet.co.uk>
429
430 * src/proto-p10.c: Added support for MARK SSLCLIFP.
431
432 * src/hash.h: Added support for MARK SSLCLIFP.
433
434 * src/opserv.c: Added SSLCLIFP mark to cmd_whois.
435
2dddcd74 4362009-11-16 Matthew Beeching <jobe@mdbnet.co.uk>
437
438 * src/nickserv.c: Fix for crash in cmd_oregister due to incorrect
439 parameter counts.
440
85e88703 4412009-11-15 Matthew Beeching <jobe@mdbnet.co.uk>
442
443 * src/hosthiding.c: Fix for crash bug in make_virthost() when host
444 name doesnt have a '.' in it.
445
63c0b8ad 4462009-11-15 Henrik Stuart <evilnet@hstuart.dk>
447
448 * src/hash.c: fix variable set for registering nick change functions.
449
50c7ed1b 4502009-11-14 Matthew Beeching <jobe@mdbnet.co.uk>
451
452 * src/nickserv.c: Fix for bug #2869968 (*NickServ.oregister allowing
453 invalid handles)
454
157ce145 4552009-11-01 Henrik Stuart <evilnet@hstuart.dk>
456
457 * src/hash.h src/hash.c: add extra parameter to new_channel_func_t and
458 reg_new_channel_func.
459
460 * src/chanserv.c src/opserv.c: add extra NULL argument/parameter to
461 reflect change in hash.
462
50dafce8 4632009-11-01 Henrik Stuart <evilnet@hstuart.dk>
464
465 * src/nickserv.h src/nickserv.c: add extra parameter to
466 handle_merge_func_t and reg_handle_merge_func.
467
468 * src/mod-helpserv.c: add extra NULL argument/parameter to reflect change
469 in nickserv.
470
99c332f8 4712009-11-01 Henrik Stuart <evilnet@hstuart.dk>
472
473 * src/nickserv.h src/nickserv.c: add extra parameter to allowauth_func_t
474 and reg_allowauth_func.
475
476 * src/mod-helpserv.c: add extra NULL argument/parameter to reflect change
477 in nickserv.
478
c8b793cb 4792009-11-01 Henrik Stuart <evilnet@hstuart.dk>
480
481 * src/nickserv.h src/nickserv.c: add extra parameter to failpw_func_t and
482 reg_failpw_func.
483
484 * src/mod-helpserv.c: add extra NULL argument/parameter to reflect change
485 in nickserv.
486
5a2c7cf6 4872009-11-01 Henrik Stuart <evilnet@hstuart.dk>
488
489 * src/hash.h src/hash.c: add extra parameter to topic_func_t and
490 reg_topic_func.
491
492 * src/chanserv.c src/mod-python.c: add extra NULL argument/parameter to
493 reflect change in hash.
494
1c14af0b 4952009-11-01 Henrik Stuart <evilnet@hstuart.dk>
496
497 * src/proto.h src/proto-common.c: add extra parameter to chanmsg_func_t
498 and reg_chanmsg_func.
499
500 * src/chanserv.c src/modcmd.c: add extra NULL argument/parameter to
501 reflect change in proto.
502
3070719a 5032009-10-31 Henrik Stuart <evilnet@hstuart.dk>
504
505 * src/nickserv.h src/nickserv.c: add extra parameter to
506 handle_rename_func_t and reg_handle_rename func.
507
508 * src/chanserv.c src/mod-helpserv.c src/mod-memoserv.c: add extra NULL
509 argument/parameter to reflect change in nickserv.
510
2732298d 5112009-10-30 Henrik Stuart <evilnet@hstuart.dk>
512
513 * src/mod-snoop.c src/mod-helpserv.c src/mod-sockcheck.c src/mod-track.c:
514 fix missed NULL argument/parameter additions from earlier commits.
515
fb38e2bc 5162009-10-30 Henrik Stuart <evilnet@hstuart.dk>
517
518 * src/hash.h src/hash.c: add extra parameter to join_func_t and
519 reg_join_func.
520
521 * src/chanserv.c src/opserv.c src/mod-python.c src/spamserv.c: add extra
522 NULL argument/parameter to reflect change in hash.
523
63189c10 5242009-10-30 Henrik Stuart <evilnet@hstuart.dk>
525
526 * src/hash.h src/hash.c: add extra parameter to nick_change_func_t and
527 reg_nick_change_func. Also fix memory leaks from not freeing extras lists
528 for some callback routines.
529
530 * src/chanserv.c src/opserv.c src/mod-python.c src/spamserv.c
531 src/nickserv.c src/modcmd.c: add extra NULL argument/parameter to reflect
532 change in hash.
533
534 * src/proto-p10.c: fix logic for calling call_new_user_funcs.
535
e9b00805 5362009-10-30 Henrik Stuart <evilnet@hstuart.dk>
537
538 * src/proto.h: add extra parameter to reg_oper_func and oper_func_t.
539
540 * src/global.c: add extra NULL argument parameter to reflect changes.
541
542 * src/proto-common.c: add extra parameter to implementation of
543 reg_oper_func and reflect the extra parameter in call_oper_funcs.
544
545 * src/proto-p10.c: free storage for extra parameters.
546
a6bcc929 5472009-10-28 Henrik Stuart <evilnet@hstuart.dk>
548
549 * src/hash.h src/hash.c: add extra parameter to del_user_func_t,
550 reg_del_user_func, and unreg_del_user_func. Add new call_del_user_funcs
551 function to abstract hash internals from outside callers.
552
553 * src/opserv.c src/mod-python.c src/spamserv.c src/nickserv.c: add extra
554 NULL argument(parameter to reflect change in hash.
555
556 * src/proto-p10.c: use call_del_user_funcs instead of interfacing with
557 hash.c internals directly. Remove unused code due to this change.
558
559 * src/proto-common.c: remove reference to hash internals.
560
35ea100f 5612009-10-28 Matthew Beeching <jobe@mdbnet.co.uk>
562
563 * src/x3ldap.c: Added ldap_do_oslevel() to set OpServ access level in
564 LDAP.
565
566 * src/x3ldap.h: Added ldap_do_oslevel() to set OpServ access level in
567 LDAP.
568
569 * src/nickserv.c: Added configuration option for OpServ access level
570 LDAP attribute name and call to ldap_do_oslevel() on access level
571 change.
572
573 * src/nickserv.h: Added configuration option for OpServ access level
574 LDAP attribute name.
575
576 * x3.conf.example: Added configuration option for OpServ access level
577 LDAP attribute name.
578
f0fb2e2d 5792009-10-27 Henrik Stuart <evilnet@hstuart.dk>
580
581 * src/hash.h src/hash.c: add extra parameter to new_user_func_t and
582 reg_new_user_func. Add new call_new_user_funcs function to abstract hash
583 internals from outside callers.
584
585 * src/proto-p10.c: use call_new_user_funcs instead of interfacing with
586 hash.c internals directly. Remove unused code due to this change.
587
588 * src/global.c src/opserv.c src/mod-python.c src/spamserv.c
589 src/nickserv.c: add extra NULL argument/parameter to reflect change in
590 hash.
591
592 * src/proto-common.c: remove reference to hash internals.
593
9d59f196 5942009-10-27 Henrik Stuart <evilnet@hstuart.dk>
595
596 * src/hash.h: add extra parameter to server_link_func_t and
f0fb2e2d 597 reg_server_link_func. Add new call_server_link_funcs function to abstract
9d59f196 598 hash internals from outside callers.
599
600 * src/proto-p10.c: call call_server_link_funcs rather than interfacing
601 directly with hash.c internals.
602
603 * src/chanserv.c: add extra NULL-argument/parameter to server link
604 handler.
605
606 * src/hash.c: add extra parameter to reg_server_link_func and introduce
607 call_server_link_funcs to shield external callers from the functionality.
608
609 * src/proto-common.c: remove extern definitions for the hash.c structures
610 for the server link callback structure.
611
612 * src/mod-python.c: add extra NULL-argument/parameter to server link
613 handler.
614
44960d6c 6152009-10-27 Henrik Stuart <evilnet@hstuart.dk>
616
617 * src/mod-python.c: remove unused code.
618
0ad6b4a5 6192009-10-27 Henrik Stuart <evilnet@hstuart.dk>
620
621 * src/nickserv.c: marked cmd possibly unused to silence warning.
622
6ae87c77 6232009-10-27 Henrik Stuart <evilnet@hstuart.dk>
624
625 * src/nickserv.h: make auto_oper_privs and auto_admin_privs const.
626
627 * src/proto.h: make privs const in irc_raw_privs.
628
629 * src/proto-p10.c: make privs const in irc_raw_privs.
630
6312009-10-27 Henrik Stuart <evilnet@hstuart.dk>
d5182ae2 632
633 * src/global.c: remove unused code.
634
69517d70 6352009-10-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
636
637 * src/nickserv.c: Send privs out when auto opering clients. These are
638 controlled for now via auto_oper_privs/auto_admin_privs in the nickserv
639 section within x3.conf. In the future we will look at account specific
640 privs.
641
642 * src/proto.h: Added irc_raw_privs and client_modify_priv_by_name.
643
644 * src/proto-p10.c: Added irc_raw_privs.
645
646 * src/tools.c: Added R extended ban.
647
43b43d56 6482009-10-12 Henrik Stuart <evilnet@hstuart.dk>
649
650 * src/mod-python.c: add python_handle_topic and refactor
651 emb_get_channel.
652
653 * src/plugins/__init__.py: add empty topic handler function to
654 Plugin class.
655
656 * src/modpython.py: add topic handler function.
657
9c7f11c2 6582009-10-12 Henrik Stuart <evilnet@hstuart.dk>
659
660 * src/mod-python.c: add python_handle_del_user.
661
662 * src/plugins/__init__.py: add empty del_user handler function to
663 Plugin class.
664
665 * src/modpython.py: add del_user handler function.
666
0a585d7e 6672009-10-12 Henrik Stuart <evilnet@hstuart.dk>
668
669 * src/mod-python.c: refactor python_handle_nick_change.
670
671 * src/plugins/__init__.py: add empty nick_change handler function to
672 Plugin class.
673
674 * src/modpython.py: refactor nick_change to use new plugin
675 system.
676
30814f13 6772009-10-12 Henrik Stuart <evilnet@hstuart.dk>
678
679 * src/plugins/__init__.py: refactor plugin instantiation logic.
680
c9b009fe 6812009-10-12 Henrik Stuart <evilnet@hstuart.dk>
682
683 * src/mod-python.c: refactor python_handle_new_user.
684
685 * src/modpython.py: refactor new_user handler to use new plugin
686 system.
687
688 * src/plugins/__init__.py: add empty new_user handler function to
689 Plugin class.
690
1ad8c8df 6912009-10-12 Henrik Stuart <evilnet@hstuart.dk>
692
693 * src/mod-python.c: refactor python_handle_server_link to be more
694 Pythonic.
695
696 * src/modpython.py: rename old plugins class to plugins_ and use a
697 more general plugin system.
698
699 * src/plugins/__init__.py: extend with plugin base-class and
700 recursive plugin load logic.
701
94a73df0 7022009-10-12 Henrik Stuart <evilnet@hstuart.dk>
703
704 * src/mod-python.c: add emb_service_register function.
705
1e7b511d 7062009-10-12 Henrik Stuart <evilnet@hstuart.dk>
707
708 * src/mod-python.c: add emb_adduser function.
709
7304cfdc 7102009-10-12 Henrik Stuart <evilnet@hstuart.dk>
711
712 * src/mod-python.c: add emb_svsjoin function.
713
f20f0ab5 7142009-10-12 Henrik Stuart <evilnet@hstuart.dk>
715
716 * src/mod-python.c: add emb_svsquit function.
717
718 * src/proto.h: observe proper const-ness in irc_svsquit function.
719
720 * src/proto-p10.c: observe proper const-ness in irc_svsquit function.
721
15df606d 7222009-10-12 Henrik Stuart <evilnet@hstuart.dk>
723
724 * src/mod-python.c: add emb_svsnick function.
725
5661f28e 7262009-10-12 Henrik Stuart <evilnet@hstuart.dk>
727
728 * src/mod-python.c: refactor doc-strings for extension methods to separate
729 variables. Minor code changes that modify function return values/types to
730 be more uniform.
731
86d0ebc4 7322009-10-12 Henrik Stuart <evilnet@hstuart.dk>
733
734 * src/mod-python.c: add emb_fakehost function.
735
26d745b2 7362009-10-12 Henrik Stuart <evilnet@hstuart.dk>
737
738 * src/mod-python.c: add emb_user_mode function.
739
b778caa0 7402009-10-12 Henrik Stuart <evilnet@hstuart.dk>
741
742 * src/mod-python.c: add emb_channel_mode function.
743
8d455e8b 7442009-10-11 Henrik Stuart <evilnet@hstuart.dk>
745
746 * src/mod-python.c: remember to increase reference count of Py_None.
747
749f0565 7482009-10-11 Henrik Stuart <evilnet@hstuart.dk>
749
750 * src/mod-python.c: add emb_kick function.
751
2bee6a6e 7522009-10-11 Henrik Stuart <evilnet@hstuart.dk>
753
754 * src/mod-python.c: add emb_get_config function.
755
3f218269 7562009-10-09 Henrik Stuart <evilnet@hstuart.dk>
757
758 * src/mod-python.c: add emb_timeq_del function.
759
8f206d22 7602009-10-09 Henrik Stuart <evilnet@hstuart.dk>
761
762 * src/mod-python.c: add emb_timeq_add function.
763
7642009-10-07 Henrik Stuart <evilnet@hstuart.dk>
b39754f7 765
766 * src/mod-python.c: refactor dict_t construction logic.
767
c9f7b679 7682009-10-07 Henrik Stuart <evilnet@hstuart.dk>
769
770 * src/mod-python.c: improve error logic for emb_get_channel.
771
92fb809b 7722009-10-06 Henrik Stuart <evilnet@hstuart.dk>
773
774 * src/mod-python.c: refactor modeList conversion into separate function.
775
ee6f1c82 7762009-10-06 Henrik Stuart <evilnet@hstuart.dk>
777
778 * src/mod-python.c: refactor out common error cleanup logic.
779
39d37f27 7802009-10-06 Henrik Stuart <evilnet@hstuart.dk>
781
782 * src/mod-python.c: add emb_get_accounts function and refactor some
783 common logic into a single routine.
784
785 * src/nickserv.h src/nickserv.c: make nickserv_handle_dict externally
786 available.
787
0076604e 7882009-10-06 Henrik Stuart <evilnet@hstuart.dk>
789
790 * src/mod-python.c: add emb_kill function.
791
82089e3f 7922009-10-06 Henrik Stuart <evilnet@hstuart.dk>
793
794 * src/mod-python.c: improve error logic for pyobj_from_usernode.
795
318ec177 7962009-10-06 Henrik Stuart <evilnet@hstuart.dk>
797
798 * src/mod-python.c: improve error logic for emb_get_servers.
799
d12756d7 8002009-10-06 Henrik Stuart <evilnet@hstuart.dk>
801
802 * src/mod-python.c: improve error logic for emb_get_channels.
803
5345ea76 8042009-10-06 Henrik Stuart <evilnet@hstuart.dk>
805
806 * src/mod-python.c: improve error logic for emb_get_users.
807
d8f8d3b6 8082009-10-06 Henrik Stuart <evilnet@hstuart.dk>
809
810 * src/mod-python.c: add emb_get_server function and require P10.
811
dcc1df5e 8122009-10-06 Henrik Stuart <evilnet@hstuart.dk>
813
814 * src/mod-python.c: add emb_get_servers function.
815
f0e11521 8162009-10-06 Henrik Stuart <evilnet@hstuart.dk>
817
818 * src/mod-python.c: fix a bunch of typos
819
cc0b2b7f 8202009-10-05 Henrik Stuart <evilnet@hstuart.dk>
821
822 * src/mod-python.c: add emb_get_channels function.
823
6d94ce8b 8242009-10-05 Henrik Stuart <evilnet@hstuart.dk>
825
826 * src/mod-python.c: add emb_get_users function.
827
5b2b1df2 8282009-10-05 Henrik Stuart <evilnet@hstuart.dk>
829
830 * src/mod-python.c: raise exception on failure in emb_get_account.
831
3f24e818 8322009-10-05 Henrik Stuart <evilnet@hstuart.dk>
833
834 * src/mod-python.c: raise exception on unknown channel in emb_get_channel
835
66f68f65 8362009-10-05 Henrik Stuart <evilnet@hstuart.dk>
837
838 * src/mod-python.c: make emb_send_target_notice more resilient toward
839 erroneous input and raise exceptions on failures.
840
e7af1e12 8412009-10-05 Henrik Stuart <evilnet@hstuart.dk>
842
843 * src/mod-python.c: make emb_send_target_privmsg more resilient toward
844 erroneous input and raise exceptions on failures.
845
a957511b 8462009-10-05 Henrik Stuart <evilnet@hstuart.dk>
847
848 * src/mod-python.c: make emb_dump raise exception on failure.
849
54d2fd3d 8502009-10-05 Henrik Stuart <evilnet@hstuart.dk>
851
852 * src/mod-python.c: set exception on error path in emb_get_user.
853
bfdfd1c3 8542009-10-05 Henrik Stuart <evilnet@hstuart.dk>
855
856 * src/mod-python.c: extract userNode to Python dictionary conversion for
857 future use in handlers.
858
bc2f52df 8592009-10-05 Henrik Stuart <evilnet@hstuart.dk>
860
861 * src/mod-python.c: do not leak handler objects
862
ed8d873c 8632009-10-05 Henrik Stuart <evilnet@hstuart.dk>
864
865 * src/mod-python.c: add support for specifying main module in x3.conf
866
50d61a79 8672009-10-05 Henrik Stuart <evilnet@hstuart.dk>
868
869 * src/mod-python.c: Expose Python services module as _svc to follow normal
870 Python naming conventions for C extensions.
871
14897e8c 8722009-10-05 Henrik Stuart <evilnet@hstuart.dk>
873
874 * src/mod-python.c: Remove unused function.
875
46f628b1 8762009-10-05 Henrik Stuart <evilnet@hstuart.dk>
877
878 * src/mod-python.c: Generalise cmd_run to handle arbitrary statements.
879
8994c9a1 8802009-10-05 Henrik Stuart <evilnet@hstuart.dk>
881
882 * src/main-common.c: Initialise opserv before other services.
883
1ccb8f6e 8842009-09-22 Neil Spierling <sirvulcan@sirvulcan.co.nz>
885
886 * Srvx sync. Author: Michael Poole.
887
888 * src/recdb.c (explain_failure): When MAIN_LOG is NULL, report to stderr.
889
57fdf922 8902009-09-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
891
892 * Srvx sync. Author: Michael Poole.
893
894 * src/chanserv.c (handle_part): Allow the current user to be considered for
895 channels other than the channel being /part'ed.
896
897 * src/modcmd.c (modcmd_saxdb_write): Write bot modes to the database.
898 (modcmd_load_bots): Read them out and use them.
899
900 * src/opserv.c (cmd_whois): Use irc_user_mode_chars() here too.
901
902 * src/opserv.help (INVITE): Document this command.
903
904 * src/proto.h (irc_user_modes): Declare.
905 (irc_user_mode_chars): Likewise.
906
907 * src/proto-common.c (irc_user_modes): Define.
908
909 * src/proto-p10.c (irc_user_mode_chars): Define.
910 (irc_user): Use irc_user_mode_chars() instead of open-coding it.
911
7b3aa3a8 9122009-08-21 Matthew Beeching <jobe@mdbnet.co.uk>
913
914 * src/nickserv.c: Fix for a crash bug when using LOC with LDAP
915 where LDAP account exists and AuthServ account does not
916
5a61e83f 9172009-08-20 Matthew Beeching <jobe@mdbnet.co.uk>
918
919 * src/opserv.help: Fixed a typo in ROUTING EXAMPLE
920
72971fc8 9212009-08-17 Matthew Beeching <jobe@mdbnet.co.uk>
922
923 * src/nickserv.c: Added NSMSG_RECLAIM_HOWTO describing how to
924 AUTH when warned that the nick being used is registered
925
53b62ed9 9262009-08-11 Matthew Beeching <jobe@mdbnet.co.uk>
927
928 * src/proto.h: Added declaration fo irc_privmsg_user
929
930 * src/opserv.c: Added privmsg and notice trace actions
931
932 * src/opserv.help: Added privmsg and notice trace actions
933
9342009-08-11 Matthew Beeching <jobe@mdbnet.co.uk>
4b2dcc0d 935
936 * src/proto-p10.c: ignore SPAMFILTER messages
937
e9df2b7d 9382009-08-11 Neil Spierling <sirvulcan@sirvulcan.co.nz>
939
940 * Srvx sync. Author: Michael Poole.
941
942 * configure.in: (HAVE_SOCKADDR_SA_LEN): Define to a non-empty value
943 (specifically, 1).
944 (HAVE_STRUCT_ADDRINFO): Likewise.
945
946 * src/ioset-kevent.c (ioset_kevent_add): Never try to use EV_DELETE, because
947 that can make kevent() return -1/ENOENT.
948 (ioset_kevent_update): We need to try to EV_DELETE here instead.
949 (ioset_kevent_loop): Do not bail if kevent() just returns -1/EINTR.
950
951 * src/Makefile.am (EXTRA_x3_SOURCES): Include mod-blacklist.c.
952
953 * src/sar.c (ipv4_pton): Set the sockaddr length field when it exists.
954 (ipv6_pton): Likewise.
955
18c739ab 9562009-08-11 Matthew Beeching <jobe@mdbnet.co.uk>
412ba860 957
958 * src/proto-common.c: Fix to allow trigger (in channel) commands
959 to work in unregistered channels
960
63e4abc0 9612009-07-30 Matthew Beeching <jobe@mdbnet.co.uk>
962
963 * src/sar.c: Fix for typo in previous commit
964
d6a00e9a 9652009-07-30 Neil Spierling <sirvulcan@sirvulcan.co.nz>
966
967 * src/sar.c: Commented out an warning message.
968
fe08d345 9692009-07-29 Matthew Beeching <jobe@mdbnet.co.uk>
970
971 * src/nickserv.c: Fix for minor auth bug
972
bb869923 9732009-07-23 Matthew Beeching <jobe@mdbnet.co.uk>
974
975 * src/nickserv.help: Minor spelling correction
976
e7fe8840 9772009-07-18 Matthew Beeching <jobe@mdbnet.co.uk>
978
979 * src/nickserv.c: Fix for NickServ AUTH bug with only password
980 being supplied
981
393a3e56 9822009-07-16 Matthew Beeching <jobe@mdbnet.co.uk>
983
984 * src/nickserv.c: Added support for NickServ with LDAP enabled
985
38c4bf0a 9862009-07-15 Neil Spierling <sirvulcan@sirvulcan.co.nz>
987
988 * src/chanserv.c: Crash fix with the spin command for hosts with
989 a long length.
990
aa8c38ad 9912009-07-05 Matthew Beeching <jobe@mdbnet.co.uk>
992
993 * src/chanserv.c: Fix for crash on ChanServ.UNSUSPEND
994
9ceee393
J
9952009-06-27 Matthew Beeching <jobe@mdbnet.co.uk>
996
997 * src/modcmd.c: Fix for bug #2813183
998
995043b4 9992009-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1000
1001 * src/chanserv.c: Removed lastmod from gline and shun. (from the
1002 srvx merge)
1003
1004 * src/gline.c: Removed lastmod from gline and shun. (from the srvx
1005 merge)
1006
1007 * src/gline.h: Removed lastmod from gline and shun. (from the srvx
1008 merge)
1009
1010 * src/mod-blacklist.c: Removed lastmod from gline and shun. (from
1011 the srvx merge)
1012
1013 * src/mod-sockcheck.c: Removed lastmod from gline and shun. (from
1014 the srvx merge)
1015
1016 * src/opserv.c: Removed lastmod from gline and shun. (from the srvx
1017 erge)
1018
1019 * src/proto-p10.c: Removed lastmod from gline and shun. (from the srvx
1020 merge)
1021
1022 * src/shun.c: Removed lastmod from gline and shun. (from the srvx merge)
1023
1024 * src/shun.h: Removed lastmod from gline and shun. (from the srvx merge)
1025
1026 * src/spamserv.c: Removed lastmod from gline and shun. (from the srvx
1027 merge)
1028
5671e5c2 10292009-06-05 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1030
1031 * src/proto-p10.c: Bug fix for SF Bug #2801434.
1032
c9aeceb5 10332009-06-02 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1034
1035 * src/hash.h: Updated client PRIVS.
1036
1037 * src/proto-p10.c: Updated client PRIVS.
1038
2e9062b9 10392009-06-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1040
1041 * src/tools.c: Re done the extended channel ban code so that it works
1042 like the ircd code.
1043
95b9d0bc 10442009-06-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1045
1046 * src/tools.c: Return -1 with invalid extended bans.
1047
3b7fa78b 10482009-06-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1049
1050 * src/chanserv.c: Tweak the ban functions to allow invalid bans to
1051 be picked up.
1052
1053 * src/tools.c: Return -1 with invalid extended bans.
1054
277ad996 10552009-06-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1056
1057 * src/chanserv.c: Updated user_matches_glob.
1058
1059 * src/common.h: Updated user_matches_glob.
1060
1061 * src/mod-memoserv.c: Updated user_matches_glob.
1062
1063 * src/nickserv.c: Updated user_matches_glob.
1064
1065 * src/opserv.c Updated user_matches_glob.
1066
1067 * src/tools.c: Added support for shared channel bans (j). As well as
1068 quiet bans. Although these are handled ircd side.
1069
80ca5a69 10702009-06-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1071
1072 * src/tools.c: Extended channel ban support. As well as text and
1073 nick change bans, however these 2 are just ignored as they are
1074 handled ircd side.
1075
634d32a3 10762009-06-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1077
1078 * src/tools.c: Extended account ban support.
1079
8062bfc3 10802009-06-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1081
1082 * src/chanserv.c: Basic extended ban support.
1083
1084 * src/tools.c: Basic extended ban support.
1085
463e23c9 10862009-06-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1087
1088 * src/chanserv.c: Fixed up SF bug #2799155.
1089
1090 * src/modcmd.c: Fixed up an issue where missing args was coming up
1091 when it shouldnt.
1092
be2c97a5 10932009-05-31 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1094
1095 * GPL 3 and svn propset updates.
1096
37c8e812 10972009-05-31 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1098
1099 * src/main.c: Added spamserv.h #include.
1100
1101 * src/main-common.c: Woops forgot to init spamserv.
1102
1103 * src/spamserv.c: Fixed up AddLocalUser.
1104
ee25b1b2 11052009-05-30 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1106
1107 * src/chanserv.c: Small fix with CSMSG_SET_UNREVIEWED.
1108
51e05af8 11092009-05-30 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1110
1111 * src/hash.c: Couple of tweaks.
1112
1113 * src/proto-common.c: Fix for triggers not working with forwards as well as
1114 off channel services.
1115
7553c653 11162009-05-30 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1117
1118 * src/chanserv.c: Fixed a crash with setting a .set option with an invalid
1119 option.
1120
1121 * src/mail-smtp.c: Added missing file.
1122
1136f709 11232009-05-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1124
1125 * Major update to bring X3 in line with the latest SRVX commit. Please see
1126 UPGRADE. Credits go to the SRVX team.
1127
11282009-04-22 Neil Spierling <sirvulcan@sirvulcan.co.nz>
39b3b541 1129
1130 * src/proto-p10.c: Ignore stats headers.
1131
413fd8ea 11322009-05-08 Henrik Stuart <evilnet@hstuart.dk>
1133
1134 * src/mod-python.c: generalised cmd_run to process file_input productions.
1135
ef5e0305 11362009-05-06 Henrik Stuart <evilnet@hstuart.dk>
1137
1138 * src/mod-python.c: generalised PYTHONPATH environment setting to
1139 not explicitly set Alex's home directory.
1140
10be9be0 11412009-05-05 Henrik Stuart <evilnet@hstuart.dk>
1142
1143 * src/proto-p10.c: introduced irc_sno for SNO messages. Removed broken
1144 auto_oper on LOC support.
1145
1146 * src/proto.h: introduced irc_sno for SNO messages.
1147
1148 * src/nickserv.c: added registered authentication function to handle
1149 auto_oper on LOC.
1150
6e1142b2 11512009-05-04 Alex Schumann <rubin@afternet.org>
f746eca3 1152
1153 * src/chanserv.c: julien and polo noticed a crash during channel register. Fixed
1154
1155 * x3.conf.example: fix typeo in default channel regex. Thanks again to julien for noticing this.
1156
9c88eebe 11572009-03-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1158
1159 * src/proto-p10.c: Update PRIV handling code for the latest
1160 nefarious 1.3 changes.
1161
50220e57 11622009-02-27 Alex Schumann <rubin@afternet.org>
1163
1164 * src/proto-p10.c: Patch from muer to support auto-oper for LOC
1165 connections too.
2cfebbe2 1166
0ab7b4bc 11672009-01-31 Alex Schumann <rubin@afternet.org>
1168
1169 * src/chanserv.c: change server link handlers to return an int
1170
1171 * src/hash.h: change server link handlers to return an int
1172
1173 * src/plugins/annoy/plugin.py: add some debug code for testing new
1174 hooks
1175
1176 * src/modpython.py: support for new hooks server_link, nick_change,
1177 and new_user
1178
1179 * src/mod-python.c: support for new hooks server_link, nick_change,
1180 and new_user
1181
da4f9236 11822009-01-30 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1183
1184 * src/opserv.c: Warning fix.
1185
1186 * src/proto-p10.c: Bug fix for SF Bug #2547157 (topic ident bug).
1187
0c33848c 11882009-01-27 Alex Schumann <rubin@afternet.org>
1189
1190 * src/modpython.py: Comment out debug printing
1191
1192 * src/plugins/hangman: New example plugin: Hangman game
1193
b7594203 11942009-01-27 Alex Schumann <rubin@afternet.org>
1195
1196 * src/opserv.c: Fix a hole Sindacious found, where alerts on account
1197 don't trigger because they arent looked for during/after auth.
1198
039a6658 11992009-01-26 Alex Schumann <rubin@afternet.org>
1200
1201 * src/plugins/annoy/plugin.py: more test code
1202
1203 * src/mod-python.c: added emb_get_info, silenced warnings, and stub
1204 TODO comments for all the handlers and emb functions we need to
1205 create. search for TODO and lend a hand! :)
1206
0bcdc113 12072009-01-26 Alex Schumann <rubin@afternet.org>
1208
1209 * src/plugins/annoy/plugin.py: new version of test plugin
1210
12112009-01-25 Alex Schumann <rubin@afternet.org>
d68e1d8a 1212
1213 * Makefile.am: forgot to copy modpython.py where it goes.
1214
07559983 12152009-01-24 Alex Schumann <rubin@afternet.org>
1216
1217 * src/mod-python.c: added plugin hook to log to x3 logs, and worked
1218 out the basics of callback registration.
1219
1220 * src/modpython.py: x3 logging hook and new callback registration
1221
1222 * Makefile.am: install modpython.py and plugins/ during make install
1223
1224 * install-r.sh: shell script to do recursive copy with exclusions
1225
cbfd323c 12262009-01-23 Alex Schumann <rubin@afternet.org>
1227
e0f76584 1228 * src/mod-python.c: refactor to use class-based hook manager. Seems to
4c216694 1229 run now. Also added better comments.
cbfd323c 1230
4c216694 1231 * src/modpython.py: refactored into classes. Seems to run now. Cleaned
1232 up a bit.
cbfd323c 1233
57e3ccf6 12342008-01-12 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1235
1236 * src/opserv.c: Fix for SF bug #2491886. Added OSMSG_USER_ALREADY_THERE.
1237
12382009-01-04 Alex Schumann <rubin@afternet.org>
2045ae25 1239
1240 * src/nickserv.c: fix access change bug when using ldap but not
1241 ldap_oper_group_dn.
1242
06742a38 12432009-01-01 Matthew Beeching <jobe@mdbnet.co.uk>
1244
1245 * languages/README.txt: Changed validate_lang.pl to validate.pl
1246
1247 * languages/validate.pl: Set executable
1248
1249 * languages/lang_export.sh: Set executable
1250
b45fd7d7 12512008-12-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1252
1253 * src/chanserv.c: SF feature 1476390. Added nodelete option to
1254 MERGE.
1255
1256 * src/chanserv.help: SF feature 1476390. Added nodelete option
1257 to MERGE.
1258
f21ec816 12592008-12-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1260
1261 * src/chanserv.c: SF feature 2353198. Patch from CaptKirk. Added
1262 the channel flag to the register command. Also removed the
1263 helping flag.
1264
4648ded2 12652008-12-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1266
1267 * src/hash.c: SF feature 2353183. Made X3 aware of +a.
1268
1269 * src/hash.h: SF feature 2353183. Made X3 aware of +a.
1270
40c18c28 12712008-12-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1272
1273 * src/global.c: Added RCHANNELS which will send notices to all
1274 registered channels. Also changed CHANNELS to notice all channels
1275 instead of registered ones only.
1276
1277 * src/global.h: Added RCHANNELS.
1278
1279 * src/global.help: Added RCHANNELS target.
1280
42c38d42 12812008-12-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1282
1283 * src/global.c: Added AUTHED target.
1284
1285 * src/global.h: Added AUTHED target.
1286
083fb96b 12872008-12-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1288
1289 * src/opserv.c: Store when alerts were last triggered.
1290
d3abe0df 12912008-12-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1292
1293 * x3.conf.example: Added valid_channel_regex.
1294
1295 * src/chanserv.c: Added valid_channel_regex.
1296
a837dcf5 12972008-12-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1298
1299 * src/chanserv.c: Warning fixes.
1300
1301 * src/proto-p10.c: Warning fixes.
1302
4cb36ef0 13032008-12-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1304
1305 * configure: Regenerated.
1306
1307 * configure.in: Added math.h check.
1308
1309 * rx/Makefile.in: Regenerated.
1310
1311 * src/chanserv.c: Warning fixes.
1312
1313 * src/config.h.in: Regenerated.
1314
1315 * src/Makefile.in: Regenerated.
1316
1317 * src/math.c: Warning fixes.
1318
1319 * src/nickserv.c: Warning fixes.
1320
1321 * src/opserv.c: Warning fixes.
1322
1323 * src/proto-p10.c: Warning fixes.
1324
0e859bd9 13252008-12-24 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1326
1327 * src/chanserv.c: Fix for SF bug #2423717. Invalid automode choices
1328 with a string will now show the invalid string rather than 0.
1329
2f7421b5 13302008-12-24 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1331
1332 * src/nickserv.c: Fix for SF bug #2420339. Password change emails
1333 will not have the first time part in the email. Email change emails
1334 will have them though.
1335
97e51197 13362008-12-24 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1337
1338 * src/chanserv.c: Fix for SF bug #2353222 (+l not being removed
1339 when dynlimit disabled.
1340
cad8f3a7 13412008-12-24 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1342
1343 * src/proto-p10.c: Fix for SF bug #2401693 (gsync not working properly).
1344
9a50a1a2 13452008-11-30 Matthew Beeching <jobe@mdbnet.co.uk>
1346
1347 * src/spamserv.c: Fix crash bug in ADDTRUST/DELTRUST
1348
d4e0f0c4 13492008-11-25 Alex Schumann <rubin@afternet.org>
1350
1351 * src/mod-python.c: call run function instead of using
1352 pyrun_simplestring. Set global info for simple reply() to have what it
1353 needs to run.
1354
1355 * src/modpython.py: new name as - interferes with module loading.
1356 added reply() function
1357
8d670803 13582008-11-22 Alex Schumann <rubin@afternet.org>
1359
1360 * src/mod-python.c: Added ability to query info about nick or channel
1361 name
1362
a2c8c575 13632008-11-16 Alex Schumann <rubin@afternet.org>
1364
1365 * src/mod-python.c: filled in some missing pieces.
1366
1367 * src/mod-python.py: more demo code for testing
1368
50ca1f0c 13692008-11-16 Matthew Beeching <jobe@mdbnet.co.uk>
1370
1371 * src/chanserv.help: Minor mistake in help for 'SET MAXSETINFO'
1372
13732008-11-16 Alex Schumann <rubin@afternet.org>
caf97651 1374
a2c8c575 1375 * src/mod-python.c: further work on building basic bits of this
caf97651 1376
a2c8c575 1377 * src/mod-python.py: first pass at what will be the base python script.
caf97651 1378
50ca1f0c 13792008-11-13 Alex Schumann <rubin@afternet.org>
0b350353 1380
a2c8c575 1381 * src/modcmd.c: remove python tests (moved to mod-python.c)
0b350353 1382
a2c8c575 1383 * src/mod-python.c: initial template based on memoserv
0b350353 1384
14c04a50 13852008-11-12 Matthew Beeching <jobe@mdbnet.co.uk>
1386
1387 * tools/db.php: Added sample DB parser script
1388
2f65da8f 13892008-11-06 Alex Schumann <rubin@afternet.org>
1390
a2c8c575 1391 * src/modcmd.c,Makefile.in,src/Makefile.in,configure.in,src/config.h.in:
2f65da8f 1392 Begin work on embedding python.
1393
56b83e80 13942008-11-06 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1395
1396 * src/proto-p10.c: Fixes for SGLINE and SSHUN. As well as a fix for
1397 bug 2173687 (PRIVS part of it is already fixed on trunk).
1398
5f6a98a7 13992008-10-24 Matthew Beeching <jobe@mdbnet.co.uk>
1400
1401 * src/chanserv.help: Minor spelling mistake "change" instead of
1402 "change"
1403
6221421c 14042008-10-10 Matthew Beeching <jobe@mdbnet.co.uk>
1405
1406 * src/opserv.c: Fix for crash on OpServ SVSPART where the
1407 channel specified does not exist.
1408
f2a8c1ea 14092008-09-30 Matthew Beeching <jobe@mdbnet.co.uk>
1410
1411 * src/nickserv.c: Prevent automatic registration of dissallowed
1412 nicks when registering an account
1413
a6fa0035 14142008-09-27 Matthew Beeching <jobe@mdbnet.co.uk>
1415
1416 * src/chanserv.c: Fix for <trigger>shoot telling you to use
1417 .roulette instead of <trigger>roulette
1418
59b38cc0 14192008-09-15 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1420
1421 * src/proto-p10.c: SGLINE and SSHUN support some stuff coming
1422 soon in Nefarious.
1423
2a4ca4f5 14242008-09-07 Matthew Beeching <jobe@mdbnet.co.uk>
1425
1426 * src/chanserv.c: Changed PEON to PAL
1427
1428 * src/chanserv.help: Changed PEON to PAL
1429
1430 * src/modcmd.c: Changed PEON to PAL
1431
1432 * docs/access-levels.txt: Changed PEON to PAL
1433
1434 * languages/de/chanserv.help: Changed PEON to PAL
1435
1436 * languages/en_GB/chanserv.help: Changed PEON to PAL
1437
055f3f30 14382008-09-06 Matthew Beeching <jobe@mdbnet.co.uk>
1439
1440 * src/proto-p10.c: Added new PRIV_*'s to privtab
1441
1442 * src/mod-snoop.c: Added support for channel mode +h
1443
1444 * src/hash.h: #define's for missing PRIV_*'s
1445
6ff42e24 14462008-09-02 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1447
1448 * src/chanserv.c: Fixed an issue with OPCHAN and channels using off
1449 channel.
1450
df21b43d 14512008-08-19 Alex Schumann <rubin@afternet.org>
19c83de8 1452
1453 * src/chanserv.c: fix a bug in the default wheel spin settings if they
1454 were not in the config file, x3 would core.
1455
92f63dd4 14562008-07-21 Neil SPierling <sirvulcan@sirvulcan.co.nz>
1457
1458 * src/chanserv.c: Turn the kick ban all chans spin action into a
1459 timed ban (5 minutes). Also seperated the setting of the ban from
1460 the stripping of ohv. If Nefarious has halfops disabled then trying
1461 to strip the modes and set the ban results in the numeric being set
1462 as the ban. This will need to be fixed in nefarious.
1463
b08a5f8b 14642008-07-20 Alex Schumann <rubin@afternet.org>
1465
8deb31d3 1466 * src/chanserv.c: remove spin debugging code. Fix gline/kill glitch.
b08a5f8b 1467
1468 * src/config.h: bump trunk to 1.7
1469
74ac2349 14702008-07-19 Alex Schumann <rubin@afternet.org>
1471
5e6460e4 1472 * src/proto-p10.c: dont print warning on uping to a jupe. added
1473 irc_svsquit() function
1474
1475 * src/chanserv.c: rework wheel-of-misfortune a bit, allow individual
1476 spins to be enabled in x3.conf and make it easy to add new ones or
1477 change likelyhoods.
1478
1479 * src/proto.h: added irc_svsquit() prototype
1480
1481 * src/x3.conf.example: wheel action example configs
74ac2349 1482
a218fded 14832008-07-18 Alex Schumann <rubin@afternet.org>
1484
1485 * src/proto-p10.c: set lastmod time to current time when sending
1486 glines, otherwise ircd wont burst them later.
1487
1488 * src/modcmd.c: break credits out to its own command, and add svn
1489 version string to ctcp version reply.
1490
625ccd4e 14912008-07-02 Matthew Beeching <jobe@mdbnet.co.uk>
1492
1493 * src/proto-p10.c: Added missing PRIV_*'s to privtab
1494
1495 * src/hash.h: #define's for missing PRIV_*'s
1496
17d4a698 14972008-06-23 Alex Schumann <rubin@afternet.org>
1498
c64a32cb 1499 * src/chanserv.c: Fix a bug where if spin abuse creates a clone, but an oper kills the
1500 clone before its auto-removed, x3 crashes. Thanks tyler and jigsy.
1501
15022008-06-23 Alex Schumann <rubin@afternet.org>
1503
1504 * src/nickserv.c: make opserv access level required to be in oper ldap
17d4a698 1505 group configurable.
1506
1507 * src/nickserv.h: make opserv access level required to be in oper ldap
1508 group configurable.
1509
18006b5c 15102008-06-12 Alex Schumann <rubin@afternet.org>
1511
1512 * src/nickserv.c: fix login-on-connect logic problem when ldap libs
1513 are present but ldap is not in use.
1514
cf8bedff 15152008-04-22 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1516
1517 * src/chanserv.c: Fixed a small bug with SVSNickChange.
1518
1519 * src/hash.h: Added buttaknife's patch which allows modes to be
1520 searched for using opserv trace. Also Fixed a small bug with
1521 SVSNickChange.
1522
1523 * src/hash.c: Fixed a small bug with SVSNickChange.
1524
1525 * src/opserv.c: Added buttaknife's patch which allows modes to
1526 be searched for using opserv trace.
1527
1528 * src/proto-p10.c: Added buttaknife's patch which allows modes
1529 to be searched for using opserv trace.
1530
04cb4dfc 15312008-04-10 Alex Schumann <rubin@afternet.org>
1532
1533 * src/nickserv.c: Fix wrong param count check in oset password
1534
fba880b8 15352008-04-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1536
1537 * src/chanserv.c: Fixed a bug with x3 not handling kills properly.
1538
1539 * src/opserv.c: Fixed a bug with x3 not handling kills properly.
1540
7dd05763 15412008-04-02 Alex Schumann <rubin@afternet.org>
1542
fba880b8 1543 * src/proto-p10.c: Provisional code for LOC account hostmask validation
7dd05763 1544
fba880b8 1545 * src/nickserv.c: Provisional code for LOC account hostmask validation
7dd05763 1546
90746c83 15472008-04-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1548
1549 * configure: Regenerated.
1550
1551 * configure.in: Bumped up trunk version for X3.
1552
1c76f1b4 15532008-03-29 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1554
1555 * src/proto-p10.c: Ignore SNO messages.
1556
0bd0bef6 15572008-03-28 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1558
1559 * configure: Regenerated.
1560
1561 * configure.in: Fixed up a typo spotted by Sakkath.
1562
1563 * x3.conf.example: Fixed up a typo spotted by Sakkath.
1564
e91c6c1e 15652008-03-28 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1566
1567 * src/chanserv.c: If Nefarious 1.2.0 is in use then use SVSQUIT to
1568 fake a connection reset by peer quit if spin 1 comes up.
1569
15702008-03-28 Neil Spierling <sirvulcan@sirvulcan.co.nz>
ea54b136 1571
1572 * src/chanserv.c: Only allow logged in people to use spin.
1573
e91c6c1e 15742008-03-28 Neil Spierling <sirvulcan@sirvulcan.co.nz>
b404335b 1575
e03ec3dc 1576 * src/chanserv.c: Added lamepart function so that spin can be used
1577 on Nefarious 1.1.
1578
e91c6c1e 15792008-03-28 Neil Spierling <sirvulcan@sirvulcan.co.nz>
e03ec3dc 1580
1581 * src/chanserv.c: Added the wheel of misfortune. This will only
b404335b 1582 work with Nefarious 1.2.0. You can upgrade X3 now even if you are
1583 running 1.1. Also fixed up some roulette/shoot bugs.
1584
e03ec3dc 1585 * src/hash.h: Function to change nicknames in X3 when using SVSNICK.
b404335b 1586
e03ec3dc 1587 * src/hash.c: Function to change nicknames in X3 when using SVSNICK.
b404335b 1588
87708af4 15892008-03-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1590
1591 * src/chanserv.c: Added roulette command.
1592
1593 * src/chanserv.h: Added roulette command.
1594
1595 * src/mod-memoserv.c: Added email sending functionality when
1596 new memos are sent.
1597
74328623 15982008-03-24 Alex Schumann <rubin@afternet.org>
1599
1600 * src/nickserv.c: fix 1 param auth for ldap libs available but not
1601 enabled, case. Thanks jobe.
1602
964a842d 16032008-03-11 Alex Schumann <rubin@afternet.org>
1604
1605 * src/opserv.c: Add svsnick command
1606
1607 * src/opserv.help: add help for svsnick and improve menu a bit
1608
1609 * src/nickserv.c: re-enable 1 param auth if not using ldap.
1610
8fb4e4be 16112008-03-02 Alex Schumann <rubin@afternet.org>
1612
1613 * src/spamserv.c: Possible fix for sf bug 1905760 (spamserv
1614 kill/reconnect segfault)
1615
763de701 16162007-07-31 Alex Schumann <rubin@afternet.org>
1617
1618 * src/proto-p10.c: ignore ALIST messages
1619
684c56b9 16202007-05-08 Alex Schumann <rubin@afternet.org>
1621
1622 * src/nickserv.c: fix authentication bug with ldap by temporarily
1623 removing account-less authentication.
1624
1625 * src/nickserv.help: fix help file to reflect change
1626
16272007-05-08 Neil Spierling <sirvulcan@sirvulcan.co.nz>
7e49d01c 1628
1629 * src/mod-webtv.c: Allow opers to override required_mark. Also added
1630 SJOIN (undocumented) so opers can join IRC into channels where its
1631 needed as WebTV can only message clients in channels they are in.
1632
a01701f8 16332007-06-08 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1634
1635 * src/mod-webtv.c: Added JOIN and PART.
1636
1637 * src/mod-webtv.help: Added JOIN and PART.
1638
684c56b9 16392007-05-08 Neil Spierling <sirvulcan@sirvulcan.co.nz>
b15cddea 1640
1641 * src/mod-webtv.c: Added NICK and WHOIS commands. As well as 2 x3.conf
1642 config options, required_mark and valid_marks.
1643
1644 * src/mod-webtv.help: Added INDEX, NICK, and WHOIS.
1645
684c56b9 16462007-05-08 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2784452e 1647
1648 * configure: Run autogen.sh.
1649
1650 * configure.in: Tweaks for google core dumper 1.1.
1651
1652 * x3.conf.example: Basic webtv module section.
1653
1654 * src/config.h.in: Run autogen.sh.
1655
1656 * src/Makefile.am: Run autogen.sh.
1657
1658 * src/Makefile.in: Run autogen.sh.
1659
1660 * src/mod-webtv.c: Basic module for now. (Does nothing so dont
1661 bother compiling in).
1662
1663 * src/mod-webtv.help: Empty help file for webtv module.
1664
1665 * tools/core_install.sh: Update google core dumper to 1.1.
1666
1667 * tools/coredumper.tar.gz: Update google core dumper to 1.1.
1668
684c56b9 16692007-05-06 Neil Spierling <sirvulcan@sirvulcan.co.nz>
bc06f607 1670
1671 * src/proto-p10.c: Quick fix (as its 12:11am and i have work at 8:30am).
1672 This will stop the "Unable to find user irc.servername.com whose mark
1673 is changing." messages. When a user reconnects and an existing exempt
1674 is on the network for the user, their lastseen time is sent out to
1675 all the servers. This quick fix moves the user checking part to
1676 the relevant part of the function that actually uses users.
1677
8ce9df05 16782007-05-04 Alex Schumann <rubin@afternet.org>
1679
1680 * src/chanserv.c: fixed problem with giveownership logs where the
1681 previous owners handle could reference a free'd string.
1682
d5faccba 16832007-04-24 Alex Schumann <rubin@afternet.org>
1684
1685 * src/nickserv.c: add missing ifdef for inldap search.
1686
b96027ad 16872007-04-22 Alex Schumann <rubin@afternet.org>
1688
1689 * src/nickserv.c: change authserv search accountmask to just account.
1690 added inldap search criteria. added add2ldap search target.
1691
87677bd8 1692 * src/nickserv.help: added help for ldap searching. + only add2ldap if
1693 all the info is there.
b96027ad 1694
41a3556d 1695 * src/x3ldap.c: clean up of some error messages/handling. + add a byte
87677bd8 1696 to password malloc to maybe solve a core problem? + fix an error
1697 checking option.
b96027ad 1698
eb9bf540 16992007-04-21 Alex Schumann <rubin@afternet.org>
1700 * src/nickserv.c: remove some un-needed errors with duplicate
1701 add/deletes in ldap
1702
ddcb3eb3 17032007-04-21 Alex Schumann <rubin@afternet.org>
1704
1705 * src/nickserv.c: fix bug with register_user from loc causing core
1706
bec5dd26 17072007-04-20 Alex Schumann <rubin@afternet.org>
1708
1709 * src/x3ldap.c: support for ldaps (ssl/tls) was added. ldap_host and
1710 ldap_port changed to ldap_uri.
1711
1712 * src/nickserv.c: fixed LOC bugs with accounts that exist in ldap but
1713 not x3 not being created. changed to ldap_uri config instead of
1714 host/port
1715
1716 * src/nickserv.h: changed to ldap_uri
1717
1718 * x3.conf.example: changed to ldap_uri
1719
3b29d086 17202007-04-09 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1721
1722 * README: testing.
1723
e0bcaf30 17242007-04-09 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1725
1726 * INSTALL: Another test.
1727
ed7ac86b 17282007-04-08 Alex Schumann <rubin@afternet.org>
1729
1730 * src/chanserv.c: fix for a core when adding kill alert for numchans 1
1731
69566a5b 17322007-04-06 Alex Schumann <rubin@afternet.org>
1733
1734 * src/chanserv.help: added Jigsy's mode help MODE CHANNEL and MODE
1735 USER
1736
c74bf46b 17372007-04-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1738
1739 * ChangeLog: Email update.
1740
2cfebbe2 17412007-04-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1742
1743 * src/AUTHORS: Email update, mostly for CIA commit testing.
1117fc5a 1744
e661b9c3 17452007-04-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1746
1747 * src/helpfile.c: Added colour support $k.
1748
c5b279ed 17492007-03-20 Alex Schumann <rubin@afternet.org>
1750
1751 * src/nickserv.c: ButtaS2sLore sent in this patch to fix the default
1752 style when registering new users.
1753
dc46f772 17542007-03-20 Alex Schumann <rubin@afternet.org>
1755
1756 * src/nickserv.c: applied patch from playa which fixes the nickname
1757 valid checks when registering a nick.
1758
af16f748 17592007-03-20 Alex Schumann <rubin@afternet.org>
1760
1761 * src/nickserv.c: fix trying to do ldap when not enabled during
3c607a5f 1762 cmd_register + also with cmd_unregister
af16f748 1763
5aef35cf 17642007-03-20 Alex Schumann <rubin@afternet.org>
1765
1766 * src/opserv.c: fix for stats alerts filtering
1767
1768 * src/chanserv.c: dont kick lamers if they are currently exempt (+e)
1769
1770 * src/x3ldap.c: fix ldap error code to string
1771
1772 * src/nickserv.c: (comment to add LOC logging)
1773
a6bb184f 17742007-02-26 Alex Schumann <rubin@afternet.org>
1775
1776 * src/nickserv.c: fix bug with LOC logic and ldap.
1777
d6ef86e3 17782007-02-13 Alex Schumann <rubin@afternet.org>
1779
1780 * src/nickserv.c: Fix bugs with ldap cookies. Fix opt_password
1781 warning/crash potential
1782
17832007-02-13 Alex Schumann <rubin@afternet.org>
f19aa016 1784
8dc17ddf 1785 * src/x3ldap.c: Fix double-hashing of passwords when using ldap and
1786 resetpass cookie system.
1787
1788 * src/nickserv.c: Fix double-hashing of passwords when using ldap and
1789 resetpass cookie system. Fix incorrect terms in ldap email error
1790 message.
1791
17922007-02-12 Alex Schumann <rubin@afternet.org>
1793
1794 * src/x3ldap.c: fix ldap_delete not binding first, so causing
a40080a2 1795 access denied sometimes.
1796
17972007-02-12 Alex Schumann <rubin@afternet.org>
1798
1799 * x3.conf.example: fix ldap config example so it actually works
f19aa016 1800
acb142f0 18012007-02-12 Alex Schumann <rubin@afternet.org>
1802
1803 * src/nickserv.h: lowercase account name setting
1804
1805 * x3.conf.example: lowercase account name setting
1806
1807 * src/nickservc: only lowercase account names if the option is set.
1808
d6b0769f 18092007-02-12 Alex Schumann <rubin@afternet.org>
1810
1811 * src/tools.c: adding ircd_strtolower() func
1812
1813 * src/common.h: adding ircd_strtolower() func
1814
82b7b0d8 1815 * src/nickserv.c: force accounts to lowercase at all inputs. ++fix
e0ee1ed8 1816 warning ++fix another
d6b0769f 1817
a3ad3ee3 18182007-02-11 Alex Schumann <rubin@afternet.org>
1819
1820 * src/nickserv.c: fixed a bunch of ldap result value check bugs
1821
8a729617 18222007-02-11 Alex Schumann <rubin@afternet.org>
1823
1824 * src/opserv.c: Added oper group support to ldap
1825
1826 * src/x3ldap.c: Added group support to ldap. Fixed set email bug
1827
1828 * src/x3ldap.h: Added group support to ldap.
1829
1830 * src/nickserv.c: Added group support to ldap
1831
1832 * src/nickserv.h: Added group support to ldap
1833
c74bf46b 18342007-02-11 Neil Spierling <sirvulcan@sirvulcan.co.nz>
03fa9256 1835
1836 * tools/ldap/ldap_convert.php: Fixes after more testing.
1837
24e9e6c3 18382007-02-09 Alex Schumann <rubin@afternet.org>
1839
1840 * src/x3ldap.c: addid search function to get users email address from
1841 ldap
1842
1843 * src/x3ldap.h: func defs for search
1844
1845 * src/nicserv.c: update local copy of email address when they log
8dc06852 1846 in via ldap. fix memory leak.
24e9e6c3 1847
4b8ccfeb 18482007-02-08 Alex Schumann <rubin@afternet.org>
1849
1850 * src/x3ldap.c: cleaning up and switching adduser to use the new
1851 crypted password scheme.
1852
1853 * src/nickserv.c: testing with ldap_enabled set to 0, and/or WITH_LDAP
1854 not defined, uncovered some warnings etc.
1855
c814d8cd 18562007-02-08 Alex Schumann <rubin@afternet.org>
1857
1858 * src/nickserv.c: Filling in ldap support for all password related
1859 operations: cmd_pass, loc_auth, etc.
1860
c74bf46b 18612007-02-09 Neil Spierling <sirvulcan@sirvulcan.co.nz>
6cba6239 1862
1863 * tools/ldap/ldap_convert.php: Few tweaks.
1864
18652007-02-08 Alex Schumann <rubin@afternet.org>
1866
1867 * tools/ldap/inetorganon.schema: Scheme for ldap.
1868
1869 * tools/ldap/ldap_convert.php: Conversion script for converting
1870 x3 users to the ldap server.
1871
73d4cc91 18722007-02-07 Alex Schumann <rubin@afternet.org>
1873
1874 * configure.in: adding compile/configure support for ssl libs (not
1875 yet needed)
1876
1877 * configure: updated from above.
1878
1879 * src/config.h.in: adding compile/configure support for ssl libs (not
1880 yet needed)
1881
1882 * src/x3ldap.c: ldap crypted password pain. SUpport for object classes
1883 in config file.
1884
1885 * src/x3ldap.h: ldap crypted password pain. Support for object classes
1886 in config file.
1887
1888 * src/nickserv.c: change password in ldap when its changed in
1889 nickserv. Support for object classes in config file.
1890
1891 * src/nickserv.h: support for object classes in conf file
1892
a5a8a781 18932007-02-07 Alex Schumann <rubin@afternet.org>
1894
1895 * src/x3ldap.c: improve error result feedback
1896
fc012087 1897 * src/nickserv.c: improve error result feedback (oops, fix for if
1898 ldap_enable is 0)
a5a8a781 1899
ea02341b 19002007-02-07 Alex Schumann <rubin@afternet.org>
1901
1902 * src/x3ldap.c: ldap_add functionality
1903
1904 * src/x3ldap.h: ldap_add functionality
1905
1906 * src/nickserv.h: ldap_add functionality
1907
1908 * src/nickserv.c: ldap_add functionality
1909
1910 * x3.conf.example: ldap_add functionality
1911
8da89711 19122007-02-06 Alex Schumann <rubin@afternet.org>
1913
39edf54a 1914 * src/x3ldap.c: fix compiling problem when non-ldap. Compile fixups
1915 and sanity checks.
8da89711 1916
39edf54a 1917 * configure.in: Better ldap library handling **oops ** helps to
1918 actually have -lldap in LIBS...
db9a9a8a 1919
39edf54a 1920 * configure: regenerated from above ** **
1921
1922 * x3.conf.example: tweaked ldap settings
1923
1924 * src/nickserv.h: remove ldap config settings if not compiled in
1925
1926 * src/nickserv.c: automatiaclly add users who can auth to ldap and get
1927 logins working.
8da89711 1928
c74bf46b 19292007-02-06 Neil Spierling <sirvulcan@sirvulcan.co.nz>
50895889 1930
1931 * src/x3ldap.c: Added GPL header, also change the printf's to
1932 log_module's as per one of the todo comments.
1933
1934 * src/x3ldap.h: Added GPL header.
1935
e15f42a4 19362007-02-05 Alex Schumann <rubin@afternet.org>
1937
1938 * src/nickserv.c: fix non-compile without ldap problem
1939
e166c31b 19402007-02-05 Alex Schumann <rubin@afternet.org>
1941
1942 * src/x3ldap.c: Beginnings of ldap authentication support
1943
1944 * src/x3ldap.h: Beginnings of ldap authentication support
1945
1946 * src/nickserv.h: Move config struct to .h so ldap.c can see it too
1947
1948 * src/nickserv.c: Beginnings of ldap authentication support
1949
1950 * x3.conf.example: ldap config settings
1951
1952 * src/md5.c: remove old debugging printf() code
1953
1954 * src/configure.in: add --enable-ldap support to configure
1955
1956 * configure: rebuilt from above
1957
1958 * src/Makefile.am: add --enable-ldap support to configure
1959
1960 * src/Makefile.in: rebuilt from above
1961
1962
c74bf46b 19632007-02-04 Neil Spierling <sirvulcan@sirvulcan.co.nz>
b2fd1d25 1964
1965 * src/hash.c: Bug fix for bug #1651561.
1966
c74bf46b 19672007-02-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2bd99739 1968
1969 * src/nickserv.c: Fixed bug #1649326.
1970
cf33840c 19712007-01-28 Alex Schumann <rubin@afternet.org>
1972
1973 * src/mod-memoserv.c: if you bind memoserv commands to chanserv's
1974 nick, and someone sends a memo, send them the memo from memoserv, if
1975 there is a memoserv (not chanserv). Also, make the mini-help prompts
1976 more generic, for when they come from another bot besides memoserv.
1977
c74bf46b 19782007-01-15 Neil Spierling <sirvulcan@sirvulcan.co.nz>
956ee72d 1979
1980 * src/proto-p10.c: RPING support.
1981
c74bf46b 19822007-01-15 Neil Spierling <sirvulcan@sirvulcan.co.nz>
8f9e3388 1983
1984 * src/proto-p10.c: This will hide annoying rping/rping error messages
1985 from the o3 alert channel when denora is linked. Will write proper
1986 functions when i figure out how rping n rpong works.
1987
c74bf46b 19882007-01-15 Neil Spierling <sirvulcan@sirvulcan.co.nz>
ad3104a4 1989
1990 * src/spamserv.c: As kNode points to an entry in killed_users_dict,
1991 we need to free kNode before removing the entry. Fixed a nasty
1992 glibc core.
1993
cc1705aa 19942007-01-12 Alex Schumann <rubin@afternet.org>
1995
1996 * src/mod-helpserv.c: This module is coded very poorly, with lots of
1997 newby c mistakes with pointers and malloc and whatnot. This fixes some
1998 small part of that so that user commands work again, and to reduce
1999 confusion. It needs a LOT more work to be what I would consider
2000 safe..
2001
c74bf46b 20022007-01-12 Neil Spierling <sirvulcan@sirvulcan.co.nz>
c9ec8867 2003
2004 * src/spamserv.c: Horrible but it will do, i need to rewrite
2005 the flag system.
2006
2007 * src/spamserv.h: Oppsie, probably my fault. Fixed caps and
2008 badreaction being linked up.
2009
2010 * src/proto-p10.c: Fixed handling of incoming SVSPART's.
2011
b532a93e 20122007-01-10 Alex Schumann <rubin@afternet.org>
2013
2014 * src/log.c: commented out impossible assertion which makes x3 core on
2015 fatal errors instead of exit cleanly.
2016
9cfdef25 20172007-01-10 Alex Schumann <rubin@afternet.org>
2018
2019 * src/mod-helpserv.c: fix strncpy problem
2020
c74bf46b 20212007-01-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1e993296 2022
2023 * src/chanserv.c: Fixed some bugs in trace_check_bans (Used with
2024 checkrestrictions alerts.
2025
2026 * src/opserv.c: Fixed up how limits are check with checkrestrictions.
2027
c74bf46b 20282007-01-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
3da28d8e 2029
2030 * configure: Regenerated.
2031
2032 * configure.in: Added HAVE_HELPSERV.
2033
2034 * x3.conf.example: Seems theres been a hidden prefix option to
2035 allow users to use helpserv commands (ones for users not helpers).
2036
2037 * src/config.h.in: Added HAVE_HELPSERV.
2038
2039 * src/mod-helpserv.c: Made helpserv more useable:
2040
2041 * Added CLOSEREQ for users to close their current request.
2042
2043 * Added SHOWREQ for users to show their current req (equiv of SHOW).
2044
2045 * Added JoinTotal, if ON then when a helper joins the channel they
2046 will be sent a notice of the total UNASSIGNED requests.
2047
2048 * Added AlertNew, if ON then when a user opens a new help request
2049 all helpers will be alerted.
2050
2051 * Added SUSPEND/UNSUSPEND for suspending and unsuspending help
2052 bots.
2053
2054 * Added $i replacer for HelpServ SET's, changes $i to a valid
2055 request id. If no iq exists for another bot uses $i then all
2056 that is displayed is $i.
2057
2058 * Changed the USERCMD function type from void to int so that we
2059 dont get a warning when trying to use REQUIRE_PARMS in a usercmd
2060 function.
2061
2062 * Seeing as helpserv does its help slightly different i added in the
2063 HEADER/DIVIDER/FOOTER help code from modcmd.c, so that the help
2064 output looks the same.
2065
2066 * Addded usercmd_helpserv for to access USERINDEX.
2067
2068 * Allow users to use HELP even without an open request.
2069
2070 * src/mod-helpserv.help: Made the index a bit more like X3, O3 etc.
2071 Also added a USERINDEX. Plus added help for the above things i
2072 added to helpserv
2073
2074 * src/modcmd.c: Adjusted years.
2075
50ea69b0 20762007-01-03 Alex Schumann <rubin@afternet.org>
2077
2078 * src/opserv.c: fix crash in ctcp version checkin
2079
0c8d17fe 20802007-01-01 Alex Schumann <rubin@afternet.org>
2081
2082 * x3.conf.example: Fixed set_shows which didnt get updated a while
2083 back.
2084
c74bf46b 20852006-12-26 Neil Spierling <sirvulcan@sirvulcan.co.nz>
ee37b347 2086
2087 * src/spamserv.c: Try this, tho sizeof worked fine for me with
2088 info sizes of 4 and 5 ("blss" and "blsss") i had no crashes.
2089
c74bf46b 20902006-12-26 Neil Spierling <sirvulcan@sirvulcan.co.nz>
a674c5d3 2091
2092 * src/spamserv.c: Added CAPSSCAN for scanning caps, other related
2093 options added, CAPSREACTION, CAPSMIN, and CAPSPERCENT.
2094
2095 * src/spamserv.h: Added caps scanning functionality.
2096
2097 * src/spamserv.help Added caps scanning help
2098
c74bf46b 20992006-12-26 Neil Spierling <sirvulcan@sirvulcan.co.nz>
9e5e441d 2100
2101 * src/spamserv.c: Tweaked the SET output for the EXCEPT levels.
2102
c74bf46b 21032006-12-26 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2e4e27fe 2104
2105 * src/spamserv.c: Removed scan voiced/halfops/ops SET options.
2106 Added 4 new except levels, EXCEPTADVLEVEL, EXCEPTBADWORDLEVEL,
2107 EXCEPTFLOODLEVEL, and EXCEPTSPAMLEVEL. Users equal or above to
2108 the specified levels will be exempt. All levels default to
2109 UL_OP (200) at first.
2110
2111 * src/spamserv.h: Added new except variables.
2112
2113 * src/spamserv.help: Added new sections for the new except SET
2114 options, plus removed the level lines for now.
2115
c74bf46b 21162006-12-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
179a14f6 2117
2118 * Merry Christmas! :)
2119
2120 * src/spamserv.c: Meh cant sleep damn people outside. Fixed a bug
2121 with setting exceptlevel.
2122
9a8aa132 21232006-12-24 Alex Schumann <rubin@afternet.org>
2124
2125 * src/chanserv.c: fixed incorrect message when .dellamer is used on a
2126 nickname.
2127
c74bf46b 21282006-12-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
bc436744 2129
2130 * Merry Christmas! :)
2131
2132 * This completes RFE 1577823.
2133
2134 * src/spamserv.c: Added EXCEPTLEVEL, this replaces the code that
2135 excepts all people who are opped etc. Only people above this level
2136 will be immune now. Defaults to 300 for channels without the option
2137
2138 * src/spamserv.h: Added exceptlevel.
2139
2140 * src/spamserv.help: Added EXCEPTLEVEL.
2141
c74bf46b 21422006-12-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
19c200c1 2143
2144 * Merry Christmas! :)
2145
2146 * src/spamserv.c: Added trusted accounts support (RFE 1577823).
2147
2148 * src/spamserv.help: ADDTRUST, DELTRUST, OADDTRUST, ODELTRUST,
2149 and LISTTRUST added.
2150
8de34abd 21512006-12-20 Alex Schumann <rubin@afternet.org>
2152
2153 * src/Makefile.in: undo temp fix
2154
2155 * src/opserv.c: perm fix to HAVE_TRACK define problems
2156
2157 * src/configure.in: perm fix to HAVE_TRACK define problems
2158
2159 * src/config.h.in: perm fix to HAVE_TRACK define problems
2160
c74bf46b 21612006-12-21 Neil Spierling <sirvulcan@sirvulcan.co.nz>
d3919a0d 2162
2163 * src/Makefile.in: Temp fix.
2164
2c00fbc2 21652006-12-20 Alex Schumann <rubin@afternet.org>
2166
2167 * src/proto-p10.c: added full mark support including as a trace
2168 criteria.
2169
2170 * src/opserv.c: added full mark support including as a trace
2171 criteria.
2172
2173 * src/hash.h: added full mark support including as a trace
2174 criteria.
2175
2176 * src/opserv.help: documented the 'marked' criteria in trace.
2177
6cf5f880 21782006-12-20 Alex Schumann <rubin@afternet.org>
7b0150f8 2179
2180 * src/chanserv.c: fixing a bug with unmatching userlevels and the del*
2181 commands. (such as delpeon of a user with non-standard peon level)
2182
6cf5f880 2183 * src/spamserv.c: fixing memory corruption problems with dicts. Fixed
2184 crash with service rename, and probably many other problems.
2185
2186 * src/mod-track.c: fixing memory problems, and the broken set command.
2187 Track may be stable now, needs large scale testing.
dd42e7fc 2188
c74bf46b 21892006-12-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
847f5770 2190
2191 * src/chanserv.help: Opps that will teach me for cut n pasting.
2192 Adjusted duration line for CLVL help. Users are not removed after
2193 the duration they are reverted back to their previous access
2194 level.
2195
c74bf46b 21962006-12-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
27fa6acf 2197
2198 * src/chanserv.c: check the ircd side ban list too
2199
2200 * src/opserv.c: Fixed a small bug, woops.
2201
c74bf46b 22022006-12-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
5aa400d2 2203
2204 * src/chanserv.c: Added trace_check_bans, cut down version of
2205 check_bans for checkrestrictions
2206
2207 * src/chanserv.h: Declare trace_check_bans.
2208
2209 * src/opserv.c: Added addalert/trace option checkrestrictions. When
2210 using SVSJOIN as an action this option will check the ban lists, invite
2211 keys and limits of the target channel and if any match or exist (invite
2212 etc) then the SVSJOIN wont go through
2213
2214 * src/opserv.help: Added information about checkrestrictions.
2215
c74bf46b 22162006-12-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
09741492 2217
2218 * src/chanserv.c: Timed CLVL's. This just works like my last commit.
2219
2220 * src/chanserv.h: tweaked expiry to accessexpiry and added clvlexpiry
2221 and lastlevel.
2222
2223 * src/chanserv.help: Added information about timed clvls.
2224
e766ec7c 22252006-12-18 Alex Schumann <rubin@afternet.org>
2226
2227 * src/mod-memoserv.c: add a 'privmsg' flag for being notified via pm
2228 instead of notice, when you get new memos. Fixed a buffer overrun with
2229 memo ids.
2230
2231 * src/mod-memoserv.help: fix-up help for settings.
2232
c74bf46b 22332006-12-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
fd20b142 2234
2235 * src/chanserv.c: New feature, channel managers can now add people
2236 with a duration. After the duration expires the person will be
2237 automatically removed and deoped.
2238
2239 * src/chanserv.h: Added expiry.
2240
2241 * src/chanserv.help: Added information about timed accesses.
2242
2243 * src/modcmd.c: Tweaked addop, addhop etc so a duration can be
2244 specified.
2245
c74bf46b 22462006-12-18 Neil Spierling <sirvulcan@sirvulcan.co.nz>
537128ea 2247
2248 * src/proto-p10.c: Reverted one of my line changes.
2249
c74bf46b 22502006-12-17 Neil Spierling <sirvulcan@sirvulcan.co.nz>
e8f92d55 2251
2252 * src/opserv.c: Fixed up a couple of $b errors.
2253
c74bf46b 22542006-12-17 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1b6b5e2f 2255
2256 * src/chanserv.c: Woops forgot to init the channel mode change.
2257
2258 * src/chanserv.h: Tweak to check_bans.
2259
2260 * src/proto-p10.c: Add some sanity checks plus moved the +x to
2261 after the CMD_FAKEHOST otherwise if the person auths then gets
2262 marked they will cause 2 Registered quits on the IRCd. Only one
2263 will happen now.
2264
c74bf46b 22652006-12-17 Neil Spierling <sirvulcan@sirvulcan.co.nz>
c99dcaf6 2266
2267 * src/chanserv.c: Added function check_bans to check bans in a
2268 specific channel when needed (see below).
2269
2270 * src/chanserv.h: check_bans deceleration.
2271
2272 * src/proto-p10.c: First of all we dont need a handle_info when
2273 checking for IsHiddenHost, the IRCd takes care of this. Made it
2274 so we copy the fakehost into user->fakehost so X3 can check
2275 IsFakeHost properly. Lastly after we set a fakehost in irc_mark
2276 we need to recheck the users bans just in case a person has
2277 lamer'ed the marked hostname.
2278
d82cf2f0 22792006-12-12 Alex Schumann <rubin@afternet.org>
2280
2281 * configure.in: making google core lib optional
2282
2283 * configure: regenerated
2284
2285 * src/proto-p10.c: added support for sending nefarious marks
2286
2287 * src/proto.h: prototype for irc_mark
2288
2289 * src/opserv.help: documented new mark support. Also documented the
2290 svsjoin and svspart commands as they were missing.
2291
2292 * src/hash.h: added MARKLEN define
2293
2294 * src/opserv.c: added mark command as well as mark support in trace
2295 and addalert.
2296
c74bf46b 22972006-12-12 Neil Spierling <sirvulcan@sirvulcan.co.nz>
a8b2ad8d 2298
2299 * configure: Regenerated.
2300
2301 * configure.in: Add support for google core dumper. Plus updated
2302 tre to 0.7.5.
2303
2304 * Makefile.in: Regenerated.
2305
2306 * rx/Makefile.in: Regenerated.
2307
2308 * src/config.h.in: Regenerated.
2309
2310 * src/Makefile.in: Regenerated.
2311
2312 * tools/core_install.sh: Just like tre_install.sh. This installs
2313 the core dumper.
2314
2315 * tools/coredumper.tar.gz: Google core dumper 0.2.
2316 http://sourceforge.net/projects/goog-coredumper/
2317
2318 * tools/tre_install.sh: Updated version to 0.7.5
2319
2320 * tools/tre.tar.gz: Updated tre to 0.7.5.
2321
283cfa83 23222006-12-10 Alex Schumann <rubin@afternet.org>
2323
2324 * src/opserv.c: fix debug message left at wrong level ("checking
2325 reroute()")
2326
9079d26c 23272006-12-09 Alex Schumann <rubin@afternet.org>
2328
2329 * src/opserv.c: bugfixes to autorouting timer code
5c6bff84 2330 improved stats routing to clean up & take an argument
9079d26c 2331
2332 * src/opserv.h: bugfixes to autorouting timer code
2333
5c6bff84 2334 * src/opserv.help: document new stats routing syntax
2335
9079d26c 2336 * src/timeq.c: added some usefull (commented out) debugging code for
2337 figuring out timer problems.
2338
2339 * src/timerq.h: added some usefull (commented out) debugging code for
2340 figuring out timer problems.
2341
5c6bff84 2342 * src/proto-p10.c: cleanup/improve eob autorouting init
2343
da5b7dfc 23442006-12-08 Alex Schumann <rubin@afternet.org>
2345
2346 * src/opserv.c: Moving some version reply housekeeping to proto-p10.c
2347
2348 * src/proto-p10.c: moving version reply storage here, adding webTV
2349 no_notice support (automatiaclly dont send notices if version reply
2350 says its a webtv user since they cant SEE notices. (other clients to
2351 add?)) note, this needs a version query alert to get the version from
2352 them.
2353
2354 * src/helpfile.c: honor the no_notices user bit
2355
2356 * src/hash.h: add no_notices user bit
2357
8709474a 23582006-12-07 Alex Schumann <rubin@afternet.org>
2359
eaf715f1 2360 * src/opserv.c: Add filter ability to stats alerts + fixup
8709474a 2361
eaf715f1 2362 * src/opserv.help: document filter feature of stats alerts + fixup
8709474a 2363
7a278540 23642006-12-02 Alex Schumann <rubin@afternet.org>
2365
2366 * src/chanserv.c: fix to levels command (- were missing)
2367
2368 * src/tools.c: fix warning
2369
2370 * src/common.h: fix warning
2371
2372 * src/chanserv.help: update online help url, changed help general to
2373 use new $! command char replacement code.
2374
2375 * src/hash.c: fix warning when geoip is off
2376
2377 * src/helpfile.c: add new '$!' code for chanserv's current trigger
2378 char in help files
2379
11d3c79b 23802006-12-01 Alex Schumann <rubin@afternet.org>
2381
2382 * src/chanserv.c: Raisk pointed out that mdelop and friends dont work
2383 on users of non-standard access level such as 201. Fixed this by
2384 changing mdelop and friends to work on the range of access levels.
c9bf23fe 2385 Added a LEVELS command.
2386
2387 * src/chanserv.h: corrected PEON access defines such that 1-150 is
2388 peon instead of 100-150 with 1-99 being undefined.
2389
2390 * src/chanserv.help: help for new LEVELS command
2391
2392 * src/helpfile.c: Improved table functions so that it automatically
2393 right-justifies numerical columns.
2394
2395 * src/tools.c: Added helper functions str_is_number and msnprintf (an
2396 auto-mallocing printf function)
2397
2398 * src/common.h: defines and defines for msnprintf and str_is_number
2399
11d3c79b 2400
23b7ec6e 24012006-11-30 Alex Schumann <rubin@afternet.org>
2402
2403 * src/chanserv.c: Modified .myaccess such that if you give it your own
2404 account when you are not a helper, it still works. (Requested by
2405 Jigsy)
2406
2407 * src/nickserv.help: Corrected the help file to feed oregister based
2408 on email_required instead of email_enabled
2409
d9ffe0e7 2410 * src/nickserv.c: Fix & close sf bug 1584057 (hidden_host with no dots
2411 causes crash in set if no title) thanks xanjunior
2412
c74bf46b 24132006-10-18 Neil Spierling <sirvulcan@sirvulcan.co.nz>
4b44eb0f 2414
2415 * src/opserv.c: Minor cosmetic error noticed by Raisk. If doing an
2416 opserv WHOIS from another service (when bound), the channels reply
2417 would come from o3 instead of that service.
2418
c74bf46b 24192006-10-18 Neil Spierling <sirvulcan@sirvulcan.co.nz>
39c1a4ef 2420
2421 * src/opserv.c: Added in SVSPART alert/traces.
2422
2423 * src/opserv.help: Added in bits for SVSJOIN, SVSPART, and VERSION.
2424
2425 * src/proto.h: Added in decleration for svspart.
2426
2427 * src/proto-p10.c: Extend current SVSPART functionality so that we
2428 can send them with traces etc.
2429
a62ba70c 24302006-10-14 Alex Schumann <rubin@afternet.org>
2431
2432 * src/opserv.c: fix crash Buttaknife noticed if you forget chantarget
2433 in svsjoin alerts. Cleanup old silent code fragments left over. Check
2434 for missing chantarget in alerts also.
2435
0e08a8e0 24362006-10-12 Alex Schumann <rubin@afternet.org>
2437
2438 * src/opserv.c: Added VERSION alert/trace reaction, so you can now
2439 setup x3 to version only users matching a criteria, and then another
2440 alert to do someting based on the version reply. This should be
2441 usefull for finding bots etc. Or, for example, you can make all xchat
2442 people join #xchat, or all mirc join #mirc etc.
2443 Also, there is a fix in here for SVSJOIN which i hadn't gotten
2444 everything working with.
2445
2446 * src/proto-p10.c: added privmsg_user and version_user functions
2447
2448 * src/proto.h: added privmsg_user and version_user function
2449 declerations
2450
2451 * src/hash.h: added version_reply variable to users
2452
2453
2454
c408f18a 24552006-10-12 Alex Schumann <rubin@afternet.org>
2456
2457 * src/opserv.c: Added SVSJOIN command, to push a user into a channel,
2458 and a TRACE REACTION of SVSJOIN for trace and alerts. Now you can do
2459 something like 'trace SVSJOIN chantarget #dronebots nick bot[*'
2460 or send all level3 users to a perticular channel on connection, etc.
2461
ff5f1ab2 24622006-10-12 Alex Schumann <rubin@afternet.org>
2463
2464 * src/chanserv.c: Make lamers not affect users on the userlist above
2465 inviteme level in the channel. (why kb users who can .uba and
2466 .inviteme back in?)
2467
c74bf46b 24682006-10-10 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1e7eaa91 2469
2470 * src/spamserv.c: Ignore those with access (if the options are
2471 disabled- scanchanops, scanhalfops, scanvoiced.
2472
ffb204b6 24732006-10-08 Alex Schumann <rubin@afternet.org>
1e7eaa91 2474
ffb204b6 2475 * src/chanserv.c: undid 9/16/06 change of 5 second delay before
2476 autojoin. Not really a great solution. Instead, move auth_handler
3c83701b 2477 funcs to be called after stamping etc. thx to Buttaknife for this
2478 solution.
ffb204b6 2479
2480 * src/nickserv.c: move auth_func calls to after stamping, and
2481 commented up the cmd_auth source to make it more managable.
2482
075d7932 24832006-10-04 Alex Schumann <rubin@afternet.org>
2484
2485 * src/chanserv.c: remove redundant 'none' from empty llists
2486
c74bf46b 24872006-10-04 Neil Spierling <sirvulcan@sirvulcan.co.nz>
eca6aa4f 2488
2489 * src/nickserv.c: Fix for bug 1555621. Cookie data will be copied
2490 over with odelcookie now.
2491
c74bf46b 24922006-10-04 Neil Spierling <sirvulcan@sirvulcan.co.nz>
10fb34f6 2493
2494 * src/chanserv.c: Fix for bug 1551717. If automode is set to 0
2495 in a channel and a user auths in the channel, the user will not
2496 receive autoop etc if they have it enabled in uset.
2497
24982006-10-03 Alex Schumann <rubin@afternet.org>
e6dce34c 2499
2500 * src/opserv.c: Check for connect timer entries before adding new
2501 ones, hopefully will fix bug 1570408 (pLaYa, let us know)
2502
c74bf46b 25032006-09-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
95adb209 2504
2505 * src/modcmd.c: Shortened ThiefMaster to just his nick as per request
2506 by him.
2507
c74bf46b 25082006-09-16 Neil Spierling <sirvulcan@sirvulcan.co.nz>
dd019452 2509
2510 * src/chanserv.c: Do autojoin 5 seconds after handle_auth. Seems its
2511 happening before autohide. Let me know if its still happening before
2512 autohide.
2513
2514 * src/chanserv.help: Updated the AUTOJOIN bit.
2515
5b66c0c2 25162006-09-13 Alex Schumann <rubin@afternet.org>
2517
2518 * src/chanserv.help: improved the help listing for the info command,
2519 and information help category.
2520
c74bf46b 25212006-09-10 Neil Spierling <sirvulcan@sirvulcan.co.nz>
14f0e274 2522
2523 * src/mod-memoserv.c: Fixed crash bug.
2524
2525 * src/spamserv.c: Ignore opers.
2526
c74bf46b 25272006-08-28 Neil Spierling <sirvulcan@sirvulcan.co.nz>
4a2a9a4e 2528
2529 * README: tweaks.
2530
c74bf46b 25312006-08-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
73bcd46c 2532
2533 * src/chanserv.help: Tweaked a , to .
2534
c74bf46b 25352006-08-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
ffd8a4c9 2536
2537 * src/opserv.help: Removed privs menu so we can release a tarball.
2538
90e75ffd 25392006-08-25 Alex Schumann <rubin@afternet.org>
2540
2541 * src/chanserv.c: fix uset reply for halfops
2542
2543 * src/nickserv.help: document the 'b' account flag
2544
c74bf46b 25452006-08-26 Neil Spierling <sirvulcan@sirvulcan.co.nz>
f16ad9e7 2546
2547 * x3.conf.example: Added hidden host style option and key options
2548 for style 2.
2549
2550 * src/hosthiding.h: Remove KEY #defines.
2551
2552 * src/hosthiding.c: Set the keys only once using the conf values.
2553
2554 * src/nickserv.c: Generate hidden hosts off crypt hosts instead
2555 of standard hidden hosts if style is 2.
2556
2557 * src/proto-common.c: Generate hidden hosts off crypt hosts instead
2558 of standard hidden hosts if style is 2.
2559
2560 * src/proto-p10.c: Set crypt host to the crypt IP if there is no
2561 hostname (unresolved). This is how Nefarious works.
2562
2563 * src/tools.c: Generate hidden hosts off crypt hosts instead
2564 of standard hidden hosts if style is 2.
2565
c74bf46b 25662006-08-24 Neil Spierling <sirvulcan@sirvulcan.co.nz>
cd25f2e9 2567
2568 * src/chanserv.c: Added autojoin USET option, which uses SVSJOIN.
2569
2570 * src/chanserv.h: Added autojoin USET option, which uses SVSJOIN.
2571
2572 * src/proto.h: irc_svsjoin decelerations.
2573
2574 * src/proto-p10.c: Wrote irc_svsjoin plus added the nessecary bits
2575 for SVSJOIN. Also wrote cmd_svsjoin for if X3 should ever recieve
2576 an SJ it will be handled properly as a JOIN. Did the same for
2577 SVSPART.
2578
c74bf46b 25792006-08-24 Neil Spierling <sirvulcan@sirvulcan.co.nz>
a45018b2 2580
2581 * src/spamserv.c: Fixed the +k issue with spamserv.
2582
c74bf46b 25832006-08-24 Neil Spierling <sirvulcan@sirvulcan.co.nz>
6c34bb5a 2584
2585 * src/opserv.c: Added PRIVSET Command.
2586
2587 * src/opserv.help: Added PRIVSET Command. Plus contents for the
2588 privs section.
2589
2590 * src/proto.h: irc_privs deceleration.
2591
2592 * src/proto-p10.c: Fixed a compile issue plus added functions for
2593 setting and checking privs.
2594
c74bf46b 25952006-08-23 Neil Spierling <sirvulcan@sirvulcan.co.nz>
89d871d8 2596
2597 * x3.conf.example: Add a new ircd type 6 for trunk nefarious.
2598
2599 * src/hash.h: Priv declerations.
2600
2601 * src/opserv.c: Show privs in WHOIS output.
2602
2603 * src/proto.h: client_report_privs decleration.
2604
2605 * src/proto-p10.c: Handle PRIV only for type 6 servers.
2606
90e75ffd 26072006-08-19 Alex Schumann <rubin@afternet.org>
2608
2609 * src/authserv.c: document the oset flag +b in help (hide from staff
2610 command.)
2611
33741441 26122006-08-19 Alex Schumann <rubin@afternet.org>
2613
2614 * src/chanserv.c: added reply command, which responds similar to calc,
2615 but with any message. (for use with bindings)
2616
2617 * src/modcmd.c: enabled the ability to use $a $n and $m in BIND, which
2618 are replaced with the target command's calling user's account, nick,
2619 and numnick respectively. This and the above allows things like:
2620 BIND x3 account x3.reply your account is $a or
2621 BIND x3 kickme x3.kick $n $1-
2622 more to come, maybe, later.
2623
37d706b7 26242006-08-01 Alex Schumann <rubin@afternet.org>
2625
2626 * src/modcmd.c: Added OSI certification message to VERSION command
2627
c74bf46b 26282006-08-09 Neil Spierling <sirvulcan@sirvulcan.co.nz>
01a5e8c8 2629
2630 * x3.conf.example: Redid part of the geoip summary.
2631
c74bf46b 26322006-08-09 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1ad7ac15 2633
2634 * src/opserv.c: If we have a city, latitude and longitude returned
2635 then show a map url. Some results have no city but a latitude and
2636 a longitude. The coordinates are useless in this case and most
2637 people would know where the country is around abouts.
2638
c74bf46b 26392006-08-08 Neil Spierling <sirvulcan@sirvulcan.co.nz>
58528547 2640
2641 * src/hash.c: Speed up city and country lookups significantly.
2642 Just slow for the first read but once thats done the rest is fast.
2643
c74bf46b 26442006-08-08 Neil Spierling <sirvulcan@sirvulcan.co.nz>
3a4fdc79 2645
2646 * src/spamserv.c: Fix a crash in spamserv (Tracker# 1535968).
2647 I dont know if this will work for sure as i cant reproduce it. But
2648 my theory is that once the user is kicked the mode node is dropped.
2649 Users without modes should still return a valid mode node.
2650
c74bf46b 26512006-08-08 Neil Spierling <sirvulcan@sirvulcan.co.nz>
5678501c 2652
2653 * src/chanserv.c: Fixed a crash with giveownership. X3 would crash
2654 if a giveownership command was issued in a channel with no owners.
2655
c74bf46b 26562006-08-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
21f6caee 2657
2658 * configure: Regenerated.
2659
2660 * configure.in: Added checks for GeoIP headers and libs.
2661
2662 * x3.conf.example: Add in 2 options for the dat filenames of the
2663 city and country files. If not specified then no geoip data
2664 will be checked.
2665
2666 * src/config.h.in: Regenerated.
2667
2668 * src/hash.c: Created a function to check the geoip info from the
2669 dat files.
2670
2671 * src/hash.h: Decelerations plus added entries to the userNode
2672 struct.
2673
2674 * src/opserv.c: Display the GeoIP information in WHOIS.
2675
2676 * src/proto-p10.c: Call the new geoip data collection function
2677 towards the end of AddUser.
2678
c74bf46b 26792006-08-06 Neil Spierling <sirvulcan@sirvulcan.co.nz>
a2dbccef 2680
2681 * src/global.c: Fixed a bug, wasnt message_del'ing some messages.
2682
4d69a3b1 26832006-08-01 Alex Schumann <rubin@afternet.org>
2684
2685 * src/chanserv.c: Add automode 6, to just voice everyone with access.
2686 Idea by daniel (thx)
2687
c74bf46b 26882006-08-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
7827220c 2689
2690 * This message is apart of the below one, its just seperate so
2691 it doesnt get lost amongst the below messages.
2692
2693 * src/global.c: Fixed a warning.
2694
c74bf46b 26952006-08-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
7827220c 2696
2697 * configure: Removed bahamut support, didnt even work.
2698
2699 * configure.in: Removed bahamut support, didnt even work.
2700
2701 * INSTALL: Removed bahamut support, didnt even work.
2702
2703 * x3.conf.example: Removed bahamut support, didnt even work.
2704
2705 * patches/log-pgsql.diff: Removed bahamut support, didnt even work.
2706
2707 * patches/helpserv-pgsql.diff: Removed bahamut support, didnt even
2708 work.
2709
2710 * src/config.h.in: Removed bahamut support, didnt even work.
2711
2712 * src/gline.c: Removed bahamut support, didnt even work.
2713
2714 * src/hash.h: Removed bahamut support, didnt even work.
2715
2716 * src/nickserv.c: Removed bahamut support, didnt even work.
2717
2718 * src/nickserv.h: Removed bahamut support, didnt even work.
2719
2720 * src/Makefile.am: Removed bahamut support, didnt even work.
2721
2722 * src/Makefile.in: Removed bahamut support, didnt even work.
2723
2724 * src/proto-bahamut.c: Removed bahamut support, didnt even work.
2725
2726 * src/shun.c: Removed bahamut support, didnt even work.
2727
c74bf46b 27282006-08-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
57692f5e 2729
2730 * src/global.c: Added language strings for mod-helpserv.c, opserv.c,
2731 spamserv.c, nickserv.c.
2732
2733 * src/mod-helpserv.c: Changed global_message uses to global_message_arg's.
2734
2735 * src/nickserv.c: Changed global_message uses to global_message_arg's.
2736
2737 * src/opserv.c: Changed global_message uses to global_message_arg's.
2738
2739 * src/spamserv.c: Changed global_message uses to global_message_arg's.
2740
c74bf46b 27412006-08-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
09a3057c 2742
2743 * src/chanserv.c: Changed global_message uses to global_message_arg's.
2744
2745 * src/global.c: Added language strings for chanserv.c
2746
c74bf46b 27472006-08-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
4d99495c 2748
2749 * src/global.c: Make sure we arnt sending duplicate messages in
2750 some cases.
2751
c74bf46b 27522006-08-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
985d4109 2753
2754 * src/x3.conf.example: Removed the targets option.
2755
2756 * src/global.c: Wrote new function that will global message users
2757 and/or opers and/or helpers messages in their own langauge. The
2758 strings are set either in language files or in the global.c message
2759 struct. This allows us to send defcon notices to people and they
2760 will get them in their own language if they have it set.
2761
2762 * src/global.h: global_message_args decleration.
2763
2764 * src/opserv.c: Removed targets option for defcon as its too hard
2765 to send messages to people in channels if the people have different
2766 language settings.
2767
c74bf46b 27682006-07-31 Neil Spierling <sirvulcan@sirvulcan.co.nz>
d8b9cb7c 2769
2770 * src/opserv.c: TODO stuff.
2771
c74bf46b 27722006-07-31 Neil Spierling <sirvulcan@sirvulcan.co.nz>
0272358e 2773
2774 * x3.conf.example: Added SHUN setting for DEFCON.
2775
2776 * doc/DEFCON: Added SHUN setting for DEFCON.
2777
2778 * src/opserv.c: Moved the gline check to here. Also added a SHUN
2779 check.
2780
2781 * src/opserv.h: Added SHUN setting for DEFCON.
2782
2783 * src/proto-p10.c: Moved the DEFCON gline check to opserv.c
2784
c74bf46b 27852006-07-31 Neil Spierling <sirvulcan@sirvulcan.co.nz>
08895577 2786
2787 * x3.conf.example: Added new Defcon system settings
2788
2789 * doc/DEFCON: Anope's Defcon doc adapted for X3.
2790
2791 * src/chanserv.c: Block mode changes and channel registrations if
2792 required.
2793
2794 * src/mod-memoserv.c: Block new memos if required.
2795
2796 * src/nickserv.c: Block nick registrations if required.
2797
2798 * src/opserv.c: Added in defcon system, uses some of the anope code.
2799 Most tho is from scratch.
2800
2801 * src/opserv.h: Defcon declerations.
2802
2803 * src/opserv.help: Added DEFCON entry.
2804
2805 * src/proto-p10.c: If required gline new clients, also if required
2806 kill new clients.
2807
35305a49 28082006-07-29 Alex Schumann <rubin@afternet.org>
2809
2810 * configure.in, Makefile.in, src/Makefile.in, tools/tre_install.sh,
2811 src/opserv.c, src/config.h.in, src/nickserv.c, src/Makefile.am: I am
2812 not comfortable running 'make install' on libtre from ./configure.
2813 This violates what the user expects in a way that can harm the system.
2814 Changed how the libtre checks work and provided easy-to-use install
0754f993 2815 script. -fix link stage
35305a49 2816
2817 * rx/Makefile.in: fix autotools warning(s)
2818
babc1c07 28192006-07-28 Alex Schumann <rubin@afternet.org>
2820
2821 * src/nickserv.help: add odelcookie to help oper
2822
31543e44 2823 * x3.conf.example: update & improve x3.conf.example description of
2824 extended_accounts setting.
2825
964abe6b 28262006-07-26 Alex Schumann <rubin@afternet.org>
2827
2828 * src/opserv.c: Fix crash when doing reroute if routing isnt
ce9266cf 2829 configured. | Voice discovered that the error message for addplan fail
2830 was typeo'd so not showing.
964abe6b 2831
20517d48 2832 * src/opserv.help: slight changes to routing help.
2833
2834 * src/chanserv.c: let non-staff see when channels were registered with
2835 .info
2836
d9d33535 28372006-07-24 Alex Schumann <rubin@afternet.org>
2838
2839 * src/proto-p10.c: dont burst channels with 0 users in them (which
2840 were created by alert discrims, most likely)
2841
28422006-07-23 Alex Schumann <rubin@afternet.org>
2843
2844 * x3.conf.example: Added chanserv "modes" to example - use to control
2845 what usermodes chanserv gets. Mainly for setting +d or not, if you
2846 have nef 1.0 'b:' lines setup.
2847
c74bf46b 28482006-07-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
bae4525d 2849
2850 * src/nickserv.c: If theres no title set then the default title
2851 will therefore be the first part of hidden_host in x3.conf.example,
2852 so for consistency with opt_fakehost we will print this.
2853
c74bf46b 28542006-07-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
88b0672a 2855
2856 * src/nickserv.c: The reason why theres no arg rubin is that
2857 if you want to print the fakehost then u dont specify an arg.
2858 This tells opt_fakehost to set fake to the current fakehost
2859 and pass it on to be printed.
2860
bf93ca8d 28612006-07-23 Alex Schumann <rubin@afternet.org>
2862
116d100f 2863 * src/nickserv.c: Add config file regex fakehost test + sanity
574bfc14 2864 checking in title as well (fixed).
bf93ca8d 2865
8108185c 2866 * src/mod-memoserv.c: Fixed crash bug in memosearv read. (check argc
2867 instead of argv[2]==null since argv's dont get set null.
2868
c74bf46b 28692006-07-23 Neil Spierling <sirvulcan@sirvulcan.co.nz>
eb43ca8c 2870
2871 * src/mod-memoserv.c: Fix to a crash/output corruption issue.
2872
2873 * src/proto-p10.c: Host in topic supports sethost and fakehost
2874 now.
2875
47956fc5 28762006-07-21 Alex Schumann <rubin@afternet.org>
2877
2878 * src/proto-p10.c: Added support for irc_wallop, irc_squit,
2879 irc_connect, and added callbacks to handle connect failures and
2880 successes. (All prep for auto routing system)
0520d39a 2881
47956fc5 2882 * src/proto.h: Added support for irc_wallop, irc_squit,
2883 irc_connect, and added callbacks to handle connect failures and
2884 successes. (All prep for auto routing system)
0520d39a 2885
dd1fc2a3 2886 * src/opserv.help: Help entries for auto routing system + fix typeo in
2887 routing example
0520d39a 2888
47956fc5 2889 * src/hash.h: New structs for auto routing system
0520d39a 2890
da0c436d 2891 * src/opserv.c: The long-awaited X3 Auto Routing Plan system! + reduce
2892 error message to debug message.
0520d39a 2893
47956fc5 2894 * src/opserv.h: The long-awaited X3 Auto Routing Plan system!
0520d39a 2895
47956fc5 2896 * src/modcmd.c: added 'routing' main command alias.
2897
c74bf46b 28982006-07-16 Neil Spierling <sirvulcan@sirvulcan.co.nz>
5006460e 2899
2900 * x3.conf.example: Added host_in_topic option for sending full
2901 nick!user@host if its enabled. Default to one as Nefarious is
2902 default to TRUE for HOST_IN_TOPIC. There will be wierdness if
2903 you have this enabled on X3 and not on your Nefarious server.
2904
2905 * src/proto-p10.c: Make use of host_in_topic.
2906
c092fcad 29072006-07-13 Alex Schumann <rubin@afternet.org>
2908
2909 * src/opserv.c: make the bot reply from the nick you /msg in all
2910 cases, if commands are bound to a different bot.
2911
2912 * src/nickserv.c: make the bot reply from the nick you /msg in all
2913 cases, if commands are bound to a different bot.
2914
2915 * src/chanserv.c: make the bot reply from the nick you /msg in all
2916 cases, if commands are bound to a different bot.
2917
2918 * src/mod-memoserv.c: Make all memoserv commands reply from the bot you
2919 msg, not the defined memoserv bot, if commands are aliased to other
2920 bots. This may also fix the crash bug playa reported at
2921 http://www.unrealgamers.net/forums/index.php?showtopic=138
2922
be3d31e0 29232006-07-11 Alex Schumann <rubin@afternet.org>
2924
75ef8cdc 2925 * src/chanserv.c: Fixed some weirdness with nef 1.0's 2nd topic setter
2926 and some x3 topic functions.
2927
be3d31e0 2928 * x3.conf.example: Improved server/type setting documentation,
2929 and changed default to 5.
2930
0c0adfe0 29312006-07-11 Alex Schumann <rubin@afternet.org>
2932
2933 * src/opserv.c: fixed silent alerts not getting picked up from db file
2934 on read/load.
2935
827ecd60 29362006-07-11 Alex Schumann <rubin@afternet.org>
2937
df5f6070 2938 * src/opserv.c: add sanity checking to jupe to avoid catastrophic loop
2939 when adding an invalid jupe servername or numeric.
2940 this closes bug number 1513510.
2941
827ecd60 2942 * src/modcmd.c: if pubcmd is set higher than your level, only respond
2943 with the denied msg if the command was actually found. this closes bug
2944 number 1509382.
2945
22d5d8cf 29462006-07-10 Alex Schumann <rubin@afternet.org>
2947
2948 * src/chanserv.c: fixed crash bug trying to deref the handleinfo of a
2949 non-logged-in user (null pointer)
2950
3f5b8801 29512006-07-09 Alex Schumann <rubin@afternet.org>
2952
2953 * src/nickserv.c: fixed bug where unignores were getting sent to the
2954 user multiple times, instead of to each online nick once.
2955
d07e3fff 29562006-07-09 Alex Schumann <rubin@afternet.org>
2957
f0b5157b 2958 * src/nickserv.c: Fixes for addignore/delignore corruption +missed a
b6599cc2 2959 spot. Ugh, messed up the fix. Trying again :)
d07e3fff 2960
c74bf46b 29612006-07-10 Neil Spierling <sirvulcan@sirvulcan.co.nz>
5f1600ab 2962
2963 * src/chanserv.c: INVITE now checks the targets ignore/silence list.
2964 If the target is ignoring the person inviting them then the invite
2965 is denied.
2966
a76bcc6a 29672006-07-07 Alex Schumann <rubin@afternet.org>
2968
2969 * src/mod-memoserv.c: pLaYa reported a crash/corruption bug in
2970 memoserv most easily seen when sending short memos. Rewrote the flag
2971 handling part of memo send to correct it.
2972
18757dc0 29732006-07-05 Alex Schumann <rubin@afternet.org>
2974
2975 * src/helpfile.c: pLaYa pointed out the table code row count is off by
2976 one. Fixed.
2977
c74bf46b 29782006-06-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
5b1166fd 2979
2980 * configure: Regenerated.
2981
2982 * configure.in: Make use of TRE regexp library. Its more powerful
2983 than the standard library (http://laurikari.net/tre/index.html).
2984 Im also pondering adding services side regexp bans, X3 would
2985 probably required a channel flag called say advanced that can
2986 only be set by the owner. If enabled then regexp bans can be
2987 used. I also added an output saying what modules are enabled,
2988 what protocol is enabled, what malloc is choosen and if debugging
2989 is enabled. Just a bit of a message as the user will of seen
2990 programs just finish compiling and he/she/it may think it
2991 was X3 compiling, but it was just TRE compiling. They still need
2992 to compile X3.
2993
2994 * src/config.h.in: Regenerated.
2995
2996 * src/Makefile.am: Tweak for TRE.
2997
2998 * src/Makefile.in: Regenerated.
2999
3000 * src/nickserv.c: Use the new regex.h Im sure -I includes get
3001 called before system includes like /usr/include.
3002
3003 * src/opserv.c: Use the new regex.h Im sure -I includes get
3004 called before system includes like /usr/include.
3005
3006 * src/tools/tre.tar.gz: TRE 0.7.4. Configure will untar and
3007 compile this just before configure finishes up. Sits around
3008 470KB, rather than another 2.5MB if i TRE untarred. I suppose
3009 i could get it down a bit more using Bzip but there are some
3010 boxes out there still without bzip.
3011
c74bf46b 30122006-06-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1b4a47ca 3013
3014 * src/mod-memoserv.c: Better history implementation. A seperate
3015 table is used for history entries. Entries contain the same
3016 fields as the memo table except for the message, read, and flags.
3017 Entries are only removed from the history db when they get
3018 expired by do_expire (older than message_expire). Also fixed
3019 up a issue with STATUS. On AfterNET we were getting huge large
3020 for the amount of memos. I now realise it was reading the amount
3021 of users. It now reads the proper amount of memos. I also a count
3022 for history entries.
3023
3024 * src/mod-memoserv.help: EXPIRE handles history and memos now.
3025
c74bf46b 30262006-06-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
35ca8140 3027
3028 * src/mod-memoserv.c: Make use of ignore lists when trying to
3029 send memos.
3030
c74bf46b 30312006-06-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
6546e922 3032
3033 * src/spamserv.c: Crash fix (finally). Been meaning to do this
3034 for a while now.
3035
a8370a20 30362006-06-23 Alex Schumann <rubin@afternet.org>
3037
3038 * src/modcmd.help, src/opserv.help, src/helpfile.c, src/helpfile.h,
3039 src/modcmd.c, src/nickserv.c: Improvements to
3040 table output and help display.
3041
3042 * src/mod-memoserv.c: fix segfault
3043
30442006-06-23 Alex Schumann <rubin@afternet.org>
6c3ce3bb 3045
3046 * src/chanserv.c: Backing out the bantype patch because it sucks _bad_.
3047 fix it and re-apply if you want it..
3048
3049 * src/chanserv.h: Backing out the bantype patch.
3050
3051 * src/chanserv.help: Backing out the bantype patch.
3052
c74bf46b 30532006-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
8cfd8013 3054
3055 * src/mod-memoserv.c: Fixed a bug.
3056
c74bf46b 30572006-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
cbc5a1a4 3058
3059 * src/mod-memoserv.c: Added basic HISTORY command. At the moment
3060 if the recipient deletes the memo it will not be listed in the
3061 HISTORY list.
3062
3063 * src/mod-memoserv.help: HISTORY entry.
3064
c74bf46b 30652006-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2a951803 3066
3067 * src/mod-memoserv.c: Added new flags, see below.
3068
3069 * src/mod-memoserv.help: Opps forgot the read reciept stuff. Also
3070 added flags for always ignoring read reciepts and always sending
3071 read reciepts.
3072
c74bf46b 30732006-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
f2e592d3 3074
3075 * src/mod-memoserv.c: Added CANCEL command for cancelling memos
3076 that you have sent, aslong as they have not been read yet.
3077
3078 * src/mod-memoserv.help: CANCEL entry plus tweaked some read
3079 recipient to read reciept stuff.
3080
c74bf46b 30812006-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
34a9e19a 3082
3083 * src/mod-memoserv.c: Redid the db stuff, it now writes users
3084 settings and memos to the memoserv database.
3085
c74bf46b 30862006-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
512d7958 3087
3088 * src/mod-memoserv.c: Small bug fix.
3089
c74bf46b 30902006-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
82794e1b 3091
3092 * src/mod-memoserv.c: Added read recipient support via SEND using
3093 -r as a flag. Messages with requested read recipients have a (r)
3094 shown beside the sender nick in LIST. People can ignore a read
3095 recipient using -i when reading the message via READ. Its all
3096 in the help file.
3097
3098 * src/mod-memoserv.help: Added read recipient relevent bits.
3099
3100 * src/opserv.help: Added halfopping functions.
3101
c74bf46b 31022006-06-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
acb6d53d 3103
3104 * src/x3.conf.example: Forgot a ;.
3105
c74bf46b 31062006-06-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
a8692672 3107
3108 * src/mod-memoserv.c: Make use of SET LIMIT.
3109
c74bf46b 31102006-06-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
d9abe201 3111
3112 * src/mod-memoserv.c: Fixed SET bugs and renabled LIMIT now.
3113
c74bf46b 31142006-06-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
a8138c9f 3115
3116 * src/mod-memoserv.c: On Second thoughts dont enable LIMIT now.
3117
c74bf46b 31182006-06-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
acf3c6d5 3119
3120 * x3.conf.example: Max limit for Memoserv LIMIT option.
3121
3122 * src/hash.h: Fixed halfops issue.
3123
3124 * src/mod-memoserv.c: Added SET LIMIT option for the maximum
3125 amount of memos you can have. This does not do anything yet as
3126 im committing the half ops fix now. This code is fine it just
3127 allows you to adjust the limit for now.
3128
c74bf46b 31292006-06-12 Neil Spierling <sirvulcan@sirvulcan.co.nz>
e3e5ba49 3130
3131 * x3.conf.example: Commented out SpamServ module as there are bugs
3132 and i cant give a definate date as to when i can fix it. Im not
3133 home much these days.
3134
3135 * src/mod-memoserv.c: Redid the SET code using some whatnet code
3136 by wasted. Tweaked here and there. Also added some formatting in
3137 LIST and SET like chanserv SET. Oh and MemoServ will join
3138 autojoin_channels if MemoServ is in a seperate nickname.
3139
3140 * src/mod-memoserv.help: Added OSET and done some tweaking.
3141
3142 * src/nickserv.c: Allow the use of get_victim_oper outside of
3143 nickserv.c.
3144
3145 * src/nickserv.h: Allow the use of get_victim_oper outside of
3146 nickserv.c.
3147
b3052f71 31482006-06-07 Alex Schumann <rubin@afternet.org>
3149
3150 * src/chanserv.help: Added a couple set helps that were missing.
e1443247 3151
3152 * src/helpfile.c: fix missing space in multi-column table output such
3153 as /msg opserv commands * (with nickserv tablewidth setting >60)
b3052f71 3154
1c5f6697 31552006-06-06 Alex Schumann <rubin@afternet.org>
3156
e3e5ba49 3157 * src/opserv.c: Change how addalert silence works, so that its a
3158 parameter instead of an action, and also works with trace now.
3159
1c5f6697 3160 * x3.conf.example: Added a config setting of level needed to use
3161 'silent yes' in trace/addalert.
3162
d762299d 31632006-06-04 Alex Schumann <rubin@afternet.org>
3164
3165 * src/nickserv.c: Fix oregister
3166
7293d1d3 3167 * src/nickserv.help: Update help for oregister
3168
c74bf46b 31692006-06-05 Neil Spierling <sirvulcan@sirvulcan.co.nz>
a6a4707e 3170
3171 * src/proto-p10.c: Properly handle incomming manual silences.
3172
c74bf46b 31732006-06-05 Neil Spierling <sirvulcan@sirvulcan.co.nz>
668dc38e 3174
3175 * src/common.h: pretty_mask etc declerations.
3176
3177 * src/nickserv.c: Parse the mask through pretty_mask before adding
3178 it. Normal ircd side silences go through this, this just keeps
3179 things looking the same and if a user tries to remove a silence
3180 added by ADDIGNORE they will be able to. Oh and I HATE GLIBC :P
3181
3182 * src/proto-p10.c: Send a + if adding a silence.
3183
3184 * src/tools.c: pretty_mask and one other function for reformatting
3185 a hostname so its pretty :) from IRCu.
3186
92fac64c 31872006-06-04 Alex Schumann <rubin@afternet.org>
668dc38e 3188
92fac64c 3189 * src/nickserv.c: Send silences to every nick of a handle, not the
3190 nick that did the command.
3191
c74bf46b 31922006-06-04 Neil Spierling <sirvulcan@sirvulcan.co.nz>
3ec42e29 3193
3194 * src/main.c: Moved spamserv initilization to after chanserv.
3195
3196 * src/spamserv.c: Read the db earlier.
3197
c74bf46b 31982006-05-30 Neil Spierling <sirvulcan@sirvulcan.co.nz>
63c95a47 3199
3200 * configure: Regenerated.
3201
3202 * configure.in: Bumped version and changed list email.
3203
3204 * x3.example.conf: Added SpamServ options.
3205
3206 * src/chanserv.c: Join SpamServ if enabled when chanserv joins.
3207
3208 * src/chanserv.h: Declerations
3209
3210 * src/main.c: Init the new SpamServ service.
3211
3212 * src/Makefile.am: Added SpamServ files.
3213
3214 * src/Makefile.in: Regenerated
3215
3216 * src/modcmd.c: Added SpamServ to REBINDALL.
3217
3218 * src/opserv.c: Slab/X3 malloc STATS MEMORY updates.
3219
3220 * src/proto-common.c: Make sure SpamServ gets notices.
3221
3222 * src/spamserv.c: New service that checks for spamming, floods etc.
3223 Requires an oper to register it to a channel for it to work.
3224
3225 * src/spamserv.h: Decelerations.
3226
3227 * src/spamserv.help: Help entries for SpamServ.
3228
c74bf46b 32292006-05-29 Neil Spierling <sirvulcan@sirvulcan.co.nz>
fe32eb19 3230
3231 * Below functions by Wasted (Martijn Smit) <wasted@lostdomain.org>
3232
3233 * src/chanserv.c: Added selectable bantypes.
3234
3235 * src/chanserv.h: Added selectable bantypes.
3236
3237 * src/chanserv.help: Added help entries.
3238
c74bf46b 32392006-05-29 Neil Spierling <sirvulcan@sirvulcan.co.nz>
0b587959 3240
3241 * src/nickserv.c: Added user option ADVANCED, when we add more
3242 advanced commands users will need to set this to see the options
3243 in help. Further work in helpfile is still needed afaik. This is
3244 just the basics.
3245
3246 * src/nickserv.h: Advanced option declerations.
3247
3248 * src/nickserv.help: Added option ADVANCED, also added AUTOHIDE.
3249 Seems no one added that when they added the AUTOHIDE option.
3250
c74bf46b 32512006-05-28 Neil Spierling <sirvulcan@sirvulcan.co.nz>
7637f48f 3252
3253 * Below functions by Wasted (Martijn Smit) <wasted@lostdomain.org>
3254
3255 * x3.example.conf: Added new options- god_timeout, autojoin_channels,
3256 and denied_fakehost_words. Also dropped refresh_period for chanserv
3257 set resync.
3258
3259 * src/chanserv.c: Added god_timeout, disable god mode automatically
3260 when the period times out. Also added a new set option- resync, auto
3261 resyncs the userlist every 3, 6, 9, or 12 hours (or not at all).
3262
3263 * src/chanserv.help: Added entry for SET RESYNC.
3264
3265 * src/global.c: Join global into autojoin_channels if enabled.
3266
3267 * src/main.c: Some tweaking for autojoin_channels.
3268
3269 * src/mod-memoserv.c: If a user has memos and notify on login
3270 enabled then only display the notify notice on login and not
3271 during a netburst.
3272
3273 * src/mod-track.c: Quashed a warning.
3274
3275 * src/modcmd.c: Added functions for god_timeout. Also added wasted
3276 to VERSION output for credits for these features.
3277
3278 * src/nickserv.c: Added denied_fakehost_words, deny the words set
3279 there if an oper trys to use them in a fakehost. Also autojoin
3280 chanserv if enabled into autojoin_channels.
3281
3282 * src/opserv.c: Added REFRESHMAX to reset the max count, ie for
3283 after a drone attack. Also join opserv and reserved nicks into
3284 autojoin_channels if opserv/reserved is enabled.
3285
3286 * src/opserv.help: Added entry for REFRESHMAX.
3287
0779bbcf 32882006-05-25 Alex Schumann <rubin@afternet.org>
3289
b5c80c61 3290 * src/proto-p10.c: make non-existant server type setting not crash x3.
3291
0779bbcf 3292 * src/nickserv.help: Added newby tip to authserv registration
3293 help (about < and >)
3294
3295 * src/mod-track.c: Fixed crash when a server kicks a person (tried to
3296 deref null kicker)
3297
c74bf46b 32982006-05-23 Neil Spierling <sirvulcan@sirvulcan.co.nz>
56958740 3299
3300 * src/chanserv.c: Set SWHOIS's when a user auths.
3301
3302 * src/hosthiding.c: Fixed a segfault.
3303
3304 * src/nickserv.c: Epithets now use SWHOIS.
3305
3306 * src/proto.h: Declerations for irc_swhois.
3307
3308 * src/proto-p10.c: Handle SWHOIS's.
3309
c74bf46b 33102006-05-23 Neil Spierling <sirvulcan@sirvulcan.co.nz>
68b75482 3311
3312 * src/hash.h: Bumped SOCKIPLEN
3313
3314 * src/hosthiding.c: Functions to crypt IPv6 addresses.
3315
3316 * src/hosthiding.h: IPv6 function declerations.
3317
3318 * src/proto-p10.c: If the users ip address is IPv6 then crypt it
3319 with the ipv6 crypting function.
3320
c74bf46b 33212006-05-23 Neil Spierling <sirvulcan@sirvulcan.co.nz>
37ef8ee3 3322
3323 * src/hash.h: Bits needed for other type of host hiding.
3324
3325 * src/hosthiding.h: Nefarious style 2 host hiding declerations.
3326
3327 * src/hosthiding.c: This will generated crypted style 2 Nefarious
3328 hidden hosts and ips. Currently they are just displayed in O3
3329 WHOIS. Im yet to expand this.
3330
3331 * src/Makefile.am: Added hosthiding.c and hosthiding.h.
3332
3333 * src/Makefile.in: Regenerated.
3334
3335 * src/opserv.c: Display crypted hosts n ips in WHOIS.
3336
3337 * src/proto-p10.c: Generate crypted hosts n ips on everyone and
3338 save them in user->crypthost user->cryptip.
3339
c74bf46b 33402006-05-22 Neil Spierling <sirvulcan@sirvulcan.co.nz>
c02cd944 3341
5177fd21 3342 * src/chanserv.c: Set ignores when you authenticate.
c02cd944 3343
5177fd21 3344 * src/nickserv.c: Added ADDIGNORE, OADDIGNORE, DELIGNORE ODELIGNORE.
3345 Used for centralized silence list management. Currently set ignores
3346 can be viewed in ACCOUNTINFO for via ircd SILENCE.
3347
3348 * src/nickserv.h: Declerations.
3349
3350 * src/nickserv.help: Added help entries for above commands.
3351
3352 * src/proto.h: Declerations.
3353
3354 * src/proto-p10.c: Functions to handle silences
c02cd944 3355
d9896a83 33562006-05-18 Alex Schumann <rubin@afternet.org>
3357
b34a7505 3358 * src/proto-p10.c: Fixed up the track module a bit more
d9896a83 3359
b34a7505 3360 * src/hash.c: Fixed up the track module a bit more, including
3361 reporting correctly when X3 kicks someone. This should affect mrsnoopy
3362 as well, hopefully wont cause any bugs.
d9896a83 3363
e5c85987 3364 * src/mod-track.c: Fixed up the track module a bit more - made track
3365 all/none work
d9896a83 3366
b34a7505 33672006-05-18 Alex Schumann <rubin@afternet.org>
3368
3369 * src/chanserv.c: adding 'classic' view, via patch submitted by pLaYa
3370
3371 * src/nickserv.c: adding 'classic' view, via patch submitted by pLaYa
3372
3373 * src/nickserv.h: adding 'classic' view, via patch submitted by pLaYa
3374
3375 * src/nickserv.help: adding 'classic' view, via patch submitted by pLaYa
d9896a83 3376
33772006-05-18 Alex Schumann <rubin@afternet.org>
3378
b34a7505 3379 * src/chanserv.c: re-disabled netrider kicking. Somehow this got included back
12673a59 3380 in.
3381
b34a7505 3382 * src/mod-track.c: some cleanups and textual changes, to make the commands
12673a59 3383 slightly more user friendly.
3384
c74bf46b 33852006-05-16 Neil Spierling <sirvulcan@sirvulcan.co.nz>
5177fd21 3386
3387 * src/proto-p10.c: Changed 050 specfic topic stuff to a conf setting
3388
3389 * src/x3.conf.example.: adding 050 'type' to server config (rubin
3390 fixed missing ';' and changelog entries)
3391
c74bf46b 33922006-05-16 Neil Spierling <sirvulcan@sirvulcan.co.nz>
f6c7c603 3393
3394 * Most files: Heh i cant be bothered listing all files, see websvn
3395 if you want specific files. I just added a new tracking module, its
3396 just like snoop except it targets specified users. The actual
3397 commit is in the previous revision, i just forgot to update this to
3398 tick over the svn version in version output.
3399
c74bf46b 34002006-05-15 Neil Spierling <sirvulcan@sirvulcan.co.nz>
697f4c9a 3401
2f61d1d7 3402 * Most files: Major update off the new release of srvx 1.3.1. Also
3403 seeing as the new updates dont all have changelog entries ive dropped
3404 the 2 srvx Changelog files and renamed the X3 one to ChangeLog.
697f4c9a 3405
2f61d1d7 34062006-03-20 Alex Schumann <rubin@afternet.org>
697f4c9a 3407
2f61d1d7 3408 * src/chanserv.c: core fix; check if theres a handle_info before looking
3409 at style...
697f4c9a 3410
2f61d1d7 3411 * src/helpfile.c: core fix; check if theres a handle_info before looking
3412 at style...
697f4c9a 3413
2f61d1d7 34142006-03-17 Alex Schumann <rubin@afternet.org>
697f4c9a 3415
2f61d1d7 3416 * src/chanserv.c: more clean style changes
697f4c9a 3417
2f61d1d7 34182006-03-17 Alex Schumann <rubin@afternet.org>
697f4c9a 3419
2f61d1d7 3420 * src/chanserv.c: Added nickserv 'style' setting back. (HomeDawg
3421 and dhp1080 made me do it) Needs lots of work to remove ----
3422 headers for 'clean' setting.
697f4c9a 3423
2f61d1d7 3424 * src/helpfile.c: Added nickserv 'style' stetting back.
697f4c9a 3425
2f61d1d7 3426 * src/nickserv.help: Added help for set style.
697f4c9a 3427
2f61d1d7 3428 * src/mod-helpserv.c: make style affect table outputs.
697f4c9a 3429
2f61d1d7 3430 * src/nickserv.c: Added nickserv 'style' setting back.
697f4c9a 3431
2f61d1d7 3432 * src/nickserv.h: Added nickserve 'style' setting back.
697f4c9a 3433
2f61d1d7 34342006-03-17 Alex Schumann <rubin@afternet.org>
697f4c9a 3435
2f61d1d7 3436 * src/proto-p10.c: Added conf setting for extended_accounts for
3437 backward compatability with stock undernet ircd.
dee9951d 3438
2f61d1d7 3439 * x3.conf.example: Added conf setting for extended_accounts for
3440 backward compatability with stock undernet ircd.
dee9951d 3441
2f61d1d7 34422006-03-06 Alex Schumann <rubin@afternet.org>
3443
3444 * src/opserv.help: Added missing trace criteria to help,
3445 and fixed up a few other bits of help around that topic.
dee9951d 3446
2f61d1d7 34472006-01-16 Alex Schumann <rubin@afternet.org>
dee9951d 3448
2f61d1d7 3449 * src/tools.c: created an email valididty function
dee9951d 3450
2f61d1d7 3451 * src/nickserv.c: check valididty of email better
dee9951d 3452
2f61d1d7 3453 * src/sendmail.c: check validity of email better
dee9951d 3454
2f61d1d7 34552006-01-06 Alex Schumann <rubin@afternet.org>
dee9951d 3456
2f61d1d7 3457 * src/opserv.c: fix gtrace, trace, csearch and alerts to work when aliased
3458 to a different bot, eg chanserv, and to reply from the correct nickname.
3459 also a bunch of whitespace changes
dee9951d 3460
2f61d1d7 3461 * src/nickserv.c: begin work on making nickserv commands bind without
3462 responding from the wrong nick. also a bunch of whitespace changes
dee9951d 3463
2f61d1d7 3464 * src/hash.h: whitespace
dee9951d 3465
2f61d1d7 3466 * src/opserv.help: improved QUERY helpfile. (though command itself still
3467 has bugs)
dee9951d 3468
2f61d1d7 34692005-12-14 Alex Schumann <rubin@afternet.org>
dee9951d 3470
2f61d1d7 3471 * src/chanserv.help: added set bantimeout help
dee9951d 3472
2f61d1d7 34732005-11-08 Alex Schumann <rubin@afternet.org>
dee9951d 3474
2f61d1d7 3475 * src/modcmd.c: cleaned up tabs, added hack to display help on JOINER
3476 aliases properly.
697f4c9a 3477
2f61d1d7 3478 * src/modcmd.help: Added note about escaping spaces to modcmd help.
697f4c9a 3479
2f61d1d7 3480 * src/nickserv.help: Improved help files
697f4c9a 3481
2f61d1d7 3482 * src/chanserv.help: Improved help files
697f4c9a 3483
2f61d1d7 34842005-10-13 Alex Schumann <rubin@afternet.org>
697f4c9a 3485
2f61d1d7 3486 * src/proto-p10.c: ignore remote /lusers
697f4c9a 3487
2f61d1d7 34882005-09-13 Alex Schumann <rubin@afternet.org>
697f4c9a 3489
2f61d1d7 3490 * src/global.c: Changed motd header style
697f4c9a 3491
2f61d1d7 3492 * src/nickserv.help: Improved directions for getting and using
3493 accounts.
697f4c9a 3494
2f61d1d7 3495 * src/chanserv.help: Improved directions for getting and using
3496 accounts.
b336c8db 3497
2f61d1d7 34982005-08-13 Alex Schumann <rubin@afternet.org>
b336c8db 3499
2f61d1d7 3500 * src/chanserv.c: Fixed a bug i created using masks in ,kick. Restored
3501 some *@* protection.
b336c8db 3502
2f61d1d7 3503 * src/tools.c: added function to detect an overmask (too general)
b336c8db 3504
2f61d1d7 3505 * src/common.h: added function to detect an overmask (too general)
b336c8db 3506
2f61d1d7 35072005-08-12 Alex Schumann <rubin@afternet.org>
0d16e639 3508
2f61d1d7 3509 * src/chanserv.c: Modified resync to work accourding to automode
3510 setting, and fixed a buffer overflow problem.
0d16e639 3511
2f61d1d7 3512 * src/chanserv.help: updated set automode and rsync help.
0d16e639 3513
2f61d1d7 3514 * src/nickserv.h: Added an autohide setting to nickserv/authserv that
3515 sets +x on AUTH.
0d16e639 3516
2f61d1d7 3517 * src/nickserv.c: Added an autohide setting to nickserv/authserv that
3518 sets +x on AUTH.
0d16e639 3519
2f61d1d7 35202005-08-12 Alex Schumann <rubin@afternet.org>
0d16e639 3521
2f61d1d7 3522 * src/chanserv.c: Cleanup. Added 'automode' channel setting in place
3523 of 'voice' setting. + Rewording setting help
0d16e639 3524
2f61d1d7 3525 * src/chanserv.h: Cleanup. Added 'automode' channel setting in place
3526 of 'voice' setting.
0d16e639 3527
2f61d1d7 3528 * src/chanserv.help: Added help for automode. + Rewording setting help
0d16e639 3529
2f61d1d7 35302005-08-11 Alex Schumann <rubin@afternet.org>
0d16e639 3531
2f61d1d7 3532 * src/proto-p10.c: added irc_umode() to send usermodes (Life4Christ)
0d16e639 3533
2f61d1d7 3534 * src/proto-bahumit.c: added irc_umode() to send usermodes, untested..
0d16e639 3535
2f61d1d7 3536 * src/proto.h: added irc_umode() to send usermodes (Life4Christ)
0d16e639 3537
2f61d1d7 3538 * src/nickserv.c: Added option to have authserv oper/admin people with
3539 opserv access. (Life4Christ)
0d16e639 3540
2f61d1d7 3541 * src/opserv.c: Added admin_level config option
3542
3543 * src/opserv.h: Added admin_level config option
0d16e639 3544
2f61d1d7 35452005-08-11 Alex Schumann <rubin@afternet.org>
0d16e639 3546
2f61d1d7 3547 * src/proto-p10.c: Avoid duplicating an oper in curr_opers (,staff
3548 command) when nef* bug sends the +o twice. ++fix bug in patch
0d16e639 3549
2f61d1d7 35502005-08-09 Alex Schumann <rubin@afternet.org>
0d16e639 3551
2f61d1d7 3552 * src/chanserv.c: Fixed banTimeout to actually remove the bans :)
0d16e639 3553
2f61d1d7 35542005-08-08 Alex Schumann <rubin@afternet.org>
0d16e639 3555
2f61d1d7 3556 * src/chanserv.c: Added banTimeout feature to .set
0d16e639 3557
2f61d1d7 3558 * src/chanserv.h: added banTimeout feature to .set
0d16e639 3559
2f61d1d7 3560 * src/recdb.c: Added some better error catching in database_get_data()
0d16e639 3561
2f61d1d7 3562 * src/proto-common.h: tabs
0d16e639 3563
2f61d1d7 3564 * x3.conf.example: added bantimeout to default set list, and ban
3565 timeout frequency config setting.
0d16e639 3566
2f61d1d7 35672005-08-04 Alex Schumann <rubin@afternet.org>
0d16e639 3568
2f61d1d7 3569 * src/chanserv.c: Changed kick protected message to one without %s or
3570 $b because the kick function doesnt support replacements.
0d16e639 3571
2f61d1d7 3572 * src/tools.c: fixed spelling error in comment.
0d16e639 3573
2f61d1d7 35742005-07-28 Alex Schumann <rubin@afternet.org>
0d16e639 3575
2f61d1d7 3576 * src/chanserv.c: fixed crash bug in 8ball (required params was off by
3577 one)
0d16e639 3578
2f61d1d7 3579 * src/proto-p10.c: Ignore wallusers (WU) tokens from server without
3580 whining.
0d16e639 3581
2f61d1d7 35822005-07-26 Alex Schumann <rubin@afternet.org>
0d16e639 3583
2f61d1d7 3584 * x3.conf.example: Updated from live afternet file and improved help
3585 and layout. Added vim directive to set syntax type.
0d16e639 3586
2f61d1d7 3587 * src/chanserv.c: ported x2's 8ball in, and improved it.
0d16e639 3588
2f61d1d7 3589 * src/math.c: Added osiris' hack to do_math for supporting
3590 2(10) and 2pi etc. Improved it to handle pi2 also.
0d16e639 3591
2f61d1d7 3592 * src/chanserv.help: updated 8ball help and added 'myaccess' to
3593 information help index.
0d16e639 3594
2f61d1d7 35952005-07-18 Alex Schumann <rubin@afternet.org>
d76ed9a9 3596
2f61d1d7 3597 * src/proto-p10.c: added +L awareness
d76ed9a9 3598
2f61d1d7 3599 * src/hash.h: added +L awareness
d76ed9a9 3600
2f61d1d7 3601 * src/chanserv.help: changed set ctcpreaction help
d76ed9a9 3602
c74bf46b 36032005-07-18 Neil Spierling <sirvulcan@sirvulcan.co.nz>
d76ed9a9 3604
2f61d1d7 3605 * src/modcmd.h: Lets make some functions global.
d76ed9a9 3606
2f61d1d7 3607 * src/modcmd.c: Log hostmasks no matter what.
d76ed9a9 3608
2f61d1d7 3609 * src/log.c: Lookup commands if they are from OpServ in the log.
3610 If they match channel specific commands like OP, DEOP, etc then
3611 we will display them in a LAST command (assuming the person doing
3612 the LAST is an oper). Normal clients wont see commands that have
3613 been performed by OpServ.
d76ed9a9 3614
2f61d1d7 36152005-07-15 Alex Schumann <rubin@afternet.org>
d76ed9a9 3616
2f61d1d7 3617 * src/chanserv.c: Changed around ctcpreaction setting so it:
3618 a) doesnt crash.
3619 b) doesnt kick userlist members ever
3620 c) has only 1 setting needed to control it
3621 * src/chanserv.h: removed some old oplevel stuff.
d76ed9a9 3622
2f61d1d7 36232005-07-14 Alex Schumann <rubin@afternet.org>
d76ed9a9 3624
2f61d1d7 3625 * src/proto-p10.c: made it ignore EX, MK and PRIV tokens to
3626 remove errors from log. Fixed problem with missing break; in
3627 channel mode c parsing (reed).
d76ed9a9 3628
2f61d1d7 3629 * src/mod-memoserv.c: Improved memoserv 'you have notes' message.
3630
3631 * src/log.c: Changed channel log target to send PRIVMSG instead of
3632 NOTICE. (Ghozer)
3633
c74bf46b 36342005-05-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2f61d1d7 3635
3636 * configure: Regenerated.
3637
3638 * configure.in: Added checks for tgmath.h.
3639
3640 * src/chanserv.c: Added new command LAST, from X2. Similar to
3641 EVENTS except its file based. Bear in mind you dont have to use
3642 both. You can bind what you want to use. Commented out zoot_list
3643 as its not in use, just a warning fix.
3644
3645 * src/hash.c: Warning fix.
3646
3647 * src/log.h: Misc defines.
3648
3649 * src/log.c: Logging functions from X2.
3650
3651 * src/math.c: If tgmath.h doesnt exist then include some other
3652 files that contain the functions we require.
3653
3654 * src/modcmd.c: Added a small ctcp reply, gender.. like gnuworld X.
3655
3656 * src/proto-p10.c: Added chanserv.h #include to squash a small
3657 compile error. Made X3 understand MARK's to a small point. Fixed
3658 a small parsing bug with exempts.
3659
36602005-07-06 Alex Schumann <rubin@afternet.org>
3661
3662 * src/chanserv.c: Fixed a couple awkward looking outputs with userlist
3663
3664 * src/opserv.c: Fixed an awkward output of trace count etc.
3665
36662005-06-22 Alex Schumann <rubin@afternet.org>
3667 * src/chanserv.help: Improved DURATION help
3668
3669 * src/tools.c: Changed 'M' duration to 30 days (not 31) as its
3670 a better average.
3671
36722005-05-27 Alex Schumann <rubin@afternet.org>
3673
3674 * src/chanserv.c: Improved usability of register command, fixed
3675 unregister reply.
3676
3677 * src/chanserv.help: Improved usability of register command
3678
36792005-05-27 Alex Schumann <rubin@afternet.org>
3680
3681 * src/chanserv.c: Resync working now
3682
36832005-05-27 Reed Loden <reed@reedloden.com>
3684
3685 * src/chanserv.c: Fixed an incorrectly named message. Fixed some
3686 grammar issues in the message send to pending users. Fixed a
3687 problem with some of the resync code.
3688
36892005-05-27 Alex Schumann <rubin@afternet.org>
3690
3691 * src/chanserv.c: make pending add check if the person is already on
3692 the userlist before re-adding them (thx exec & reed for noticing this)
3693 Fix capitalisation of I in pending notice.
3694
36952005-05-18 Alex Schumann <rubin@afternet.org>
3696
3697 * src/modcmd.c: reed pointed out that modcmd non-command help wasnt
3698 working, and pointed me to the opserv helpfiles command, which shows
3699 what services search what help files. This fixes the help command to
3700 search that list as it should. Still need to modify the 'default'
3701 helpfile search bindigs because I dont think chanserv should respond
3702 to help from opserv's db, etc. See opserv's 'helpfiles' command.
3703
3704 * src/modcmd.help: clarified 'helpfiles' help.
3705
37062005-05-18 Alex Schumann <rubin@afternet.org>
3707
3708 * src/helpfile.c: make send_help() return true/false and not send
3709 errors so svccmd_send_help can 'take control' of things.
3710
3711 * src/modcmd.c: Fixed up the help system (again) / find aliased
3712 commands help if none exists. / Display no help for that command on
3713 commands (instead of topic)
3714
3715 * src/modcmd.h: Fixed up the help system (again)
3716
3717 * src/global.c: Fixed syntax display
3718
3719 * src/chanserv.help: Removed =---= formatting, fixed a few things.
3720 *spelling ++more spelling (thx reed)
3721
3722 * src/nickserv.help: Removed =---= formatting, fixed a few things.
3723 *spelling ++more spelling (thx reed)
3724
3725 * src/opserv.help: Removed =---= formatting, fixed a few things.
3726 ++spelling (thx reed)
3727
3728 * src/global.help: simplified index
3729
3730 * src/nickserv.c: Changed message users get when their email is
3731 already used for an account, fixed syntax help
3732
3733 * src/opserv.c: fixed syntax help
3734
37352005-05-16 Alex Schumann <rubin@afternet.org>
3736
3737 * src/chanserv.help: Fixed a couple ban/lamer conversions i missed in
3738 the help file.
3739
37402005-05-04 Alex Schumann <rubin@afternet.org>
3741
3742 * src/modcmd.c: added a 'rebindall' command to assist with
3743 upgrades and changes which change command bindings.
3744
3745 * src/modcmd.help: modified help to reflect above
3746
3747 * src/opserv.help: modified help to reflect above
3748
3749 * src/chanserv.c: changed addban, addtimedban, delban, bans etc
3750 to addlamer, dellamer, addtimedlamer, lamers to reduce confusion
3751 between channel bans (+b) and x3 remembered bans (lamers)
3752
3753 * src/chanserv.help: modified help to reflect above
3754
3755 * UPGRADE: added use of rebindall to upgrade instructions
3756
37572005-05-04 Alex Schumann <rubin@afternet.org>
3758
3759 * src/chanserv.c: added an 'adduser pending' feature, where if
3760 someone isn't authed x3 will ask them to /auth or register, and then
3761 automatically finish adding them to the channel when they do.
3762 Fixed email bug with adduser pending
3763
3764 * src/chanserv.h: adduser pending
3765
3766 * src/hash.c: adduser pending
3767
3768 * src/hash.h: adduser pending, and increased maxbans to 128 from 45.
3769
3770 * src/nickserv.c: adduser pending cleanup and activation code,
3771 Arch sync (Avoid losing channel information when
3772 replacing an account using the mergedb command.)
3773
3774 * src/proto-p10.c: adduser pending cleanup code
3775
3776 * src/nickserv.help: improved set and register help
3777
37782005-05-04 Alex Schumann <rubin@afternet.org>
3779
3780 * src/chanserv.c: changed uset noautoop to uset autoop (removed double
3781 negitive). Added set voice to provide control over use of voice.
3782 Implimented a basic chanserv db version control system for upgrading
3783 seamlessly.
3784
3785 * src/chanserv.help: adjusted help to reflect voice and uset autoop
3786 changes.
3787
3788 * src/hash.h: updated ssz comment from z to Z
3789
3790 * src/modcmd.help: rewrote BIND help
3791
3792 * src/proto-p10.c: Added Z (sslonly) support back in
3793
3794 * UPGRADE: created file to document upgrading procedures
3795
37962005-04-23 Alex Schumann <rubin@afternet.org>
3797 * src/chanserv.c: removed settings: oplevel, halfoplevel, and
3798 voicelevel, hard coding them to OP, HALFOP, and PEON. Changed
3799 topicmask to be an on or off setting, uninfluenced by enftopic.
3800 Added feature to use mask on /topic in addition to ,topic sets.
3801 Removed special consideration for ircops in protect_user()
3802
3803 * src/chanserv.help: updated documentation to reflect the new and
3804 much simpler topicmask feature, and removed op/voice levels.
3805
3806 * src/nickserv.c: added tailing 'end of' line for accountinfo
3807 for non-opers too.
3808
3809 * src/modcmd.c: tweaked alias notification for help and breef help.
3810
38112005-04-20 Alex Schumann <rubin@afternet.org>
3812
3813 * src/proto-common.c: removing +d. needs to be a config option
3814 or something.
3815
3816 * src/nickserv.help: modified main help reply of authserv
3817
3818 * src/nickserv.c: added title, epithet, and fakehost to oset listing
3819
3820 * src/modcmd.c: fixed up auto-help & alias command handling. Needs
3821 totally redesigned though.
3822
38232005-04-15 Alex Schumann <rubin@afternet.org>
3824
3825 * src/proto-common.c: Temp fix for x3 not seeing -hv modes being set
3826 at the same time. The whole block needs to be if/else instead of
3827 switch though, to be cleaner.
3828
3829 * src/nickserv.help: added fakehost and title options to help oset.
3830
3831 * src/nickserv.c: removed 'style' setting. (was not being used in
3832 code anyway)
3833
c74bf46b 38342005-04-04 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2f61d1d7 3835
3836 * src/proto-p10.c: Reinstated +d usermode.
3837
38382005-03-30 Alex Schumann <rubin@afternet.org>
3839
3840 * src/chanserv.c: Fixed unban.
3841
3842 * x3.conf.example: added note in snoop config that improper
3843 setting for bots nick will cause segfault.
3844
38452005-03-22 Alex Schumann <rubin@afternet.org>
3846
3847 * x3.conf.example: added sethost/fakehost settings to conf
3848
38492005-03-19 Alex Schumann <rubin@afternet.org>
3850
3851 * chanserv.c: Changed style of command outputs, added userlevel back
3852 to users list.
3853
3854 * opserv.c: Changed style of command outputs, removed warn feature
3855
3856 * tools.c: shortened duration string lengths
3857
3858 * main.c: shortened duration string lengths
3859
3860 * sendmail.c: Changed style of stats email
3861
38622005-03-18 Alex Schumann <rubin@afternet.org>
3863
3864 * Changed breef to brief...
3865
3866 * chanserv.c: Changed to access level names instead of numbers.
3867
38682005-03-17 Alex Schumann <rubin@afternet.org>
3869
3870
3871 * src/opserv.c: Improved readability of trace print output
3872
3873 * src/chanserv.c: Improved cmd_list_users output & cleaned it up
3874 a little.
3875
3876 * src/helpfile.c: Improved table_send readability (used in lots
3877 of listings including users and stats network etc)
3878
38792005-03-15 Alex Schumann <rubin@afternet.org>
3880
3881 * src/chanserv.c: Improved some syntax error reporting for commands
3882
3883 * src/helpfile.c: Added a 'breef' help function
3884
3885 * src/helpfile.h: Added a 'breef' help function
3886
3887 * src/main.c: Improved some syntax error reporting for commands
3888
3889 * src/modcmd.c: Improved some syntax error reporting for commands
3890
3891 * src/modcmd.h: Improved some syntax error reporting for commands
3892
38932005-03-15 Reed Loden <reed@reedloden.com>
3894
3895 * Synchronization with srvx--devo--1.3--patch-19.
3896
38972005-03-12 Alex Schumann <rubin@afternet.org>
3898
3899 * src/common.h, src/opserv.h: more SRVX->X3 fixes
3900
3901 * opserv.c: fixed SRVX defines to X3
3902
3903 * src/nickserv.c: Applied patch to bring up to date with
3904 local uncommitted changes on afternets srvx2 tree. improved
3905 cookie gen code and removed /play from cookie messages.
3906
3907 * src/all, src/Makefile*, Makefile.in: changed srvx to x3 in a
3908 bunch more places.
3909
c74bf46b 39102005-03-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2f61d1d7 3911
3912 * nickserv.help: Added odelcookie section.
3913
3914 * src/nickserv.c: Added odelcookie for deleting auth cookies and email
3915 cookies.
3916
3917 * src/md5.c: Cleaned up compile warnings.
3918
3919 * src/nickserv.help: Added odelcookie section.
3920
3921***********************************************************************/
3922
3923#define CVS_VERSION "$Id$"
d76ed9a9 3924