]> jfr.im git - irc/evilnet/x3.git/blob - ChangeLog
Fixed typo in help for TRACE CRITERIA
[irc/evilnet/x3.git] / ChangeLog
1 /***********************************************************************
2 X3 ChangeLog
3
4 2012-01-13 Matthew Beeching <jobe@mdbnet.co.uk>
5
6 * src/opserv.help: Fixed typo in help for TRACE CRITERIA.
7
8 2011-11-16 Matthew Beeching <jobe@mdbnet.co.uk>
9
10 * src/nickserv.c: Added a new line to NickServ.accountinfo to show
11 new email address for email change cookies.
12
13 2011-10-12 Matthew Beeching <jobe@mdbnet.co.uk>
14
15 * src/chanserv.help: Fixed typo in staff register help.
16
17 2011-09-29 Matthew Beeching <jobe@mdbnet.co.uk>
18
19 * src/chanserv.help: Fixed typo in durations help.
20
21 2011-07-18 Matthew Beeching <jobe@mdbnet.co.uk>
22
23 * src/proto-p10.c: Fix for "PARSE ERROR" on "Ghost 5 Numeric Collided"
24 kill message.
25
26 2011-06-29 Matthew Beeching <jobe@mdbnet.co.uk>
27
28 * src/nickserv.c: Fixed a bug when reading services/nickserv/hard_maxlogins
29 from x3.conf
30
31 2011-01-25 Matthew Beeching <jobe@mdbnet.co.uk>
32
33 * src/proto-p10.c: Fix for auto-oper bug where PRIVS were not
34 being applied on Nefarious branch versions (or in short reverted
35 revision 697:e6fe90cab8d0)
36
37 2010-12-06 Matthew Beeching <jobe@mdbnet.co.uk>
38
39 * src/nickserv.c: Fixed bug where NickServ.oregister incorrectly
40 logged the password.
41
42 2010-10-15 Matthew Beeching <jobe@mdbnet.co.uk>
43
44 * src/proto-p10.c: Fix for P10 BURST message parsing where
45 extended bans were causing premature change from ban mask to
46 except mask parsing.
47
48 2010-09-27 Matthew Beeching <jobe@mdbnet.co.uk>
49
50 * src/chanserv.c: Fix for maxsetinfo now allowing you to set it
51 to the maximum value as specified in x3.conf
52
53 2010-09-24 Matthew Beeching <jobe@mdbnet.co.uk>
54
55 * src/proto-p10.c: Fix for crash bug during burst where X3 sends
56 a B (BURST) message with a channel limit in the modes string.
57
58 2010-09-24 Alex Schumann <rubin@afternet.org>
59
60 * src/chanserv.c: dont let users set extended bans with
61 .ban/lamer/etc, and dont remove extended bans with bantimeout
62
63 2010-09-19 Matthew Beeching <jobe@mdbnet.co.uk>
64
65 * src/chanserv.c: Added ignore_csuspend to *ChanServ.csuspend
66 and *ChanServ.cunsuspend as a default flag.
67
68 2010-09-17 Matthew Beeching <jobe@mdbnet.co.uk>
69
70 * src/chanserv.c: Updated ChanServ.staff, ChanServ.ircops and
71 ChanServ.helpers to hide users with user mode +H (hide oper).
72
73 2010-09-08 Matthew Beeching <jobe@mdbnet.co.uk>
74
75 * src/proto-p10.c: Replaced some horrible code for formatting a
76 channel mode string and fix for a bug where chan mode +A was
77 being ignored.
78
79 2010-08-29 Matthew Beeching <jobe@mdbnet.co.uk>
80
81 * src/chanserv.c: Changed wheel of misfortune nick change pseudo
82 user to use a hard coded host name to prevent accidentally giving
83 out a users real host.
84
85 2010-08-19 Matthew Beeching <jobe@mdbnet.co.uk>
86
87 * src/proto-p10.c: Changed TOK_PRIVS to "PR" to match current ircu
88 distributions.
89
90 2010-07-31 Matthew Beeching <jobe@mdbnet.co.uk>
91
92 * src/proto-common.c: Added hg revision information to VERSION
93 reply to match version strings everywhere else.
94
95 2010-07-30 Matthew Beeching <jobe@mdbnet.co.uk>
96
97 * src/Makefile.in: Added version.c generation at compile time
98
99 * src/modcmd.c: Updated to use cvs_version from version.c
100
101 * src/version.c.SH: Added version.c.SH to generate version.c
102
103 * src/version.h: Added version.h
104
105 2010-07-07 Matthew Beeching <jobe@mdbnet.co.uk>
106
107 * src/hash.h: Added support for user modes +D, +R, +W, +H, +L
108 and +q.
109
110 * src/opserv.c: Added support for user modes +D, +R, +W, +H, +L
111 and +q.
112
113 * src/proto-p10.c: Added support for user modes +D, +R, +W, +H,
114 +L and +q.
115
116 2010-07-07 Matthew Beeching <jobe@mdbnet.co.uk>
117
118 * src/hash.h: Added support for user modes +z and +a and fixed
119 some comments.
120
121 * src/opserv.c: Added support for user modes +z and +a and
122 added support to TRACE/ADDALERT CHECKRESTRICTIONS criteria for
123 channel mode +a and +Z.
124
125 * src/proto-p10.c: Added support for user modes +z and +a.
126
127 2010-07-07 Matthew Beeching <jobe@mdbnet.co.uk>
128
129 * src/opserv.c: Added support to TRACE/ADDALERT CHECKRESTRICTIONS
130 criteria for channel mode +O and +r.
131
132 2010-07-03 Matthew Beeching <jobe@mdbnet.co.uk>
133
134 * src/chanserv.c: Removed extra 'is' from CSMSG_SMURF_TARGET.
135
136 2010-06-06 Matthew Beeching <jobe@mdbnet.co.uk>
137
138 * src/proto-p10.c: Fix for crash on BURST (B) message for a channel
139 with +L, at least one ban or except, and no users.
140
141 2010-05-21 Matthew Beeching <jobe@mdbnet.co.uk>
142
143 * src/modcmd.c: Added support for fall back replacements in
144 command bindings. For example if you specify $1n instead of $1,
145 then the users nick will be used if param 1 is not supplied.
146
147 2010-05-14 Matthew Beeching <jobe@mdbnet.co.uk>
148
149 * src/nickserv.c: Fix for NickServ NICKINFO using the wrong
150 lastseen timestamp.
151
152 2010-05-13 Matthew Beeching <jobe@mdbnet.co.uk>
153
154 * src/proto-p10.c: Fixed support for channel mode +a (Admins only).
155
156 2010-05-12 Matthew Beeching <jobe@mdbnet.co.uk>
157
158 * tools/db.php: Rewrote parser function as a class and faster
159 parsing.
160
161 2010-05-11 Matthew Beeching <jobe@mdbnet.co.uk>
162
163 * src/nickserv.c: Added nick expiration support.
164
165 * src/nickserv.h: Added nick expiration support.
166
167 * x3.conf.example: Added nick expiration support.
168
169 2010-05-06 Matthew Beeching <jobe@mdbnet.co.uk>
170
171 * src/nickserv.c: Added SET action for SEARCH.
172
173 * src/nickserv.help: Added SET action for SEARCH.
174
175 2010-05-06 Matthew Beeching <jobe@mdbnet.co.uk>
176
177 * src/nickserv.c: Added NickServ search title criteria.
178
179 * src/nickserv.help: Added NickServ search title criteria.
180
181 2010-04-29 Matthew Beeching <jobe@mdbnet.co.uk>
182
183 * src/opserv.c: Minor typo in previous commit where returning 0
184 when it should have been 1 from opserv_join_check().
185
186 2010-04-29 Matthew Beeching <jobe@mdbnet.co.uk>
187
188 * src/opserv.c: Fix for possible bug in opserv_join_check().
189
190 2010-04-23 Matthew Beeching <jobe@mdbnet.co.uk>
191
192 * src/log.c: Modified X3.last to only show host and ident to
193 opers.
194
195 2010-03-15 Matthew Beeching <jobe@mdbnet.co.uk>
196
197 * ChangeLog: Abusing to figure out mercurial a bit.
198
199 2010-03-13 Matthew Beeching <jobe@mdbnet.co.uk>
200
201 * src/hash.h: Changed HOSTLEN to match Nefarious.
202
203 2010-03-03 Matthew Beeching <jobe@mdbnet.co.uk>
204
205 * src/proto-p10.c: Fixed bug in P10 B64 IPv6 parsing where the
206 entire IPv6 IP after the :: was ommited.
207
208 2010-02-27 Matthew Beeching <jobe@mdbnet.co.uk>
209
210 * src/proto-p10.c: Added message handlers for ZLINE and REMOVE
211 to ignore both messages
212
213 2010-02-05 Matthew Beeching <jobe@mdbnet.co.uk>
214
215 * src/nickserv.help: Fix for a minor documentation error where $S
216 was used instead of $N.
217
218 2010-01-14 Matthew Beeching <jobe@mdbnet.co.uk>
219
220 * src/nickserv.c: Added support for LDAP auth registering initial
221 nick when nick registration is enabled.
222
223 2010-01-09 Neil Spierling <sirvulcan@sirvulcan.co.nz>
224
225 * Srvx sync. Author: Michael Poole.
226
227 * src/ioset.c (ioset_listen): Linux -- reasonably -- requires that
228 SO_REUSEADDR be set on a socket before binding it to an in-use socket.
229 So do that.
230
231 * src/sar.c: Convert "struct sockaddr_storage" to "void *" to comply
232 with C99's strict(er) aliasing rules. Allocate off the stack or
233 heap, as appropriate. Add new function sar_free_nameserver() to
234 clean up the heap-allocated data.
235
236 2010-01-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
237
238 * src/chanserv.c: 8ball will now accept "what colour".
239
240 2009-12-18 Neil Spierling <sirvulcan@sirvulcan.co.nz>
241
242 * x3.conf.example: Added type 8 for Nefarious 1.3.0.
243
244 * src/proto-p10.c: Only use the old cloak.c code if type 7 is given.
245 If type 8 is given then the cloaked hosts are picked up during burst
246 (+cC)
247
248 2009-12-17 Neil Spierling <sirvulcan@sirvulcan.co.nz>
249
250 * src/log.c: Revert message type to 5.
251
252 2009-12-17 Neil Spierling <sirvulcan@sirvulcan.co.nz>
253
254 * src/mod-track.c: Fixed a crash with net rider kicks.
255
256 2009-12-12 Alex Schumann <rubin@afternet.org>
257
258 src/x3ldap.c: Fix crash bug with ldap adding users. Deal with some warnings.
259
260 src/x3ldap.h: Deal with some warnings.
261
262 2009-12-09 Henrik Stuart <evilnet@hstuart.dk>
263
264 src/mod-python.c: add support for module_register.
265
266 2009-12-09 Henrik Stuart <evilnet@hstuart.dk>
267
268 src/mod-python.c: add support for log_register_type.
269
270 2009-12-09 Neil Spierling <sirvulcan@sirvulcan.co.nz>
271
272 src/nickserv.c: Shuffle the auto oper functions around to fix a
273 desync issue.
274
275 src/proto-p10.c: Ignore PRIV_NONE within the first 5 seconds of
276 a client's connection. Temp fix for now.
277
278 2009-12-06 Matthew Beeching <jobe@mdbnet.co.uk>
279
280 * src/chanserv.c: Removed seemingly unnecessary "cannot invite"
281 warning from chan_opt_automode.
282
283 2009-12-02 Matthew Beeching <jobe@mdbnet.co.uk>
284
285 * src/nickserv.c: Added merging SSL fingerprint lists during
286 account merging.
287
288 2009-12-01 Matthew Beeching <jobe@mdbnet.co.uk>
289
290 * src/opserv.c: Added ADDALERT reactions noticeuser and msguser
291 to go with trace reactions notice and privmsg.
292
293 2009-11-29 Matthew Beeching <jobe@mdbnmet.co.uk>
294
295 * src/nickserv.c: Rewrote parts of loc_auth() to get it working
296 the same as cmd_auth() with regards to SSL fingerprint support.
297
298 2009-11-29 Neil Spierling <sirvulcan@sirvulcan.co.nz>
299
300 * src/nickserv.c: Small tweak.
301
302 2009-11-29 Neil Spierling <sirvulcan@sirvulcan.co.nz>
303
304 * src/nickserv.c: Small tweak to the password checks with sslfp LOC.
305
306 2009-11-29 Neil Spierling <sirvulcan@sirvulcan.co.nz>
307 * src/nickserv.c: Added SSL fingerprint support to LOC.
308
309 * src/nickserv.h: Added sslfp to loc_auth.
310
311 * src/proto-p10.c: Added support for the new S loc auth type.
312
313 2008-11-28 Matthew Beeching <jobe@mdbnmet.co.uk>
314
315 * src/nickserv.help: Added help for ADDSSLFP, DELSSLFP, OADDSSLFP
316 and ODELSSLFP
317
318 * src/nickserv.c: Added support for SSL fingerprint authentication.
319
320 * src/nickserv.h: Added support for SSL fingerprint authentication.
321
322 2009-11-28 Matthew Beeching <jobe@mdbnet.co.uk>
323
324 * src/mod-memoserv.c: Fix for bug where MemoServ is created as a
325 local bot but not registered as a service on first startup.
326
327 2009-11-26 Matthew Beeching <jobe@mdbnet.co.uk>
328
329 * src/chanserv.c: Fixed a missing ',' in cmd_myaccess output.
330
331 2009-11-26 Henrik Stuart <evilnet@hstuart.dk>
332
333 * src/common.h src/main-common.c: add extra parameter to reg_exit_func and
334 exit_func_t.
335
336 * src/proto-p10.c src/mod-qserver.c src/chanserv.c src/mod-snoop.c
337 src/hash.c src/helpfile.c src/gline.c src/global.c src/mod-helpserv.c
338 src/opserv.c src/timeq.c src/saxdb.c src/modcmd.c src/saxdb.h
339 src/mod-sockcheck.c src/shun.c src/mod-python.c src/spamserv.c
340 src/mail-common.c src/mod-memoserv.c src/mod-track.c src/log.c src/ioset.c
341 src/nickserv.c src/main.c src/sar.c: collateral evolution fixes due to
342 exit_func change.
343
344 2009-11-26 Henrik Stuart <evilnet@hstuart.dk>
345
346 * src/proto-common.c: fix typo in malloc variable name.
347
348 2009-11-26 Henrik Stuart <evilnet@hstuart.dk>
349
350 * src/modcmd.h src/modcmd.c: add extra parameter to reg_svccmd_unbind_func
351 and svccmd_unbind_func_t.
352
353 * src/chanserv.c: collateral evolution fixes due to svccmd_unbind_func
354 change.
355
356 2009-11-24 Henrik Stuart <evilnet@hstuart.dk>
357
358 * src/proto.h src/proto-common.c: add extra parameter to
359 reg_mode_change_func and mode_change_func_t.
360
361 * src/chanserv.c: collateral evolution fixes due to mode_change_func
362 change.
363
364 2009-11-24 Henrik Stuart <evilnet@hstuart.dk>
365
366 * src/nickserv.h src/nickserv.c: add extra parameter to reg_unreg_func and
367 unreg_func_t.
368
369 * src/chanserv.c src/mod-helpserv.c src/mod-memoserv.c: collateral
370 evolution fixes due to unreg_func change.
371
372 2009-11-24 Henrik Stuart <evilnet@hstuart.dk>
373
374 * src/nickserv.h src/nickserv.c: add extra parameter to reg_auth_func and
375 auth_func_t.
376
377 * src/chanserv.c src/mod-snoop.c src/global.c src/mod-helpserv.c
378 src/opserv.c src/mod-memoserv.c src/mod-track.c: collateral evolution
379 fixes due to auth_func change.
380
381 2009-11-24 Henrik Stuart <evilnet@hstuart.dk>
382
383 * src/nickserv.h src/proto-common.c: add extra parameter to
384 reg_user_mode_func and user_mode_func_t.
385
386 * src/mod-snoop.c src/mod-track.c: collateral evolution fixes due to
387 user_mode_func change.
388
389 2009-11-24 Henrik Stuart <evilnet@hstuart.dk>
390
391 * src/nickserv.h src/proto-common.c: add extra parameter to
392 reg_channel_mode_func and channel_mode_func_t.
393
394 * src/chanserv.c src/mod-snoop.c src/mod-track.c: collateral evolution
395 fixes due to channel_mode_func change.
396
397 2009-11-24 Henrik Stuart <evilnet@hstuart.dk>
398
399 * src/hash.c src/hash.h: add extra parameter to reg_kick_func and
400 kick_func_t.
401
402 * src/chanserv.c src/mod-snoop.c src/mod-track.c: collateral evolution
403 fixes due to kick_func change.
404
405 2009-11-24 Henrik Stuart <evilnet@hstuart.dk>
406
407 * src/hash.c src/hash.h: add extra parameter to reg_part_func,
408 unreg_part_func, and part_func_t.
409
410 * src/chanserv.c src/mod-snoop.c src/mod-helpserv.c src/spamserv.c
411 src/mod-track.c: collateral evolution fixes due to part_func change.
412
413 2009-11-24 Henrik Stuart <evilnet@hstuart.dk>
414
415 * src/hash.c src/hash.h: add extra parameter to reg_del_channel_func and
416 del_channel_func_t.
417
418 * src/opserv.c src/proto-p10.c: collateral evolution fixes due to
419 del_channel_func change.
420
421 2009-11-23 Matthew Beeching <jobe@mdbnet.co.uk>
422
423 * src/nickserv.c: Removed 2 nonsensical spaces in
424 *NickServ.accountinfo output for "Karma"
425
426 2009-11-22 Matthew Beeching <jobe@mdbnet.co.uk>
427
428 * src/nickserv.c: Fix for bug allowing the use of odelcookie
429 to result in an account's password changing when it shouldn't.
430
431 2009-11-22 Matthew Beeching <jobe@mdbnet.co.uk>
432
433 * src/nickserv.c: Added fix for LDAP password not being updated
434 on odelcookie where account password is changed anyway.
435
436 2009-11-21 Matthew Beeching <jobe@mdbnet.co.uk>
437
438 * src/x3ldap.c: Updated OpServ level in LDAP feature to remove
439 the attribute when 0 instead of setting it to 0
440
441 * src/x3ldap.h: Updated OpServ level in LDAP feature to remove
442 the attribute when 0 instead of setting it to 0
443
444 * src/nickserv.c: Updated OpServ level in LDAP feature to remove
445 the attribute when 0 instead of setting it to 0
446
447 2009-11-21 Matthew Beeching <jobe@mdbnet.co.uk>
448
449 * src/x3ldap.c: Fix for bug allowing accounts in LDAP to
450 authenticate to unactivated accounts.
451
452 * src/nickserv.c: Fix for bug allowing accounts in LDAP to
453 authenticate to unactivated accounts.
454
455 2009-11-16 Matthew Beeching <jobe@mdbnet.co.uk>
456
457 * src/proto-p10.c: Added support for MARK SSLCLIFP.
458
459 * src/hash.h: Added support for MARK SSLCLIFP.
460
461 * src/opserv.c: Added SSLCLIFP mark to cmd_whois.
462
463 2009-11-16 Matthew Beeching <jobe@mdbnet.co.uk>
464
465 * src/nickserv.c: Fix for crash in cmd_oregister due to incorrect
466 parameter counts.
467
468 2009-11-15 Matthew Beeching <jobe@mdbnet.co.uk>
469
470 * src/hosthiding.c: Fix for crash bug in make_virthost() when host
471 name doesnt have a '.' in it.
472
473 2009-11-15 Henrik Stuart <evilnet@hstuart.dk>
474
475 * src/hash.c: fix variable set for registering nick change functions.
476
477 2009-11-14 Matthew Beeching <jobe@mdbnet.co.uk>
478
479 * src/nickserv.c: Fix for bug #2869968 (*NickServ.oregister allowing
480 invalid handles)
481
482 2009-11-01 Henrik Stuart <evilnet@hstuart.dk>
483
484 * src/hash.h src/hash.c: add extra parameter to new_channel_func_t and
485 reg_new_channel_func.
486
487 * src/chanserv.c src/opserv.c: add extra NULL argument/parameter to
488 reflect change in hash.
489
490 2009-11-01 Henrik Stuart <evilnet@hstuart.dk>
491
492 * src/nickserv.h src/nickserv.c: add extra parameter to
493 handle_merge_func_t and reg_handle_merge_func.
494
495 * src/mod-helpserv.c: add extra NULL argument/parameter to reflect change
496 in nickserv.
497
498 2009-11-01 Henrik Stuart <evilnet@hstuart.dk>
499
500 * src/nickserv.h src/nickserv.c: add extra parameter to allowauth_func_t
501 and reg_allowauth_func.
502
503 * src/mod-helpserv.c: add extra NULL argument/parameter to reflect change
504 in nickserv.
505
506 2009-11-01 Henrik Stuart <evilnet@hstuart.dk>
507
508 * src/nickserv.h src/nickserv.c: add extra parameter to failpw_func_t and
509 reg_failpw_func.
510
511 * src/mod-helpserv.c: add extra NULL argument/parameter to reflect change
512 in nickserv.
513
514 2009-11-01 Henrik Stuart <evilnet@hstuart.dk>
515
516 * src/hash.h src/hash.c: add extra parameter to topic_func_t and
517 reg_topic_func.
518
519 * src/chanserv.c src/mod-python.c: add extra NULL argument/parameter to
520 reflect change in hash.
521
522 2009-11-01 Henrik Stuart <evilnet@hstuart.dk>
523
524 * src/proto.h src/proto-common.c: add extra parameter to chanmsg_func_t
525 and reg_chanmsg_func.
526
527 * src/chanserv.c src/modcmd.c: add extra NULL argument/parameter to
528 reflect change in proto.
529
530 2009-10-31 Henrik Stuart <evilnet@hstuart.dk>
531
532 * src/nickserv.h src/nickserv.c: add extra parameter to
533 handle_rename_func_t and reg_handle_rename func.
534
535 * src/chanserv.c src/mod-helpserv.c src/mod-memoserv.c: add extra NULL
536 argument/parameter to reflect change in nickserv.
537
538 2009-10-30 Henrik Stuart <evilnet@hstuart.dk>
539
540 * src/mod-snoop.c src/mod-helpserv.c src/mod-sockcheck.c src/mod-track.c:
541 fix missed NULL argument/parameter additions from earlier commits.
542
543 2009-10-30 Henrik Stuart <evilnet@hstuart.dk>
544
545 * src/hash.h src/hash.c: add extra parameter to join_func_t and
546 reg_join_func.
547
548 * src/chanserv.c src/opserv.c src/mod-python.c src/spamserv.c: add extra
549 NULL argument/parameter to reflect change in hash.
550
551 2009-10-30 Henrik Stuart <evilnet@hstuart.dk>
552
553 * src/hash.h src/hash.c: add extra parameter to nick_change_func_t and
554 reg_nick_change_func. Also fix memory leaks from not freeing extras lists
555 for some callback routines.
556
557 * src/chanserv.c src/opserv.c src/mod-python.c src/spamserv.c
558 src/nickserv.c src/modcmd.c: add extra NULL argument/parameter to reflect
559 change in hash.
560
561 * src/proto-p10.c: fix logic for calling call_new_user_funcs.
562
563 2009-10-30 Henrik Stuart <evilnet@hstuart.dk>
564
565 * src/proto.h: add extra parameter to reg_oper_func and oper_func_t.
566
567 * src/global.c: add extra NULL argument parameter to reflect changes.
568
569 * src/proto-common.c: add extra parameter to implementation of
570 reg_oper_func and reflect the extra parameter in call_oper_funcs.
571
572 * src/proto-p10.c: free storage for extra parameters.
573
574 2009-10-28 Henrik Stuart <evilnet@hstuart.dk>
575
576 * src/hash.h src/hash.c: add extra parameter to del_user_func_t,
577 reg_del_user_func, and unreg_del_user_func. Add new call_del_user_funcs
578 function to abstract hash internals from outside callers.
579
580 * src/opserv.c src/mod-python.c src/spamserv.c src/nickserv.c: add extra
581 NULL argument(parameter to reflect change in hash.
582
583 * src/proto-p10.c: use call_del_user_funcs instead of interfacing with
584 hash.c internals directly. Remove unused code due to this change.
585
586 * src/proto-common.c: remove reference to hash internals.
587
588 2009-10-28 Matthew Beeching <jobe@mdbnet.co.uk>
589
590 * src/x3ldap.c: Added ldap_do_oslevel() to set OpServ access level in
591 LDAP.
592
593 * src/x3ldap.h: Added ldap_do_oslevel() to set OpServ access level in
594 LDAP.
595
596 * src/nickserv.c: Added configuration option for OpServ access level
597 LDAP attribute name and call to ldap_do_oslevel() on access level
598 change.
599
600 * src/nickserv.h: Added configuration option for OpServ access level
601 LDAP attribute name.
602
603 * x3.conf.example: Added configuration option for OpServ access level
604 LDAP attribute name.
605
606 2009-10-27 Henrik Stuart <evilnet@hstuart.dk>
607
608 * src/hash.h src/hash.c: add extra parameter to new_user_func_t and
609 reg_new_user_func. Add new call_new_user_funcs function to abstract hash
610 internals from outside callers.
611
612 * src/proto-p10.c: use call_new_user_funcs instead of interfacing with
613 hash.c internals directly. Remove unused code due to this change.
614
615 * src/global.c src/opserv.c src/mod-python.c src/spamserv.c
616 src/nickserv.c: add extra NULL argument/parameter to reflect change in
617 hash.
618
619 * src/proto-common.c: remove reference to hash internals.
620
621 2009-10-27 Henrik Stuart <evilnet@hstuart.dk>
622
623 * src/hash.h: add extra parameter to server_link_func_t and
624 reg_server_link_func. Add new call_server_link_funcs function to abstract
625 hash internals from outside callers.
626
627 * src/proto-p10.c: call call_server_link_funcs rather than interfacing
628 directly with hash.c internals.
629
630 * src/chanserv.c: add extra NULL-argument/parameter to server link
631 handler.
632
633 * src/hash.c: add extra parameter to reg_server_link_func and introduce
634 call_server_link_funcs to shield external callers from the functionality.
635
636 * src/proto-common.c: remove extern definitions for the hash.c structures
637 for the server link callback structure.
638
639 * src/mod-python.c: add extra NULL-argument/parameter to server link
640 handler.
641
642 2009-10-27 Henrik Stuart <evilnet@hstuart.dk>
643
644 * src/mod-python.c: remove unused code.
645
646 2009-10-27 Henrik Stuart <evilnet@hstuart.dk>
647
648 * src/nickserv.c: marked cmd possibly unused to silence warning.
649
650 2009-10-27 Henrik Stuart <evilnet@hstuart.dk>
651
652 * src/nickserv.h: make auto_oper_privs and auto_admin_privs const.
653
654 * src/proto.h: make privs const in irc_raw_privs.
655
656 * src/proto-p10.c: make privs const in irc_raw_privs.
657
658 2009-10-27 Henrik Stuart <evilnet@hstuart.dk>
659
660 * src/global.c: remove unused code.
661
662 2009-10-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
663
664 * src/nickserv.c: Send privs out when auto opering clients. These are
665 controlled for now via auto_oper_privs/auto_admin_privs in the nickserv
666 section within x3.conf. In the future we will look at account specific
667 privs.
668
669 * src/proto.h: Added irc_raw_privs and client_modify_priv_by_name.
670
671 * src/proto-p10.c: Added irc_raw_privs.
672
673 * src/tools.c: Added R extended ban.
674
675 2009-10-12 Henrik Stuart <evilnet@hstuart.dk>
676
677 * src/mod-python.c: add python_handle_topic and refactor
678 emb_get_channel.
679
680 * src/plugins/__init__.py: add empty topic handler function to
681 Plugin class.
682
683 * src/modpython.py: add topic handler function.
684
685 2009-10-12 Henrik Stuart <evilnet@hstuart.dk>
686
687 * src/mod-python.c: add python_handle_del_user.
688
689 * src/plugins/__init__.py: add empty del_user handler function to
690 Plugin class.
691
692 * src/modpython.py: add del_user handler function.
693
694 2009-10-12 Henrik Stuart <evilnet@hstuart.dk>
695
696 * src/mod-python.c: refactor python_handle_nick_change.
697
698 * src/plugins/__init__.py: add empty nick_change handler function to
699 Plugin class.
700
701 * src/modpython.py: refactor nick_change to use new plugin
702 system.
703
704 2009-10-12 Henrik Stuart <evilnet@hstuart.dk>
705
706 * src/plugins/__init__.py: refactor plugin instantiation logic.
707
708 2009-10-12 Henrik Stuart <evilnet@hstuart.dk>
709
710 * src/mod-python.c: refactor python_handle_new_user.
711
712 * src/modpython.py: refactor new_user handler to use new plugin
713 system.
714
715 * src/plugins/__init__.py: add empty new_user handler function to
716 Plugin class.
717
718 2009-10-12 Henrik Stuart <evilnet@hstuart.dk>
719
720 * src/mod-python.c: refactor python_handle_server_link to be more
721 Pythonic.
722
723 * src/modpython.py: rename old plugins class to plugins_ and use a
724 more general plugin system.
725
726 * src/plugins/__init__.py: extend with plugin base-class and
727 recursive plugin load logic.
728
729 2009-10-12 Henrik Stuart <evilnet@hstuart.dk>
730
731 * src/mod-python.c: add emb_service_register function.
732
733 2009-10-12 Henrik Stuart <evilnet@hstuart.dk>
734
735 * src/mod-python.c: add emb_adduser function.
736
737 2009-10-12 Henrik Stuart <evilnet@hstuart.dk>
738
739 * src/mod-python.c: add emb_svsjoin function.
740
741 2009-10-12 Henrik Stuart <evilnet@hstuart.dk>
742
743 * src/mod-python.c: add emb_svsquit function.
744
745 * src/proto.h: observe proper const-ness in irc_svsquit function.
746
747 * src/proto-p10.c: observe proper const-ness in irc_svsquit function.
748
749 2009-10-12 Henrik Stuart <evilnet@hstuart.dk>
750
751 * src/mod-python.c: add emb_svsnick function.
752
753 2009-10-12 Henrik Stuart <evilnet@hstuart.dk>
754
755 * src/mod-python.c: refactor doc-strings for extension methods to separate
756 variables. Minor code changes that modify function return values/types to
757 be more uniform.
758
759 2009-10-12 Henrik Stuart <evilnet@hstuart.dk>
760
761 * src/mod-python.c: add emb_fakehost function.
762
763 2009-10-12 Henrik Stuart <evilnet@hstuart.dk>
764
765 * src/mod-python.c: add emb_user_mode function.
766
767 2009-10-12 Henrik Stuart <evilnet@hstuart.dk>
768
769 * src/mod-python.c: add emb_channel_mode function.
770
771 2009-10-11 Henrik Stuart <evilnet@hstuart.dk>
772
773 * src/mod-python.c: remember to increase reference count of Py_None.
774
775 2009-10-11 Henrik Stuart <evilnet@hstuart.dk>
776
777 * src/mod-python.c: add emb_kick function.
778
779 2009-10-11 Henrik Stuart <evilnet@hstuart.dk>
780
781 * src/mod-python.c: add emb_get_config function.
782
783 2009-10-09 Henrik Stuart <evilnet@hstuart.dk>
784
785 * src/mod-python.c: add emb_timeq_del function.
786
787 2009-10-09 Henrik Stuart <evilnet@hstuart.dk>
788
789 * src/mod-python.c: add emb_timeq_add function.
790
791 2009-10-07 Henrik Stuart <evilnet@hstuart.dk>
792
793 * src/mod-python.c: refactor dict_t construction logic.
794
795 2009-10-07 Henrik Stuart <evilnet@hstuart.dk>
796
797 * src/mod-python.c: improve error logic for emb_get_channel.
798
799 2009-10-06 Henrik Stuart <evilnet@hstuart.dk>
800
801 * src/mod-python.c: refactor modeList conversion into separate function.
802
803 2009-10-06 Henrik Stuart <evilnet@hstuart.dk>
804
805 * src/mod-python.c: refactor out common error cleanup logic.
806
807 2009-10-06 Henrik Stuart <evilnet@hstuart.dk>
808
809 * src/mod-python.c: add emb_get_accounts function and refactor some
810 common logic into a single routine.
811
812 * src/nickserv.h src/nickserv.c: make nickserv_handle_dict externally
813 available.
814
815 2009-10-06 Henrik Stuart <evilnet@hstuart.dk>
816
817 * src/mod-python.c: add emb_kill function.
818
819 2009-10-06 Henrik Stuart <evilnet@hstuart.dk>
820
821 * src/mod-python.c: improve error logic for pyobj_from_usernode.
822
823 2009-10-06 Henrik Stuart <evilnet@hstuart.dk>
824
825 * src/mod-python.c: improve error logic for emb_get_servers.
826
827 2009-10-06 Henrik Stuart <evilnet@hstuart.dk>
828
829 * src/mod-python.c: improve error logic for emb_get_channels.
830
831 2009-10-06 Henrik Stuart <evilnet@hstuart.dk>
832
833 * src/mod-python.c: improve error logic for emb_get_users.
834
835 2009-10-06 Henrik Stuart <evilnet@hstuart.dk>
836
837 * src/mod-python.c: add emb_get_server function and require P10.
838
839 2009-10-06 Henrik Stuart <evilnet@hstuart.dk>
840
841 * src/mod-python.c: add emb_get_servers function.
842
843 2009-10-06 Henrik Stuart <evilnet@hstuart.dk>
844
845 * src/mod-python.c: fix a bunch of typos
846
847 2009-10-05 Henrik Stuart <evilnet@hstuart.dk>
848
849 * src/mod-python.c: add emb_get_channels function.
850
851 2009-10-05 Henrik Stuart <evilnet@hstuart.dk>
852
853 * src/mod-python.c: add emb_get_users function.
854
855 2009-10-05 Henrik Stuart <evilnet@hstuart.dk>
856
857 * src/mod-python.c: raise exception on failure in emb_get_account.
858
859 2009-10-05 Henrik Stuart <evilnet@hstuart.dk>
860
861 * src/mod-python.c: raise exception on unknown channel in emb_get_channel
862
863 2009-10-05 Henrik Stuart <evilnet@hstuart.dk>
864
865 * src/mod-python.c: make emb_send_target_notice more resilient toward
866 erroneous input and raise exceptions on failures.
867
868 2009-10-05 Henrik Stuart <evilnet@hstuart.dk>
869
870 * src/mod-python.c: make emb_send_target_privmsg more resilient toward
871 erroneous input and raise exceptions on failures.
872
873 2009-10-05 Henrik Stuart <evilnet@hstuart.dk>
874
875 * src/mod-python.c: make emb_dump raise exception on failure.
876
877 2009-10-05 Henrik Stuart <evilnet@hstuart.dk>
878
879 * src/mod-python.c: set exception on error path in emb_get_user.
880
881 2009-10-05 Henrik Stuart <evilnet@hstuart.dk>
882
883 * src/mod-python.c: extract userNode to Python dictionary conversion for
884 future use in handlers.
885
886 2009-10-05 Henrik Stuart <evilnet@hstuart.dk>
887
888 * src/mod-python.c: do not leak handler objects
889
890 2009-10-05 Henrik Stuart <evilnet@hstuart.dk>
891
892 * src/mod-python.c: add support for specifying main module in x3.conf
893
894 2009-10-05 Henrik Stuart <evilnet@hstuart.dk>
895
896 * src/mod-python.c: Expose Python services module as _svc to follow normal
897 Python naming conventions for C extensions.
898
899 2009-10-05 Henrik Stuart <evilnet@hstuart.dk>
900
901 * src/mod-python.c: Remove unused function.
902
903 2009-10-05 Henrik Stuart <evilnet@hstuart.dk>
904
905 * src/mod-python.c: Generalise cmd_run to handle arbitrary statements.
906
907 2009-10-05 Henrik Stuart <evilnet@hstuart.dk>
908
909 * src/main-common.c: Initialise opserv before other services.
910
911 2009-09-22 Neil Spierling <sirvulcan@sirvulcan.co.nz>
912
913 * Srvx sync. Author: Michael Poole.
914
915 * src/recdb.c (explain_failure): When MAIN_LOG is NULL, report to stderr.
916
917 2009-09-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
918
919 * Srvx sync. Author: Michael Poole.
920
921 * src/chanserv.c (handle_part): Allow the current user to be considered for
922 channels other than the channel being /part'ed.
923
924 * src/modcmd.c (modcmd_saxdb_write): Write bot modes to the database.
925 (modcmd_load_bots): Read them out and use them.
926
927 * src/opserv.c (cmd_whois): Use irc_user_mode_chars() here too.
928
929 * src/opserv.help (INVITE): Document this command.
930
931 * src/proto.h (irc_user_modes): Declare.
932 (irc_user_mode_chars): Likewise.
933
934 * src/proto-common.c (irc_user_modes): Define.
935
936 * src/proto-p10.c (irc_user_mode_chars): Define.
937 (irc_user): Use irc_user_mode_chars() instead of open-coding it.
938
939 2009-08-21 Matthew Beeching <jobe@mdbnet.co.uk>
940
941 * src/nickserv.c: Fix for a crash bug when using LOC with LDAP
942 where LDAP account exists and AuthServ account does not
943
944 2009-08-20 Matthew Beeching <jobe@mdbnet.co.uk>
945
946 * src/opserv.help: Fixed a typo in ROUTING EXAMPLE
947
948 2009-08-17 Matthew Beeching <jobe@mdbnet.co.uk>
949
950 * src/nickserv.c: Added NSMSG_RECLAIM_HOWTO describing how to
951 AUTH when warned that the nick being used is registered
952
953 2009-08-11 Matthew Beeching <jobe@mdbnet.co.uk>
954
955 * src/proto.h: Added declaration fo irc_privmsg_user
956
957 * src/opserv.c: Added privmsg and notice trace actions
958
959 * src/opserv.help: Added privmsg and notice trace actions
960
961 2009-08-11 Matthew Beeching <jobe@mdbnet.co.uk>
962
963 * src/proto-p10.c: ignore SPAMFILTER messages
964
965 2009-08-11 Neil Spierling <sirvulcan@sirvulcan.co.nz>
966
967 * Srvx sync. Author: Michael Poole.
968
969 * configure.in: (HAVE_SOCKADDR_SA_LEN): Define to a non-empty value
970 (specifically, 1).
971 (HAVE_STRUCT_ADDRINFO): Likewise.
972
973 * src/ioset-kevent.c (ioset_kevent_add): Never try to use EV_DELETE, because
974 that can make kevent() return -1/ENOENT.
975 (ioset_kevent_update): We need to try to EV_DELETE here instead.
976 (ioset_kevent_loop): Do not bail if kevent() just returns -1/EINTR.
977
978 * src/Makefile.am (EXTRA_x3_SOURCES): Include mod-blacklist.c.
979
980 * src/sar.c (ipv4_pton): Set the sockaddr length field when it exists.
981 (ipv6_pton): Likewise.
982
983 2009-08-11 Matthew Beeching <jobe@mdbnet.co.uk>
984
985 * src/proto-common.c: Fix to allow trigger (in channel) commands
986 to work in unregistered channels
987
988 2009-07-30 Matthew Beeching <jobe@mdbnet.co.uk>
989
990 * src/sar.c: Fix for typo in previous commit
991
992 2009-07-30 Neil Spierling <sirvulcan@sirvulcan.co.nz>
993
994 * src/sar.c: Commented out an warning message.
995
996 2009-07-29 Matthew Beeching <jobe@mdbnet.co.uk>
997
998 * src/nickserv.c: Fix for minor auth bug
999
1000 2009-07-23 Matthew Beeching <jobe@mdbnet.co.uk>
1001
1002 * src/nickserv.help: Minor spelling correction
1003
1004 2009-07-18 Matthew Beeching <jobe@mdbnet.co.uk>
1005
1006 * src/nickserv.c: Fix for NickServ AUTH bug with only password
1007 being supplied
1008
1009 2009-07-16 Matthew Beeching <jobe@mdbnet.co.uk>
1010
1011 * src/nickserv.c: Added support for NickServ with LDAP enabled
1012
1013 2009-07-15 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1014
1015 * src/chanserv.c: Crash fix with the spin command for hosts with
1016 a long length.
1017
1018 2009-07-05 Matthew Beeching <jobe@mdbnet.co.uk>
1019
1020 * src/chanserv.c: Fix for crash on ChanServ.UNSUSPEND
1021
1022 2009-06-27 Matthew Beeching <jobe@mdbnet.co.uk>
1023
1024 * src/modcmd.c: Fix for bug #2813183
1025
1026 2009-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1027
1028 * src/chanserv.c: Removed lastmod from gline and shun. (from the
1029 srvx merge)
1030
1031 * src/gline.c: Removed lastmod from gline and shun. (from the srvx
1032 merge)
1033
1034 * src/gline.h: Removed lastmod from gline and shun. (from the srvx
1035 merge)
1036
1037 * src/mod-blacklist.c: Removed lastmod from gline and shun. (from
1038 the srvx merge)
1039
1040 * src/mod-sockcheck.c: Removed lastmod from gline and shun. (from
1041 the srvx merge)
1042
1043 * src/opserv.c: Removed lastmod from gline and shun. (from the srvx
1044 erge)
1045
1046 * src/proto-p10.c: Removed lastmod from gline and shun. (from the srvx
1047 merge)
1048
1049 * src/shun.c: Removed lastmod from gline and shun. (from the srvx merge)
1050
1051 * src/shun.h: Removed lastmod from gline and shun. (from the srvx merge)
1052
1053 * src/spamserv.c: Removed lastmod from gline and shun. (from the srvx
1054 merge)
1055
1056 2009-06-05 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1057
1058 * src/proto-p10.c: Bug fix for SF Bug #2801434.
1059
1060 2009-06-02 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1061
1062 * src/hash.h: Updated client PRIVS.
1063
1064 * src/proto-p10.c: Updated client PRIVS.
1065
1066 2009-06-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1067
1068 * src/tools.c: Re done the extended channel ban code so that it works
1069 like the ircd code.
1070
1071 2009-06-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1072
1073 * src/tools.c: Return -1 with invalid extended bans.
1074
1075 2009-06-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1076
1077 * src/chanserv.c: Tweak the ban functions to allow invalid bans to
1078 be picked up.
1079
1080 * src/tools.c: Return -1 with invalid extended bans.
1081
1082 2009-06-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1083
1084 * src/chanserv.c: Updated user_matches_glob.
1085
1086 * src/common.h: Updated user_matches_glob.
1087
1088 * src/mod-memoserv.c: Updated user_matches_glob.
1089
1090 * src/nickserv.c: Updated user_matches_glob.
1091
1092 * src/opserv.c Updated user_matches_glob.
1093
1094 * src/tools.c: Added support for shared channel bans (j). As well as
1095 quiet bans. Although these are handled ircd side.
1096
1097 2009-06-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1098
1099 * src/tools.c: Extended channel ban support. As well as text and
1100 nick change bans, however these 2 are just ignored as they are
1101 handled ircd side.
1102
1103 2009-06-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1104
1105 * src/tools.c: Extended account ban support.
1106
1107 2009-06-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1108
1109 * src/chanserv.c: Basic extended ban support.
1110
1111 * src/tools.c: Basic extended ban support.
1112
1113 2009-06-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1114
1115 * src/chanserv.c: Fixed up SF bug #2799155.
1116
1117 * src/modcmd.c: Fixed up an issue where missing args was coming up
1118 when it shouldnt.
1119
1120 2009-05-31 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1121
1122 * GPL 3 and svn propset updates.
1123
1124 2009-05-31 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1125
1126 * src/main.c: Added spamserv.h #include.
1127
1128 * src/main-common.c: Woops forgot to init spamserv.
1129
1130 * src/spamserv.c: Fixed up AddLocalUser.
1131
1132 2009-05-30 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1133
1134 * src/chanserv.c: Small fix with CSMSG_SET_UNREVIEWED.
1135
1136 2009-05-30 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1137
1138 * src/hash.c: Couple of tweaks.
1139
1140 * src/proto-common.c: Fix for triggers not working with forwards as well as
1141 off channel services.
1142
1143 2009-05-30 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1144
1145 * src/chanserv.c: Fixed a crash with setting a .set option with an invalid
1146 option.
1147
1148 * src/mail-smtp.c: Added missing file.
1149
1150 2009-05-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1151
1152 * Major update to bring X3 in line with the latest SRVX commit. Please see
1153 UPGRADE. Credits go to the SRVX team.
1154
1155 2009-04-22 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1156
1157 * src/proto-p10.c: Ignore stats headers.
1158
1159 2009-05-08 Henrik Stuart <evilnet@hstuart.dk>
1160
1161 * src/mod-python.c: generalised cmd_run to process file_input productions.
1162
1163 2009-05-06 Henrik Stuart <evilnet@hstuart.dk>
1164
1165 * src/mod-python.c: generalised PYTHONPATH environment setting to
1166 not explicitly set Alex's home directory.
1167
1168 2009-05-05 Henrik Stuart <evilnet@hstuart.dk>
1169
1170 * src/proto-p10.c: introduced irc_sno for SNO messages. Removed broken
1171 auto_oper on LOC support.
1172
1173 * src/proto.h: introduced irc_sno for SNO messages.
1174
1175 * src/nickserv.c: added registered authentication function to handle
1176 auto_oper on LOC.
1177
1178 2009-05-04 Alex Schumann <rubin@afternet.org>
1179
1180 * src/chanserv.c: julien and polo noticed a crash during channel register. Fixed
1181
1182 * x3.conf.example: fix typeo in default channel regex. Thanks again to julien for noticing this.
1183
1184 2009-03-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1185
1186 * src/proto-p10.c: Update PRIV handling code for the latest
1187 nefarious 1.3 changes.
1188
1189 2009-02-27 Alex Schumann <rubin@afternet.org>
1190
1191 * src/proto-p10.c: Patch from muer to support auto-oper for LOC
1192 connections too.
1193
1194 2009-01-31 Alex Schumann <rubin@afternet.org>
1195
1196 * src/chanserv.c: change server link handlers to return an int
1197
1198 * src/hash.h: change server link handlers to return an int
1199
1200 * src/plugins/annoy/plugin.py: add some debug code for testing new
1201 hooks
1202
1203 * src/modpython.py: support for new hooks server_link, nick_change,
1204 and new_user
1205
1206 * src/mod-python.c: support for new hooks server_link, nick_change,
1207 and new_user
1208
1209 2009-01-30 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1210
1211 * src/opserv.c: Warning fix.
1212
1213 * src/proto-p10.c: Bug fix for SF Bug #2547157 (topic ident bug).
1214
1215 2009-01-27 Alex Schumann <rubin@afternet.org>
1216
1217 * src/modpython.py: Comment out debug printing
1218
1219 * src/plugins/hangman: New example plugin: Hangman game
1220
1221 2009-01-27 Alex Schumann <rubin@afternet.org>
1222
1223 * src/opserv.c: Fix a hole Sindacious found, where alerts on account
1224 don't trigger because they arent looked for during/after auth.
1225
1226 2009-01-26 Alex Schumann <rubin@afternet.org>
1227
1228 * src/plugins/annoy/plugin.py: more test code
1229
1230 * src/mod-python.c: added emb_get_info, silenced warnings, and stub
1231 TODO comments for all the handlers and emb functions we need to
1232 create. search for TODO and lend a hand! :)
1233
1234 2009-01-26 Alex Schumann <rubin@afternet.org>
1235
1236 * src/plugins/annoy/plugin.py: new version of test plugin
1237
1238 2009-01-25 Alex Schumann <rubin@afternet.org>
1239
1240 * Makefile.am: forgot to copy modpython.py where it goes.
1241
1242 2009-01-24 Alex Schumann <rubin@afternet.org>
1243
1244 * src/mod-python.c: added plugin hook to log to x3 logs, and worked
1245 out the basics of callback registration.
1246
1247 * src/modpython.py: x3 logging hook and new callback registration
1248
1249 * Makefile.am: install modpython.py and plugins/ during make install
1250
1251 * install-r.sh: shell script to do recursive copy with exclusions
1252
1253 2009-01-23 Alex Schumann <rubin@afternet.org>
1254
1255 * src/mod-python.c: refactor to use class-based hook manager. Seems to
1256 run now. Also added better comments.
1257
1258 * src/modpython.py: refactored into classes. Seems to run now. Cleaned
1259 up a bit.
1260
1261 2008-01-12 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1262
1263 * src/opserv.c: Fix for SF bug #2491886. Added OSMSG_USER_ALREADY_THERE.
1264
1265 2009-01-04 Alex Schumann <rubin@afternet.org>
1266
1267 * src/nickserv.c: fix access change bug when using ldap but not
1268 ldap_oper_group_dn.
1269
1270 2009-01-01 Matthew Beeching <jobe@mdbnet.co.uk>
1271
1272 * languages/README.txt: Changed validate_lang.pl to validate.pl
1273
1274 * languages/validate.pl: Set executable
1275
1276 * languages/lang_export.sh: Set executable
1277
1278 2008-12-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1279
1280 * src/chanserv.c: SF feature 1476390. Added nodelete option to
1281 MERGE.
1282
1283 * src/chanserv.help: SF feature 1476390. Added nodelete option
1284 to MERGE.
1285
1286 2008-12-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1287
1288 * src/chanserv.c: SF feature 2353198. Patch from CaptKirk. Added
1289 the channel flag to the register command. Also removed the
1290 helping flag.
1291
1292 2008-12-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1293
1294 * src/hash.c: SF feature 2353183. Made X3 aware of +a.
1295
1296 * src/hash.h: SF feature 2353183. Made X3 aware of +a.
1297
1298 2008-12-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1299
1300 * src/global.c: Added RCHANNELS which will send notices to all
1301 registered channels. Also changed CHANNELS to notice all channels
1302 instead of registered ones only.
1303
1304 * src/global.h: Added RCHANNELS.
1305
1306 * src/global.help: Added RCHANNELS target.
1307
1308 2008-12-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1309
1310 * src/global.c: Added AUTHED target.
1311
1312 * src/global.h: Added AUTHED target.
1313
1314 2008-12-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1315
1316 * src/opserv.c: Store when alerts were last triggered.
1317
1318 2008-12-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1319
1320 * x3.conf.example: Added valid_channel_regex.
1321
1322 * src/chanserv.c: Added valid_channel_regex.
1323
1324 2008-12-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1325
1326 * src/chanserv.c: Warning fixes.
1327
1328 * src/proto-p10.c: Warning fixes.
1329
1330 2008-12-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1331
1332 * configure: Regenerated.
1333
1334 * configure.in: Added math.h check.
1335
1336 * rx/Makefile.in: Regenerated.
1337
1338 * src/chanserv.c: Warning fixes.
1339
1340 * src/config.h.in: Regenerated.
1341
1342 * src/Makefile.in: Regenerated.
1343
1344 * src/math.c: Warning fixes.
1345
1346 * src/nickserv.c: Warning fixes.
1347
1348 * src/opserv.c: Warning fixes.
1349
1350 * src/proto-p10.c: Warning fixes.
1351
1352 2008-12-24 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1353
1354 * src/chanserv.c: Fix for SF bug #2423717. Invalid automode choices
1355 with a string will now show the invalid string rather than 0.
1356
1357 2008-12-24 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1358
1359 * src/nickserv.c: Fix for SF bug #2420339. Password change emails
1360 will not have the first time part in the email. Email change emails
1361 will have them though.
1362
1363 2008-12-24 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1364
1365 * src/chanserv.c: Fix for SF bug #2353222 (+l not being removed
1366 when dynlimit disabled.
1367
1368 2008-12-24 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1369
1370 * src/proto-p10.c: Fix for SF bug #2401693 (gsync not working properly).
1371
1372 2008-11-30 Matthew Beeching <jobe@mdbnet.co.uk>
1373
1374 * src/spamserv.c: Fix crash bug in ADDTRUST/DELTRUST
1375
1376 2008-11-25 Alex Schumann <rubin@afternet.org>
1377
1378 * src/mod-python.c: call run function instead of using
1379 pyrun_simplestring. Set global info for simple reply() to have what it
1380 needs to run.
1381
1382 * src/modpython.py: new name as - interferes with module loading.
1383 added reply() function
1384
1385 2008-11-22 Alex Schumann <rubin@afternet.org>
1386
1387 * src/mod-python.c: Added ability to query info about nick or channel
1388 name
1389
1390 2008-11-16 Alex Schumann <rubin@afternet.org>
1391
1392 * src/mod-python.c: filled in some missing pieces.
1393
1394 * src/mod-python.py: more demo code for testing
1395
1396 2008-11-16 Matthew Beeching <jobe@mdbnet.co.uk>
1397
1398 * src/chanserv.help: Minor mistake in help for 'SET MAXSETINFO'
1399
1400 2008-11-16 Alex Schumann <rubin@afternet.org>
1401
1402 * src/mod-python.c: further work on building basic bits of this
1403
1404 * src/mod-python.py: first pass at what will be the base python script.
1405
1406 2008-11-13 Alex Schumann <rubin@afternet.org>
1407
1408 * src/modcmd.c: remove python tests (moved to mod-python.c)
1409
1410 * src/mod-python.c: initial template based on memoserv
1411
1412 2008-11-12 Matthew Beeching <jobe@mdbnet.co.uk>
1413
1414 * tools/db.php: Added sample DB parser script
1415
1416 2008-11-06 Alex Schumann <rubin@afternet.org>
1417
1418 * src/modcmd.c,Makefile.in,src/Makefile.in,configure.in,src/config.h.in:
1419 Begin work on embedding python.
1420
1421 2008-11-06 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1422
1423 * src/proto-p10.c: Fixes for SGLINE and SSHUN. As well as a fix for
1424 bug 2173687 (PRIVS part of it is already fixed on trunk).
1425
1426 2008-10-24 Matthew Beeching <jobe@mdbnet.co.uk>
1427
1428 * src/chanserv.help: Minor spelling mistake "change" instead of
1429 "change"
1430
1431 2008-10-10 Matthew Beeching <jobe@mdbnet.co.uk>
1432
1433 * src/opserv.c: Fix for crash on OpServ SVSPART where the
1434 channel specified does not exist.
1435
1436 2008-09-30 Matthew Beeching <jobe@mdbnet.co.uk>
1437
1438 * src/nickserv.c: Prevent automatic registration of dissallowed
1439 nicks when registering an account
1440
1441 2008-09-27 Matthew Beeching <jobe@mdbnet.co.uk>
1442
1443 * src/chanserv.c: Fix for <trigger>shoot telling you to use
1444 .roulette instead of <trigger>roulette
1445
1446 2008-09-15 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1447
1448 * src/proto-p10.c: SGLINE and SSHUN support some stuff coming
1449 soon in Nefarious.
1450
1451 2008-09-07 Matthew Beeching <jobe@mdbnet.co.uk>
1452
1453 * src/chanserv.c: Changed PEON to PAL
1454
1455 * src/chanserv.help: Changed PEON to PAL
1456
1457 * src/modcmd.c: Changed PEON to PAL
1458
1459 * docs/access-levels.txt: Changed PEON to PAL
1460
1461 * languages/de/chanserv.help: Changed PEON to PAL
1462
1463 * languages/en_GB/chanserv.help: Changed PEON to PAL
1464
1465 2008-09-06 Matthew Beeching <jobe@mdbnet.co.uk>
1466
1467 * src/proto-p10.c: Added new PRIV_*'s to privtab
1468
1469 * src/mod-snoop.c: Added support for channel mode +h
1470
1471 * src/hash.h: #define's for missing PRIV_*'s
1472
1473 2008-09-02 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1474
1475 * src/chanserv.c: Fixed an issue with OPCHAN and channels using off
1476 channel.
1477
1478 2008-08-19 Alex Schumann <rubin@afternet.org>
1479
1480 * src/chanserv.c: fix a bug in the default wheel spin settings if they
1481 were not in the config file, x3 would core.
1482
1483 2008-07-21 Neil SPierling <sirvulcan@sirvulcan.co.nz>
1484
1485 * src/chanserv.c: Turn the kick ban all chans spin action into a
1486 timed ban (5 minutes). Also seperated the setting of the ban from
1487 the stripping of ohv. If Nefarious has halfops disabled then trying
1488 to strip the modes and set the ban results in the numeric being set
1489 as the ban. This will need to be fixed in nefarious.
1490
1491 2008-07-20 Alex Schumann <rubin@afternet.org>
1492
1493 * src/chanserv.c: remove spin debugging code. Fix gline/kill glitch.
1494
1495 * src/config.h: bump trunk to 1.7
1496
1497 2008-07-19 Alex Schumann <rubin@afternet.org>
1498
1499 * src/proto-p10.c: dont print warning on uping to a jupe. added
1500 irc_svsquit() function
1501
1502 * src/chanserv.c: rework wheel-of-misfortune a bit, allow individual
1503 spins to be enabled in x3.conf and make it easy to add new ones or
1504 change likelyhoods.
1505
1506 * src/proto.h: added irc_svsquit() prototype
1507
1508 * src/x3.conf.example: wheel action example configs
1509
1510 2008-07-18 Alex Schumann <rubin@afternet.org>
1511
1512 * src/proto-p10.c: set lastmod time to current time when sending
1513 glines, otherwise ircd wont burst them later.
1514
1515 * src/modcmd.c: break credits out to its own command, and add svn
1516 version string to ctcp version reply.
1517
1518 2008-07-02 Matthew Beeching <jobe@mdbnet.co.uk>
1519
1520 * src/proto-p10.c: Added missing PRIV_*'s to privtab
1521
1522 * src/hash.h: #define's for missing PRIV_*'s
1523
1524 2008-06-23 Alex Schumann <rubin@afternet.org>
1525
1526 * src/chanserv.c: Fix a bug where if spin abuse creates a clone, but an oper kills the
1527 clone before its auto-removed, x3 crashes. Thanks tyler and jigsy.
1528
1529 2008-06-23 Alex Schumann <rubin@afternet.org>
1530
1531 * src/nickserv.c: make opserv access level required to be in oper ldap
1532 group configurable.
1533
1534 * src/nickserv.h: make opserv access level required to be in oper ldap
1535 group configurable.
1536
1537 2008-06-12 Alex Schumann <rubin@afternet.org>
1538
1539 * src/nickserv.c: fix login-on-connect logic problem when ldap libs
1540 are present but ldap is not in use.
1541
1542 2008-04-22 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1543
1544 * src/chanserv.c: Fixed a small bug with SVSNickChange.
1545
1546 * src/hash.h: Added buttaknife's patch which allows modes to be
1547 searched for using opserv trace. Also Fixed a small bug with
1548 SVSNickChange.
1549
1550 * src/hash.c: Fixed a small bug with SVSNickChange.
1551
1552 * src/opserv.c: Added buttaknife's patch which allows modes to
1553 be searched for using opserv trace.
1554
1555 * src/proto-p10.c: Added buttaknife's patch which allows modes
1556 to be searched for using opserv trace.
1557
1558 2008-04-10 Alex Schumann <rubin@afternet.org>
1559
1560 * src/nickserv.c: Fix wrong param count check in oset password
1561
1562 2008-04-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1563
1564 * src/chanserv.c: Fixed a bug with x3 not handling kills properly.
1565
1566 * src/opserv.c: Fixed a bug with x3 not handling kills properly.
1567
1568 2008-04-02 Alex Schumann <rubin@afternet.org>
1569
1570 * src/proto-p10.c: Provisional code for LOC account hostmask validation
1571
1572 * src/nickserv.c: Provisional code for LOC account hostmask validation
1573
1574 2008-04-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1575
1576 * configure: Regenerated.
1577
1578 * configure.in: Bumped up trunk version for X3.
1579
1580 2008-03-29 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1581
1582 * src/proto-p10.c: Ignore SNO messages.
1583
1584 2008-03-28 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1585
1586 * configure: Regenerated.
1587
1588 * configure.in: Fixed up a typo spotted by Sakkath.
1589
1590 * x3.conf.example: Fixed up a typo spotted by Sakkath.
1591
1592 2008-03-28 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1593
1594 * src/chanserv.c: If Nefarious 1.2.0 is in use then use SVSQUIT to
1595 fake a connection reset by peer quit if spin 1 comes up.
1596
1597 2008-03-28 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1598
1599 * src/chanserv.c: Only allow logged in people to use spin.
1600
1601 2008-03-28 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1602
1603 * src/chanserv.c: Added lamepart function so that spin can be used
1604 on Nefarious 1.1.
1605
1606 2008-03-28 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1607
1608 * src/chanserv.c: Added the wheel of misfortune. This will only
1609 work with Nefarious 1.2.0. You can upgrade X3 now even if you are
1610 running 1.1. Also fixed up some roulette/shoot bugs.
1611
1612 * src/hash.h: Function to change nicknames in X3 when using SVSNICK.
1613
1614 * src/hash.c: Function to change nicknames in X3 when using SVSNICK.
1615
1616 2008-03-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1617
1618 * src/chanserv.c: Added roulette command.
1619
1620 * src/chanserv.h: Added roulette command.
1621
1622 * src/mod-memoserv.c: Added email sending functionality when
1623 new memos are sent.
1624
1625 2008-03-24 Alex Schumann <rubin@afternet.org>
1626
1627 * src/nickserv.c: fix 1 param auth for ldap libs available but not
1628 enabled, case. Thanks jobe.
1629
1630 2008-03-11 Alex Schumann <rubin@afternet.org>
1631
1632 * src/opserv.c: Add svsnick command
1633
1634 * src/opserv.help: add help for svsnick and improve menu a bit
1635
1636 * src/nickserv.c: re-enable 1 param auth if not using ldap.
1637
1638 2008-03-02 Alex Schumann <rubin@afternet.org>
1639
1640 * src/spamserv.c: Possible fix for sf bug 1905760 (spamserv
1641 kill/reconnect segfault)
1642
1643 2007-07-31 Alex Schumann <rubin@afternet.org>
1644
1645 * src/proto-p10.c: ignore ALIST messages
1646
1647 2007-05-08 Alex Schumann <rubin@afternet.org>
1648
1649 * src/nickserv.c: fix authentication bug with ldap by temporarily
1650 removing account-less authentication.
1651
1652 * src/nickserv.help: fix help file to reflect change
1653
1654 2007-05-08 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1655
1656 * src/mod-webtv.c: Allow opers to override required_mark. Also added
1657 SJOIN (undocumented) so opers can join IRC into channels where its
1658 needed as WebTV can only message clients in channels they are in.
1659
1660 2007-06-08 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1661
1662 * src/mod-webtv.c: Added JOIN and PART.
1663
1664 * src/mod-webtv.help: Added JOIN and PART.
1665
1666 2007-05-08 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1667
1668 * src/mod-webtv.c: Added NICK and WHOIS commands. As well as 2 x3.conf
1669 config options, required_mark and valid_marks.
1670
1671 * src/mod-webtv.help: Added INDEX, NICK, and WHOIS.
1672
1673 2007-05-08 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1674
1675 * configure: Run autogen.sh.
1676
1677 * configure.in: Tweaks for google core dumper 1.1.
1678
1679 * x3.conf.example: Basic webtv module section.
1680
1681 * src/config.h.in: Run autogen.sh.
1682
1683 * src/Makefile.am: Run autogen.sh.
1684
1685 * src/Makefile.in: Run autogen.sh.
1686
1687 * src/mod-webtv.c: Basic module for now. (Does nothing so dont
1688 bother compiling in).
1689
1690 * src/mod-webtv.help: Empty help file for webtv module.
1691
1692 * tools/core_install.sh: Update google core dumper to 1.1.
1693
1694 * tools/coredumper.tar.gz: Update google core dumper to 1.1.
1695
1696 2007-05-06 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1697
1698 * src/proto-p10.c: Quick fix (as its 12:11am and i have work at 8:30am).
1699 This will stop the "Unable to find user irc.servername.com whose mark
1700 is changing." messages. When a user reconnects and an existing exempt
1701 is on the network for the user, their lastseen time is sent out to
1702 all the servers. This quick fix moves the user checking part to
1703 the relevant part of the function that actually uses users.
1704
1705 2007-05-04 Alex Schumann <rubin@afternet.org>
1706
1707 * src/chanserv.c: fixed problem with giveownership logs where the
1708 previous owners handle could reference a free'd string.
1709
1710 2007-04-24 Alex Schumann <rubin@afternet.org>
1711
1712 * src/nickserv.c: add missing ifdef for inldap search.
1713
1714 2007-04-22 Alex Schumann <rubin@afternet.org>
1715
1716 * src/nickserv.c: change authserv search accountmask to just account.
1717 added inldap search criteria. added add2ldap search target.
1718
1719 * src/nickserv.help: added help for ldap searching. + only add2ldap if
1720 all the info is there.
1721
1722 * src/x3ldap.c: clean up of some error messages/handling. + add a byte
1723 to password malloc to maybe solve a core problem? + fix an error
1724 checking option.
1725
1726 2007-04-21 Alex Schumann <rubin@afternet.org>
1727 * src/nickserv.c: remove some un-needed errors with duplicate
1728 add/deletes in ldap
1729
1730 2007-04-21 Alex Schumann <rubin@afternet.org>
1731
1732 * src/nickserv.c: fix bug with register_user from loc causing core
1733
1734 2007-04-20 Alex Schumann <rubin@afternet.org>
1735
1736 * src/x3ldap.c: support for ldaps (ssl/tls) was added. ldap_host and
1737 ldap_port changed to ldap_uri.
1738
1739 * src/nickserv.c: fixed LOC bugs with accounts that exist in ldap but
1740 not x3 not being created. changed to ldap_uri config instead of
1741 host/port
1742
1743 * src/nickserv.h: changed to ldap_uri
1744
1745 * x3.conf.example: changed to ldap_uri
1746
1747 2007-04-09 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1748
1749 * README: testing.
1750
1751 2007-04-09 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1752
1753 * INSTALL: Another test.
1754
1755 2007-04-08 Alex Schumann <rubin@afternet.org>
1756
1757 * src/chanserv.c: fix for a core when adding kill alert for numchans 1
1758
1759 2007-04-06 Alex Schumann <rubin@afternet.org>
1760
1761 * src/chanserv.help: added Jigsy's mode help MODE CHANNEL and MODE
1762 USER
1763
1764 2007-04-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1765
1766 * ChangeLog: Email update.
1767
1768 2007-04-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1769
1770 * src/AUTHORS: Email update, mostly for CIA commit testing.
1771
1772 2007-04-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1773
1774 * src/helpfile.c: Added colour support $k.
1775
1776 2007-03-20 Alex Schumann <rubin@afternet.org>
1777
1778 * src/nickserv.c: ButtaS2sLore sent in this patch to fix the default
1779 style when registering new users.
1780
1781 2007-03-20 Alex Schumann <rubin@afternet.org>
1782
1783 * src/nickserv.c: applied patch from playa which fixes the nickname
1784 valid checks when registering a nick.
1785
1786 2007-03-20 Alex Schumann <rubin@afternet.org>
1787
1788 * src/nickserv.c: fix trying to do ldap when not enabled during
1789 cmd_register + also with cmd_unregister
1790
1791 2007-03-20 Alex Schumann <rubin@afternet.org>
1792
1793 * src/opserv.c: fix for stats alerts filtering
1794
1795 * src/chanserv.c: dont kick lamers if they are currently exempt (+e)
1796
1797 * src/x3ldap.c: fix ldap error code to string
1798
1799 * src/nickserv.c: (comment to add LOC logging)
1800
1801 2007-02-26 Alex Schumann <rubin@afternet.org>
1802
1803 * src/nickserv.c: fix bug with LOC logic and ldap.
1804
1805 2007-02-13 Alex Schumann <rubin@afternet.org>
1806
1807 * src/nickserv.c: Fix bugs with ldap cookies. Fix opt_password
1808 warning/crash potential
1809
1810 2007-02-13 Alex Schumann <rubin@afternet.org>
1811
1812 * src/x3ldap.c: Fix double-hashing of passwords when using ldap and
1813 resetpass cookie system.
1814
1815 * src/nickserv.c: Fix double-hashing of passwords when using ldap and
1816 resetpass cookie system. Fix incorrect terms in ldap email error
1817 message.
1818
1819 2007-02-12 Alex Schumann <rubin@afternet.org>
1820
1821 * src/x3ldap.c: fix ldap_delete not binding first, so causing
1822 access denied sometimes.
1823
1824 2007-02-12 Alex Schumann <rubin@afternet.org>
1825
1826 * x3.conf.example: fix ldap config example so it actually works
1827
1828 2007-02-12 Alex Schumann <rubin@afternet.org>
1829
1830 * src/nickserv.h: lowercase account name setting
1831
1832 * x3.conf.example: lowercase account name setting
1833
1834 * src/nickservc: only lowercase account names if the option is set.
1835
1836 2007-02-12 Alex Schumann <rubin@afternet.org>
1837
1838 * src/tools.c: adding ircd_strtolower() func
1839
1840 * src/common.h: adding ircd_strtolower() func
1841
1842 * src/nickserv.c: force accounts to lowercase at all inputs. ++fix
1843 warning ++fix another
1844
1845 2007-02-11 Alex Schumann <rubin@afternet.org>
1846
1847 * src/nickserv.c: fixed a bunch of ldap result value check bugs
1848
1849 2007-02-11 Alex Schumann <rubin@afternet.org>
1850
1851 * src/opserv.c: Added oper group support to ldap
1852
1853 * src/x3ldap.c: Added group support to ldap. Fixed set email bug
1854
1855 * src/x3ldap.h: Added group support to ldap.
1856
1857 * src/nickserv.c: Added group support to ldap
1858
1859 * src/nickserv.h: Added group support to ldap
1860
1861 2007-02-11 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1862
1863 * tools/ldap/ldap_convert.php: Fixes after more testing.
1864
1865 2007-02-09 Alex Schumann <rubin@afternet.org>
1866
1867 * src/x3ldap.c: addid search function to get users email address from
1868 ldap
1869
1870 * src/x3ldap.h: func defs for search
1871
1872 * src/nicserv.c: update local copy of email address when they log
1873 in via ldap. fix memory leak.
1874
1875 2007-02-08 Alex Schumann <rubin@afternet.org>
1876
1877 * src/x3ldap.c: cleaning up and switching adduser to use the new
1878 crypted password scheme.
1879
1880 * src/nickserv.c: testing with ldap_enabled set to 0, and/or WITH_LDAP
1881 not defined, uncovered some warnings etc.
1882
1883 2007-02-08 Alex Schumann <rubin@afternet.org>
1884
1885 * src/nickserv.c: Filling in ldap support for all password related
1886 operations: cmd_pass, loc_auth, etc.
1887
1888 2007-02-09 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1889
1890 * tools/ldap/ldap_convert.php: Few tweaks.
1891
1892 2007-02-08 Alex Schumann <rubin@afternet.org>
1893
1894 * tools/ldap/inetorganon.schema: Scheme for ldap.
1895
1896 * tools/ldap/ldap_convert.php: Conversion script for converting
1897 x3 users to the ldap server.
1898
1899 2007-02-07 Alex Schumann <rubin@afternet.org>
1900
1901 * configure.in: adding compile/configure support for ssl libs (not
1902 yet needed)
1903
1904 * configure: updated from above.
1905
1906 * src/config.h.in: adding compile/configure support for ssl libs (not
1907 yet needed)
1908
1909 * src/x3ldap.c: ldap crypted password pain. SUpport for object classes
1910 in config file.
1911
1912 * src/x3ldap.h: ldap crypted password pain. Support for object classes
1913 in config file.
1914
1915 * src/nickserv.c: change password in ldap when its changed in
1916 nickserv. Support for object classes in config file.
1917
1918 * src/nickserv.h: support for object classes in conf file
1919
1920 2007-02-07 Alex Schumann <rubin@afternet.org>
1921
1922 * src/x3ldap.c: improve error result feedback
1923
1924 * src/nickserv.c: improve error result feedback (oops, fix for if
1925 ldap_enable is 0)
1926
1927 2007-02-07 Alex Schumann <rubin@afternet.org>
1928
1929 * src/x3ldap.c: ldap_add functionality
1930
1931 * src/x3ldap.h: ldap_add functionality
1932
1933 * src/nickserv.h: ldap_add functionality
1934
1935 * src/nickserv.c: ldap_add functionality
1936
1937 * x3.conf.example: ldap_add functionality
1938
1939 2007-02-06 Alex Schumann <rubin@afternet.org>
1940
1941 * src/x3ldap.c: fix compiling problem when non-ldap. Compile fixups
1942 and sanity checks.
1943
1944 * configure.in: Better ldap library handling **oops ** helps to
1945 actually have -lldap in LIBS...
1946
1947 * configure: regenerated from above ** **
1948
1949 * x3.conf.example: tweaked ldap settings
1950
1951 * src/nickserv.h: remove ldap config settings if not compiled in
1952
1953 * src/nickserv.c: automatiaclly add users who can auth to ldap and get
1954 logins working.
1955
1956 2007-02-06 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1957
1958 * src/x3ldap.c: Added GPL header, also change the printf's to
1959 log_module's as per one of the todo comments.
1960
1961 * src/x3ldap.h: Added GPL header.
1962
1963 2007-02-05 Alex Schumann <rubin@afternet.org>
1964
1965 * src/nickserv.c: fix non-compile without ldap problem
1966
1967 2007-02-05 Alex Schumann <rubin@afternet.org>
1968
1969 * src/x3ldap.c: Beginnings of ldap authentication support
1970
1971 * src/x3ldap.h: Beginnings of ldap authentication support
1972
1973 * src/nickserv.h: Move config struct to .h so ldap.c can see it too
1974
1975 * src/nickserv.c: Beginnings of ldap authentication support
1976
1977 * x3.conf.example: ldap config settings
1978
1979 * src/md5.c: remove old debugging printf() code
1980
1981 * src/configure.in: add --enable-ldap support to configure
1982
1983 * configure: rebuilt from above
1984
1985 * src/Makefile.am: add --enable-ldap support to configure
1986
1987 * src/Makefile.in: rebuilt from above
1988
1989
1990 2007-02-04 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1991
1992 * src/hash.c: Bug fix for bug #1651561.
1993
1994 2007-02-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1995
1996 * src/nickserv.c: Fixed bug #1649326.
1997
1998 2007-01-28 Alex Schumann <rubin@afternet.org>
1999
2000 * src/mod-memoserv.c: if you bind memoserv commands to chanserv's
2001 nick, and someone sends a memo, send them the memo from memoserv, if
2002 there is a memoserv (not chanserv). Also, make the mini-help prompts
2003 more generic, for when they come from another bot besides memoserv.
2004
2005 2007-01-15 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2006
2007 * src/proto-p10.c: RPING support.
2008
2009 2007-01-15 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2010
2011 * src/proto-p10.c: This will hide annoying rping/rping error messages
2012 from the o3 alert channel when denora is linked. Will write proper
2013 functions when i figure out how rping n rpong works.
2014
2015 2007-01-15 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2016
2017 * src/spamserv.c: As kNode points to an entry in killed_users_dict,
2018 we need to free kNode before removing the entry. Fixed a nasty
2019 glibc core.
2020
2021 2007-01-12 Alex Schumann <rubin@afternet.org>
2022
2023 * src/mod-helpserv.c: This module is coded very poorly, with lots of
2024 newby c mistakes with pointers and malloc and whatnot. This fixes some
2025 small part of that so that user commands work again, and to reduce
2026 confusion. It needs a LOT more work to be what I would consider
2027 safe..
2028
2029 2007-01-12 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2030
2031 * src/spamserv.c: Horrible but it will do, i need to rewrite
2032 the flag system.
2033
2034 * src/spamserv.h: Oppsie, probably my fault. Fixed caps and
2035 badreaction being linked up.
2036
2037 * src/proto-p10.c: Fixed handling of incoming SVSPART's.
2038
2039 2007-01-10 Alex Schumann <rubin@afternet.org>
2040
2041 * src/log.c: commented out impossible assertion which makes x3 core on
2042 fatal errors instead of exit cleanly.
2043
2044 2007-01-10 Alex Schumann <rubin@afternet.org>
2045
2046 * src/mod-helpserv.c: fix strncpy problem
2047
2048 2007-01-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2049
2050 * src/chanserv.c: Fixed some bugs in trace_check_bans (Used with
2051 checkrestrictions alerts.
2052
2053 * src/opserv.c: Fixed up how limits are check with checkrestrictions.
2054
2055 2007-01-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2056
2057 * configure: Regenerated.
2058
2059 * configure.in: Added HAVE_HELPSERV.
2060
2061 * x3.conf.example: Seems theres been a hidden prefix option to
2062 allow users to use helpserv commands (ones for users not helpers).
2063
2064 * src/config.h.in: Added HAVE_HELPSERV.
2065
2066 * src/mod-helpserv.c: Made helpserv more useable:
2067
2068 * Added CLOSEREQ for users to close their current request.
2069
2070 * Added SHOWREQ for users to show their current req (equiv of SHOW).
2071
2072 * Added JoinTotal, if ON then when a helper joins the channel they
2073 will be sent a notice of the total UNASSIGNED requests.
2074
2075 * Added AlertNew, if ON then when a user opens a new help request
2076 all helpers will be alerted.
2077
2078 * Added SUSPEND/UNSUSPEND for suspending and unsuspending help
2079 bots.
2080
2081 * Added $i replacer for HelpServ SET's, changes $i to a valid
2082 request id. If no iq exists for another bot uses $i then all
2083 that is displayed is $i.
2084
2085 * Changed the USERCMD function type from void to int so that we
2086 dont get a warning when trying to use REQUIRE_PARMS in a usercmd
2087 function.
2088
2089 * Seeing as helpserv does its help slightly different i added in the
2090 HEADER/DIVIDER/FOOTER help code from modcmd.c, so that the help
2091 output looks the same.
2092
2093 * Addded usercmd_helpserv for to access USERINDEX.
2094
2095 * Allow users to use HELP even without an open request.
2096
2097 * src/mod-helpserv.help: Made the index a bit more like X3, O3 etc.
2098 Also added a USERINDEX. Plus added help for the above things i
2099 added to helpserv
2100
2101 * src/modcmd.c: Adjusted years.
2102
2103 2007-01-03 Alex Schumann <rubin@afternet.org>
2104
2105 * src/opserv.c: fix crash in ctcp version checkin
2106
2107 2007-01-01 Alex Schumann <rubin@afternet.org>
2108
2109 * x3.conf.example: Fixed set_shows which didnt get updated a while
2110 back.
2111
2112 2006-12-26 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2113
2114 * src/spamserv.c: Try this, tho sizeof worked fine for me with
2115 info sizes of 4 and 5 ("blss" and "blsss") i had no crashes.
2116
2117 2006-12-26 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2118
2119 * src/spamserv.c: Added CAPSSCAN for scanning caps, other related
2120 options added, CAPSREACTION, CAPSMIN, and CAPSPERCENT.
2121
2122 * src/spamserv.h: Added caps scanning functionality.
2123
2124 * src/spamserv.help Added caps scanning help
2125
2126 2006-12-26 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2127
2128 * src/spamserv.c: Tweaked the SET output for the EXCEPT levels.
2129
2130 2006-12-26 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2131
2132 * src/spamserv.c: Removed scan voiced/halfops/ops SET options.
2133 Added 4 new except levels, EXCEPTADVLEVEL, EXCEPTBADWORDLEVEL,
2134 EXCEPTFLOODLEVEL, and EXCEPTSPAMLEVEL. Users equal or above to
2135 the specified levels will be exempt. All levels default to
2136 UL_OP (200) at first.
2137
2138 * src/spamserv.h: Added new except variables.
2139
2140 * src/spamserv.help: Added new sections for the new except SET
2141 options, plus removed the level lines for now.
2142
2143 2006-12-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2144
2145 * Merry Christmas! :)
2146
2147 * src/spamserv.c: Meh cant sleep damn people outside. Fixed a bug
2148 with setting exceptlevel.
2149
2150 2006-12-24 Alex Schumann <rubin@afternet.org>
2151
2152 * src/chanserv.c: fixed incorrect message when .dellamer is used on a
2153 nickname.
2154
2155 2006-12-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2156
2157 * Merry Christmas! :)
2158
2159 * This completes RFE 1577823.
2160
2161 * src/spamserv.c: Added EXCEPTLEVEL, this replaces the code that
2162 excepts all people who are opped etc. Only people above this level
2163 will be immune now. Defaults to 300 for channels without the option
2164
2165 * src/spamserv.h: Added exceptlevel.
2166
2167 * src/spamserv.help: Added EXCEPTLEVEL.
2168
2169 2006-12-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2170
2171 * Merry Christmas! :)
2172
2173 * src/spamserv.c: Added trusted accounts support (RFE 1577823).
2174
2175 * src/spamserv.help: ADDTRUST, DELTRUST, OADDTRUST, ODELTRUST,
2176 and LISTTRUST added.
2177
2178 2006-12-20 Alex Schumann <rubin@afternet.org>
2179
2180 * src/Makefile.in: undo temp fix
2181
2182 * src/opserv.c: perm fix to HAVE_TRACK define problems
2183
2184 * src/configure.in: perm fix to HAVE_TRACK define problems
2185
2186 * src/config.h.in: perm fix to HAVE_TRACK define problems
2187
2188 2006-12-21 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2189
2190 * src/Makefile.in: Temp fix.
2191
2192 2006-12-20 Alex Schumann <rubin@afternet.org>
2193
2194 * src/proto-p10.c: added full mark support including as a trace
2195 criteria.
2196
2197 * src/opserv.c: added full mark support including as a trace
2198 criteria.
2199
2200 * src/hash.h: added full mark support including as a trace
2201 criteria.
2202
2203 * src/opserv.help: documented the 'marked' criteria in trace.
2204
2205 2006-12-20 Alex Schumann <rubin@afternet.org>
2206
2207 * src/chanserv.c: fixing a bug with unmatching userlevels and the del*
2208 commands. (such as delpeon of a user with non-standard peon level)
2209
2210 * src/spamserv.c: fixing memory corruption problems with dicts. Fixed
2211 crash with service rename, and probably many other problems.
2212
2213 * src/mod-track.c: fixing memory problems, and the broken set command.
2214 Track may be stable now, needs large scale testing.
2215
2216 2006-12-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2217
2218 * src/chanserv.help: Opps that will teach me for cut n pasting.
2219 Adjusted duration line for CLVL help. Users are not removed after
2220 the duration they are reverted back to their previous access
2221 level.
2222
2223 2006-12-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2224
2225 * src/chanserv.c: check the ircd side ban list too
2226
2227 * src/opserv.c: Fixed a small bug, woops.
2228
2229 2006-12-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2230
2231 * src/chanserv.c: Added trace_check_bans, cut down version of
2232 check_bans for checkrestrictions
2233
2234 * src/chanserv.h: Declare trace_check_bans.
2235
2236 * src/opserv.c: Added addalert/trace option checkrestrictions. When
2237 using SVSJOIN as an action this option will check the ban lists, invite
2238 keys and limits of the target channel and if any match or exist (invite
2239 etc) then the SVSJOIN wont go through
2240
2241 * src/opserv.help: Added information about checkrestrictions.
2242
2243 2006-12-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2244
2245 * src/chanserv.c: Timed CLVL's. This just works like my last commit.
2246
2247 * src/chanserv.h: tweaked expiry to accessexpiry and added clvlexpiry
2248 and lastlevel.
2249
2250 * src/chanserv.help: Added information about timed clvls.
2251
2252 2006-12-18 Alex Schumann <rubin@afternet.org>
2253
2254 * src/mod-memoserv.c: add a 'privmsg' flag for being notified via pm
2255 instead of notice, when you get new memos. Fixed a buffer overrun with
2256 memo ids.
2257
2258 * src/mod-memoserv.help: fix-up help for settings.
2259
2260 2006-12-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2261
2262 * src/chanserv.c: New feature, channel managers can now add people
2263 with a duration. After the duration expires the person will be
2264 automatically removed and deoped.
2265
2266 * src/chanserv.h: Added expiry.
2267
2268 * src/chanserv.help: Added information about timed accesses.
2269
2270 * src/modcmd.c: Tweaked addop, addhop etc so a duration can be
2271 specified.
2272
2273 2006-12-18 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2274
2275 * src/proto-p10.c: Reverted one of my line changes.
2276
2277 2006-12-17 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2278
2279 * src/opserv.c: Fixed up a couple of $b errors.
2280
2281 2006-12-17 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2282
2283 * src/chanserv.c: Woops forgot to init the channel mode change.
2284
2285 * src/chanserv.h: Tweak to check_bans.
2286
2287 * src/proto-p10.c: Add some sanity checks plus moved the +x to
2288 after the CMD_FAKEHOST otherwise if the person auths then gets
2289 marked they will cause 2 Registered quits on the IRCd. Only one
2290 will happen now.
2291
2292 2006-12-17 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2293
2294 * src/chanserv.c: Added function check_bans to check bans in a
2295 specific channel when needed (see below).
2296
2297 * src/chanserv.h: check_bans deceleration.
2298
2299 * src/proto-p10.c: First of all we dont need a handle_info when
2300 checking for IsHiddenHost, the IRCd takes care of this. Made it
2301 so we copy the fakehost into user->fakehost so X3 can check
2302 IsFakeHost properly. Lastly after we set a fakehost in irc_mark
2303 we need to recheck the users bans just in case a person has
2304 lamer'ed the marked hostname.
2305
2306 2006-12-12 Alex Schumann <rubin@afternet.org>
2307
2308 * configure.in: making google core lib optional
2309
2310 * configure: regenerated
2311
2312 * src/proto-p10.c: added support for sending nefarious marks
2313
2314 * src/proto.h: prototype for irc_mark
2315
2316 * src/opserv.help: documented new mark support. Also documented the
2317 svsjoin and svspart commands as they were missing.
2318
2319 * src/hash.h: added MARKLEN define
2320
2321 * src/opserv.c: added mark command as well as mark support in trace
2322 and addalert.
2323
2324 2006-12-12 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2325
2326 * configure: Regenerated.
2327
2328 * configure.in: Add support for google core dumper. Plus updated
2329 tre to 0.7.5.
2330
2331 * Makefile.in: Regenerated.
2332
2333 * rx/Makefile.in: Regenerated.
2334
2335 * src/config.h.in: Regenerated.
2336
2337 * src/Makefile.in: Regenerated.
2338
2339 * tools/core_install.sh: Just like tre_install.sh. This installs
2340 the core dumper.
2341
2342 * tools/coredumper.tar.gz: Google core dumper 0.2.
2343 http://sourceforge.net/projects/goog-coredumper/
2344
2345 * tools/tre_install.sh: Updated version to 0.7.5
2346
2347 * tools/tre.tar.gz: Updated tre to 0.7.5.
2348
2349 2006-12-10 Alex Schumann <rubin@afternet.org>
2350
2351 * src/opserv.c: fix debug message left at wrong level ("checking
2352 reroute()")
2353
2354 2006-12-09 Alex Schumann <rubin@afternet.org>
2355
2356 * src/opserv.c: bugfixes to autorouting timer code
2357 improved stats routing to clean up & take an argument
2358
2359 * src/opserv.h: bugfixes to autorouting timer code
2360
2361 * src/opserv.help: document new stats routing syntax
2362
2363 * src/timeq.c: added some usefull (commented out) debugging code for
2364 figuring out timer problems.
2365
2366 * src/timerq.h: added some usefull (commented out) debugging code for
2367 figuring out timer problems.
2368
2369 * src/proto-p10.c: cleanup/improve eob autorouting init
2370
2371 2006-12-08 Alex Schumann <rubin@afternet.org>
2372
2373 * src/opserv.c: Moving some version reply housekeeping to proto-p10.c
2374
2375 * src/proto-p10.c: moving version reply storage here, adding webTV
2376 no_notice support (automatiaclly dont send notices if version reply
2377 says its a webtv user since they cant SEE notices. (other clients to
2378 add?)) note, this needs a version query alert to get the version from
2379 them.
2380
2381 * src/helpfile.c: honor the no_notices user bit
2382
2383 * src/hash.h: add no_notices user bit
2384
2385 2006-12-07 Alex Schumann <rubin@afternet.org>
2386
2387 * src/opserv.c: Add filter ability to stats alerts + fixup
2388
2389 * src/opserv.help: document filter feature of stats alerts + fixup
2390
2391 2006-12-02 Alex Schumann <rubin@afternet.org>
2392
2393 * src/chanserv.c: fix to levels command (- were missing)
2394
2395 * src/tools.c: fix warning
2396
2397 * src/common.h: fix warning
2398
2399 * src/chanserv.help: update online help url, changed help general to
2400 use new $! command char replacement code.
2401
2402 * src/hash.c: fix warning when geoip is off
2403
2404 * src/helpfile.c: add new '$!' code for chanserv's current trigger
2405 char in help files
2406
2407 2006-12-01 Alex Schumann <rubin@afternet.org>
2408
2409 * src/chanserv.c: Raisk pointed out that mdelop and friends dont work
2410 on users of non-standard access level such as 201. Fixed this by
2411 changing mdelop and friends to work on the range of access levels.
2412 Added a LEVELS command.
2413
2414 * src/chanserv.h: corrected PEON access defines such that 1-150 is
2415 peon instead of 100-150 with 1-99 being undefined.
2416
2417 * src/chanserv.help: help for new LEVELS command
2418
2419 * src/helpfile.c: Improved table functions so that it automatically
2420 right-justifies numerical columns.
2421
2422 * src/tools.c: Added helper functions str_is_number and msnprintf (an
2423 auto-mallocing printf function)
2424
2425 * src/common.h: defines and defines for msnprintf and str_is_number
2426
2427
2428 2006-11-30 Alex Schumann <rubin@afternet.org>
2429
2430 * src/chanserv.c: Modified .myaccess such that if you give it your own
2431 account when you are not a helper, it still works. (Requested by
2432 Jigsy)
2433
2434 * src/nickserv.help: Corrected the help file to feed oregister based
2435 on email_required instead of email_enabled
2436
2437 * src/nickserv.c: Fix & close sf bug 1584057 (hidden_host with no dots
2438 causes crash in set if no title) thanks xanjunior
2439
2440 2006-10-18 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2441
2442 * src/opserv.c: Minor cosmetic error noticed by Raisk. If doing an
2443 opserv WHOIS from another service (when bound), the channels reply
2444 would come from o3 instead of that service.
2445
2446 2006-10-18 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2447
2448 * src/opserv.c: Added in SVSPART alert/traces.
2449
2450 * src/opserv.help: Added in bits for SVSJOIN, SVSPART, and VERSION.
2451
2452 * src/proto.h: Added in decleration for svspart.
2453
2454 * src/proto-p10.c: Extend current SVSPART functionality so that we
2455 can send them with traces etc.
2456
2457 2006-10-14 Alex Schumann <rubin@afternet.org>
2458
2459 * src/opserv.c: fix crash Buttaknife noticed if you forget chantarget
2460 in svsjoin alerts. Cleanup old silent code fragments left over. Check
2461 for missing chantarget in alerts also.
2462
2463 2006-10-12 Alex Schumann <rubin@afternet.org>
2464
2465 * src/opserv.c: Added VERSION alert/trace reaction, so you can now
2466 setup x3 to version only users matching a criteria, and then another
2467 alert to do someting based on the version reply. This should be
2468 usefull for finding bots etc. Or, for example, you can make all xchat
2469 people join #xchat, or all mirc join #mirc etc.
2470 Also, there is a fix in here for SVSJOIN which i hadn't gotten
2471 everything working with.
2472
2473 * src/proto-p10.c: added privmsg_user and version_user functions
2474
2475 * src/proto.h: added privmsg_user and version_user function
2476 declerations
2477
2478 * src/hash.h: added version_reply variable to users
2479
2480
2481
2482 2006-10-12 Alex Schumann <rubin@afternet.org>
2483
2484 * src/opserv.c: Added SVSJOIN command, to push a user into a channel,
2485 and a TRACE REACTION of SVSJOIN for trace and alerts. Now you can do
2486 something like 'trace SVSJOIN chantarget #dronebots nick bot[*'
2487 or send all level3 users to a perticular channel on connection, etc.
2488
2489 2006-10-12 Alex Schumann <rubin@afternet.org>
2490
2491 * src/chanserv.c: Make lamers not affect users on the userlist above
2492 inviteme level in the channel. (why kb users who can .uba and
2493 .inviteme back in?)
2494
2495 2006-10-10 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2496
2497 * src/spamserv.c: Ignore those with access (if the options are
2498 disabled- scanchanops, scanhalfops, scanvoiced.
2499
2500 2006-10-08 Alex Schumann <rubin@afternet.org>
2501
2502 * src/chanserv.c: undid 9/16/06 change of 5 second delay before
2503 autojoin. Not really a great solution. Instead, move auth_handler
2504 funcs to be called after stamping etc. thx to Buttaknife for this
2505 solution.
2506
2507 * src/nickserv.c: move auth_func calls to after stamping, and
2508 commented up the cmd_auth source to make it more managable.
2509
2510 2006-10-04 Alex Schumann <rubin@afternet.org>
2511
2512 * src/chanserv.c: remove redundant 'none' from empty llists
2513
2514 2006-10-04 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2515
2516 * src/nickserv.c: Fix for bug 1555621. Cookie data will be copied
2517 over with odelcookie now.
2518
2519 2006-10-04 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2520
2521 * src/chanserv.c: Fix for bug 1551717. If automode is set to 0
2522 in a channel and a user auths in the channel, the user will not
2523 receive autoop etc if they have it enabled in uset.
2524
2525 2006-10-03 Alex Schumann <rubin@afternet.org>
2526
2527 * src/opserv.c: Check for connect timer entries before adding new
2528 ones, hopefully will fix bug 1570408 (pLaYa, let us know)
2529
2530 2006-09-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2531
2532 * src/modcmd.c: Shortened ThiefMaster to just his nick as per request
2533 by him.
2534
2535 2006-09-16 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2536
2537 * src/chanserv.c: Do autojoin 5 seconds after handle_auth. Seems its
2538 happening before autohide. Let me know if its still happening before
2539 autohide.
2540
2541 * src/chanserv.help: Updated the AUTOJOIN bit.
2542
2543 2006-09-13 Alex Schumann <rubin@afternet.org>
2544
2545 * src/chanserv.help: improved the help listing for the info command,
2546 and information help category.
2547
2548 2006-09-10 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2549
2550 * src/mod-memoserv.c: Fixed crash bug.
2551
2552 * src/spamserv.c: Ignore opers.
2553
2554 2006-08-28 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2555
2556 * README: tweaks.
2557
2558 2006-08-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2559
2560 * src/chanserv.help: Tweaked a , to .
2561
2562 2006-08-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2563
2564 * src/opserv.help: Removed privs menu so we can release a tarball.
2565
2566 2006-08-25 Alex Schumann <rubin@afternet.org>
2567
2568 * src/chanserv.c: fix uset reply for halfops
2569
2570 * src/nickserv.help: document the 'b' account flag
2571
2572 2006-08-26 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2573
2574 * x3.conf.example: Added hidden host style option and key options
2575 for style 2.
2576
2577 * src/hosthiding.h: Remove KEY #defines.
2578
2579 * src/hosthiding.c: Set the keys only once using the conf values.
2580
2581 * src/nickserv.c: Generate hidden hosts off crypt hosts instead
2582 of standard hidden hosts if style is 2.
2583
2584 * src/proto-common.c: Generate hidden hosts off crypt hosts instead
2585 of standard hidden hosts if style is 2.
2586
2587 * src/proto-p10.c: Set crypt host to the crypt IP if there is no
2588 hostname (unresolved). This is how Nefarious works.
2589
2590 * src/tools.c: Generate hidden hosts off crypt hosts instead
2591 of standard hidden hosts if style is 2.
2592
2593 2006-08-24 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2594
2595 * src/chanserv.c: Added autojoin USET option, which uses SVSJOIN.
2596
2597 * src/chanserv.h: Added autojoin USET option, which uses SVSJOIN.
2598
2599 * src/proto.h: irc_svsjoin decelerations.
2600
2601 * src/proto-p10.c: Wrote irc_svsjoin plus added the nessecary bits
2602 for SVSJOIN. Also wrote cmd_svsjoin for if X3 should ever recieve
2603 an SJ it will be handled properly as a JOIN. Did the same for
2604 SVSPART.
2605
2606 2006-08-24 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2607
2608 * src/spamserv.c: Fixed the +k issue with spamserv.
2609
2610 2006-08-24 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2611
2612 * src/opserv.c: Added PRIVSET Command.
2613
2614 * src/opserv.help: Added PRIVSET Command. Plus contents for the
2615 privs section.
2616
2617 * src/proto.h: irc_privs deceleration.
2618
2619 * src/proto-p10.c: Fixed a compile issue plus added functions for
2620 setting and checking privs.
2621
2622 2006-08-23 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2623
2624 * x3.conf.example: Add a new ircd type 6 for trunk nefarious.
2625
2626 * src/hash.h: Priv declerations.
2627
2628 * src/opserv.c: Show privs in WHOIS output.
2629
2630 * src/proto.h: client_report_privs decleration.
2631
2632 * src/proto-p10.c: Handle PRIV only for type 6 servers.
2633
2634 2006-08-19 Alex Schumann <rubin@afternet.org>
2635
2636 * src/authserv.c: document the oset flag +b in help (hide from staff
2637 command.)
2638
2639 2006-08-19 Alex Schumann <rubin@afternet.org>
2640
2641 * src/chanserv.c: added reply command, which responds similar to calc,
2642 but with any message. (for use with bindings)
2643
2644 * src/modcmd.c: enabled the ability to use $a $n and $m in BIND, which
2645 are replaced with the target command's calling user's account, nick,
2646 and numnick respectively. This and the above allows things like:
2647 BIND x3 account x3.reply your account is $a or
2648 BIND x3 kickme x3.kick $n $1-
2649 more to come, maybe, later.
2650
2651 2006-08-01 Alex Schumann <rubin@afternet.org>
2652
2653 * src/modcmd.c: Added OSI certification message to VERSION command
2654
2655 2006-08-09 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2656
2657 * x3.conf.example: Redid part of the geoip summary.
2658
2659 2006-08-09 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2660
2661 * src/opserv.c: If we have a city, latitude and longitude returned
2662 then show a map url. Some results have no city but a latitude and
2663 a longitude. The coordinates are useless in this case and most
2664 people would know where the country is around abouts.
2665
2666 2006-08-08 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2667
2668 * src/hash.c: Speed up city and country lookups significantly.
2669 Just slow for the first read but once thats done the rest is fast.
2670
2671 2006-08-08 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2672
2673 * src/spamserv.c: Fix a crash in spamserv (Tracker# 1535968).
2674 I dont know if this will work for sure as i cant reproduce it. But
2675 my theory is that once the user is kicked the mode node is dropped.
2676 Users without modes should still return a valid mode node.
2677
2678 2006-08-08 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2679
2680 * src/chanserv.c: Fixed a crash with giveownership. X3 would crash
2681 if a giveownership command was issued in a channel with no owners.
2682
2683 2006-08-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2684
2685 * configure: Regenerated.
2686
2687 * configure.in: Added checks for GeoIP headers and libs.
2688
2689 * x3.conf.example: Add in 2 options for the dat filenames of the
2690 city and country files. If not specified then no geoip data
2691 will be checked.
2692
2693 * src/config.h.in: Regenerated.
2694
2695 * src/hash.c: Created a function to check the geoip info from the
2696 dat files.
2697
2698 * src/hash.h: Decelerations plus added entries to the userNode
2699 struct.
2700
2701 * src/opserv.c: Display the GeoIP information in WHOIS.
2702
2703 * src/proto-p10.c: Call the new geoip data collection function
2704 towards the end of AddUser.
2705
2706 2006-08-06 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2707
2708 * src/global.c: Fixed a bug, wasnt message_del'ing some messages.
2709
2710 2006-08-01 Alex Schumann <rubin@afternet.org>
2711
2712 * src/chanserv.c: Add automode 6, to just voice everyone with access.
2713 Idea by daniel (thx)
2714
2715 2006-08-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2716
2717 * This message is apart of the below one, its just seperate so
2718 it doesnt get lost amongst the below messages.
2719
2720 * src/global.c: Fixed a warning.
2721
2722 2006-08-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2723
2724 * configure: Removed bahamut support, didnt even work.
2725
2726 * configure.in: Removed bahamut support, didnt even work.
2727
2728 * INSTALL: Removed bahamut support, didnt even work.
2729
2730 * x3.conf.example: Removed bahamut support, didnt even work.
2731
2732 * patches/log-pgsql.diff: Removed bahamut support, didnt even work.
2733
2734 * patches/helpserv-pgsql.diff: Removed bahamut support, didnt even
2735 work.
2736
2737 * src/config.h.in: Removed bahamut support, didnt even work.
2738
2739 * src/gline.c: Removed bahamut support, didnt even work.
2740
2741 * src/hash.h: Removed bahamut support, didnt even work.
2742
2743 * src/nickserv.c: Removed bahamut support, didnt even work.
2744
2745 * src/nickserv.h: Removed bahamut support, didnt even work.
2746
2747 * src/Makefile.am: Removed bahamut support, didnt even work.
2748
2749 * src/Makefile.in: Removed bahamut support, didnt even work.
2750
2751 * src/proto-bahamut.c: Removed bahamut support, didnt even work.
2752
2753 * src/shun.c: Removed bahamut support, didnt even work.
2754
2755 2006-08-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2756
2757 * src/global.c: Added language strings for mod-helpserv.c, opserv.c,
2758 spamserv.c, nickserv.c.
2759
2760 * src/mod-helpserv.c: Changed global_message uses to global_message_arg's.
2761
2762 * src/nickserv.c: Changed global_message uses to global_message_arg's.
2763
2764 * src/opserv.c: Changed global_message uses to global_message_arg's.
2765
2766 * src/spamserv.c: Changed global_message uses to global_message_arg's.
2767
2768 2006-08-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2769
2770 * src/chanserv.c: Changed global_message uses to global_message_arg's.
2771
2772 * src/global.c: Added language strings for chanserv.c
2773
2774 2006-08-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2775
2776 * src/global.c: Make sure we arnt sending duplicate messages in
2777 some cases.
2778
2779 2006-08-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2780
2781 * src/x3.conf.example: Removed the targets option.
2782
2783 * src/global.c: Wrote new function that will global message users
2784 and/or opers and/or helpers messages in their own langauge. The
2785 strings are set either in language files or in the global.c message
2786 struct. This allows us to send defcon notices to people and they
2787 will get them in their own language if they have it set.
2788
2789 * src/global.h: global_message_args decleration.
2790
2791 * src/opserv.c: Removed targets option for defcon as its too hard
2792 to send messages to people in channels if the people have different
2793 language settings.
2794
2795 2006-07-31 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2796
2797 * src/opserv.c: TODO stuff.
2798
2799 2006-07-31 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2800
2801 * x3.conf.example: Added SHUN setting for DEFCON.
2802
2803 * doc/DEFCON: Added SHUN setting for DEFCON.
2804
2805 * src/opserv.c: Moved the gline check to here. Also added a SHUN
2806 check.
2807
2808 * src/opserv.h: Added SHUN setting for DEFCON.
2809
2810 * src/proto-p10.c: Moved the DEFCON gline check to opserv.c
2811
2812 2006-07-31 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2813
2814 * x3.conf.example: Added new Defcon system settings
2815
2816 * doc/DEFCON: Anope's Defcon doc adapted for X3.
2817
2818 * src/chanserv.c: Block mode changes and channel registrations if
2819 required.
2820
2821 * src/mod-memoserv.c: Block new memos if required.
2822
2823 * src/nickserv.c: Block nick registrations if required.
2824
2825 * src/opserv.c: Added in defcon system, uses some of the anope code.
2826 Most tho is from scratch.
2827
2828 * src/opserv.h: Defcon declerations.
2829
2830 * src/opserv.help: Added DEFCON entry.
2831
2832 * src/proto-p10.c: If required gline new clients, also if required
2833 kill new clients.
2834
2835 2006-07-29 Alex Schumann <rubin@afternet.org>
2836
2837 * configure.in, Makefile.in, src/Makefile.in, tools/tre_install.sh,
2838 src/opserv.c, src/config.h.in, src/nickserv.c, src/Makefile.am: I am
2839 not comfortable running 'make install' on libtre from ./configure.
2840 This violates what the user expects in a way that can harm the system.
2841 Changed how the libtre checks work and provided easy-to-use install
2842 script. -fix link stage
2843
2844 * rx/Makefile.in: fix autotools warning(s)
2845
2846 2006-07-28 Alex Schumann <rubin@afternet.org>
2847
2848 * src/nickserv.help: add odelcookie to help oper
2849
2850 * x3.conf.example: update & improve x3.conf.example description of
2851 extended_accounts setting.
2852
2853 2006-07-26 Alex Schumann <rubin@afternet.org>
2854
2855 * src/opserv.c: Fix crash when doing reroute if routing isnt
2856 configured. | Voice discovered that the error message for addplan fail
2857 was typeo'd so not showing.
2858
2859 * src/opserv.help: slight changes to routing help.
2860
2861 * src/chanserv.c: let non-staff see when channels were registered with
2862 .info
2863
2864 2006-07-24 Alex Schumann <rubin@afternet.org>
2865
2866 * src/proto-p10.c: dont burst channels with 0 users in them (which
2867 were created by alert discrims, most likely)
2868
2869 2006-07-23 Alex Schumann <rubin@afternet.org>
2870
2871 * x3.conf.example: Added chanserv "modes" to example - use to control
2872 what usermodes chanserv gets. Mainly for setting +d or not, if you
2873 have nef 1.0 'b:' lines setup.
2874
2875 2006-07-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2876
2877 * src/nickserv.c: If theres no title set then the default title
2878 will therefore be the first part of hidden_host in x3.conf.example,
2879 so for consistency with opt_fakehost we will print this.
2880
2881 2006-07-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2882
2883 * src/nickserv.c: The reason why theres no arg rubin is that
2884 if you want to print the fakehost then u dont specify an arg.
2885 This tells opt_fakehost to set fake to the current fakehost
2886 and pass it on to be printed.
2887
2888 2006-07-23 Alex Schumann <rubin@afternet.org>
2889
2890 * src/nickserv.c: Add config file regex fakehost test + sanity
2891 checking in title as well (fixed).
2892
2893 * src/mod-memoserv.c: Fixed crash bug in memosearv read. (check argc
2894 instead of argv[2]==null since argv's dont get set null.
2895
2896 2006-07-23 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2897
2898 * src/mod-memoserv.c: Fix to a crash/output corruption issue.
2899
2900 * src/proto-p10.c: Host in topic supports sethost and fakehost
2901 now.
2902
2903 2006-07-21 Alex Schumann <rubin@afternet.org>
2904
2905 * src/proto-p10.c: Added support for irc_wallop, irc_squit,
2906 irc_connect, and added callbacks to handle connect failures and
2907 successes. (All prep for auto routing system)
2908
2909 * src/proto.h: Added support for irc_wallop, irc_squit,
2910 irc_connect, and added callbacks to handle connect failures and
2911 successes. (All prep for auto routing system)
2912
2913 * src/opserv.help: Help entries for auto routing system + fix typeo in
2914 routing example
2915
2916 * src/hash.h: New structs for auto routing system
2917
2918 * src/opserv.c: The long-awaited X3 Auto Routing Plan system! + reduce
2919 error message to debug message.
2920
2921 * src/opserv.h: The long-awaited X3 Auto Routing Plan system!
2922
2923 * src/modcmd.c: added 'routing' main command alias.
2924
2925 2006-07-16 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2926
2927 * x3.conf.example: Added host_in_topic option for sending full
2928 nick!user@host if its enabled. Default to one as Nefarious is
2929 default to TRUE for HOST_IN_TOPIC. There will be wierdness if
2930 you have this enabled on X3 and not on your Nefarious server.
2931
2932 * src/proto-p10.c: Make use of host_in_topic.
2933
2934 2006-07-13 Alex Schumann <rubin@afternet.org>
2935
2936 * src/opserv.c: make the bot reply from the nick you /msg in all
2937 cases, if commands are bound to a different bot.
2938
2939 * src/nickserv.c: make the bot reply from the nick you /msg in all
2940 cases, if commands are bound to a different bot.
2941
2942 * src/chanserv.c: make the bot reply from the nick you /msg in all
2943 cases, if commands are bound to a different bot.
2944
2945 * src/mod-memoserv.c: Make all memoserv commands reply from the bot you
2946 msg, not the defined memoserv bot, if commands are aliased to other
2947 bots. This may also fix the crash bug playa reported at
2948 http://www.unrealgamers.net/forums/index.php?showtopic=138
2949
2950 2006-07-11 Alex Schumann <rubin@afternet.org>
2951
2952 * src/chanserv.c: Fixed some weirdness with nef 1.0's 2nd topic setter
2953 and some x3 topic functions.
2954
2955 * x3.conf.example: Improved server/type setting documentation,
2956 and changed default to 5.
2957
2958 2006-07-11 Alex Schumann <rubin@afternet.org>
2959
2960 * src/opserv.c: fixed silent alerts not getting picked up from db file
2961 on read/load.
2962
2963 2006-07-11 Alex Schumann <rubin@afternet.org>
2964
2965 * src/opserv.c: add sanity checking to jupe to avoid catastrophic loop
2966 when adding an invalid jupe servername or numeric.
2967 this closes bug number 1513510.
2968
2969 * src/modcmd.c: if pubcmd is set higher than your level, only respond
2970 with the denied msg if the command was actually found. this closes bug
2971 number 1509382.
2972
2973 2006-07-10 Alex Schumann <rubin@afternet.org>
2974
2975 * src/chanserv.c: fixed crash bug trying to deref the handleinfo of a
2976 non-logged-in user (null pointer)
2977
2978 2006-07-09 Alex Schumann <rubin@afternet.org>
2979
2980 * src/nickserv.c: fixed bug where unignores were getting sent to the
2981 user multiple times, instead of to each online nick once.
2982
2983 2006-07-09 Alex Schumann <rubin@afternet.org>
2984
2985 * src/nickserv.c: Fixes for addignore/delignore corruption +missed a
2986 spot. Ugh, messed up the fix. Trying again :)
2987
2988 2006-07-10 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2989
2990 * src/chanserv.c: INVITE now checks the targets ignore/silence list.
2991 If the target is ignoring the person inviting them then the invite
2992 is denied.
2993
2994 2006-07-07 Alex Schumann <rubin@afternet.org>
2995
2996 * src/mod-memoserv.c: pLaYa reported a crash/corruption bug in
2997 memoserv most easily seen when sending short memos. Rewrote the flag
2998 handling part of memo send to correct it.
2999
3000 2006-07-05 Alex Schumann <rubin@afternet.org>
3001
3002 * src/helpfile.c: pLaYa pointed out the table code row count is off by
3003 one. Fixed.
3004
3005 2006-06-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
3006
3007 * configure: Regenerated.
3008
3009 * configure.in: Make use of TRE regexp library. Its more powerful
3010 than the standard library (http://laurikari.net/tre/index.html).
3011 Im also pondering adding services side regexp bans, X3 would
3012 probably required a channel flag called say advanced that can
3013 only be set by the owner. If enabled then regexp bans can be
3014 used. I also added an output saying what modules are enabled,
3015 what protocol is enabled, what malloc is choosen and if debugging
3016 is enabled. Just a bit of a message as the user will of seen
3017 programs just finish compiling and he/she/it may think it
3018 was X3 compiling, but it was just TRE compiling. They still need
3019 to compile X3.
3020
3021 * src/config.h.in: Regenerated.
3022
3023 * src/Makefile.am: Tweak for TRE.
3024
3025 * src/Makefile.in: Regenerated.
3026
3027 * src/nickserv.c: Use the new regex.h Im sure -I includes get
3028 called before system includes like /usr/include.
3029
3030 * src/opserv.c: Use the new regex.h Im sure -I includes get
3031 called before system includes like /usr/include.
3032
3033 * src/tools/tre.tar.gz: TRE 0.7.4. Configure will untar and
3034 compile this just before configure finishes up. Sits around
3035 470KB, rather than another 2.5MB if i TRE untarred. I suppose
3036 i could get it down a bit more using Bzip but there are some
3037 boxes out there still without bzip.
3038
3039 2006-06-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
3040
3041 * src/mod-memoserv.c: Better history implementation. A seperate
3042 table is used for history entries. Entries contain the same
3043 fields as the memo table except for the message, read, and flags.
3044 Entries are only removed from the history db when they get
3045 expired by do_expire (older than message_expire). Also fixed
3046 up a issue with STATUS. On AfterNET we were getting huge large
3047 for the amount of memos. I now realise it was reading the amount
3048 of users. It now reads the proper amount of memos. I also a count
3049 for history entries.
3050
3051 * src/mod-memoserv.help: EXPIRE handles history and memos now.
3052
3053 2006-06-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
3054
3055 * src/mod-memoserv.c: Make use of ignore lists when trying to
3056 send memos.
3057
3058 2006-06-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
3059
3060 * src/spamserv.c: Crash fix (finally). Been meaning to do this
3061 for a while now.
3062
3063 2006-06-23 Alex Schumann <rubin@afternet.org>
3064
3065 * src/modcmd.help, src/opserv.help, src/helpfile.c, src/helpfile.h,
3066 src/modcmd.c, src/nickserv.c: Improvements to
3067 table output and help display.
3068
3069 * src/mod-memoserv.c: fix segfault
3070
3071 2006-06-23 Alex Schumann <rubin@afternet.org>
3072
3073 * src/chanserv.c: Backing out the bantype patch because it sucks _bad_.
3074 fix it and re-apply if you want it..
3075
3076 * src/chanserv.h: Backing out the bantype patch.
3077
3078 * src/chanserv.help: Backing out the bantype patch.
3079
3080 2006-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
3081
3082 * src/mod-memoserv.c: Fixed a bug.
3083
3084 2006-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
3085
3086 * src/mod-memoserv.c: Added basic HISTORY command. At the moment
3087 if the recipient deletes the memo it will not be listed in the
3088 HISTORY list.
3089
3090 * src/mod-memoserv.help: HISTORY entry.
3091
3092 2006-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
3093
3094 * src/mod-memoserv.c: Added new flags, see below.
3095
3096 * src/mod-memoserv.help: Opps forgot the read reciept stuff. Also
3097 added flags for always ignoring read reciepts and always sending
3098 read reciepts.
3099
3100 2006-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
3101
3102 * src/mod-memoserv.c: Added CANCEL command for cancelling memos
3103 that you have sent, aslong as they have not been read yet.
3104
3105 * src/mod-memoserv.help: CANCEL entry plus tweaked some read
3106 recipient to read reciept stuff.
3107
3108 2006-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
3109
3110 * src/mod-memoserv.c: Redid the db stuff, it now writes users
3111 settings and memos to the memoserv database.
3112
3113 2006-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
3114
3115 * src/mod-memoserv.c: Small bug fix.
3116
3117 2006-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
3118
3119 * src/mod-memoserv.c: Added read recipient support via SEND using
3120 -r as a flag. Messages with requested read recipients have a (r)
3121 shown beside the sender nick in LIST. People can ignore a read
3122 recipient using -i when reading the message via READ. Its all
3123 in the help file.
3124
3125 * src/mod-memoserv.help: Added read recipient relevent bits.
3126
3127 * src/opserv.help: Added halfopping functions.
3128
3129 2006-06-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
3130
3131 * src/x3.conf.example: Forgot a ;.
3132
3133 2006-06-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
3134
3135 * src/mod-memoserv.c: Make use of SET LIMIT.
3136
3137 2006-06-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
3138
3139 * src/mod-memoserv.c: Fixed SET bugs and renabled LIMIT now.
3140
3141 2006-06-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
3142
3143 * src/mod-memoserv.c: On Second thoughts dont enable LIMIT now.
3144
3145 2006-06-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
3146
3147 * x3.conf.example: Max limit for Memoserv LIMIT option.
3148
3149 * src/hash.h: Fixed halfops issue.
3150
3151 * src/mod-memoserv.c: Added SET LIMIT option for the maximum
3152 amount of memos you can have. This does not do anything yet as
3153 im committing the half ops fix now. This code is fine it just
3154 allows you to adjust the limit for now.
3155
3156 2006-06-12 Neil Spierling <sirvulcan@sirvulcan.co.nz>
3157
3158 * x3.conf.example: Commented out SpamServ module as there are bugs
3159 and i cant give a definate date as to when i can fix it. Im not
3160 home much these days.
3161
3162 * src/mod-memoserv.c: Redid the SET code using some whatnet code
3163 by wasted. Tweaked here and there. Also added some formatting in
3164 LIST and SET like chanserv SET. Oh and MemoServ will join
3165 autojoin_channels if MemoServ is in a seperate nickname.
3166
3167 * src/mod-memoserv.help: Added OSET and done some tweaking.
3168
3169 * src/nickserv.c: Allow the use of get_victim_oper outside of
3170 nickserv.c.
3171
3172 * src/nickserv.h: Allow the use of get_victim_oper outside of
3173 nickserv.c.
3174
3175 2006-06-07 Alex Schumann <rubin@afternet.org>
3176
3177 * src/chanserv.help: Added a couple set helps that were missing.
3178
3179 * src/helpfile.c: fix missing space in multi-column table output such
3180 as /msg opserv commands * (with nickserv tablewidth setting >60)
3181
3182 2006-06-06 Alex Schumann <rubin@afternet.org>
3183
3184 * src/opserv.c: Change how addalert silence works, so that its a
3185 parameter instead of an action, and also works with trace now.
3186
3187 * x3.conf.example: Added a config setting of level needed to use
3188 'silent yes' in trace/addalert.
3189
3190 2006-06-04 Alex Schumann <rubin@afternet.org>
3191
3192 * src/nickserv.c: Fix oregister
3193
3194 * src/nickserv.help: Update help for oregister
3195
3196 2006-06-05 Neil Spierling <sirvulcan@sirvulcan.co.nz>
3197
3198 * src/proto-p10.c: Properly handle incomming manual silences.
3199
3200 2006-06-05 Neil Spierling <sirvulcan@sirvulcan.co.nz>
3201
3202 * src/common.h: pretty_mask etc declerations.
3203
3204 * src/nickserv.c: Parse the mask through pretty_mask before adding
3205 it. Normal ircd side silences go through this, this just keeps
3206 things looking the same and if a user tries to remove a silence
3207 added by ADDIGNORE they will be able to. Oh and I HATE GLIBC :P
3208
3209 * src/proto-p10.c: Send a + if adding a silence.
3210
3211 * src/tools.c: pretty_mask and one other function for reformatting
3212 a hostname so its pretty :) from IRCu.
3213
3214 2006-06-04 Alex Schumann <rubin@afternet.org>
3215
3216 * src/nickserv.c: Send silences to every nick of a handle, not the
3217 nick that did the command.
3218
3219 2006-06-04 Neil Spierling <sirvulcan@sirvulcan.co.nz>
3220
3221 * src/main.c: Moved spamserv initilization to after chanserv.
3222
3223 * src/spamserv.c: Read the db earlier.
3224
3225 2006-05-30 Neil Spierling <sirvulcan@sirvulcan.co.nz>
3226
3227 * configure: Regenerated.
3228
3229 * configure.in: Bumped version and changed list email.
3230
3231 * x3.example.conf: Added SpamServ options.
3232
3233 * src/chanserv.c: Join SpamServ if enabled when chanserv joins.
3234
3235 * src/chanserv.h: Declerations
3236
3237 * src/main.c: Init the new SpamServ service.
3238
3239 * src/Makefile.am: Added SpamServ files.
3240
3241 * src/Makefile.in: Regenerated
3242
3243 * src/modcmd.c: Added SpamServ to REBINDALL.
3244
3245 * src/opserv.c: Slab/X3 malloc STATS MEMORY updates.
3246
3247 * src/proto-common.c: Make sure SpamServ gets notices.
3248
3249 * src/spamserv.c: New service that checks for spamming, floods etc.
3250 Requires an oper to register it to a channel for it to work.
3251
3252 * src/spamserv.h: Decelerations.
3253
3254 * src/spamserv.help: Help entries for SpamServ.
3255
3256 2006-05-29 Neil Spierling <sirvulcan@sirvulcan.co.nz>
3257
3258 * Below functions by Wasted (Martijn Smit) <wasted@lostdomain.org>
3259
3260 * src/chanserv.c: Added selectable bantypes.
3261
3262 * src/chanserv.h: Added selectable bantypes.
3263
3264 * src/chanserv.help: Added help entries.
3265
3266 2006-05-29 Neil Spierling <sirvulcan@sirvulcan.co.nz>
3267
3268 * src/nickserv.c: Added user option ADVANCED, when we add more
3269 advanced commands users will need to set this to see the options
3270 in help. Further work in helpfile is still needed afaik. This is
3271 just the basics.
3272
3273 * src/nickserv.h: Advanced option declerations.
3274
3275 * src/nickserv.help: Added option ADVANCED, also added AUTOHIDE.
3276 Seems no one added that when they added the AUTOHIDE option.
3277
3278 2006-05-28 Neil Spierling <sirvulcan@sirvulcan.co.nz>
3279
3280 * Below functions by Wasted (Martijn Smit) <wasted@lostdomain.org>
3281
3282 * x3.example.conf: Added new options- god_timeout, autojoin_channels,
3283 and denied_fakehost_words. Also dropped refresh_period for chanserv
3284 set resync.
3285
3286 * src/chanserv.c: Added god_timeout, disable god mode automatically
3287 when the period times out. Also added a new set option- resync, auto
3288 resyncs the userlist every 3, 6, 9, or 12 hours (or not at all).
3289
3290 * src/chanserv.help: Added entry for SET RESYNC.
3291
3292 * src/global.c: Join global into autojoin_channels if enabled.
3293
3294 * src/main.c: Some tweaking for autojoin_channels.
3295
3296 * src/mod-memoserv.c: If a user has memos and notify on login
3297 enabled then only display the notify notice on login and not
3298 during a netburst.
3299
3300 * src/mod-track.c: Quashed a warning.
3301
3302 * src/modcmd.c: Added functions for god_timeout. Also added wasted
3303 to VERSION output for credits for these features.
3304
3305 * src/nickserv.c: Added denied_fakehost_words, deny the words set
3306 there if an oper trys to use them in a fakehost. Also autojoin
3307 chanserv if enabled into autojoin_channels.
3308
3309 * src/opserv.c: Added REFRESHMAX to reset the max count, ie for
3310 after a drone attack. Also join opserv and reserved nicks into
3311 autojoin_channels if opserv/reserved is enabled.
3312
3313 * src/opserv.help: Added entry for REFRESHMAX.
3314
3315 2006-05-25 Alex Schumann <rubin@afternet.org>
3316
3317 * src/proto-p10.c: make non-existant server type setting not crash x3.
3318
3319 * src/nickserv.help: Added newby tip to authserv registration
3320 help (about < and >)
3321
3322 * src/mod-track.c: Fixed crash when a server kicks a person (tried to
3323 deref null kicker)
3324
3325 2006-05-23 Neil Spierling <sirvulcan@sirvulcan.co.nz>
3326
3327 * src/chanserv.c: Set SWHOIS's when a user auths.
3328
3329 * src/hosthiding.c: Fixed a segfault.
3330
3331 * src/nickserv.c: Epithets now use SWHOIS.
3332
3333 * src/proto.h: Declerations for irc_swhois.
3334
3335 * src/proto-p10.c: Handle SWHOIS's.
3336
3337 2006-05-23 Neil Spierling <sirvulcan@sirvulcan.co.nz>
3338
3339 * src/hash.h: Bumped SOCKIPLEN
3340
3341 * src/hosthiding.c: Functions to crypt IPv6 addresses.
3342
3343 * src/hosthiding.h: IPv6 function declerations.
3344
3345 * src/proto-p10.c: If the users ip address is IPv6 then crypt it
3346 with the ipv6 crypting function.
3347
3348 2006-05-23 Neil Spierling <sirvulcan@sirvulcan.co.nz>
3349
3350 * src/hash.h: Bits needed for other type of host hiding.
3351
3352 * src/hosthiding.h: Nefarious style 2 host hiding declerations.
3353
3354 * src/hosthiding.c: This will generated crypted style 2 Nefarious
3355 hidden hosts and ips. Currently they are just displayed in O3
3356 WHOIS. Im yet to expand this.
3357
3358 * src/Makefile.am: Added hosthiding.c and hosthiding.h.
3359
3360 * src/Makefile.in: Regenerated.
3361
3362 * src/opserv.c: Display crypted hosts n ips in WHOIS.
3363
3364 * src/proto-p10.c: Generate crypted hosts n ips on everyone and
3365 save them in user->crypthost user->cryptip.
3366
3367 2006-05-22 Neil Spierling <sirvulcan@sirvulcan.co.nz>
3368
3369 * src/chanserv.c: Set ignores when you authenticate.
3370
3371 * src/nickserv.c: Added ADDIGNORE, OADDIGNORE, DELIGNORE ODELIGNORE.
3372 Used for centralized silence list management. Currently set ignores
3373 can be viewed in ACCOUNTINFO for via ircd SILENCE.
3374
3375 * src/nickserv.h: Declerations.
3376
3377 * src/nickserv.help: Added help entries for above commands.
3378
3379 * src/proto.h: Declerations.
3380
3381 * src/proto-p10.c: Functions to handle silences
3382
3383 2006-05-18 Alex Schumann <rubin@afternet.org>
3384
3385 * src/proto-p10.c: Fixed up the track module a bit more
3386
3387 * src/hash.c: Fixed up the track module a bit more, including
3388 reporting correctly when X3 kicks someone. This should affect mrsnoopy
3389 as well, hopefully wont cause any bugs.
3390
3391 * src/mod-track.c: Fixed up the track module a bit more - made track
3392 all/none work
3393
3394 2006-05-18 Alex Schumann <rubin@afternet.org>
3395
3396 * src/chanserv.c: adding 'classic' view, via patch submitted by pLaYa
3397
3398 * src/nickserv.c: adding 'classic' view, via patch submitted by pLaYa
3399
3400 * src/nickserv.h: adding 'classic' view, via patch submitted by pLaYa
3401
3402 * src/nickserv.help: adding 'classic' view, via patch submitted by pLaYa
3403
3404 2006-05-18 Alex Schumann <rubin@afternet.org>
3405
3406 * src/chanserv.c: re-disabled netrider kicking. Somehow this got included back
3407 in.
3408
3409 * src/mod-track.c: some cleanups and textual changes, to make the commands
3410 slightly more user friendly.
3411
3412 2006-05-16 Neil Spierling <sirvulcan@sirvulcan.co.nz>
3413
3414 * src/proto-p10.c: Changed 050 specfic topic stuff to a conf setting
3415
3416 * src/x3.conf.example.: adding 050 'type' to server config (rubin
3417 fixed missing ';' and changelog entries)
3418
3419 2006-05-16 Neil Spierling <sirvulcan@sirvulcan.co.nz>
3420
3421 * Most files: Heh i cant be bothered listing all files, see websvn
3422 if you want specific files. I just added a new tracking module, its
3423 just like snoop except it targets specified users. The actual
3424 commit is in the previous revision, i just forgot to update this to
3425 tick over the svn version in version output.
3426
3427 2006-05-15 Neil Spierling <sirvulcan@sirvulcan.co.nz>
3428
3429 * Most files: Major update off the new release of srvx 1.3.1. Also
3430 seeing as the new updates dont all have changelog entries ive dropped
3431 the 2 srvx Changelog files and renamed the X3 one to ChangeLog.
3432
3433 2006-03-20 Alex Schumann <rubin@afternet.org>
3434
3435 * src/chanserv.c: core fix; check if theres a handle_info before looking
3436 at style...
3437
3438 * src/helpfile.c: core fix; check if theres a handle_info before looking
3439 at style...
3440
3441 2006-03-17 Alex Schumann <rubin@afternet.org>
3442
3443 * src/chanserv.c: more clean style changes
3444
3445 2006-03-17 Alex Schumann <rubin@afternet.org>
3446
3447 * src/chanserv.c: Added nickserv 'style' setting back. (HomeDawg
3448 and dhp1080 made me do it) Needs lots of work to remove ----
3449 headers for 'clean' setting.
3450
3451 * src/helpfile.c: Added nickserv 'style' stetting back.
3452
3453 * src/nickserv.help: Added help for set style.
3454
3455 * src/mod-helpserv.c: make style affect table outputs.
3456
3457 * src/nickserv.c: Added nickserv 'style' setting back.
3458
3459 * src/nickserv.h: Added nickserve 'style' setting back.
3460
3461 2006-03-17 Alex Schumann <rubin@afternet.org>
3462
3463 * src/proto-p10.c: Added conf setting for extended_accounts for
3464 backward compatability with stock undernet ircd.
3465
3466 * x3.conf.example: Added conf setting for extended_accounts for
3467 backward compatability with stock undernet ircd.
3468
3469 2006-03-06 Alex Schumann <rubin@afternet.org>
3470
3471 * src/opserv.help: Added missing trace criteria to help,
3472 and fixed up a few other bits of help around that topic.
3473
3474 2006-01-16 Alex Schumann <rubin@afternet.org>
3475
3476 * src/tools.c: created an email valididty function
3477
3478 * src/nickserv.c: check valididty of email better
3479
3480 * src/sendmail.c: check validity of email better
3481
3482 2006-01-06 Alex Schumann <rubin@afternet.org>
3483
3484 * src/opserv.c: fix gtrace, trace, csearch and alerts to work when aliased
3485 to a different bot, eg chanserv, and to reply from the correct nickname.
3486 also a bunch of whitespace changes
3487
3488 * src/nickserv.c: begin work on making nickserv commands bind without
3489 responding from the wrong nick. also a bunch of whitespace changes
3490
3491 * src/hash.h: whitespace
3492
3493 * src/opserv.help: improved QUERY helpfile. (though command itself still
3494 has bugs)
3495
3496 2005-12-14 Alex Schumann <rubin@afternet.org>
3497
3498 * src/chanserv.help: added set bantimeout help
3499
3500 2005-11-08 Alex Schumann <rubin@afternet.org>
3501
3502 * src/modcmd.c: cleaned up tabs, added hack to display help on JOINER
3503 aliases properly.
3504
3505 * src/modcmd.help: Added note about escaping spaces to modcmd help.
3506
3507 * src/nickserv.help: Improved help files
3508
3509 * src/chanserv.help: Improved help files
3510
3511 2005-10-13 Alex Schumann <rubin@afternet.org>
3512
3513 * src/proto-p10.c: ignore remote /lusers
3514
3515 2005-09-13 Alex Schumann <rubin@afternet.org>
3516
3517 * src/global.c: Changed motd header style
3518
3519 * src/nickserv.help: Improved directions for getting and using
3520 accounts.
3521
3522 * src/chanserv.help: Improved directions for getting and using
3523 accounts.
3524
3525 2005-08-13 Alex Schumann <rubin@afternet.org>
3526
3527 * src/chanserv.c: Fixed a bug i created using masks in ,kick. Restored
3528 some *@* protection.
3529
3530 * src/tools.c: added function to detect an overmask (too general)
3531
3532 * src/common.h: added function to detect an overmask (too general)
3533
3534 2005-08-12 Alex Schumann <rubin@afternet.org>
3535
3536 * src/chanserv.c: Modified resync to work accourding to automode
3537 setting, and fixed a buffer overflow problem.
3538
3539 * src/chanserv.help: updated set automode and rsync help.
3540
3541 * src/nickserv.h: Added an autohide setting to nickserv/authserv that
3542 sets +x on AUTH.
3543
3544 * src/nickserv.c: Added an autohide setting to nickserv/authserv that
3545 sets +x on AUTH.
3546
3547 2005-08-12 Alex Schumann <rubin@afternet.org>
3548
3549 * src/chanserv.c: Cleanup. Added 'automode' channel setting in place
3550 of 'voice' setting. + Rewording setting help
3551
3552 * src/chanserv.h: Cleanup. Added 'automode' channel setting in place
3553 of 'voice' setting.
3554
3555 * src/chanserv.help: Added help for automode. + Rewording setting help
3556
3557 2005-08-11 Alex Schumann <rubin@afternet.org>
3558
3559 * src/proto-p10.c: added irc_umode() to send usermodes (Life4Christ)
3560
3561 * src/proto-bahumit.c: added irc_umode() to send usermodes, untested..
3562
3563 * src/proto.h: added irc_umode() to send usermodes (Life4Christ)
3564
3565 * src/nickserv.c: Added option to have authserv oper/admin people with
3566 opserv access. (Life4Christ)
3567
3568 * src/opserv.c: Added admin_level config option
3569
3570 * src/opserv.h: Added admin_level config option
3571
3572 2005-08-11 Alex Schumann <rubin@afternet.org>
3573
3574 * src/proto-p10.c: Avoid duplicating an oper in curr_opers (,staff
3575 command) when nef* bug sends the +o twice. ++fix bug in patch
3576
3577 2005-08-09 Alex Schumann <rubin@afternet.org>
3578
3579 * src/chanserv.c: Fixed banTimeout to actually remove the bans :)
3580
3581 2005-08-08 Alex Schumann <rubin@afternet.org>
3582
3583 * src/chanserv.c: Added banTimeout feature to .set
3584
3585 * src/chanserv.h: added banTimeout feature to .set
3586
3587 * src/recdb.c: Added some better error catching in database_get_data()
3588
3589 * src/proto-common.h: tabs
3590
3591 * x3.conf.example: added bantimeout to default set list, and ban
3592 timeout frequency config setting.
3593
3594 2005-08-04 Alex Schumann <rubin@afternet.org>
3595
3596 * src/chanserv.c: Changed kick protected message to one without %s or
3597 $b because the kick function doesnt support replacements.
3598
3599 * src/tools.c: fixed spelling error in comment.
3600
3601 2005-07-28 Alex Schumann <rubin@afternet.org>
3602
3603 * src/chanserv.c: fixed crash bug in 8ball (required params was off by
3604 one)
3605
3606 * src/proto-p10.c: Ignore wallusers (WU) tokens from server without
3607 whining.
3608
3609 2005-07-26 Alex Schumann <rubin@afternet.org>
3610
3611 * x3.conf.example: Updated from live afternet file and improved help
3612 and layout. Added vim directive to set syntax type.
3613
3614 * src/chanserv.c: ported x2's 8ball in, and improved it.
3615
3616 * src/math.c: Added osiris' hack to do_math for supporting
3617 2(10) and 2pi etc. Improved it to handle pi2 also.
3618
3619 * src/chanserv.help: updated 8ball help and added 'myaccess' to
3620 information help index.
3621
3622 2005-07-18 Alex Schumann <rubin@afternet.org>
3623
3624 * src/proto-p10.c: added +L awareness
3625
3626 * src/hash.h: added +L awareness
3627
3628 * src/chanserv.help: changed set ctcpreaction help
3629
3630 2005-07-18 Neil Spierling <sirvulcan@sirvulcan.co.nz>
3631
3632 * src/modcmd.h: Lets make some functions global.
3633
3634 * src/modcmd.c: Log hostmasks no matter what.
3635
3636 * src/log.c: Lookup commands if they are from OpServ in the log.
3637 If they match channel specific commands like OP, DEOP, etc then
3638 we will display them in a LAST command (assuming the person doing
3639 the LAST is an oper). Normal clients wont see commands that have
3640 been performed by OpServ.
3641
3642 2005-07-15 Alex Schumann <rubin@afternet.org>
3643
3644 * src/chanserv.c: Changed around ctcpreaction setting so it:
3645 a) doesnt crash.
3646 b) doesnt kick userlist members ever
3647 c) has only 1 setting needed to control it
3648 * src/chanserv.h: removed some old oplevel stuff.
3649
3650 2005-07-14 Alex Schumann <rubin@afternet.org>
3651
3652 * src/proto-p10.c: made it ignore EX, MK and PRIV tokens to
3653 remove errors from log. Fixed problem with missing break; in
3654 channel mode c parsing (reed).
3655
3656 * src/mod-memoserv.c: Improved memoserv 'you have notes' message.
3657
3658 * src/log.c: Changed channel log target to send PRIVMSG instead of
3659 NOTICE. (Ghozer)
3660
3661 2005-05-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
3662
3663 * configure: Regenerated.
3664
3665 * configure.in: Added checks for tgmath.h.
3666
3667 * src/chanserv.c: Added new command LAST, from X2. Similar to
3668 EVENTS except its file based. Bear in mind you dont have to use
3669 both. You can bind what you want to use. Commented out zoot_list
3670 as its not in use, just a warning fix.
3671
3672 * src/hash.c: Warning fix.
3673
3674 * src/log.h: Misc defines.
3675
3676 * src/log.c: Logging functions from X2.
3677
3678 * src/math.c: If tgmath.h doesnt exist then include some other
3679 files that contain the functions we require.
3680
3681 * src/modcmd.c: Added a small ctcp reply, gender.. like gnuworld X.
3682
3683 * src/proto-p10.c: Added chanserv.h #include to squash a small
3684 compile error. Made X3 understand MARK's to a small point. Fixed
3685 a small parsing bug with exempts.
3686
3687 2005-07-06 Alex Schumann <rubin@afternet.org>
3688
3689 * src/chanserv.c: Fixed a couple awkward looking outputs with userlist
3690
3691 * src/opserv.c: Fixed an awkward output of trace count etc.
3692
3693 2005-06-22 Alex Schumann <rubin@afternet.org>
3694 * src/chanserv.help: Improved DURATION help
3695
3696 * src/tools.c: Changed 'M' duration to 30 days (not 31) as its
3697 a better average.
3698
3699 2005-05-27 Alex Schumann <rubin@afternet.org>
3700
3701 * src/chanserv.c: Improved usability of register command, fixed
3702 unregister reply.
3703
3704 * src/chanserv.help: Improved usability of register command
3705
3706 2005-05-27 Alex Schumann <rubin@afternet.org>
3707
3708 * src/chanserv.c: Resync working now
3709
3710 2005-05-27 Reed Loden <reed@reedloden.com>
3711
3712 * src/chanserv.c: Fixed an incorrectly named message. Fixed some
3713 grammar issues in the message send to pending users. Fixed a
3714 problem with some of the resync code.
3715
3716 2005-05-27 Alex Schumann <rubin@afternet.org>
3717
3718 * src/chanserv.c: make pending add check if the person is already on
3719 the userlist before re-adding them (thx exec & reed for noticing this)
3720 Fix capitalisation of I in pending notice.
3721
3722 2005-05-18 Alex Schumann <rubin@afternet.org>
3723
3724 * src/modcmd.c: reed pointed out that modcmd non-command help wasnt
3725 working, and pointed me to the opserv helpfiles command, which shows
3726 what services search what help files. This fixes the help command to
3727 search that list as it should. Still need to modify the 'default'
3728 helpfile search bindigs because I dont think chanserv should respond
3729 to help from opserv's db, etc. See opserv's 'helpfiles' command.
3730
3731 * src/modcmd.help: clarified 'helpfiles' help.
3732
3733 2005-05-18 Alex Schumann <rubin@afternet.org>
3734
3735 * src/helpfile.c: make send_help() return true/false and not send
3736 errors so svccmd_send_help can 'take control' of things.
3737
3738 * src/modcmd.c: Fixed up the help system (again) / find aliased
3739 commands help if none exists. / Display no help for that command on
3740 commands (instead of topic)
3741
3742 * src/modcmd.h: Fixed up the help system (again)
3743
3744 * src/global.c: Fixed syntax display
3745
3746 * src/chanserv.help: Removed =---= formatting, fixed a few things.
3747 *spelling ++more spelling (thx reed)
3748
3749 * src/nickserv.help: Removed =---= formatting, fixed a few things.
3750 *spelling ++more spelling (thx reed)
3751
3752 * src/opserv.help: Removed =---= formatting, fixed a few things.
3753 ++spelling (thx reed)
3754
3755 * src/global.help: simplified index
3756
3757 * src/nickserv.c: Changed message users get when their email is
3758 already used for an account, fixed syntax help
3759
3760 * src/opserv.c: fixed syntax help
3761
3762 2005-05-16 Alex Schumann <rubin@afternet.org>
3763
3764 * src/chanserv.help: Fixed a couple ban/lamer conversions i missed in
3765 the help file.
3766
3767 2005-05-04 Alex Schumann <rubin@afternet.org>
3768
3769 * src/modcmd.c: added a 'rebindall' command to assist with
3770 upgrades and changes which change command bindings.
3771
3772 * src/modcmd.help: modified help to reflect above
3773
3774 * src/opserv.help: modified help to reflect above
3775
3776 * src/chanserv.c: changed addban, addtimedban, delban, bans etc
3777 to addlamer, dellamer, addtimedlamer, lamers to reduce confusion
3778 between channel bans (+b) and x3 remembered bans (lamers)
3779
3780 * src/chanserv.help: modified help to reflect above
3781
3782 * UPGRADE: added use of rebindall to upgrade instructions
3783
3784 2005-05-04 Alex Schumann <rubin@afternet.org>
3785
3786 * src/chanserv.c: added an 'adduser pending' feature, where if
3787 someone isn't authed x3 will ask them to /auth or register, and then
3788 automatically finish adding them to the channel when they do.
3789 Fixed email bug with adduser pending
3790
3791 * src/chanserv.h: adduser pending
3792
3793 * src/hash.c: adduser pending
3794
3795 * src/hash.h: adduser pending, and increased maxbans to 128 from 45.
3796
3797 * src/nickserv.c: adduser pending cleanup and activation code,
3798 Arch sync (Avoid losing channel information when
3799 replacing an account using the mergedb command.)
3800
3801 * src/proto-p10.c: adduser pending cleanup code
3802
3803 * src/nickserv.help: improved set and register help
3804
3805 2005-05-04 Alex Schumann <rubin@afternet.org>
3806
3807 * src/chanserv.c: changed uset noautoop to uset autoop (removed double
3808 negitive). Added set voice to provide control over use of voice.
3809 Implimented a basic chanserv db version control system for upgrading
3810 seamlessly.
3811
3812 * src/chanserv.help: adjusted help to reflect voice and uset autoop
3813 changes.
3814
3815 * src/hash.h: updated ssz comment from z to Z
3816
3817 * src/modcmd.help: rewrote BIND help
3818
3819 * src/proto-p10.c: Added Z (sslonly) support back in
3820
3821 * UPGRADE: created file to document upgrading procedures
3822
3823 2005-04-23 Alex Schumann <rubin@afternet.org>
3824 * src/chanserv.c: removed settings: oplevel, halfoplevel, and
3825 voicelevel, hard coding them to OP, HALFOP, and PEON. Changed
3826 topicmask to be an on or off setting, uninfluenced by enftopic.
3827 Added feature to use mask on /topic in addition to ,topic sets.
3828 Removed special consideration for ircops in protect_user()
3829
3830 * src/chanserv.help: updated documentation to reflect the new and
3831 much simpler topicmask feature, and removed op/voice levels.
3832
3833 * src/nickserv.c: added tailing 'end of' line for accountinfo
3834 for non-opers too.
3835
3836 * src/modcmd.c: tweaked alias notification for help and breef help.
3837
3838 2005-04-20 Alex Schumann <rubin@afternet.org>
3839
3840 * src/proto-common.c: removing +d. needs to be a config option
3841 or something.
3842
3843 * src/nickserv.help: modified main help reply of authserv
3844
3845 * src/nickserv.c: added title, epithet, and fakehost to oset listing
3846
3847 * src/modcmd.c: fixed up auto-help & alias command handling. Needs
3848 totally redesigned though.
3849
3850 2005-04-15 Alex Schumann <rubin@afternet.org>
3851
3852 * src/proto-common.c: Temp fix for x3 not seeing -hv modes being set
3853 at the same time. The whole block needs to be if/else instead of
3854 switch though, to be cleaner.
3855
3856 * src/nickserv.help: added fakehost and title options to help oset.
3857
3858 * src/nickserv.c: removed 'style' setting. (was not being used in
3859 code anyway)
3860
3861 2005-04-04 Neil Spierling <sirvulcan@sirvulcan.co.nz>
3862
3863 * src/proto-p10.c: Reinstated +d usermode.
3864
3865 2005-03-30 Alex Schumann <rubin@afternet.org>
3866
3867 * src/chanserv.c: Fixed unban.
3868
3869 * x3.conf.example: added note in snoop config that improper
3870 setting for bots nick will cause segfault.
3871
3872 2005-03-22 Alex Schumann <rubin@afternet.org>
3873
3874 * x3.conf.example: added sethost/fakehost settings to conf
3875
3876 2005-03-19 Alex Schumann <rubin@afternet.org>
3877
3878 * chanserv.c: Changed style of command outputs, added userlevel back
3879 to users list.
3880
3881 * opserv.c: Changed style of command outputs, removed warn feature
3882
3883 * tools.c: shortened duration string lengths
3884
3885 * main.c: shortened duration string lengths
3886
3887 * sendmail.c: Changed style of stats email
3888
3889 2005-03-18 Alex Schumann <rubin@afternet.org>
3890
3891 * Changed breef to brief...
3892
3893 * chanserv.c: Changed to access level names instead of numbers.
3894
3895 2005-03-17 Alex Schumann <rubin@afternet.org>
3896
3897
3898 * src/opserv.c: Improved readability of trace print output
3899
3900 * src/chanserv.c: Improved cmd_list_users output & cleaned it up
3901 a little.
3902
3903 * src/helpfile.c: Improved table_send readability (used in lots
3904 of listings including users and stats network etc)
3905
3906 2005-03-15 Alex Schumann <rubin@afternet.org>
3907
3908 * src/chanserv.c: Improved some syntax error reporting for commands
3909
3910 * src/helpfile.c: Added a 'breef' help function
3911
3912 * src/helpfile.h: Added a 'breef' help function
3913
3914 * src/main.c: Improved some syntax error reporting for commands
3915
3916 * src/modcmd.c: Improved some syntax error reporting for commands
3917
3918 * src/modcmd.h: Improved some syntax error reporting for commands
3919
3920 2005-03-15 Reed Loden <reed@reedloden.com>
3921
3922 * Synchronization with srvx--devo--1.3--patch-19.
3923
3924 2005-03-12 Alex Schumann <rubin@afternet.org>
3925
3926 * src/common.h, src/opserv.h: more SRVX->X3 fixes
3927
3928 * opserv.c: fixed SRVX defines to X3
3929
3930 * src/nickserv.c: Applied patch to bring up to date with
3931 local uncommitted changes on afternets srvx2 tree. improved
3932 cookie gen code and removed /play from cookie messages.
3933
3934 * src/all, src/Makefile*, Makefile.in: changed srvx to x3 in a
3935 bunch more places.
3936
3937 2005-03-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
3938
3939 * nickserv.help: Added odelcookie section.
3940
3941 * src/nickserv.c: Added odelcookie for deleting auth cookies and email
3942 cookies.
3943
3944 * src/md5.c: Cleaned up compile warnings.
3945
3946 * src/nickserv.help: Added odelcookie section.
3947
3948 ***********************************************************************/
3949
3950 #define CVS_VERSION "$Id$"
3951