]> jfr.im git - irc/evilnet/x3.git/blob - ChangeLog
Added authserv advanced option also added autohide to the help file, seems someone...
[irc/evilnet/x3.git] / ChangeLog
1 /***********************************************************************
2 X3 ChangeLog
3
4 2006-05-29 Neil Spierling <sirvulcan@gmail.com>
5
6 * src/nickserv.c: Added user option ADVANCED, when we add more
7 advanced commands users will need to set this to see the options
8 in help. Further work in helpfile is still needed afaik. This is
9 just the basics.
10
11 * src/nickserv.h: Advanced option declerations.
12
13 * src/nickserv.help: Added option ADVANCED, also added AUTOHIDE.
14 Seems no one added that when they added the AUTOHIDE option.
15
16 2006-05-28 Neil Spierling <sirvulcan@gmail.com>
17
18 * Below functions by Wasted (Martijn Smit) <wasted@lostdomain.org>
19
20 * x3.example.conf: Added new options- god_timeout, autojoin_channels,
21 and denied_fakehost_words. Also dropped refresh_period for chanserv
22 set resync.
23
24 * src/chanserv.c: Added god_timeout, disable god mode automatically
25 when the period times out. Also added a new set option- resync, auto
26 resyncs the userlist every 3, 6, 9, or 12 hours (or not at all).
27
28 * src/chanserv.help: Added entry for SET RESYNC.
29
30 * src/global.c: Join global into autojoin_channels if enabled.
31
32 * src/main.c: Some tweaking for autojoin_channels.
33
34 * src/mod-memoserv.c: If a user has memos and notify on login
35 enabled then only display the notify notice on login and not
36 during a netburst.
37
38 * src/mod-track.c: Quashed a warning.
39
40 * src/modcmd.c: Added functions for god_timeout. Also added wasted
41 to VERSION output for credits for these features.
42
43 * src/nickserv.c: Added denied_fakehost_words, deny the words set
44 there if an oper trys to use them in a fakehost. Also autojoin
45 chanserv if enabled into autojoin_channels.
46
47 * src/opserv.c: Added REFRESHMAX to reset the max count, ie for
48 after a drone attack. Also join opserv and reserved nicks into
49 autojoin_channels if opserv/reserved is enabled.
50
51 * src/opserv.help: Added entry for REFRESHMAX.
52
53 2006-05-25 Alex Schumann <rubin@afternet.org>
54
55 * src/proto-p10.c: make non-existant server type setting not crash x3.
56
57 * src/nickserv.help: Added newby tip to authserv registration
58 help (about < and >)
59
60 * src/mod-track.c: Fixed crash when a server kicks a person (tried to
61 deref null kicker)
62
63 2006-05-23 Neil Spierling <sirvulcan@gmail.com>
64
65 * src/chanserv.c: Set SWHOIS's when a user auths.
66
67 * src/hosthiding.c: Fixed a segfault.
68
69 * src/nickserv.c: Epithets now use SWHOIS.
70
71 * src/proto.h: Declerations for irc_swhois.
72
73 * src/proto-p10.c: Handle SWHOIS's.
74
75 2006-05-23 Neil Spierling <sirvulcan@gmail.com>
76
77 * src/hash.h: Bumped SOCKIPLEN
78
79 * src/hosthiding.c: Functions to crypt IPv6 addresses.
80
81 * src/hosthiding.h: IPv6 function declerations.
82
83 * src/proto-p10.c: If the users ip address is IPv6 then crypt it
84 with the ipv6 crypting function.
85
86 2006-05-23 Neil Spierling <sirvulcan@gmail.com>
87
88 * src/hash.h: Bits needed for other type of host hiding.
89
90 * src/hosthiding.h: Nefarious style 2 host hiding declerations.
91
92 * src/hosthiding.c: This will generated crypted style 2 Nefarious
93 hidden hosts and ips. Currently they are just displayed in O3
94 WHOIS. Im yet to expand this.
95
96 * src/Makefile.am: Added hosthiding.c and hosthiding.h.
97
98 * src/Makefile.in: Regenerated.
99
100 * src/opserv.c: Display crypted hosts n ips in WHOIS.
101
102 * src/proto-p10.c: Generate crypted hosts n ips on everyone and
103 save them in user->crypthost user->cryptip.
104
105 2006-05-22 Neil Spierling <sirvulcan@gmail.com>
106
107 * src/chanserv.c: Set ignores when you authenticate.
108
109 * src/nickserv.c: Added ADDIGNORE, OADDIGNORE, DELIGNORE ODELIGNORE.
110 Used for centralized silence list management. Currently set ignores
111 can be viewed in ACCOUNTINFO for via ircd SILENCE.
112
113 * src/nickserv.h: Declerations.
114
115 * src/nickserv.help: Added help entries for above commands.
116
117 * src/proto.h: Declerations.
118
119 * src/proto-p10.c: Functions to handle silences
120
121 2006-05-18 Alex Schumann <rubin@afternet.org>
122
123 * src/proto-p10.c: Fixed up the track module a bit more
124
125 * src/hash.c: Fixed up the track module a bit more, including
126 reporting correctly when X3 kicks someone. This should affect mrsnoopy
127 as well, hopefully wont cause any bugs.
128
129 * src/mod-track.c: Fixed up the track module a bit more - made track
130 all/none work
131
132 2006-05-18 Alex Schumann <rubin@afternet.org>
133
134 * src/chanserv.c: adding 'classic' view, via patch submitted by pLaYa
135
136 * src/nickserv.c: adding 'classic' view, via patch submitted by pLaYa
137
138 * src/nickserv.h: adding 'classic' view, via patch submitted by pLaYa
139
140 * src/nickserv.help: adding 'classic' view, via patch submitted by pLaYa
141
142 2006-05-18 Alex Schumann <rubin@afternet.org>
143
144 * src/chanserv.c: re-disabled netrider kicking. Somehow this got included back
145 in.
146
147 * src/mod-track.c: some cleanups and textual changes, to make the commands
148 slightly more user friendly.
149
150 2006-05-16 Neil Spierling <sirvulcan@gmail.com>
151
152 * src/proto-p10.c: Changed 050 specfic topic stuff to a conf setting
153
154 * src/x3.conf.example.: adding 050 'type' to server config (rubin
155 fixed missing ';' and changelog entries)
156
157 2006-05-16 Neil Spierling <sirvulcan@gmail.com>
158
159 * Most files: Heh i cant be bothered listing all files, see websvn
160 if you want specific files. I just added a new tracking module, its
161 just like snoop except it targets specified users. The actual
162 commit is in the previous revision, i just forgot to update this to
163 tick over the svn version in version output.
164
165 2006-05-15 Neil Spierling <sirvulcan@gmail.com>
166
167 * Most files: Major update off the new release of srvx 1.3.1. Also
168 seeing as the new updates dont all have changelog entries ive dropped
169 the 2 srvx Changelog files and renamed the X3 one to ChangeLog.
170
171 2006-03-20 Alex Schumann <rubin@afternet.org>
172
173 * src/chanserv.c: core fix; check if theres a handle_info before looking
174 at style...
175
176 * src/helpfile.c: core fix; check if theres a handle_info before looking
177 at style...
178
179 2006-03-17 Alex Schumann <rubin@afternet.org>
180
181 * src/chanserv.c: more clean style changes
182
183 2006-03-17 Alex Schumann <rubin@afternet.org>
184
185 * src/chanserv.c: Added nickserv 'style' setting back. (HomeDawg
186 and dhp1080 made me do it) Needs lots of work to remove ----
187 headers for 'clean' setting.
188
189 * src/helpfile.c: Added nickserv 'style' stetting back.
190
191 * src/nickserv.help: Added help for set style.
192
193 * src/mod-helpserv.c: make style affect table outputs.
194
195 * src/nickserv.c: Added nickserv 'style' setting back.
196
197 * src/nickserv.h: Added nickserve 'style' setting back.
198
199 2006-03-17 Alex Schumann <rubin@afternet.org>
200
201 * src/proto-p10.c: Added conf setting for extended_accounts for
202 backward compatability with stock undernet ircd.
203
204 * x3.conf.example: Added conf setting for extended_accounts for
205 backward compatability with stock undernet ircd.
206
207 2006-03-06 Alex Schumann <rubin@afternet.org>
208
209 * src/opserv.help: Added missing trace criteria to help,
210 and fixed up a few other bits of help around that topic.
211
212 2006-01-16 Alex Schumann <rubin@afternet.org>
213
214 * src/tools.c: created an email valididty function
215
216 * src/nickserv.c: check valididty of email better
217
218 * src/sendmail.c: check validity of email better
219
220 2006-01-06 Alex Schumann <rubin@afternet.org>
221
222 * src/opserv.c: fix gtrace, trace, csearch and alerts to work when aliased
223 to a different bot, eg chanserv, and to reply from the correct nickname.
224 also a bunch of whitespace changes
225
226 * src/nickserv.c: begin work on making nickserv commands bind without
227 responding from the wrong nick. also a bunch of whitespace changes
228
229 * src/hash.h: whitespace
230
231 * src/opserv.help: improved QUERY helpfile. (though command itself still
232 has bugs)
233
234 2005-12-14 Alex Schumann <rubin@afternet.org>
235
236 * src/chanserv.help: added set bantimeout help
237
238 2005-11-08 Alex Schumann <rubin@afternet.org>
239
240 * src/modcmd.c: cleaned up tabs, added hack to display help on JOINER
241 aliases properly.
242
243 * src/modcmd.help: Added note about escaping spaces to modcmd help.
244
245 * src/nickserv.help: Improved help files
246
247 * src/chanserv.help: Improved help files
248
249 2005-10-13 Alex Schumann <rubin@afternet.org>
250
251 * src/proto-p10.c: ignore remote /lusers
252
253 2005-09-13 Alex Schumann <rubin@afternet.org>
254
255 * src/global.c: Changed motd header style
256
257 * src/nickserv.help: Improved directions for getting and using
258 accounts.
259
260 * src/chanserv.help: Improved directions for getting and using
261 accounts.
262
263 2005-08-13 Alex Schumann <rubin@afternet.org>
264
265 * src/chanserv.c: Fixed a bug i created using masks in ,kick. Restored
266 some *@* protection.
267
268 * src/tools.c: added function to detect an overmask (too general)
269
270 * src/common.h: added function to detect an overmask (too general)
271
272 2005-08-12 Alex Schumann <rubin@afternet.org>
273
274 * src/chanserv.c: Modified resync to work accourding to automode
275 setting, and fixed a buffer overflow problem.
276
277 * src/chanserv.help: updated set automode and rsync help.
278
279 * src/nickserv.h: Added an autohide setting to nickserv/authserv that
280 sets +x on AUTH.
281
282 * src/nickserv.c: Added an autohide setting to nickserv/authserv that
283 sets +x on AUTH.
284
285 2005-08-12 Alex Schumann <rubin@afternet.org>
286
287 * src/chanserv.c: Cleanup. Added 'automode' channel setting in place
288 of 'voice' setting. + Rewording setting help
289
290 * src/chanserv.h: Cleanup. Added 'automode' channel setting in place
291 of 'voice' setting.
292
293 * src/chanserv.help: Added help for automode. + Rewording setting help
294
295 2005-08-11 Alex Schumann <rubin@afternet.org>
296
297 * src/proto-p10.c: added irc_umode() to send usermodes (Life4Christ)
298
299 * src/proto-bahumit.c: added irc_umode() to send usermodes, untested..
300
301 * src/proto.h: added irc_umode() to send usermodes (Life4Christ)
302
303 * src/nickserv.c: Added option to have authserv oper/admin people with
304 opserv access. (Life4Christ)
305
306 * src/opserv.c: Added admin_level config option
307
308 * src/opserv.h: Added admin_level config option
309
310 2005-08-11 Alex Schumann <rubin@afternet.org>
311
312 * src/proto-p10.c: Avoid duplicating an oper in curr_opers (,staff
313 command) when nef* bug sends the +o twice. ++fix bug in patch
314
315 2005-08-09 Alex Schumann <rubin@afternet.org>
316
317 * src/chanserv.c: Fixed banTimeout to actually remove the bans :)
318
319 2005-08-08 Alex Schumann <rubin@afternet.org>
320
321 * src/chanserv.c: Added banTimeout feature to .set
322
323 * src/chanserv.h: added banTimeout feature to .set
324
325 * src/recdb.c: Added some better error catching in database_get_data()
326
327 * src/proto-common.h: tabs
328
329 * x3.conf.example: added bantimeout to default set list, and ban
330 timeout frequency config setting.
331
332 2005-08-04 Alex Schumann <rubin@afternet.org>
333
334 * src/chanserv.c: Changed kick protected message to one without %s or
335 $b because the kick function doesnt support replacements.
336
337 * src/tools.c: fixed spelling error in comment.
338
339 2005-07-28 Alex Schumann <rubin@afternet.org>
340
341 * src/chanserv.c: fixed crash bug in 8ball (required params was off by
342 one)
343
344 * src/proto-p10.c: Ignore wallusers (WU) tokens from server without
345 whining.
346
347 2005-07-26 Alex Schumann <rubin@afternet.org>
348
349 * x3.conf.example: Updated from live afternet file and improved help
350 and layout. Added vim directive to set syntax type.
351
352 * src/chanserv.c: ported x2's 8ball in, and improved it.
353
354 * src/math.c: Added osiris' hack to do_math for supporting
355 2(10) and 2pi etc. Improved it to handle pi2 also.
356
357 * src/chanserv.help: updated 8ball help and added 'myaccess' to
358 information help index.
359
360 2005-07-18 Alex Schumann <rubin@afternet.org>
361
362 * src/proto-p10.c: added +L awareness
363
364 * src/hash.h: added +L awareness
365
366 * src/chanserv.help: changed set ctcpreaction help
367
368 2005-07-18 Neil Spierling <sirvulcan@gmail.com>
369
370 * src/modcmd.h: Lets make some functions global.
371
372 * src/modcmd.c: Log hostmasks no matter what.
373
374 * src/log.c: Lookup commands if they are from OpServ in the log.
375 If they match channel specific commands like OP, DEOP, etc then
376 we will display them in a LAST command (assuming the person doing
377 the LAST is an oper). Normal clients wont see commands that have
378 been performed by OpServ.
379
380 2005-07-15 Alex Schumann <rubin@afternet.org>
381
382 * src/chanserv.c: Changed around ctcpreaction setting so it:
383 a) doesnt crash.
384 b) doesnt kick userlist members ever
385 c) has only 1 setting needed to control it
386 * src/chanserv.h: removed some old oplevel stuff.
387
388 2005-07-14 Alex Schumann <rubin@afternet.org>
389
390 * src/proto-p10.c: made it ignore EX, MK and PRIV tokens to
391 remove errors from log. Fixed problem with missing break; in
392 channel mode c parsing (reed).
393
394 * src/mod-memoserv.c: Improved memoserv 'you have notes' message.
395
396 * src/log.c: Changed channel log target to send PRIVMSG instead of
397 NOTICE. (Ghozer)
398
399 2005-05-07 Neil Spierling <sirvulcan@gmail.com>
400
401 * configure: Regenerated.
402
403 * configure.in: Added checks for tgmath.h.
404
405 * src/chanserv.c: Added new command LAST, from X2. Similar to
406 EVENTS except its file based. Bear in mind you dont have to use
407 both. You can bind what you want to use. Commented out zoot_list
408 as its not in use, just a warning fix.
409
410 * src/hash.c: Warning fix.
411
412 * src/log.h: Misc defines.
413
414 * src/log.c: Logging functions from X2.
415
416 * src/math.c: If tgmath.h doesnt exist then include some other
417 files that contain the functions we require.
418
419 * src/modcmd.c: Added a small ctcp reply, gender.. like gnuworld X.
420
421 * src/proto-p10.c: Added chanserv.h #include to squash a small
422 compile error. Made X3 understand MARK's to a small point. Fixed
423 a small parsing bug with exempts.
424
425 2005-07-06 Alex Schumann <rubin@afternet.org>
426
427 * src/chanserv.c: Fixed a couple awkward looking outputs with userlist
428
429 * src/opserv.c: Fixed an awkward output of trace count etc.
430
431 2005-06-22 Alex Schumann <rubin@afternet.org>
432 * src/chanserv.help: Improved DURATION help
433
434 * src/tools.c: Changed 'M' duration to 30 days (not 31) as its
435 a better average.
436
437 2005-05-27 Alex Schumann <rubin@afternet.org>
438
439 * src/chanserv.c: Improved usability of register command, fixed
440 unregister reply.
441
442 * src/chanserv.help: Improved usability of register command
443
444 2005-05-27 Alex Schumann <rubin@afternet.org>
445
446 * src/chanserv.c: Resync working now
447
448 2005-05-27 Reed Loden <reed@reedloden.com>
449
450 * src/chanserv.c: Fixed an incorrectly named message. Fixed some
451 grammar issues in the message send to pending users. Fixed a
452 problem with some of the resync code.
453
454 2005-05-27 Alex Schumann <rubin@afternet.org>
455
456 * src/chanserv.c: make pending add check if the person is already on
457 the userlist before re-adding them (thx exec & reed for noticing this)
458 Fix capitalisation of I in pending notice.
459
460 2005-05-18 Alex Schumann <rubin@afternet.org>
461
462 * src/modcmd.c: reed pointed out that modcmd non-command help wasnt
463 working, and pointed me to the opserv helpfiles command, which shows
464 what services search what help files. This fixes the help command to
465 search that list as it should. Still need to modify the 'default'
466 helpfile search bindigs because I dont think chanserv should respond
467 to help from opserv's db, etc. See opserv's 'helpfiles' command.
468
469 * src/modcmd.help: clarified 'helpfiles' help.
470
471 2005-05-18 Alex Schumann <rubin@afternet.org>
472
473 * src/helpfile.c: make send_help() return true/false and not send
474 errors so svccmd_send_help can 'take control' of things.
475
476 * src/modcmd.c: Fixed up the help system (again) / find aliased
477 commands help if none exists. / Display no help for that command on
478 commands (instead of topic)
479
480 * src/modcmd.h: Fixed up the help system (again)
481
482 * src/global.c: Fixed syntax display
483
484 * src/chanserv.help: Removed =---= formatting, fixed a few things.
485 *spelling ++more spelling (thx reed)
486
487 * src/nickserv.help: Removed =---= formatting, fixed a few things.
488 *spelling ++more spelling (thx reed)
489
490 * src/opserv.help: Removed =---= formatting, fixed a few things.
491 ++spelling (thx reed)
492
493 * src/global.help: simplified index
494
495 * src/nickserv.c: Changed message users get when their email is
496 already used for an account, fixed syntax help
497
498 * src/opserv.c: fixed syntax help
499
500 2005-05-16 Alex Schumann <rubin@afternet.org>
501
502 * src/chanserv.help: Fixed a couple ban/lamer conversions i missed in
503 the help file.
504
505 2005-05-04 Alex Schumann <rubin@afternet.org>
506
507 * src/modcmd.c: added a 'rebindall' command to assist with
508 upgrades and changes which change command bindings.
509
510 * src/modcmd.help: modified help to reflect above
511
512 * src/opserv.help: modified help to reflect above
513
514 * src/chanserv.c: changed addban, addtimedban, delban, bans etc
515 to addlamer, dellamer, addtimedlamer, lamers to reduce confusion
516 between channel bans (+b) and x3 remembered bans (lamers)
517
518 * src/chanserv.help: modified help to reflect above
519
520 * UPGRADE: added use of rebindall to upgrade instructions
521
522 2005-05-04 Alex Schumann <rubin@afternet.org>
523
524 * src/chanserv.c: added an 'adduser pending' feature, where if
525 someone isn't authed x3 will ask them to /auth or register, and then
526 automatically finish adding them to the channel when they do.
527 Fixed email bug with adduser pending
528
529 * src/chanserv.h: adduser pending
530
531 * src/hash.c: adduser pending
532
533 * src/hash.h: adduser pending, and increased maxbans to 128 from 45.
534
535 * src/nickserv.c: adduser pending cleanup and activation code,
536 Arch sync (Avoid losing channel information when
537 replacing an account using the mergedb command.)
538
539 * src/proto-p10.c: adduser pending cleanup code
540
541 * src/nickserv.help: improved set and register help
542
543 2005-05-04 Alex Schumann <rubin@afternet.org>
544
545 * src/chanserv.c: changed uset noautoop to uset autoop (removed double
546 negitive). Added set voice to provide control over use of voice.
547 Implimented a basic chanserv db version control system for upgrading
548 seamlessly.
549
550 * src/chanserv.help: adjusted help to reflect voice and uset autoop
551 changes.
552
553 * src/hash.h: updated ssz comment from z to Z
554
555 * src/modcmd.help: rewrote BIND help
556
557 * src/proto-p10.c: Added Z (sslonly) support back in
558
559 * UPGRADE: created file to document upgrading procedures
560
561 2005-04-23 Alex Schumann <rubin@afternet.org>
562 * src/chanserv.c: removed settings: oplevel, halfoplevel, and
563 voicelevel, hard coding them to OP, HALFOP, and PEON. Changed
564 topicmask to be an on or off setting, uninfluenced by enftopic.
565 Added feature to use mask on /topic in addition to ,topic sets.
566 Removed special consideration for ircops in protect_user()
567
568 * src/chanserv.help: updated documentation to reflect the new and
569 much simpler topicmask feature, and removed op/voice levels.
570
571 * src/nickserv.c: added tailing 'end of' line for accountinfo
572 for non-opers too.
573
574 * src/modcmd.c: tweaked alias notification for help and breef help.
575
576 2005-04-20 Alex Schumann <rubin@afternet.org>
577
578 * src/proto-common.c: removing +d. needs to be a config option
579 or something.
580
581 * src/nickserv.help: modified main help reply of authserv
582
583 * src/nickserv.c: added title, epithet, and fakehost to oset listing
584
585 * src/modcmd.c: fixed up auto-help & alias command handling. Needs
586 totally redesigned though.
587
588 2005-04-15 Alex Schumann <rubin@afternet.org>
589
590 * src/proto-common.c: Temp fix for x3 not seeing -hv modes being set
591 at the same time. The whole block needs to be if/else instead of
592 switch though, to be cleaner.
593
594 * src/nickserv.help: added fakehost and title options to help oset.
595
596 * src/nickserv.c: removed 'style' setting. (was not being used in
597 code anyway)
598
599 2005-04-04 Neil Spierling <sirvulcan@gmail.com>
600
601 * src/proto-p10.c: Reinstated +d usermode.
602
603 2005-03-30 Alex Schumann <rubin@afternet.org>
604
605 * src/chanserv.c: Fixed unban.
606
607 * x3.conf.example: added note in snoop config that improper
608 setting for bots nick will cause segfault.
609
610 2005-03-22 Alex Schumann <rubin@afternet.org>
611
612 * x3.conf.example: added sethost/fakehost settings to conf
613
614 2005-03-19 Alex Schumann <rubin@afternet.org>
615
616 * chanserv.c: Changed style of command outputs, added userlevel back
617 to users list.
618
619 * opserv.c: Changed style of command outputs, removed warn feature
620
621 * tools.c: shortened duration string lengths
622
623 * main.c: shortened duration string lengths
624
625 * sendmail.c: Changed style of stats email
626
627 2005-03-18 Alex Schumann <rubin@afternet.org>
628
629 * Changed breef to brief...
630
631 * chanserv.c: Changed to access level names instead of numbers.
632
633 2005-03-17 Alex Schumann <rubin@afternet.org>
634
635
636 * src/opserv.c: Improved readability of trace print output
637
638 * src/chanserv.c: Improved cmd_list_users output & cleaned it up
639 a little.
640
641 * src/helpfile.c: Improved table_send readability (used in lots
642 of listings including users and stats network etc)
643
644 2005-03-15 Alex Schumann <rubin@afternet.org>
645
646 * src/chanserv.c: Improved some syntax error reporting for commands
647
648 * src/helpfile.c: Added a 'breef' help function
649
650 * src/helpfile.h: Added a 'breef' help function
651
652 * src/main.c: Improved some syntax error reporting for commands
653
654 * src/modcmd.c: Improved some syntax error reporting for commands
655
656 * src/modcmd.h: Improved some syntax error reporting for commands
657
658 2005-03-15 Reed Loden <reed@reedloden.com>
659
660 * Synchronization with srvx--devo--1.3--patch-19.
661
662 2005-03-12 Alex Schumann <rubin@afternet.org>
663
664 * src/common.h, src/opserv.h: more SRVX->X3 fixes
665
666 * opserv.c: fixed SRVX defines to X3
667
668 * src/nickserv.c: Applied patch to bring up to date with
669 local uncommitted changes on afternets srvx2 tree. improved
670 cookie gen code and removed /play from cookie messages.
671
672 * src/all, src/Makefile*, Makefile.in: changed srvx to x3 in a
673 bunch more places.
674
675 2005-03-07 Neil Spierling <sirvulcan@gmail.com>
676
677 * nickserv.help: Added odelcookie section.
678
679 * src/nickserv.c: Added odelcookie for deleting auth cookies and email
680 cookies.
681
682 * src/md5.c: Cleaned up compile warnings.
683
684 * src/nickserv.help: Added odelcookie section.
685
686 ***********************************************************************/
687
688 #define CVS_VERSION "$Id$"
689