]> jfr.im git - irc/evilnet/x3.git/blob - ChangeLog
3a7ffdd7ce49d6ff7bd9f39ffcb86531b6cdf9f6
[irc/evilnet/x3.git] / ChangeLog
1 /***********************************************************************
2 X3 ChangeLog
3
4 2007-04-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
5
6 * ChangeLog: Email update.
7
8 2007-04-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
9
10 * src/AUTHORS: Email update, mostly for CIA commit testing.
11
12 2007-04-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
13
14 * src/helpfile.c: Added colour support $k.
15
16 2007-03-20 Alex Schumann <rubin@afternet.org>
17
18 * src/nickserv.c: ButtaS2sLore sent in this patch to fix the default
19 style when registering new users.
20
21 2007-03-20 Alex Schumann <rubin@afternet.org>
22
23 * src/nickserv.c: applied patch from playa which fixes the nickname
24 valid checks when registering a nick.
25
26 2007-03-20 Alex Schumann <rubin@afternet.org>
27
28 * src/nickserv.c: fix trying to do ldap when not enabled during
29 cmd_register + also with cmd_unregister
30
31 2007-03-20 Alex Schumann <rubin@afternet.org>
32
33 * src/opserv.c: fix for stats alerts filtering
34
35 * src/chanserv.c: dont kick lamers if they are currently exempt (+e)
36
37 * src/x3ldap.c: fix ldap error code to string
38
39 * src/nickserv.c: (comment to add LOC logging)
40
41 2007-02-26 Alex Schumann <rubin@afternet.org>
42
43 * src/nickserv.c: fix bug with LOC logic and ldap.
44
45 2007-02-13 Alex Schumann <rubin@afternet.org>
46
47 * src/nickserv.c: Fix bugs with ldap cookies. Fix opt_password
48 warning/crash potential
49
50 2007-02-13 Alex Schumann <rubin@afternet.org>
51
52 * src/x3ldap.c: Fix double-hashing of passwords when using ldap and
53 resetpass cookie system.
54
55 * src/nickserv.c: Fix double-hashing of passwords when using ldap and
56 resetpass cookie system. Fix incorrect terms in ldap email error
57 message.
58
59 2007-02-12 Alex Schumann <rubin@afternet.org>
60
61 * src/x3ldap.c: fix ldap_delete not binding first, so causing
62 access denied sometimes.
63
64 2007-02-12 Alex Schumann <rubin@afternet.org>
65
66 * x3.conf.example: fix ldap config example so it actually works
67
68 2007-02-12 Alex Schumann <rubin@afternet.org>
69
70 * src/nickserv.h: lowercase account name setting
71
72 * x3.conf.example: lowercase account name setting
73
74 * src/nickservc: only lowercase account names if the option is set.
75
76 2007-02-12 Alex Schumann <rubin@afternet.org>
77
78 * src/tools.c: adding ircd_strtolower() func
79
80 * src/common.h: adding ircd_strtolower() func
81
82 * src/nickserv.c: force accounts to lowercase at all inputs. ++fix
83 warning ++fix another
84
85 2007-02-11 Alex Schumann <rubin@afternet.org>
86
87 * src/nickserv.c: fixed a bunch of ldap result value check bugs
88
89 2007-02-11 Alex Schumann <rubin@afternet.org>
90
91 * src/opserv.c: Added oper group support to ldap
92
93 * src/x3ldap.c: Added group support to ldap. Fixed set email bug
94
95 * src/x3ldap.h: Added group support to ldap.
96
97 * src/nickserv.c: Added group support to ldap
98
99 * src/nickserv.h: Added group support to ldap
100
101 2007-02-11 Neil Spierling <sirvulcan@sirvulcan.co.nz>
102
103 * tools/ldap/ldap_convert.php: Fixes after more testing.
104
105 2007-02-09 Alex Schumann <rubin@afternet.org>
106
107 * src/x3ldap.c: addid search function to get users email address from
108 ldap
109
110 * src/x3ldap.h: func defs for search
111
112 * src/nicserv.c: update local copy of email address when they log
113 in via ldap. fix memory leak.
114
115 2007-02-08 Alex Schumann <rubin@afternet.org>
116
117 * src/x3ldap.c: cleaning up and switching adduser to use the new
118 crypted password scheme.
119
120 * src/nickserv.c: testing with ldap_enabled set to 0, and/or WITH_LDAP
121 not defined, uncovered some warnings etc.
122
123 2007-02-08 Alex Schumann <rubin@afternet.org>
124
125 * src/nickserv.c: Filling in ldap support for all password related
126 operations: cmd_pass, loc_auth, etc.
127
128 2007-02-09 Neil Spierling <sirvulcan@sirvulcan.co.nz>
129
130 * tools/ldap/ldap_convert.php: Few tweaks.
131
132 2007-02-08 Alex Schumann <rubin@afternet.org>
133
134 * tools/ldap/inetorganon.schema: Scheme for ldap.
135
136 * tools/ldap/ldap_convert.php: Conversion script for converting
137 x3 users to the ldap server.
138
139 2007-02-07 Alex Schumann <rubin@afternet.org>
140
141 * configure.in: adding compile/configure support for ssl libs (not
142 yet needed)
143
144 * configure: updated from above.
145
146 * src/config.h.in: adding compile/configure support for ssl libs (not
147 yet needed)
148
149 * src/x3ldap.c: ldap crypted password pain. SUpport for object classes
150 in config file.
151
152 * src/x3ldap.h: ldap crypted password pain. Support for object classes
153 in config file.
154
155 * src/nickserv.c: change password in ldap when its changed in
156 nickserv. Support for object classes in config file.
157
158 * src/nickserv.h: support for object classes in conf file
159
160 2007-02-07 Alex Schumann <rubin@afternet.org>
161
162 * src/x3ldap.c: improve error result feedback
163
164 * src/nickserv.c: improve error result feedback (oops, fix for if
165 ldap_enable is 0)
166
167 2007-02-07 Alex Schumann <rubin@afternet.org>
168
169 * src/x3ldap.c: ldap_add functionality
170
171 * src/x3ldap.h: ldap_add functionality
172
173 * src/nickserv.h: ldap_add functionality
174
175 * src/nickserv.c: ldap_add functionality
176
177 * x3.conf.example: ldap_add functionality
178
179 2007-02-06 Alex Schumann <rubin@afternet.org>
180
181 * src/x3ldap.c: fix compiling problem when non-ldap. Compile fixups
182 and sanity checks.
183
184 * configure.in: Better ldap library handling **oops ** helps to
185 actually have -lldap in LIBS...
186
187 * configure: regenerated from above ** **
188
189 * x3.conf.example: tweaked ldap settings
190
191 * src/nickserv.h: remove ldap config settings if not compiled in
192
193 * src/nickserv.c: automatiaclly add users who can auth to ldap and get
194 logins working.
195
196 2007-02-06 Neil Spierling <sirvulcan@sirvulcan.co.nz>
197
198 * src/x3ldap.c: Added GPL header, also change the printf's to
199 log_module's as per one of the todo comments.
200
201 * src/x3ldap.h: Added GPL header.
202
203 2007-02-05 Alex Schumann <rubin@afternet.org>
204
205 * src/nickserv.c: fix non-compile without ldap problem
206
207 2007-02-05 Alex Schumann <rubin@afternet.org>
208
209 * src/x3ldap.c: Beginnings of ldap authentication support
210
211 * src/x3ldap.h: Beginnings of ldap authentication support
212
213 * src/nickserv.h: Move config struct to .h so ldap.c can see it too
214
215 * src/nickserv.c: Beginnings of ldap authentication support
216
217 * x3.conf.example: ldap config settings
218
219 * src/md5.c: remove old debugging printf() code
220
221 * src/configure.in: add --enable-ldap support to configure
222
223 * configure: rebuilt from above
224
225 * src/Makefile.am: add --enable-ldap support to configure
226
227 * src/Makefile.in: rebuilt from above
228
229
230 2007-02-04 Neil Spierling <sirvulcan@sirvulcan.co.nz>
231
232 * src/hash.c: Bug fix for bug #1651561.
233
234 2007-02-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
235
236 * src/nickserv.c: Fixed bug #1649326.
237
238 2007-01-28 Alex Schumann <rubin@afternet.org>
239
240 * src/mod-memoserv.c: if you bind memoserv commands to chanserv's
241 nick, and someone sends a memo, send them the memo from memoserv, if
242 there is a memoserv (not chanserv). Also, make the mini-help prompts
243 more generic, for when they come from another bot besides memoserv.
244
245 2007-01-15 Neil Spierling <sirvulcan@sirvulcan.co.nz>
246
247 * src/proto-p10.c: RPING support.
248
249 2007-01-15 Neil Spierling <sirvulcan@sirvulcan.co.nz>
250
251 * src/proto-p10.c: This will hide annoying rping/rping error messages
252 from the o3 alert channel when denora is linked. Will write proper
253 functions when i figure out how rping n rpong works.
254
255 2007-01-15 Neil Spierling <sirvulcan@sirvulcan.co.nz>
256
257 * src/spamserv.c: As kNode points to an entry in killed_users_dict,
258 we need to free kNode before removing the entry. Fixed a nasty
259 glibc core.
260
261 2007-01-12 Alex Schumann <rubin@afternet.org>
262
263 * src/mod-helpserv.c: This module is coded very poorly, with lots of
264 newby c mistakes with pointers and malloc and whatnot. This fixes some
265 small part of that so that user commands work again, and to reduce
266 confusion. It needs a LOT more work to be what I would consider
267 safe..
268
269 2007-01-12 Neil Spierling <sirvulcan@sirvulcan.co.nz>
270
271 * src/spamserv.c: Horrible but it will do, i need to rewrite
272 the flag system.
273
274 * src/spamserv.h: Oppsie, probably my fault. Fixed caps and
275 badreaction being linked up.
276
277 * src/proto-p10.c: Fixed handling of incoming SVSPART's.
278
279 2007-01-10 Alex Schumann <rubin@afternet.org>
280
281 * src/log.c: commented out impossible assertion which makes x3 core on
282 fatal errors instead of exit cleanly.
283
284 2007-01-10 Alex Schumann <rubin@afternet.org>
285
286 * src/mod-helpserv.c: fix strncpy problem
287
288 2007-01-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
289
290 * src/chanserv.c: Fixed some bugs in trace_check_bans (Used with
291 checkrestrictions alerts.
292
293 * src/opserv.c: Fixed up how limits are check with checkrestrictions.
294
295 2007-01-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
296
297 * configure: Regenerated.
298
299 * configure.in: Added HAVE_HELPSERV.
300
301 * x3.conf.example: Seems theres been a hidden prefix option to
302 allow users to use helpserv commands (ones for users not helpers).
303
304 * src/config.h.in: Added HAVE_HELPSERV.
305
306 * src/mod-helpserv.c: Made helpserv more useable:
307
308 * Added CLOSEREQ for users to close their current request.
309
310 * Added SHOWREQ for users to show their current req (equiv of SHOW).
311
312 * Added JoinTotal, if ON then when a helper joins the channel they
313 will be sent a notice of the total UNASSIGNED requests.
314
315 * Added AlertNew, if ON then when a user opens a new help request
316 all helpers will be alerted.
317
318 * Added SUSPEND/UNSUSPEND for suspending and unsuspending help
319 bots.
320
321 * Added $i replacer for HelpServ SET's, changes $i to a valid
322 request id. If no iq exists for another bot uses $i then all
323 that is displayed is $i.
324
325 * Changed the USERCMD function type from void to int so that we
326 dont get a warning when trying to use REQUIRE_PARMS in a usercmd
327 function.
328
329 * Seeing as helpserv does its help slightly different i added in the
330 HEADER/DIVIDER/FOOTER help code from modcmd.c, so that the help
331 output looks the same.
332
333 * Addded usercmd_helpserv for to access USERINDEX.
334
335 * Allow users to use HELP even without an open request.
336
337 * src/mod-helpserv.help: Made the index a bit more like X3, O3 etc.
338 Also added a USERINDEX. Plus added help for the above things i
339 added to helpserv
340
341 * src/modcmd.c: Adjusted years.
342
343 2007-01-03 Alex Schumann <rubin@afternet.org>
344
345 * src/opserv.c: fix crash in ctcp version checkin
346
347 2007-01-01 Alex Schumann <rubin@afternet.org>
348
349 * x3.conf.example: Fixed set_shows which didnt get updated a while
350 back.
351
352 2006-12-26 Neil Spierling <sirvulcan@sirvulcan.co.nz>
353
354 * src/spamserv.c: Try this, tho sizeof worked fine for me with
355 info sizes of 4 and 5 ("blss" and "blsss") i had no crashes.
356
357 2006-12-26 Neil Spierling <sirvulcan@sirvulcan.co.nz>
358
359 * src/spamserv.c: Added CAPSSCAN for scanning caps, other related
360 options added, CAPSREACTION, CAPSMIN, and CAPSPERCENT.
361
362 * src/spamserv.h: Added caps scanning functionality.
363
364 * src/spamserv.help Added caps scanning help
365
366 2006-12-26 Neil Spierling <sirvulcan@sirvulcan.co.nz>
367
368 * src/spamserv.c: Tweaked the SET output for the EXCEPT levels.
369
370 2006-12-26 Neil Spierling <sirvulcan@sirvulcan.co.nz>
371
372 * src/spamserv.c: Removed scan voiced/halfops/ops SET options.
373 Added 4 new except levels, EXCEPTADVLEVEL, EXCEPTBADWORDLEVEL,
374 EXCEPTFLOODLEVEL, and EXCEPTSPAMLEVEL. Users equal or above to
375 the specified levels will be exempt. All levels default to
376 UL_OP (200) at first.
377
378 * src/spamserv.h: Added new except variables.
379
380 * src/spamserv.help: Added new sections for the new except SET
381 options, plus removed the level lines for now.
382
383 2006-12-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
384
385 * Merry Christmas! :)
386
387 * src/spamserv.c: Meh cant sleep damn people outside. Fixed a bug
388 with setting exceptlevel.
389
390 2006-12-24 Alex Schumann <rubin@afternet.org>
391
392 * src/chanserv.c: fixed incorrect message when .dellamer is used on a
393 nickname.
394
395 2006-12-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
396
397 * Merry Christmas! :)
398
399 * This completes RFE 1577823.
400
401 * src/spamserv.c: Added EXCEPTLEVEL, this replaces the code that
402 excepts all people who are opped etc. Only people above this level
403 will be immune now. Defaults to 300 for channels without the option
404
405 * src/spamserv.h: Added exceptlevel.
406
407 * src/spamserv.help: Added EXCEPTLEVEL.
408
409 2006-12-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
410
411 * Merry Christmas! :)
412
413 * src/spamserv.c: Added trusted accounts support (RFE 1577823).
414
415 * src/spamserv.help: ADDTRUST, DELTRUST, OADDTRUST, ODELTRUST,
416 and LISTTRUST added.
417
418 2006-12-20 Alex Schumann <rubin@afternet.org>
419
420 * src/Makefile.in: undo temp fix
421
422 * src/opserv.c: perm fix to HAVE_TRACK define problems
423
424 * src/configure.in: perm fix to HAVE_TRACK define problems
425
426 * src/config.h.in: perm fix to HAVE_TRACK define problems
427
428 2006-12-21 Neil Spierling <sirvulcan@sirvulcan.co.nz>
429
430 * src/Makefile.in: Temp fix.
431
432 2006-12-20 Alex Schumann <rubin@afternet.org>
433
434 * src/proto-p10.c: added full mark support including as a trace
435 criteria.
436
437 * src/opserv.c: added full mark support including as a trace
438 criteria.
439
440 * src/hash.h: added full mark support including as a trace
441 criteria.
442
443 * src/opserv.help: documented the 'marked' criteria in trace.
444
445 2006-12-20 Alex Schumann <rubin@afternet.org>
446
447 * src/chanserv.c: fixing a bug with unmatching userlevels and the del*
448 commands. (such as delpeon of a user with non-standard peon level)
449
450 * src/spamserv.c: fixing memory corruption problems with dicts. Fixed
451 crash with service rename, and probably many other problems.
452
453 * src/mod-track.c: fixing memory problems, and the broken set command.
454 Track may be stable now, needs large scale testing.
455
456 2006-12-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
457
458 * src/chanserv.help: Opps that will teach me for cut n pasting.
459 Adjusted duration line for CLVL help. Users are not removed after
460 the duration they are reverted back to their previous access
461 level.
462
463 2006-12-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
464
465 * src/chanserv.c: check the ircd side ban list too
466
467 * src/opserv.c: Fixed a small bug, woops.
468
469 2006-12-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
470
471 * src/chanserv.c: Added trace_check_bans, cut down version of
472 check_bans for checkrestrictions
473
474 * src/chanserv.h: Declare trace_check_bans.
475
476 * src/opserv.c: Added addalert/trace option checkrestrictions. When
477 using SVSJOIN as an action this option will check the ban lists, invite
478 keys and limits of the target channel and if any match or exist (invite
479 etc) then the SVSJOIN wont go through
480
481 * src/opserv.help: Added information about checkrestrictions.
482
483 2006-12-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
484
485 * src/chanserv.c: Timed CLVL's. This just works like my last commit.
486
487 * src/chanserv.h: tweaked expiry to accessexpiry and added clvlexpiry
488 and lastlevel.
489
490 * src/chanserv.help: Added information about timed clvls.
491
492 2006-12-18 Alex Schumann <rubin@afternet.org>
493
494 * src/mod-memoserv.c: add a 'privmsg' flag for being notified via pm
495 instead of notice, when you get new memos. Fixed a buffer overrun with
496 memo ids.
497
498 * src/mod-memoserv.help: fix-up help for settings.
499
500 2006-12-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
501
502 * src/chanserv.c: New feature, channel managers can now add people
503 with a duration. After the duration expires the person will be
504 automatically removed and deoped.
505
506 * src/chanserv.h: Added expiry.
507
508 * src/chanserv.help: Added information about timed accesses.
509
510 * src/modcmd.c: Tweaked addop, addhop etc so a duration can be
511 specified.
512
513 2006-12-18 Neil Spierling <sirvulcan@sirvulcan.co.nz>
514
515 * src/proto-p10.c: Reverted one of my line changes.
516
517 2006-12-17 Neil Spierling <sirvulcan@sirvulcan.co.nz>
518
519 * src/opserv.c: Fixed up a couple of $b errors.
520
521 2006-12-17 Neil Spierling <sirvulcan@sirvulcan.co.nz>
522
523 * src/chanserv.c: Woops forgot to init the channel mode change.
524
525 * src/chanserv.h: Tweak to check_bans.
526
527 * src/proto-p10.c: Add some sanity checks plus moved the +x to
528 after the CMD_FAKEHOST otherwise if the person auths then gets
529 marked they will cause 2 Registered quits on the IRCd. Only one
530 will happen now.
531
532 2006-12-17 Neil Spierling <sirvulcan@sirvulcan.co.nz>
533
534 * src/chanserv.c: Added function check_bans to check bans in a
535 specific channel when needed (see below).
536
537 * src/chanserv.h: check_bans deceleration.
538
539 * src/proto-p10.c: First of all we dont need a handle_info when
540 checking for IsHiddenHost, the IRCd takes care of this. Made it
541 so we copy the fakehost into user->fakehost so X3 can check
542 IsFakeHost properly. Lastly after we set a fakehost in irc_mark
543 we need to recheck the users bans just in case a person has
544 lamer'ed the marked hostname.
545
546 2006-12-12 Alex Schumann <rubin@afternet.org>
547
548 * configure.in: making google core lib optional
549
550 * configure: regenerated
551
552 * src/proto-p10.c: added support for sending nefarious marks
553
554 * src/proto.h: prototype for irc_mark
555
556 * src/opserv.help: documented new mark support. Also documented the
557 svsjoin and svspart commands as they were missing.
558
559 * src/hash.h: added MARKLEN define
560
561 * src/opserv.c: added mark command as well as mark support in trace
562 and addalert.
563
564 2006-12-12 Neil Spierling <sirvulcan@sirvulcan.co.nz>
565
566 * configure: Regenerated.
567
568 * configure.in: Add support for google core dumper. Plus updated
569 tre to 0.7.5.
570
571 * Makefile.in: Regenerated.
572
573 * rx/Makefile.in: Regenerated.
574
575 * src/config.h.in: Regenerated.
576
577 * src/Makefile.in: Regenerated.
578
579 * tools/core_install.sh: Just like tre_install.sh. This installs
580 the core dumper.
581
582 * tools/coredumper.tar.gz: Google core dumper 0.2.
583 http://sourceforge.net/projects/goog-coredumper/
584
585 * tools/tre_install.sh: Updated version to 0.7.5
586
587 * tools/tre.tar.gz: Updated tre to 0.7.5.
588
589 2006-12-10 Alex Schumann <rubin@afternet.org>
590
591 * src/opserv.c: fix debug message left at wrong level ("checking
592 reroute()")
593
594 2006-12-09 Alex Schumann <rubin@afternet.org>
595
596 * src/opserv.c: bugfixes to autorouting timer code
597 improved stats routing to clean up & take an argument
598
599 * src/opserv.h: bugfixes to autorouting timer code
600
601 * src/opserv.help: document new stats routing syntax
602
603 * src/timeq.c: added some usefull (commented out) debugging code for
604 figuring out timer problems.
605
606 * src/timerq.h: added some usefull (commented out) debugging code for
607 figuring out timer problems.
608
609 * src/proto-p10.c: cleanup/improve eob autorouting init
610
611 2006-12-08 Alex Schumann <rubin@afternet.org>
612
613 * src/opserv.c: Moving some version reply housekeeping to proto-p10.c
614
615 * src/proto-p10.c: moving version reply storage here, adding webTV
616 no_notice support (automatiaclly dont send notices if version reply
617 says its a webtv user since they cant SEE notices. (other clients to
618 add?)) note, this needs a version query alert to get the version from
619 them.
620
621 * src/helpfile.c: honor the no_notices user bit
622
623 * src/hash.h: add no_notices user bit
624
625 2006-12-07 Alex Schumann <rubin@afternet.org>
626
627 * src/opserv.c: Add filter ability to stats alerts + fixup
628
629 * src/opserv.help: document filter feature of stats alerts + fixup
630
631 2006-12-02 Alex Schumann <rubin@afternet.org>
632
633 * src/chanserv.c: fix to levels command (- were missing)
634
635 * src/tools.c: fix warning
636
637 * src/common.h: fix warning
638
639 * src/chanserv.help: update online help url, changed help general to
640 use new $! command char replacement code.
641
642 * src/hash.c: fix warning when geoip is off
643
644 * src/helpfile.c: add new '$!' code for chanserv's current trigger
645 char in help files
646
647 2006-12-01 Alex Schumann <rubin@afternet.org>
648
649 * src/chanserv.c: Raisk pointed out that mdelop and friends dont work
650 on users of non-standard access level such as 201. Fixed this by
651 changing mdelop and friends to work on the range of access levels.
652 Added a LEVELS command.
653
654 * src/chanserv.h: corrected PEON access defines such that 1-150 is
655 peon instead of 100-150 with 1-99 being undefined.
656
657 * src/chanserv.help: help for new LEVELS command
658
659 * src/helpfile.c: Improved table functions so that it automatically
660 right-justifies numerical columns.
661
662 * src/tools.c: Added helper functions str_is_number and msnprintf (an
663 auto-mallocing printf function)
664
665 * src/common.h: defines and defines for msnprintf and str_is_number
666
667
668 2006-11-30 Alex Schumann <rubin@afternet.org>
669
670 * src/chanserv.c: Modified .myaccess such that if you give it your own
671 account when you are not a helper, it still works. (Requested by
672 Jigsy)
673
674 * src/nickserv.help: Corrected the help file to feed oregister based
675 on email_required instead of email_enabled
676
677 * src/nickserv.c: Fix & close sf bug 1584057 (hidden_host with no dots
678 causes crash in set if no title) thanks xanjunior
679
680 2006-10-18 Neil Spierling <sirvulcan@sirvulcan.co.nz>
681
682 * src/opserv.c: Minor cosmetic error noticed by Raisk. If doing an
683 opserv WHOIS from another service (when bound), the channels reply
684 would come from o3 instead of that service.
685
686 2006-10-18 Neil Spierling <sirvulcan@sirvulcan.co.nz>
687
688 * src/opserv.c: Added in SVSPART alert/traces.
689
690 * src/opserv.help: Added in bits for SVSJOIN, SVSPART, and VERSION.
691
692 * src/proto.h: Added in decleration for svspart.
693
694 * src/proto-p10.c: Extend current SVSPART functionality so that we
695 can send them with traces etc.
696
697 2006-10-14 Alex Schumann <rubin@afternet.org>
698
699 * src/opserv.c: fix crash Buttaknife noticed if you forget chantarget
700 in svsjoin alerts. Cleanup old silent code fragments left over. Check
701 for missing chantarget in alerts also.
702
703 2006-10-12 Alex Schumann <rubin@afternet.org>
704
705 * src/opserv.c: Added VERSION alert/trace reaction, so you can now
706 setup x3 to version only users matching a criteria, and then another
707 alert to do someting based on the version reply. This should be
708 usefull for finding bots etc. Or, for example, you can make all xchat
709 people join #xchat, or all mirc join #mirc etc.
710 Also, there is a fix in here for SVSJOIN which i hadn't gotten
711 everything working with.
712
713 * src/proto-p10.c: added privmsg_user and version_user functions
714
715 * src/proto.h: added privmsg_user and version_user function
716 declerations
717
718 * src/hash.h: added version_reply variable to users
719
720
721
722 2006-10-12 Alex Schumann <rubin@afternet.org>
723
724 * src/opserv.c: Added SVSJOIN command, to push a user into a channel,
725 and a TRACE REACTION of SVSJOIN for trace and alerts. Now you can do
726 something like 'trace SVSJOIN chantarget #dronebots nick bot[*'
727 or send all level3 users to a perticular channel on connection, etc.
728
729 2006-10-12 Alex Schumann <rubin@afternet.org>
730
731 * src/chanserv.c: Make lamers not affect users on the userlist above
732 inviteme level in the channel. (why kb users who can .uba and
733 .inviteme back in?)
734
735 2006-10-10 Neil Spierling <sirvulcan@sirvulcan.co.nz>
736
737 * src/spamserv.c: Ignore those with access (if the options are
738 disabled- scanchanops, scanhalfops, scanvoiced.
739
740 2006-10-08 Alex Schumann <rubin@afternet.org>
741
742 * src/chanserv.c: undid 9/16/06 change of 5 second delay before
743 autojoin. Not really a great solution. Instead, move auth_handler
744 funcs to be called after stamping etc. thx to Buttaknife for this
745 solution.
746
747 * src/nickserv.c: move auth_func calls to after stamping, and
748 commented up the cmd_auth source to make it more managable.
749
750 2006-10-04 Alex Schumann <rubin@afternet.org>
751
752 * src/chanserv.c: remove redundant 'none' from empty llists
753
754 2006-10-04 Neil Spierling <sirvulcan@sirvulcan.co.nz>
755
756 * src/nickserv.c: Fix for bug 1555621. Cookie data will be copied
757 over with odelcookie now.
758
759 2006-10-04 Neil Spierling <sirvulcan@sirvulcan.co.nz>
760
761 * src/chanserv.c: Fix for bug 1551717. If automode is set to 0
762 in a channel and a user auths in the channel, the user will not
763 receive autoop etc if they have it enabled in uset.
764
765 2006-10-03 Alex Schumann <rubin@afternet.org>
766
767 * src/opserv.c: Check for connect timer entries before adding new
768 ones, hopefully will fix bug 1570408 (pLaYa, let us know)
769
770 2006-09-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
771
772 * src/modcmd.c: Shortened ThiefMaster to just his nick as per request
773 by him.
774
775 2006-09-16 Neil Spierling <sirvulcan@sirvulcan.co.nz>
776
777 * src/chanserv.c: Do autojoin 5 seconds after handle_auth. Seems its
778 happening before autohide. Let me know if its still happening before
779 autohide.
780
781 * src/chanserv.help: Updated the AUTOJOIN bit.
782
783 2006-09-13 Alex Schumann <rubin@afternet.org>
784
785 * src/chanserv.help: improved the help listing for the info command,
786 and information help category.
787
788 2006-09-10 Neil Spierling <sirvulcan@sirvulcan.co.nz>
789
790 * src/mod-memoserv.c: Fixed crash bug.
791
792 * src/spamserv.c: Ignore opers.
793
794 2006-08-28 Neil Spierling <sirvulcan@sirvulcan.co.nz>
795
796 * README: tweaks.
797
798 2006-08-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
799
800 * src/chanserv.help: Tweaked a , to .
801
802 2006-08-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
803
804 * src/opserv.help: Removed privs menu so we can release a tarball.
805
806 2006-08-25 Alex Schumann <rubin@afternet.org>
807
808 * src/chanserv.c: fix uset reply for halfops
809
810 * src/nickserv.help: document the 'b' account flag
811
812 2006-08-26 Neil Spierling <sirvulcan@sirvulcan.co.nz>
813
814 * x3.conf.example: Added hidden host style option and key options
815 for style 2.
816
817 * src/hosthiding.h: Remove KEY #defines.
818
819 * src/hosthiding.c: Set the keys only once using the conf values.
820
821 * src/nickserv.c: Generate hidden hosts off crypt hosts instead
822 of standard hidden hosts if style is 2.
823
824 * src/proto-common.c: Generate hidden hosts off crypt hosts instead
825 of standard hidden hosts if style is 2.
826
827 * src/proto-p10.c: Set crypt host to the crypt IP if there is no
828 hostname (unresolved). This is how Nefarious works.
829
830 * src/tools.c: Generate hidden hosts off crypt hosts instead
831 of standard hidden hosts if style is 2.
832
833 2006-08-24 Neil Spierling <sirvulcan@sirvulcan.co.nz>
834
835 * src/chanserv.c: Added autojoin USET option, which uses SVSJOIN.
836
837 * src/chanserv.h: Added autojoin USET option, which uses SVSJOIN.
838
839 * src/proto.h: irc_svsjoin decelerations.
840
841 * src/proto-p10.c: Wrote irc_svsjoin plus added the nessecary bits
842 for SVSJOIN. Also wrote cmd_svsjoin for if X3 should ever recieve
843 an SJ it will be handled properly as a JOIN. Did the same for
844 SVSPART.
845
846 2006-08-24 Neil Spierling <sirvulcan@sirvulcan.co.nz>
847
848 * src/spamserv.c: Fixed the +k issue with spamserv.
849
850 2006-08-24 Neil Spierling <sirvulcan@sirvulcan.co.nz>
851
852 * src/opserv.c: Added PRIVSET Command.
853
854 * src/opserv.help: Added PRIVSET Command. Plus contents for the
855 privs section.
856
857 * src/proto.h: irc_privs deceleration.
858
859 * src/proto-p10.c: Fixed a compile issue plus added functions for
860 setting and checking privs.
861
862 2006-08-23 Neil Spierling <sirvulcan@sirvulcan.co.nz>
863
864 * x3.conf.example: Add a new ircd type 6 for trunk nefarious.
865
866 * src/hash.h: Priv declerations.
867
868 * src/opserv.c: Show privs in WHOIS output.
869
870 * src/proto.h: client_report_privs decleration.
871
872 * src/proto-p10.c: Handle PRIV only for type 6 servers.
873
874 2006-08-19 Alex Schumann <rubin@afternet.org>
875
876 * src/authserv.c: document the oset flag +b in help (hide from staff
877 command.)
878
879 2006-08-19 Alex Schumann <rubin@afternet.org>
880
881 * src/chanserv.c: added reply command, which responds similar to calc,
882 but with any message. (for use with bindings)
883
884 * src/modcmd.c: enabled the ability to use $a $n and $m in BIND, which
885 are replaced with the target command's calling user's account, nick,
886 and numnick respectively. This and the above allows things like:
887 BIND x3 account x3.reply your account is $a or
888 BIND x3 kickme x3.kick $n $1-
889 more to come, maybe, later.
890
891 2006-08-01 Alex Schumann <rubin@afternet.org>
892
893 * src/modcmd.c: Added OSI certification message to VERSION command
894
895 2006-08-09 Neil Spierling <sirvulcan@sirvulcan.co.nz>
896
897 * x3.conf.example: Redid part of the geoip summary.
898
899 2006-08-09 Neil Spierling <sirvulcan@sirvulcan.co.nz>
900
901 * src/opserv.c: If we have a city, latitude and longitude returned
902 then show a map url. Some results have no city but a latitude and
903 a longitude. The coordinates are useless in this case and most
904 people would know where the country is around abouts.
905
906 2006-08-08 Neil Spierling <sirvulcan@sirvulcan.co.nz>
907
908 * src/hash.c: Speed up city and country lookups significantly.
909 Just slow for the first read but once thats done the rest is fast.
910
911 2006-08-08 Neil Spierling <sirvulcan@sirvulcan.co.nz>
912
913 * src/spamserv.c: Fix a crash in spamserv (Tracker# 1535968).
914 I dont know if this will work for sure as i cant reproduce it. But
915 my theory is that once the user is kicked the mode node is dropped.
916 Users without modes should still return a valid mode node.
917
918 2006-08-08 Neil Spierling <sirvulcan@sirvulcan.co.nz>
919
920 * src/chanserv.c: Fixed a crash with giveownership. X3 would crash
921 if a giveownership command was issued in a channel with no owners.
922
923 2006-08-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
924
925 * configure: Regenerated.
926
927 * configure.in: Added checks for GeoIP headers and libs.
928
929 * x3.conf.example: Add in 2 options for the dat filenames of the
930 city and country files. If not specified then no geoip data
931 will be checked.
932
933 * src/config.h.in: Regenerated.
934
935 * src/hash.c: Created a function to check the geoip info from the
936 dat files.
937
938 * src/hash.h: Decelerations plus added entries to the userNode
939 struct.
940
941 * src/opserv.c: Display the GeoIP information in WHOIS.
942
943 * src/proto-p10.c: Call the new geoip data collection function
944 towards the end of AddUser.
945
946 2006-08-06 Neil Spierling <sirvulcan@sirvulcan.co.nz>
947
948 * src/global.c: Fixed a bug, wasnt message_del'ing some messages.
949
950 2006-08-01 Alex Schumann <rubin@afternet.org>
951
952 * src/chanserv.c: Add automode 6, to just voice everyone with access.
953 Idea by daniel (thx)
954
955 2006-08-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
956
957 * This message is apart of the below one, its just seperate so
958 it doesnt get lost amongst the below messages.
959
960 * src/global.c: Fixed a warning.
961
962 2006-08-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
963
964 * configure: Removed bahamut support, didnt even work.
965
966 * configure.in: Removed bahamut support, didnt even work.
967
968 * INSTALL: Removed bahamut support, didnt even work.
969
970 * x3.conf.example: Removed bahamut support, didnt even work.
971
972 * patches/log-pgsql.diff: Removed bahamut support, didnt even work.
973
974 * patches/helpserv-pgsql.diff: Removed bahamut support, didnt even
975 work.
976
977 * src/config.h.in: Removed bahamut support, didnt even work.
978
979 * src/gline.c: Removed bahamut support, didnt even work.
980
981 * src/hash.h: Removed bahamut support, didnt even work.
982
983 * src/nickserv.c: Removed bahamut support, didnt even work.
984
985 * src/nickserv.h: Removed bahamut support, didnt even work.
986
987 * src/Makefile.am: Removed bahamut support, didnt even work.
988
989 * src/Makefile.in: Removed bahamut support, didnt even work.
990
991 * src/proto-bahamut.c: Removed bahamut support, didnt even work.
992
993 * src/shun.c: Removed bahamut support, didnt even work.
994
995 2006-08-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
996
997 * src/global.c: Added language strings for mod-helpserv.c, opserv.c,
998 spamserv.c, nickserv.c.
999
1000 * src/mod-helpserv.c: Changed global_message uses to global_message_arg's.
1001
1002 * src/nickserv.c: Changed global_message uses to global_message_arg's.
1003
1004 * src/opserv.c: Changed global_message uses to global_message_arg's.
1005
1006 * src/spamserv.c: Changed global_message uses to global_message_arg's.
1007
1008 2006-08-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1009
1010 * src/chanserv.c: Changed global_message uses to global_message_arg's.
1011
1012 * src/global.c: Added language strings for chanserv.c
1013
1014 2006-08-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1015
1016 * src/global.c: Make sure we arnt sending duplicate messages in
1017 some cases.
1018
1019 2006-08-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1020
1021 * src/x3.conf.example: Removed the targets option.
1022
1023 * src/global.c: Wrote new function that will global message users
1024 and/or opers and/or helpers messages in their own langauge. The
1025 strings are set either in language files or in the global.c message
1026 struct. This allows us to send defcon notices to people and they
1027 will get them in their own language if they have it set.
1028
1029 * src/global.h: global_message_args decleration.
1030
1031 * src/opserv.c: Removed targets option for defcon as its too hard
1032 to send messages to people in channels if the people have different
1033 language settings.
1034
1035 2006-07-31 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1036
1037 * src/opserv.c: TODO stuff.
1038
1039 2006-07-31 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1040
1041 * x3.conf.example: Added SHUN setting for DEFCON.
1042
1043 * doc/DEFCON: Added SHUN setting for DEFCON.
1044
1045 * src/opserv.c: Moved the gline check to here. Also added a SHUN
1046 check.
1047
1048 * src/opserv.h: Added SHUN setting for DEFCON.
1049
1050 * src/proto-p10.c: Moved the DEFCON gline check to opserv.c
1051
1052 2006-07-31 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1053
1054 * x3.conf.example: Added new Defcon system settings
1055
1056 * doc/DEFCON: Anope's Defcon doc adapted for X3.
1057
1058 * src/chanserv.c: Block mode changes and channel registrations if
1059 required.
1060
1061 * src/mod-memoserv.c: Block new memos if required.
1062
1063 * src/nickserv.c: Block nick registrations if required.
1064
1065 * src/opserv.c: Added in defcon system, uses some of the anope code.
1066 Most tho is from scratch.
1067
1068 * src/opserv.h: Defcon declerations.
1069
1070 * src/opserv.help: Added DEFCON entry.
1071
1072 * src/proto-p10.c: If required gline new clients, also if required
1073 kill new clients.
1074
1075 2006-07-29 Alex Schumann <rubin@afternet.org>
1076
1077 * configure.in, Makefile.in, src/Makefile.in, tools/tre_install.sh,
1078 src/opserv.c, src/config.h.in, src/nickserv.c, src/Makefile.am: I am
1079 not comfortable running 'make install' on libtre from ./configure.
1080 This violates what the user expects in a way that can harm the system.
1081 Changed how the libtre checks work and provided easy-to-use install
1082 script. -fix link stage
1083
1084 * rx/Makefile.in: fix autotools warning(s)
1085
1086 2006-07-28 Alex Schumann <rubin@afternet.org>
1087
1088 * src/nickserv.help: add odelcookie to help oper
1089
1090 * x3.conf.example: update & improve x3.conf.example description of
1091 extended_accounts setting.
1092
1093 2006-07-26 Alex Schumann <rubin@afternet.org>
1094
1095 * src/opserv.c: Fix crash when doing reroute if routing isnt
1096 configured. | Voice discovered that the error message for addplan fail
1097 was typeo'd so not showing.
1098
1099 * src/opserv.help: slight changes to routing help.
1100
1101 * src/chanserv.c: let non-staff see when channels were registered with
1102 .info
1103
1104 2006-07-24 Alex Schumann <rubin@afternet.org>
1105
1106 * src/proto-p10.c: dont burst channels with 0 users in them (which
1107 were created by alert discrims, most likely)
1108
1109 2006-07-23 Alex Schumann <rubin@afternet.org>
1110
1111 * x3.conf.example: Added chanserv "modes" to example - use to control
1112 what usermodes chanserv gets. Mainly for setting +d or not, if you
1113 have nef 1.0 'b:' lines setup.
1114
1115 2006-07-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1116
1117 * src/nickserv.c: If theres no title set then the default title
1118 will therefore be the first part of hidden_host in x3.conf.example,
1119 so for consistency with opt_fakehost we will print this.
1120
1121 2006-07-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1122
1123 * src/nickserv.c: The reason why theres no arg rubin is that
1124 if you want to print the fakehost then u dont specify an arg.
1125 This tells opt_fakehost to set fake to the current fakehost
1126 and pass it on to be printed.
1127
1128 2006-07-23 Alex Schumann <rubin@afternet.org>
1129
1130 * src/nickserv.c: Add config file regex fakehost test + sanity
1131 checking in title as well (fixed).
1132
1133 * src/mod-memoserv.c: Fixed crash bug in memosearv read. (check argc
1134 instead of argv[2]==null since argv's dont get set null.
1135
1136 2006-07-23 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1137
1138 * src/mod-memoserv.c: Fix to a crash/output corruption issue.
1139
1140 * src/proto-p10.c: Host in topic supports sethost and fakehost
1141 now.
1142
1143 2006-07-21 Alex Schumann <rubin@afternet.org>
1144
1145 * src/proto-p10.c: Added support for irc_wallop, irc_squit,
1146 irc_connect, and added callbacks to handle connect failures and
1147 successes. (All prep for auto routing system)
1148
1149 * src/proto.h: Added support for irc_wallop, irc_squit,
1150 irc_connect, and added callbacks to handle connect failures and
1151 successes. (All prep for auto routing system)
1152
1153 * src/opserv.help: Help entries for auto routing system + fix typeo in
1154 routing example
1155
1156 * src/hash.h: New structs for auto routing system
1157
1158 * src/opserv.c: The long-awaited X3 Auto Routing Plan system! + reduce
1159 error message to debug message.
1160
1161 * src/opserv.h: The long-awaited X3 Auto Routing Plan system!
1162
1163 * src/modcmd.c: added 'routing' main command alias.
1164
1165 2006-07-16 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1166
1167 * x3.conf.example: Added host_in_topic option for sending full
1168 nick!user@host if its enabled. Default to one as Nefarious is
1169 default to TRUE for HOST_IN_TOPIC. There will be wierdness if
1170 you have this enabled on X3 and not on your Nefarious server.
1171
1172 * src/proto-p10.c: Make use of host_in_topic.
1173
1174 2006-07-13 Alex Schumann <rubin@afternet.org>
1175
1176 * src/opserv.c: make the bot reply from the nick you /msg in all
1177 cases, if commands are bound to a different bot.
1178
1179 * src/nickserv.c: make the bot reply from the nick you /msg in all
1180 cases, if commands are bound to a different bot.
1181
1182 * src/chanserv.c: make the bot reply from the nick you /msg in all
1183 cases, if commands are bound to a different bot.
1184
1185 * src/mod-memoserv.c: Make all memoserv commands reply from the bot you
1186 msg, not the defined memoserv bot, if commands are aliased to other
1187 bots. This may also fix the crash bug playa reported at
1188 http://www.unrealgamers.net/forums/index.php?showtopic=138
1189
1190 2006-07-11 Alex Schumann <rubin@afternet.org>
1191
1192 * src/chanserv.c: Fixed some weirdness with nef 1.0's 2nd topic setter
1193 and some x3 topic functions.
1194
1195 * x3.conf.example: Improved server/type setting documentation,
1196 and changed default to 5.
1197
1198 2006-07-11 Alex Schumann <rubin@afternet.org>
1199
1200 * src/opserv.c: fixed silent alerts not getting picked up from db file
1201 on read/load.
1202
1203 2006-07-11 Alex Schumann <rubin@afternet.org>
1204
1205 * src/opserv.c: add sanity checking to jupe to avoid catastrophic loop
1206 when adding an invalid jupe servername or numeric.
1207 this closes bug number 1513510.
1208
1209 * src/modcmd.c: if pubcmd is set higher than your level, only respond
1210 with the denied msg if the command was actually found. this closes bug
1211 number 1509382.
1212
1213 2006-07-10 Alex Schumann <rubin@afternet.org>
1214
1215 * src/chanserv.c: fixed crash bug trying to deref the handleinfo of a
1216 non-logged-in user (null pointer)
1217
1218 2006-07-09 Alex Schumann <rubin@afternet.org>
1219
1220 * src/nickserv.c: fixed bug where unignores were getting sent to the
1221 user multiple times, instead of to each online nick once.
1222
1223 2006-07-09 Alex Schumann <rubin@afternet.org>
1224
1225 * src/nickserv.c: Fixes for addignore/delignore corruption +missed a
1226 spot. Ugh, messed up the fix. Trying again :)
1227
1228 2006-07-10 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1229
1230 * src/chanserv.c: INVITE now checks the targets ignore/silence list.
1231 If the target is ignoring the person inviting them then the invite
1232 is denied.
1233
1234 2006-07-07 Alex Schumann <rubin@afternet.org>
1235
1236 * src/mod-memoserv.c: pLaYa reported a crash/corruption bug in
1237 memoserv most easily seen when sending short memos. Rewrote the flag
1238 handling part of memo send to correct it.
1239
1240 2006-07-05 Alex Schumann <rubin@afternet.org>
1241
1242 * src/helpfile.c: pLaYa pointed out the table code row count is off by
1243 one. Fixed.
1244
1245 2006-06-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1246
1247 * configure: Regenerated.
1248
1249 * configure.in: Make use of TRE regexp library. Its more powerful
1250 than the standard library (http://laurikari.net/tre/index.html).
1251 Im also pondering adding services side regexp bans, X3 would
1252 probably required a channel flag called say advanced that can
1253 only be set by the owner. If enabled then regexp bans can be
1254 used. I also added an output saying what modules are enabled,
1255 what protocol is enabled, what malloc is choosen and if debugging
1256 is enabled. Just a bit of a message as the user will of seen
1257 programs just finish compiling and he/she/it may think it
1258 was X3 compiling, but it was just TRE compiling. They still need
1259 to compile X3.
1260
1261 * src/config.h.in: Regenerated.
1262
1263 * src/Makefile.am: Tweak for TRE.
1264
1265 * src/Makefile.in: Regenerated.
1266
1267 * src/nickserv.c: Use the new regex.h Im sure -I includes get
1268 called before system includes like /usr/include.
1269
1270 * src/opserv.c: Use the new regex.h Im sure -I includes get
1271 called before system includes like /usr/include.
1272
1273 * src/tools/tre.tar.gz: TRE 0.7.4. Configure will untar and
1274 compile this just before configure finishes up. Sits around
1275 470KB, rather than another 2.5MB if i TRE untarred. I suppose
1276 i could get it down a bit more using Bzip but there are some
1277 boxes out there still without bzip.
1278
1279 2006-06-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1280
1281 * src/mod-memoserv.c: Better history implementation. A seperate
1282 table is used for history entries. Entries contain the same
1283 fields as the memo table except for the message, read, and flags.
1284 Entries are only removed from the history db when they get
1285 expired by do_expire (older than message_expire). Also fixed
1286 up a issue with STATUS. On AfterNET we were getting huge large
1287 for the amount of memos. I now realise it was reading the amount
1288 of users. It now reads the proper amount of memos. I also a count
1289 for history entries.
1290
1291 * src/mod-memoserv.help: EXPIRE handles history and memos now.
1292
1293 2006-06-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1294
1295 * src/mod-memoserv.c: Make use of ignore lists when trying to
1296 send memos.
1297
1298 2006-06-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1299
1300 * src/spamserv.c: Crash fix (finally). Been meaning to do this
1301 for a while now.
1302
1303 2006-06-23 Alex Schumann <rubin@afternet.org>
1304
1305 * src/modcmd.help, src/opserv.help, src/helpfile.c, src/helpfile.h,
1306 src/modcmd.c, src/nickserv.c: Improvements to
1307 table output and help display.
1308
1309 * src/mod-memoserv.c: fix segfault
1310
1311 2006-06-23 Alex Schumann <rubin@afternet.org>
1312
1313 * src/chanserv.c: Backing out the bantype patch because it sucks _bad_.
1314 fix it and re-apply if you want it..
1315
1316 * src/chanserv.h: Backing out the bantype patch.
1317
1318 * src/chanserv.help: Backing out the bantype patch.
1319
1320 2006-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1321
1322 * src/mod-memoserv.c: Fixed a bug.
1323
1324 2006-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1325
1326 * src/mod-memoserv.c: Added basic HISTORY command. At the moment
1327 if the recipient deletes the memo it will not be listed in the
1328 HISTORY list.
1329
1330 * src/mod-memoserv.help: HISTORY entry.
1331
1332 2006-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1333
1334 * src/mod-memoserv.c: Added new flags, see below.
1335
1336 * src/mod-memoserv.help: Opps forgot the read reciept stuff. Also
1337 added flags for always ignoring read reciepts and always sending
1338 read reciepts.
1339
1340 2006-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1341
1342 * src/mod-memoserv.c: Added CANCEL command for cancelling memos
1343 that you have sent, aslong as they have not been read yet.
1344
1345 * src/mod-memoserv.help: CANCEL entry plus tweaked some read
1346 recipient to read reciept stuff.
1347
1348 2006-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1349
1350 * src/mod-memoserv.c: Redid the db stuff, it now writes users
1351 settings and memos to the memoserv database.
1352
1353 2006-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1354
1355 * src/mod-memoserv.c: Small bug fix.
1356
1357 2006-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1358
1359 * src/mod-memoserv.c: Added read recipient support via SEND using
1360 -r as a flag. Messages with requested read recipients have a (r)
1361 shown beside the sender nick in LIST. People can ignore a read
1362 recipient using -i when reading the message via READ. Its all
1363 in the help file.
1364
1365 * src/mod-memoserv.help: Added read recipient relevent bits.
1366
1367 * src/opserv.help: Added halfopping functions.
1368
1369 2006-06-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1370
1371 * src/x3.conf.example: Forgot a ;.
1372
1373 2006-06-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1374
1375 * src/mod-memoserv.c: Make use of SET LIMIT.
1376
1377 2006-06-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1378
1379 * src/mod-memoserv.c: Fixed SET bugs and renabled LIMIT now.
1380
1381 2006-06-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1382
1383 * src/mod-memoserv.c: On Second thoughts dont enable LIMIT now.
1384
1385 2006-06-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1386
1387 * x3.conf.example: Max limit for Memoserv LIMIT option.
1388
1389 * src/hash.h: Fixed halfops issue.
1390
1391 * src/mod-memoserv.c: Added SET LIMIT option for the maximum
1392 amount of memos you can have. This does not do anything yet as
1393 im committing the half ops fix now. This code is fine it just
1394 allows you to adjust the limit for now.
1395
1396 2006-06-12 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1397
1398 * x3.conf.example: Commented out SpamServ module as there are bugs
1399 and i cant give a definate date as to when i can fix it. Im not
1400 home much these days.
1401
1402 * src/mod-memoserv.c: Redid the SET code using some whatnet code
1403 by wasted. Tweaked here and there. Also added some formatting in
1404 LIST and SET like chanserv SET. Oh and MemoServ will join
1405 autojoin_channels if MemoServ is in a seperate nickname.
1406
1407 * src/mod-memoserv.help: Added OSET and done some tweaking.
1408
1409 * src/nickserv.c: Allow the use of get_victim_oper outside of
1410 nickserv.c.
1411
1412 * src/nickserv.h: Allow the use of get_victim_oper outside of
1413 nickserv.c.
1414
1415 2006-06-07 Alex Schumann <rubin@afternet.org>
1416
1417 * src/chanserv.help: Added a couple set helps that were missing.
1418
1419 * src/helpfile.c: fix missing space in multi-column table output such
1420 as /msg opserv commands * (with nickserv tablewidth setting >60)
1421
1422 2006-06-06 Alex Schumann <rubin@afternet.org>
1423
1424 * src/opserv.c: Change how addalert silence works, so that its a
1425 parameter instead of an action, and also works with trace now.
1426
1427 * x3.conf.example: Added a config setting of level needed to use
1428 'silent yes' in trace/addalert.
1429
1430 2006-06-04 Alex Schumann <rubin@afternet.org>
1431
1432 * src/nickserv.c: Fix oregister
1433
1434 * src/nickserv.help: Update help for oregister
1435
1436 2006-06-05 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1437
1438 * src/proto-p10.c: Properly handle incomming manual silences.
1439
1440 2006-06-05 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1441
1442 * src/common.h: pretty_mask etc declerations.
1443
1444 * src/nickserv.c: Parse the mask through pretty_mask before adding
1445 it. Normal ircd side silences go through this, this just keeps
1446 things looking the same and if a user tries to remove a silence
1447 added by ADDIGNORE they will be able to. Oh and I HATE GLIBC :P
1448
1449 * src/proto-p10.c: Send a + if adding a silence.
1450
1451 * src/tools.c: pretty_mask and one other function for reformatting
1452 a hostname so its pretty :) from IRCu.
1453
1454 2006-06-04 Alex Schumann <rubin@afternet.org>
1455
1456 * src/nickserv.c: Send silences to every nick of a handle, not the
1457 nick that did the command.
1458
1459 2006-06-04 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1460
1461 * src/main.c: Moved spamserv initilization to after chanserv.
1462
1463 * src/spamserv.c: Read the db earlier.
1464
1465 2006-05-30 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1466
1467 * configure: Regenerated.
1468
1469 * configure.in: Bumped version and changed list email.
1470
1471 * x3.example.conf: Added SpamServ options.
1472
1473 * src/chanserv.c: Join SpamServ if enabled when chanserv joins.
1474
1475 * src/chanserv.h: Declerations
1476
1477 * src/main.c: Init the new SpamServ service.
1478
1479 * src/Makefile.am: Added SpamServ files.
1480
1481 * src/Makefile.in: Regenerated
1482
1483 * src/modcmd.c: Added SpamServ to REBINDALL.
1484
1485 * src/opserv.c: Slab/X3 malloc STATS MEMORY updates.
1486
1487 * src/proto-common.c: Make sure SpamServ gets notices.
1488
1489 * src/spamserv.c: New service that checks for spamming, floods etc.
1490 Requires an oper to register it to a channel for it to work.
1491
1492 * src/spamserv.h: Decelerations.
1493
1494 * src/spamserv.help: Help entries for SpamServ.
1495
1496 2006-05-29 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1497
1498 * Below functions by Wasted (Martijn Smit) <wasted@lostdomain.org>
1499
1500 * src/chanserv.c: Added selectable bantypes.
1501
1502 * src/chanserv.h: Added selectable bantypes.
1503
1504 * src/chanserv.help: Added help entries.
1505
1506 2006-05-29 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1507
1508 * src/nickserv.c: Added user option ADVANCED, when we add more
1509 advanced commands users will need to set this to see the options
1510 in help. Further work in helpfile is still needed afaik. This is
1511 just the basics.
1512
1513 * src/nickserv.h: Advanced option declerations.
1514
1515 * src/nickserv.help: Added option ADVANCED, also added AUTOHIDE.
1516 Seems no one added that when they added the AUTOHIDE option.
1517
1518 2006-05-28 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1519
1520 * Below functions by Wasted (Martijn Smit) <wasted@lostdomain.org>
1521
1522 * x3.example.conf: Added new options- god_timeout, autojoin_channels,
1523 and denied_fakehost_words. Also dropped refresh_period for chanserv
1524 set resync.
1525
1526 * src/chanserv.c: Added god_timeout, disable god mode automatically
1527 when the period times out. Also added a new set option- resync, auto
1528 resyncs the userlist every 3, 6, 9, or 12 hours (or not at all).
1529
1530 * src/chanserv.help: Added entry for SET RESYNC.
1531
1532 * src/global.c: Join global into autojoin_channels if enabled.
1533
1534 * src/main.c: Some tweaking for autojoin_channels.
1535
1536 * src/mod-memoserv.c: If a user has memos and notify on login
1537 enabled then only display the notify notice on login and not
1538 during a netburst.
1539
1540 * src/mod-track.c: Quashed a warning.
1541
1542 * src/modcmd.c: Added functions for god_timeout. Also added wasted
1543 to VERSION output for credits for these features.
1544
1545 * src/nickserv.c: Added denied_fakehost_words, deny the words set
1546 there if an oper trys to use them in a fakehost. Also autojoin
1547 chanserv if enabled into autojoin_channels.
1548
1549 * src/opserv.c: Added REFRESHMAX to reset the max count, ie for
1550 after a drone attack. Also join opserv and reserved nicks into
1551 autojoin_channels if opserv/reserved is enabled.
1552
1553 * src/opserv.help: Added entry for REFRESHMAX.
1554
1555 2006-05-25 Alex Schumann <rubin@afternet.org>
1556
1557 * src/proto-p10.c: make non-existant server type setting not crash x3.
1558
1559 * src/nickserv.help: Added newby tip to authserv registration
1560 help (about < and >)
1561
1562 * src/mod-track.c: Fixed crash when a server kicks a person (tried to
1563 deref null kicker)
1564
1565 2006-05-23 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1566
1567 * src/chanserv.c: Set SWHOIS's when a user auths.
1568
1569 * src/hosthiding.c: Fixed a segfault.
1570
1571 * src/nickserv.c: Epithets now use SWHOIS.
1572
1573 * src/proto.h: Declerations for irc_swhois.
1574
1575 * src/proto-p10.c: Handle SWHOIS's.
1576
1577 2006-05-23 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1578
1579 * src/hash.h: Bumped SOCKIPLEN
1580
1581 * src/hosthiding.c: Functions to crypt IPv6 addresses.
1582
1583 * src/hosthiding.h: IPv6 function declerations.
1584
1585 * src/proto-p10.c: If the users ip address is IPv6 then crypt it
1586 with the ipv6 crypting function.
1587
1588 2006-05-23 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1589
1590 * src/hash.h: Bits needed for other type of host hiding.
1591
1592 * src/hosthiding.h: Nefarious style 2 host hiding declerations.
1593
1594 * src/hosthiding.c: This will generated crypted style 2 Nefarious
1595 hidden hosts and ips. Currently they are just displayed in O3
1596 WHOIS. Im yet to expand this.
1597
1598 * src/Makefile.am: Added hosthiding.c and hosthiding.h.
1599
1600 * src/Makefile.in: Regenerated.
1601
1602 * src/opserv.c: Display crypted hosts n ips in WHOIS.
1603
1604 * src/proto-p10.c: Generate crypted hosts n ips on everyone and
1605 save them in user->crypthost user->cryptip.
1606
1607 2006-05-22 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1608
1609 * src/chanserv.c: Set ignores when you authenticate.
1610
1611 * src/nickserv.c: Added ADDIGNORE, OADDIGNORE, DELIGNORE ODELIGNORE.
1612 Used for centralized silence list management. Currently set ignores
1613 can be viewed in ACCOUNTINFO for via ircd SILENCE.
1614
1615 * src/nickserv.h: Declerations.
1616
1617 * src/nickserv.help: Added help entries for above commands.
1618
1619 * src/proto.h: Declerations.
1620
1621 * src/proto-p10.c: Functions to handle silences
1622
1623 2006-05-18 Alex Schumann <rubin@afternet.org>
1624
1625 * src/proto-p10.c: Fixed up the track module a bit more
1626
1627 * src/hash.c: Fixed up the track module a bit more, including
1628 reporting correctly when X3 kicks someone. This should affect mrsnoopy
1629 as well, hopefully wont cause any bugs.
1630
1631 * src/mod-track.c: Fixed up the track module a bit more - made track
1632 all/none work
1633
1634 2006-05-18 Alex Schumann <rubin@afternet.org>
1635
1636 * src/chanserv.c: adding 'classic' view, via patch submitted by pLaYa
1637
1638 * src/nickserv.c: adding 'classic' view, via patch submitted by pLaYa
1639
1640 * src/nickserv.h: adding 'classic' view, via patch submitted by pLaYa
1641
1642 * src/nickserv.help: adding 'classic' view, via patch submitted by pLaYa
1643
1644 2006-05-18 Alex Schumann <rubin@afternet.org>
1645
1646 * src/chanserv.c: re-disabled netrider kicking. Somehow this got included back
1647 in.
1648
1649 * src/mod-track.c: some cleanups and textual changes, to make the commands
1650 slightly more user friendly.
1651
1652 2006-05-16 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1653
1654 * src/proto-p10.c: Changed 050 specfic topic stuff to a conf setting
1655
1656 * src/x3.conf.example.: adding 050 'type' to server config (rubin
1657 fixed missing ';' and changelog entries)
1658
1659 2006-05-16 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1660
1661 * Most files: Heh i cant be bothered listing all files, see websvn
1662 if you want specific files. I just added a new tracking module, its
1663 just like snoop except it targets specified users. The actual
1664 commit is in the previous revision, i just forgot to update this to
1665 tick over the svn version in version output.
1666
1667 2006-05-15 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1668
1669 * Most files: Major update off the new release of srvx 1.3.1. Also
1670 seeing as the new updates dont all have changelog entries ive dropped
1671 the 2 srvx Changelog files and renamed the X3 one to ChangeLog.
1672
1673 2006-03-20 Alex Schumann <rubin@afternet.org>
1674
1675 * src/chanserv.c: core fix; check if theres a handle_info before looking
1676 at style...
1677
1678 * src/helpfile.c: core fix; check if theres a handle_info before looking
1679 at style...
1680
1681 2006-03-17 Alex Schumann <rubin@afternet.org>
1682
1683 * src/chanserv.c: more clean style changes
1684
1685 2006-03-17 Alex Schumann <rubin@afternet.org>
1686
1687 * src/chanserv.c: Added nickserv 'style' setting back. (HomeDawg
1688 and dhp1080 made me do it) Needs lots of work to remove ----
1689 headers for 'clean' setting.
1690
1691 * src/helpfile.c: Added nickserv 'style' stetting back.
1692
1693 * src/nickserv.help: Added help for set style.
1694
1695 * src/mod-helpserv.c: make style affect table outputs.
1696
1697 * src/nickserv.c: Added nickserv 'style' setting back.
1698
1699 * src/nickserv.h: Added nickserve 'style' setting back.
1700
1701 2006-03-17 Alex Schumann <rubin@afternet.org>
1702
1703 * src/proto-p10.c: Added conf setting for extended_accounts for
1704 backward compatability with stock undernet ircd.
1705
1706 * x3.conf.example: Added conf setting for extended_accounts for
1707 backward compatability with stock undernet ircd.
1708
1709 2006-03-06 Alex Schumann <rubin@afternet.org>
1710
1711 * src/opserv.help: Added missing trace criteria to help,
1712 and fixed up a few other bits of help around that topic.
1713
1714 2006-01-16 Alex Schumann <rubin@afternet.org>
1715
1716 * src/tools.c: created an email valididty function
1717
1718 * src/nickserv.c: check valididty of email better
1719
1720 * src/sendmail.c: check validity of email better
1721
1722 2006-01-06 Alex Schumann <rubin@afternet.org>
1723
1724 * src/opserv.c: fix gtrace, trace, csearch and alerts to work when aliased
1725 to a different bot, eg chanserv, and to reply from the correct nickname.
1726 also a bunch of whitespace changes
1727
1728 * src/nickserv.c: begin work on making nickserv commands bind without
1729 responding from the wrong nick. also a bunch of whitespace changes
1730
1731 * src/hash.h: whitespace
1732
1733 * src/opserv.help: improved QUERY helpfile. (though command itself still
1734 has bugs)
1735
1736 2005-12-14 Alex Schumann <rubin@afternet.org>
1737
1738 * src/chanserv.help: added set bantimeout help
1739
1740 2005-11-08 Alex Schumann <rubin@afternet.org>
1741
1742 * src/modcmd.c: cleaned up tabs, added hack to display help on JOINER
1743 aliases properly.
1744
1745 * src/modcmd.help: Added note about escaping spaces to modcmd help.
1746
1747 * src/nickserv.help: Improved help files
1748
1749 * src/chanserv.help: Improved help files
1750
1751 2005-10-13 Alex Schumann <rubin@afternet.org>
1752
1753 * src/proto-p10.c: ignore remote /lusers
1754
1755 2005-09-13 Alex Schumann <rubin@afternet.org>
1756
1757 * src/global.c: Changed motd header style
1758
1759 * src/nickserv.help: Improved directions for getting and using
1760 accounts.
1761
1762 * src/chanserv.help: Improved directions for getting and using
1763 accounts.
1764
1765 2005-08-13 Alex Schumann <rubin@afternet.org>
1766
1767 * src/chanserv.c: Fixed a bug i created using masks in ,kick. Restored
1768 some *@* protection.
1769
1770 * src/tools.c: added function to detect an overmask (too general)
1771
1772 * src/common.h: added function to detect an overmask (too general)
1773
1774 2005-08-12 Alex Schumann <rubin@afternet.org>
1775
1776 * src/chanserv.c: Modified resync to work accourding to automode
1777 setting, and fixed a buffer overflow problem.
1778
1779 * src/chanserv.help: updated set automode and rsync help.
1780
1781 * src/nickserv.h: Added an autohide setting to nickserv/authserv that
1782 sets +x on AUTH.
1783
1784 * src/nickserv.c: Added an autohide setting to nickserv/authserv that
1785 sets +x on AUTH.
1786
1787 2005-08-12 Alex Schumann <rubin@afternet.org>
1788
1789 * src/chanserv.c: Cleanup. Added 'automode' channel setting in place
1790 of 'voice' setting. + Rewording setting help
1791
1792 * src/chanserv.h: Cleanup. Added 'automode' channel setting in place
1793 of 'voice' setting.
1794
1795 * src/chanserv.help: Added help for automode. + Rewording setting help
1796
1797 2005-08-11 Alex Schumann <rubin@afternet.org>
1798
1799 * src/proto-p10.c: added irc_umode() to send usermodes (Life4Christ)
1800
1801 * src/proto-bahumit.c: added irc_umode() to send usermodes, untested..
1802
1803 * src/proto.h: added irc_umode() to send usermodes (Life4Christ)
1804
1805 * src/nickserv.c: Added option to have authserv oper/admin people with
1806 opserv access. (Life4Christ)
1807
1808 * src/opserv.c: Added admin_level config option
1809
1810 * src/opserv.h: Added admin_level config option
1811
1812 2005-08-11 Alex Schumann <rubin@afternet.org>
1813
1814 * src/proto-p10.c: Avoid duplicating an oper in curr_opers (,staff
1815 command) when nef* bug sends the +o twice. ++fix bug in patch
1816
1817 2005-08-09 Alex Schumann <rubin@afternet.org>
1818
1819 * src/chanserv.c: Fixed banTimeout to actually remove the bans :)
1820
1821 2005-08-08 Alex Schumann <rubin@afternet.org>
1822
1823 * src/chanserv.c: Added banTimeout feature to .set
1824
1825 * src/chanserv.h: added banTimeout feature to .set
1826
1827 * src/recdb.c: Added some better error catching in database_get_data()
1828
1829 * src/proto-common.h: tabs
1830
1831 * x3.conf.example: added bantimeout to default set list, and ban
1832 timeout frequency config setting.
1833
1834 2005-08-04 Alex Schumann <rubin@afternet.org>
1835
1836 * src/chanserv.c: Changed kick protected message to one without %s or
1837 $b because the kick function doesnt support replacements.
1838
1839 * src/tools.c: fixed spelling error in comment.
1840
1841 2005-07-28 Alex Schumann <rubin@afternet.org>
1842
1843 * src/chanserv.c: fixed crash bug in 8ball (required params was off by
1844 one)
1845
1846 * src/proto-p10.c: Ignore wallusers (WU) tokens from server without
1847 whining.
1848
1849 2005-07-26 Alex Schumann <rubin@afternet.org>
1850
1851 * x3.conf.example: Updated from live afternet file and improved help
1852 and layout. Added vim directive to set syntax type.
1853
1854 * src/chanserv.c: ported x2's 8ball in, and improved it.
1855
1856 * src/math.c: Added osiris' hack to do_math for supporting
1857 2(10) and 2pi etc. Improved it to handle pi2 also.
1858
1859 * src/chanserv.help: updated 8ball help and added 'myaccess' to
1860 information help index.
1861
1862 2005-07-18 Alex Schumann <rubin@afternet.org>
1863
1864 * src/proto-p10.c: added +L awareness
1865
1866 * src/hash.h: added +L awareness
1867
1868 * src/chanserv.help: changed set ctcpreaction help
1869
1870 2005-07-18 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1871
1872 * src/modcmd.h: Lets make some functions global.
1873
1874 * src/modcmd.c: Log hostmasks no matter what.
1875
1876 * src/log.c: Lookup commands if they are from OpServ in the log.
1877 If they match channel specific commands like OP, DEOP, etc then
1878 we will display them in a LAST command (assuming the person doing
1879 the LAST is an oper). Normal clients wont see commands that have
1880 been performed by OpServ.
1881
1882 2005-07-15 Alex Schumann <rubin@afternet.org>
1883
1884 * src/chanserv.c: Changed around ctcpreaction setting so it:
1885 a) doesnt crash.
1886 b) doesnt kick userlist members ever
1887 c) has only 1 setting needed to control it
1888 * src/chanserv.h: removed some old oplevel stuff.
1889
1890 2005-07-14 Alex Schumann <rubin@afternet.org>
1891
1892 * src/proto-p10.c: made it ignore EX, MK and PRIV tokens to
1893 remove errors from log. Fixed problem with missing break; in
1894 channel mode c parsing (reed).
1895
1896 * src/mod-memoserv.c: Improved memoserv 'you have notes' message.
1897
1898 * src/log.c: Changed channel log target to send PRIVMSG instead of
1899 NOTICE. (Ghozer)
1900
1901 2005-05-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1902
1903 * configure: Regenerated.
1904
1905 * configure.in: Added checks for tgmath.h.
1906
1907 * src/chanserv.c: Added new command LAST, from X2. Similar to
1908 EVENTS except its file based. Bear in mind you dont have to use
1909 both. You can bind what you want to use. Commented out zoot_list
1910 as its not in use, just a warning fix.
1911
1912 * src/hash.c: Warning fix.
1913
1914 * src/log.h: Misc defines.
1915
1916 * src/log.c: Logging functions from X2.
1917
1918 * src/math.c: If tgmath.h doesnt exist then include some other
1919 files that contain the functions we require.
1920
1921 * src/modcmd.c: Added a small ctcp reply, gender.. like gnuworld X.
1922
1923 * src/proto-p10.c: Added chanserv.h #include to squash a small
1924 compile error. Made X3 understand MARK's to a small point. Fixed
1925 a small parsing bug with exempts.
1926
1927 2005-07-06 Alex Schumann <rubin@afternet.org>
1928
1929 * src/chanserv.c: Fixed a couple awkward looking outputs with userlist
1930
1931 * src/opserv.c: Fixed an awkward output of trace count etc.
1932
1933 2005-06-22 Alex Schumann <rubin@afternet.org>
1934 * src/chanserv.help: Improved DURATION help
1935
1936 * src/tools.c: Changed 'M' duration to 30 days (not 31) as its
1937 a better average.
1938
1939 2005-05-27 Alex Schumann <rubin@afternet.org>
1940
1941 * src/chanserv.c: Improved usability of register command, fixed
1942 unregister reply.
1943
1944 * src/chanserv.help: Improved usability of register command
1945
1946 2005-05-27 Alex Schumann <rubin@afternet.org>
1947
1948 * src/chanserv.c: Resync working now
1949
1950 2005-05-27 Reed Loden <reed@reedloden.com>
1951
1952 * src/chanserv.c: Fixed an incorrectly named message. Fixed some
1953 grammar issues in the message send to pending users. Fixed a
1954 problem with some of the resync code.
1955
1956 2005-05-27 Alex Schumann <rubin@afternet.org>
1957
1958 * src/chanserv.c: make pending add check if the person is already on
1959 the userlist before re-adding them (thx exec & reed for noticing this)
1960 Fix capitalisation of I in pending notice.
1961
1962 2005-05-18 Alex Schumann <rubin@afternet.org>
1963
1964 * src/modcmd.c: reed pointed out that modcmd non-command help wasnt
1965 working, and pointed me to the opserv helpfiles command, which shows
1966 what services search what help files. This fixes the help command to
1967 search that list as it should. Still need to modify the 'default'
1968 helpfile search bindigs because I dont think chanserv should respond
1969 to help from opserv's db, etc. See opserv's 'helpfiles' command.
1970
1971 * src/modcmd.help: clarified 'helpfiles' help.
1972
1973 2005-05-18 Alex Schumann <rubin@afternet.org>
1974
1975 * src/helpfile.c: make send_help() return true/false and not send
1976 errors so svccmd_send_help can 'take control' of things.
1977
1978 * src/modcmd.c: Fixed up the help system (again) / find aliased
1979 commands help if none exists. / Display no help for that command on
1980 commands (instead of topic)
1981
1982 * src/modcmd.h: Fixed up the help system (again)
1983
1984 * src/global.c: Fixed syntax display
1985
1986 * src/chanserv.help: Removed =---= formatting, fixed a few things.
1987 *spelling ++more spelling (thx reed)
1988
1989 * src/nickserv.help: Removed =---= formatting, fixed a few things.
1990 *spelling ++more spelling (thx reed)
1991
1992 * src/opserv.help: Removed =---= formatting, fixed a few things.
1993 ++spelling (thx reed)
1994
1995 * src/global.help: simplified index
1996
1997 * src/nickserv.c: Changed message users get when their email is
1998 already used for an account, fixed syntax help
1999
2000 * src/opserv.c: fixed syntax help
2001
2002 2005-05-16 Alex Schumann <rubin@afternet.org>
2003
2004 * src/chanserv.help: Fixed a couple ban/lamer conversions i missed in
2005 the help file.
2006
2007 2005-05-04 Alex Schumann <rubin@afternet.org>
2008
2009 * src/modcmd.c: added a 'rebindall' command to assist with
2010 upgrades and changes which change command bindings.
2011
2012 * src/modcmd.help: modified help to reflect above
2013
2014 * src/opserv.help: modified help to reflect above
2015
2016 * src/chanserv.c: changed addban, addtimedban, delban, bans etc
2017 to addlamer, dellamer, addtimedlamer, lamers to reduce confusion
2018 between channel bans (+b) and x3 remembered bans (lamers)
2019
2020 * src/chanserv.help: modified help to reflect above
2021
2022 * UPGRADE: added use of rebindall to upgrade instructions
2023
2024 2005-05-04 Alex Schumann <rubin@afternet.org>
2025
2026 * src/chanserv.c: added an 'adduser pending' feature, where if
2027 someone isn't authed x3 will ask them to /auth or register, and then
2028 automatically finish adding them to the channel when they do.
2029 Fixed email bug with adduser pending
2030
2031 * src/chanserv.h: adduser pending
2032
2033 * src/hash.c: adduser pending
2034
2035 * src/hash.h: adduser pending, and increased maxbans to 128 from 45.
2036
2037 * src/nickserv.c: adduser pending cleanup and activation code,
2038 Arch sync (Avoid losing channel information when
2039 replacing an account using the mergedb command.)
2040
2041 * src/proto-p10.c: adduser pending cleanup code
2042
2043 * src/nickserv.help: improved set and register help
2044
2045 2005-05-04 Alex Schumann <rubin@afternet.org>
2046
2047 * src/chanserv.c: changed uset noautoop to uset autoop (removed double
2048 negitive). Added set voice to provide control over use of voice.
2049 Implimented a basic chanserv db version control system for upgrading
2050 seamlessly.
2051
2052 * src/chanserv.help: adjusted help to reflect voice and uset autoop
2053 changes.
2054
2055 * src/hash.h: updated ssz comment from z to Z
2056
2057 * src/modcmd.help: rewrote BIND help
2058
2059 * src/proto-p10.c: Added Z (sslonly) support back in
2060
2061 * UPGRADE: created file to document upgrading procedures
2062
2063 2005-04-23 Alex Schumann <rubin@afternet.org>
2064 * src/chanserv.c: removed settings: oplevel, halfoplevel, and
2065 voicelevel, hard coding them to OP, HALFOP, and PEON. Changed
2066 topicmask to be an on or off setting, uninfluenced by enftopic.
2067 Added feature to use mask on /topic in addition to ,topic sets.
2068 Removed special consideration for ircops in protect_user()
2069
2070 * src/chanserv.help: updated documentation to reflect the new and
2071 much simpler topicmask feature, and removed op/voice levels.
2072
2073 * src/nickserv.c: added tailing 'end of' line for accountinfo
2074 for non-opers too.
2075
2076 * src/modcmd.c: tweaked alias notification for help and breef help.
2077
2078 2005-04-20 Alex Schumann <rubin@afternet.org>
2079
2080 * src/proto-common.c: removing +d. needs to be a config option
2081 or something.
2082
2083 * src/nickserv.help: modified main help reply of authserv
2084
2085 * src/nickserv.c: added title, epithet, and fakehost to oset listing
2086
2087 * src/modcmd.c: fixed up auto-help & alias command handling. Needs
2088 totally redesigned though.
2089
2090 2005-04-15 Alex Schumann <rubin@afternet.org>
2091
2092 * src/proto-common.c: Temp fix for x3 not seeing -hv modes being set
2093 at the same time. The whole block needs to be if/else instead of
2094 switch though, to be cleaner.
2095
2096 * src/nickserv.help: added fakehost and title options to help oset.
2097
2098 * src/nickserv.c: removed 'style' setting. (was not being used in
2099 code anyway)
2100
2101 2005-04-04 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2102
2103 * src/proto-p10.c: Reinstated +d usermode.
2104
2105 2005-03-30 Alex Schumann <rubin@afternet.org>
2106
2107 * src/chanserv.c: Fixed unban.
2108
2109 * x3.conf.example: added note in snoop config that improper
2110 setting for bots nick will cause segfault.
2111
2112 2005-03-22 Alex Schumann <rubin@afternet.org>
2113
2114 * x3.conf.example: added sethost/fakehost settings to conf
2115
2116 2005-03-19 Alex Schumann <rubin@afternet.org>
2117
2118 * chanserv.c: Changed style of command outputs, added userlevel back
2119 to users list.
2120
2121 * opserv.c: Changed style of command outputs, removed warn feature
2122
2123 * tools.c: shortened duration string lengths
2124
2125 * main.c: shortened duration string lengths
2126
2127 * sendmail.c: Changed style of stats email
2128
2129 2005-03-18 Alex Schumann <rubin@afternet.org>
2130
2131 * Changed breef to brief...
2132
2133 * chanserv.c: Changed to access level names instead of numbers.
2134
2135 2005-03-17 Alex Schumann <rubin@afternet.org>
2136
2137
2138 * src/opserv.c: Improved readability of trace print output
2139
2140 * src/chanserv.c: Improved cmd_list_users output & cleaned it up
2141 a little.
2142
2143 * src/helpfile.c: Improved table_send readability (used in lots
2144 of listings including users and stats network etc)
2145
2146 2005-03-15 Alex Schumann <rubin@afternet.org>
2147
2148 * src/chanserv.c: Improved some syntax error reporting for commands
2149
2150 * src/helpfile.c: Added a 'breef' help function
2151
2152 * src/helpfile.h: Added a 'breef' help function
2153
2154 * src/main.c: Improved some syntax error reporting for commands
2155
2156 * src/modcmd.c: Improved some syntax error reporting for commands
2157
2158 * src/modcmd.h: Improved some syntax error reporting for commands
2159
2160 2005-03-15 Reed Loden <reed@reedloden.com>
2161
2162 * Synchronization with srvx--devo--1.3--patch-19.
2163
2164 2005-03-12 Alex Schumann <rubin@afternet.org>
2165
2166 * src/common.h, src/opserv.h: more SRVX->X3 fixes
2167
2168 * opserv.c: fixed SRVX defines to X3
2169
2170 * src/nickserv.c: Applied patch to bring up to date with
2171 local uncommitted changes on afternets srvx2 tree. improved
2172 cookie gen code and removed /play from cookie messages.
2173
2174 * src/all, src/Makefile*, Makefile.in: changed srvx to x3 in a
2175 bunch more places.
2176
2177 2005-03-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2178
2179 * nickserv.help: Added odelcookie section.
2180
2181 * src/nickserv.c: Added odelcookie for deleting auth cookies and email
2182 cookies.
2183
2184 * src/md5.c: Cleaned up compile warnings.
2185
2186 * src/nickserv.help: Added odelcookie section.
2187
2188 ***********************************************************************/
2189
2190 #define CVS_VERSION "$Id$"
2191