PennMUSH Community

root/1.8.3/trunk/game/txt/hlp/pennvOLD.hlp

Revision 1167, 202.6 kB (checked in by shawnw, 5 months ago)

Merge devel into trunk for p6 release

Line 
1 & 1.7.3p14
2 Version 1.7.3 patchlevel 14                    January 29, 2001
3
4 Major Changes:
5       * Commands and functions can now be aliased to other names
6         in mush.cnf, so you can provide translated command names
7         as well as the english one, etc. Suggested at various times
8         by Krad@M*U*S*H and David@M*U*S*H. New file aliases.cnf
9         in game/ is created to put these command_alias and function_alias
10         directives (as well as reserve_alias). [SW]
11 Minor Changes:
12       * smalloc and bigram compression options are no longer supported. [SW]
13       * Internal improvements to @search/lsearch, which are now more
14         consistent with one another. [SW]
15       * mush.cnf options that refer to dbrefs now understand #<number> as
16         well as just <number>. They are also formatted as dbrefs in @config
17         and config(). [SW]
18       * Much longer game/names.cnf file contributed by Kyieren@M*U*S*H.
19       * New internal function notify_format() to replace notify+tprintf
20         more safely. [SW]
21       * Tweaks to network activity timeout code. [SW]
22       * @stat and lstats no longer needs to scan the entire database. [SW]
23 Commands:
24       * @switch and @select can now take a /notify switch, like @dolist.
25       * Players may @chown by dbref, but they must still be carrying
26         the object if it's a thing. Suggested by Kyieren@M*U*S*H.
27       * @clone can now clone rooms. Suggested by Kyieren@M*U*S*H.
28       * @verb's matching of the <actor> argument has been relaxed so
29         non-privileged objects can use it on remote actors, if the normal
30         permission checks succeed. This makes @verb much more useful for zones
31         and master room objects. [SW]
32 Attributes:
33       * @forwardlist [2.2,SW]
34 Functions:
35       * itemize() takes a list "a b c" and produces "a, b, and c" and
36         similar tricks. Also callable as elist() for Rhost compatibility.
37       * ilev() returns the current iter nesting level. [Rhost,SW]
38 Fixes:
39       * When indexing help files, ones that aren't in the right format
40         weren't being properly closed. Report by Nammyung@M*U*S*H. [SW]
41       * We're much more forgiving about help files that start with
42         blank lines now.
43       * Help updates by Kyieren@M*U*S*H, [SW]
44       * Games w/o MAIL_ALIAS couldn't load maildbs that had mail aliases.
45         Reported by Nymeria. [SW]
46       * max_pennies had a limit of 10,000 in conf.c, even though it
47         has always defaulted to 100,000. Reported by Intrevis@M*U*S*H.
48       * src/filecopy.c didn't include hdrs/log.h. Fixed by Noltar@Korongil.
49       * MacOS portability fixes. [DW]
50       * vsnprintf used in place of vsprintf everywhere when available. [SW]
51       * Cleanup of @atrlock code. [SW]
52       * '#' without any trailing numbers was treated as #0 when used as a
53          dbref. [SW]
54       * Added explicit checking for lower-case letters in good_atr_name(). [SW]
55       * Trying to set an attribute with a bad name now gives a better
56         error message. [SW]
57       * Fix to potential overflow bug in revwords. [SW]
58       * Fix to potential overflow bug in @grep. [SW]
59       * Configure checks for snprintf. Systems unfortunate enough not to
60         have this (Solaris 2.5.1, for example) are stuck with sprintf.
61         Report by Broncalo@DuneIII.
62       * CHARGES were decremented whenever an A-attribute would be
63         executed, *even if the attribute wasn't set on the object*.
64         Reported by Kyieren@M*U*S*H.
65
66 & 1.7.3p13
67 Version 1.7.3 patchlevel 13                    January 9, 2001
68
69 Major Changes:
70       * Semaphores may use attributes other than SEMAPHORE. These
71         "named semaphores" make it easier to have multiple semaphores
72         waiting on the same object. [SW]
73       * New attribute flag AF_NODUMP prevents attributes from being
74         dumped to the db. It applies to QUEUE, SEMAPHORE, and attributes
75         used as named SEMAPHORES. [SW]
76 Commands:
77       * @wait/until can be used to put commands on the wait queue until
78         some absolute time (in secs) is reached. [SW]
79       * @cpattr/noflagcopy copies attribute data without flags.
80         Same for @mvattr. Suggested by Noltar@Korongil.
81 Functions:
82       * foreach() takes start and end arguments like TM3/MUX2. [3,SW]
83       * locate() has a new option to force matching the preferred type,
84         and an undocumented option to eliminate ambiguous matching is now
85         documented. [SW]
86 Minor Changes:
87       * Experimental support for translating 8-bit accented characters to HTML
88         entities for Pueblo. [SW]
89       * Objects without a @lock/zone that are used as zones are noticed and
90         warned about during dbcks. [SW]
91       * Some people prefer that +channel "foo now cause you to say "foo
92         on the channel, instead of stripping the initial quote. Now
93         it's a mush.cnf option (chat_strip_quote). Suggested by Dave Milford.
94       * isint() now ignores tiny_math, so isint(foo) will always return 0. [SW]
95 Fixes:
96       * Hopefully fixed a problem with puppets doing look for non-Pueblo
97         players with Pueblo support turned on. The line after the look
98         could appear to come from the puppet even if it didn't. [SW]
99       * If you disabled a command with a one-character token (like say),
100         then running the command with the token ("hi!) would fail, but
101         wouldn't return the right thing for $command matching. Now it
102         returns the canoncalized raw command (SAY hi!) so you can trap
103         it in softcode. Reported by Mackenzie@SWGT Mush 
104       * General linting [SW]
105       * Help fixes by Eratl@M*U*S*H.
106       * make customize doesn't try to link mkindx any more. And README and
107         os2/Makefile don't refer to it either. By Bobby Bailey (Chil@M*U*S*H).
108       * The internal tprintf() function is safer. [SW]
109       * Crash bug in @edit fixed, and @edit code is cleaned up. [SW]
110       * max_pennies documented in mush.cnf. Noted by Oriens@Alexandria
111       * cmdlocal.dst now includes cmds.h. Reported by David@M*U*S*H.
112
113
114 & 1.7.3p12
115 Version 1.7.3 patchlevel 12                    January 4, 2001
116
117 Locks:
118       * A new @lock/chzone, set on a ZMO, controls who may @chzone
119         objects to the ZMO. This can simplify multi-player building
120         using ZMOs. Suggested by David@M*U*S*H
121 Commands:
122       * @wcheck/me checks all of a player's objects for them.
123 Functions:
124       * cflags() function gets channel flags.
125       * ctitle() gets channel title for an object. Suggested by Luke@M*U*S*H.
126       * strinsert() function does insert() on strings. Suggested by
127         Reagan@M*U*S*H. [SW]
128       * channels() on an object you can't examine now shows you channels
129         that you have in common with it. Suggested by Trispis@M*U*S*H
130 Minor changes:
131       * Runaway objects are now logged, along with the command that
132         pushed them over the edge. Suggested by Trispis@M*U*S*H.
133       * All instances of fprintf(stderr,...) after logging is started
134         are now handled through do_rawlog(LT_ERR,...). By David@M*U*S*H.
135       * @atrchown works more reasonably. [SW]
136       * @lock/link on an unlinked exit restricts who may link it.
137       * Everyone (even mortals) sees object names at the top of
138         their descriptions when they look at them. Suggested by Jeff
139         Ferrell most recently.
140       * New reserve_alias mush.cnf directive makes run-time command
141         alias reservation possible. Suggested by Jeff Ferrell.
142       * Mortals may use @command to get info about commands. Suggested by
143         Chili@M*U*S*H.
144       * Messages logged during help file indexing distinguish indexing
145         of admin topics. Suggested by mith@M*U*S*H
146 Fixes:
147       * Help fixes by [SW], Jeff Ferrell, mith@M*U*S*H, Mirth@AtheneuMUSH.
148       * Help update to @cpattr based on behavior noted by Noltar@Korongil.
149       * cwho and @chan/who behave better with hidden (@hide) players.
150         Reported by Reagan@M*U*S*H.
151       * MUSHes with no @functions crashed on @list calls due to a
152         problem with the hashtable code. Reported by Whiskey. [SW]
153       * A bug in handling of errors under debug in process_expression
154         was reported by Reagan@M*U*S*H. [SW]
155       * Rare memory leak in process_expression fixed. [SW]
156       * Inconsistencies in the handling of destroyed objects/players
157         and their locations fixed. [SW]
158       * The QUEUE attribute was not properly cleared on restart
159         for non-player objects. It was buggy in other ways, too. [SW]
160       * The AF_SAFE attribute flag couldn't be reset. Reported by
161         Pegasus@StarQuest.
162       * @teleporting into garbage could cause crashes. Reported by Howie
163       * The help_command and ahelp_command directives now look for
164         whitespace generally, not spaces specifically.
165         Suggested by Krad@M*U*S*H
166       * SIGHUP once again re-reads the config file. [SW]
167       * If an exit @created an object, that object would be inside the exit
168         until the next dbck. Now it is created in the exit's source room. [SW]
169       * Turning the lowest possible integer number into a string could
170         result in garbage output. [SW]
171       * Solaris needed arpa/nameser.h before resolv.h in mysocket.c
172
173 & 1.7.3p11
174 Version 1.7.3 patchlevel 11                    December 4, 2000
175
176 Minor changes:
177       * Added 'comsys' as help alias for 'chat'. Suggested by David@M*U*S*H
178       * New win32 project files and MSVC build instructions by Jenny Lind.
179 Fixes:
180       * Improved test for non-broken getdate and getnameinfo.
181       * Loading panic dumps does better on chatdb. By Maverick@M*U*S*H
182       * You may leave a channel even if you're the wrong type
183         to get onto it. Suggested by Cheetah@M*U*S*H.
184       * Typo in the win32 strcasecmp code fixed [NJG]
185       * stddev's algorithm improved. [TAP]
186       * If the go command is restricted, other commands produce spurious
187         errors during the exit-matching phase of command parsing.
188         Reported by Jamie@M*U*S*H
189
190 & 1.7.3p10
191 Version 1.7.3 patchlevel 10                    November 20, 2000
192
193 Major Changes:
194       * Improved detection of errors saving the game. If any problems
195         are encountered, the save is aborted, and online admins notified so
196         they can fix the problem before finding out about it too late. [SW]
197 Flags:
198       * The INHERIT flag has been renamed TRUST, which better describes
199         its function. INHERIT remains as an alias.
200 Commands:
201       * @chan now takes /ungag, /unhide, and /unmute as well as the
202         usual @chan/gag <channel>=no. By David@M*U*S*H.
203 Minor Changes:
204       * money() called on a no_pay player returns the value of
205         MAX_PENNIES to ease softcode checks. Suggested by Oriens@Alexandria.
206       * Removed help and &help entries from the distributed pennmush.nws
207         because people will generally want to override them anyway
208         and we shouldn't introduce problems. Suggested by Jeff Heinen.
209       * safe_str and friends optimize trivial 0 and 1 letter strings. [SW]
210       * A version of word-based compression that's almost 8-bit clean
211         is now included. [SW]
212       * We now use stricmp and friends for strcasecmp and friends on
213         Win32, rather than roll our own. [SW]
214 Fixes:
215       * @mail aliases couldn't be used by players who didn't have
216         permissions to see the alias members, which is wrong.
217         Fixed now. Report by Grinna@M*U*S*H.
218       * lnum(1) and lnum(0,0) were broken. Report by Jeff Ferrell
219       * Help updates. [SW]
220       * @set obj/notanattribute=flag now returns a 'No such attribute' error.
221         Reported by David@M*U*S*H. [SW]
222       * Help file indexing tries to detect files that aren't in the right
223         format. [SW]
224       * function restrictions were checking the wrong object. [SW]
225       * objmem and playermem counted eval-locks and atr-locks incorrectly.
226         Reported by Javin@DynamixMUSH. [SW]
227       * Fixes to win32 NT_TCP stuff. [NJG]
228       * Rare memory leak in do_page fixed by David@M*U*S*H.
229
230 & 1.7.3p9
231 Version 1.7.3 patchlevel 9                    November 20, 2000
232
233 Major Changes:
234       * Help files and their associated commands are now defined with
235         the 'help_command' (or 'ahelp_command') directive
236         in mush.cnf. So you can translate the help to french and
237         add an "aidez-moi" command if you like. [SW]
238       * Help file indexes are now kept in memory and built by the
239         server. The mkindx program is no longer used. [SW]
240       * Added restrict_function and @function/restrict, like the versions
241         for commands. [SW]
242       * User @functions can now override built-in functions, if you
243         @function/delete the built-in first. You can also @function/restore
244         the built-in back. [SW]
245 Attributes:
246       * @[oa]zenter and @[oa]zleave on ZMOs are triggered when someone
247         enters or leaves a given zone. Motion between rooms in the same
248         zone doesn't trigger these. "Zone" is based on the mover's
249         absolute room (outermost container) so that entering and leaving
250         an unzoned object in a zoned room doesn't trigger these either.
251         Suggested by Michael Kurtz.
252 Commands:
253       * New /silent switch for @teleport without @[o|a|ox]tport msgs.
254 Minor Changes:
255       * Still less allocation involved in outputting text to connections. [SW]
256       * @scan has better output when multiple attribs match. [SW]
257       * Added internal absolute_room function for use by fun_room
258         and move.c and wiz.c, etc.
259       * MEM_CHECK now uses a sorted linked list and is faster. [SW]
260 Fixes:
261       * References to kill_timer removed from win32 sections. [SW]
262       * conf.c reports error via logging routines, not fprintf. [SW]
263       * Assorted minor bug and warning fixes. [SW]
264       * Fix to example in help regedit by Amberyl.
265       * @wait and other timing functions were broken under win32.
266         Fixed now. [LdW]
267
268
269 & 1.7.3p8
270 Version 1.7.3 patchlevel 8                    November 12, 2000
271
272 Major Changes:
273       * Objects' names are stored in a string tree like attributes, so
274         we don't have hundreds of copies of 'West <W>;west;w' and such
275         taking up memory. Attribute name "hash table" is now a strtree. [SW]
276       * We no longer use alarm() to know when to run stuff on the queue. [SW]
277       * @shutdown/reboot is now supported on Windows builds. This is
278         slightly experimental. By Revian.
279 Minor Changes:
280       * %qa-%qz now operate as global registers like %q0-%q9.
281         Suggested by Trispis@M*U*S*H and probably others.
282       * Hashtable lookups are faster (collision chains are sorted) [SW]
283       * @uptime/mortal suppresses the extra process information [SW]
284       * Wizard @uptime prints better process information on linux. [SW]
285       * @listen, @filter and @infilter respect the REGEXP and CASE attribute
286         flags.  Suggested by Maestro@M*U*S*H [SW]
287       * Having many @waits or semaphores is more efficient, because we
288         sort those queues by time and we stop looking sooner. [SW]
289       * User-defined lock names must follow the same rules as attribute
290         names. The name part of attrib and eval locks have to also. [SW]
291       * @chan/title's confirmation message is nicer. [SW]
292       * Minor optimizations related to strcpy() and malloc() overhead. [SW]
293       * safe_format uses vsnprintf if your system has it. By Luke@M*U*S*H.
294       * replace_string is safer. By Luke@M*U*S*H.
295 Fixes:
296       * iter() is smarter about quitting when the function invocation
297         limit is reached or the buffer is filled. [TAP]
298       * lnum() has been greatly sped up. [TAP]
299       * RWHO references removed from game/mushcnf.dst, game/restart,
300         etc. by mith@M*U*S*H.
301       * Fix to help filter by Revian.
302       * COMPRESSION_TYPE 0 didn't compile. Report by David@M*U*S*H.
303       * Clarification of @lock/teleport in help @elock by Envinyatar@M*U*S*H
304       * Compiling w/o MAIL_ALIASES didn't declare load_maliases.
305         Reported by Envinyatar@M*U*S*H
306       * clone() was stomping %0-%9. Report by Revian.
307       * @dol with an empty list now does the right thing (nothing)
308         instead of running the command once. Report by Linda Naughton [SW]
309       * spname cleanup by mith@M*U*S*H.
310       * Fixed a bug in @function function-name [SW]
311       * make update should finally handle CHAT_TOKEN_ALIAS right.
312         It's also smarter with mush.cnf
313       * isword() on a null string now returns 0. Suggested by Ashen-Shugar.
314       * channels(object) returns a better error when object isn't matched.
315         Suggested by Trispis.
316       * Fix to help rand() to reflect actual error return value. Reported
317         by Philip Mak.
318       * More translated strings noted by Krad.
319       * Problems with encrypt()'s logic fixed by Ashen-Shugar. [Rhost]
320       * Other encrypt() sillyness fixed by Brazil.
321       * Potential crashers around DEBUG and other buffer overruns
322         have been fixed. Report by Tajan and Rimnar. [SW]
323       * notify_anything allocates less memory. [SW]
324       * Fixed mistagged memcheck "restart.descriptor".
325       * MacOS portability changes. Should build on MacOS X public beta
326         (Darwin) systems nearly straightaway. [DW]
327       * Restart script test for already-running MUSH condensed to one
328         line. Suggested most recently by Cory Albrecht.
329       * Serious crash bug in page fixed. Reported by Revian.
330       * Win32 bugs fixed by Luke@M*U*S*H: problems with dumping
331         compression suffixes, problems with @uptime
332       * MUSH no longer crashes if a player alias is > 32 chars in length.
333         It truncates names that are too long instead. By Luke@M*U*S*H.
334       * We don't check AF_PRIVATE attributes for $/^commands on children.
335         By Luke@M*U*S*H.
336       * Under win32, the MUSH would often start ignoring commands from
337         players after the first 98 per connection. Fixed by Revian.
338        
339 & 1.7.3p7
340 Version 1.7.3 patchlevel 7                    October 12, 2000
341
342 Functions:
343       * filterbool(), for TM3 compatibility. Like filter(),
344         but tests for any true value, not just 1. [3,SW]
345       * case(), for TM3 compatibility, and caseall().  Like switch()
346         and switchall(), but does an exact match, not wildcard. [3,SW]
347       * valid() takes more categories. [SW]
348       * localize(), for TM3 compatibility. Like a cross between
349         s() and ulocal(). [3,SW]
350 Commands:
351       * @break, for Rhost compatibility. Stops processing the
352         current action list. [Rhost,SW]
353       * @enable and @disable can be used on any boolean config option. [SW]
354       * @function/enable and @function/disable for built-ins
355       * @function function-name reports some information on the function,
356         like @command command-name.
357 Flags:
358       * New attribute flag 'safe' prevents accidental modification.
359         Suggested by Stephen Viscido. [TAP]
360 Minor Changes:
361       * The daytime config option is no more. Do a few @searches in
362         its honor. [SW]
363       * lsearch() permission is controlled by @search, and entrances()
364         by @entrances, for consistency with other functions that have
365         a corresponding command. [SW]
366       * The number of reboots is tracked, and the restarts() function
367         added, for TM3 compatibility. [3,SW]
368       * Rearranged some compile flags to suit systems that have
369         /usr/local/include/ident.h. By Luiz Claudio Duarte.
370       * More strings marked for translation. By Krad@M*U*S*H
371       * :, [, ], (, and ) are no longer legal in attribute names
372         due to ambiguities and security issues. [TAP,SW]
373       * Ranges in @search, lsearch() and @find can be either #dbrefs or
374         (for backwards compatibility), integers. Inspired by ElendorMUSH. [SW]
375       * Broadcast messages in bsd.c replaced with GAME prefix.
376         Suggested by Krad@M*U*S*H.
377 Fixes:
378       * Fixed a bug in filter() where it only looked
379         at the first character of the evaluated attribute. [SW]
380       * Some more noise from info_slave was removed. [SW]
381       * do_pcreate and do_chownall now live in game.h and not
382         externs.h. Reported by Maestro@M*U*S*H.
383       * Clean-up of atr_add calls in void context. [TAP]
384       * IPv6 buglet fixed. Report by Vexon@M*U*S*H. [SW]
385       * @config/set can no longer be used to set options in the files   
386         and messages categories, as this has icky consequences. [SW]
387       * Fixed a logic bug in letters_to_privs where not all the letters
388         were being turned into privs properly. Report by Bolt@M*U*S*H [SW]
389       * Fix to isint() so that isint(1a) is 0. [SW]
390       * Added safe_boolean internal function, and fixed a hang bug
391         in edit() reported by Walker@M*U*S*H. [SW]
392       * Fixed problems in panic dumps/reads of maildb and chatdb. [SW]
393       * @edit is a bit more efficient. [SW]
394       * Assorted lock structures are allocated in big chunks like
395         attribute structures, to save malloc overhead. [SW]
396       * User-defined lock names are stored in the attribute name tree. [SW]
397       * Various help fixes [SW, Javelin]
398       * LASTLOGOUT time now forces two-digit day for convtime niceness. [SW]
399       * Very large malias names or member lists could cause buffer
400         overruns. [SW]
401       * Buffer overrun fix, fix to str_chr. [TAP]
402       * tprintfs removed from DEBUG output so DEBUG doesn't mess up
403         messages in ^-commands anymore. [TAP]
404
405 & 1.7.3p6
406 Version 1.7.3 patchlevel 6                    September 20, 2000
407
408 Minor Changes:
409       * Translation files are now archived separately on the ftp site.
410       * A variety of options.h settings have been removed.
411         EXTENDED_ANSI, DUMP_EMPTY_ATTRS, DUMP_LESS_GARBAGE and the *_LOCK
412         defines are totally gone. [SW]
413         OLD_NEWLINES, DELETE_ATTRS and VISIBLE_EMPTY_ATTRS have been
414         moved out of options.h as they're special-purpose. [SW]
415       * More common function error messages were made into variables
416         rather than being hardcoded in as string literals. [SW]
417       * If a player is set HALT, their queued commands will not run.
418       * Speedup in process_expression. [TAP].
419 Functions:
420       * The regedit(?:all)?i? family of functions, like perl's s///. [SW]
421       * Case-insenstive versions of regrab() and regraball(). [SW]
422       * etimefmt(), which is to timestring() as timefmt() is to time(). [SW]
423 Fixes:
424       * Error messages that were already variables are now translated. [SW]
425       * Fixes to various metaconfig rules. [SW]
426       * Open_Anywhere and Link_Anywhere were sharing the same
427         bitmask. Fixed. [SW]
428       * You can escape : in $command patterns that are being regexp-
429         matched now. [SW]
430       * Rewrites of the regexp functions so that, say, regrab() and
431         regraball() point to the same actual code, using called_as to
432         know when to stop. They also use PCRE's match optimizing
433         pcre_study() function when appropriate. [SW]
434       * Buglets in game/restart and game/mushcnf.dst fixed.
435         Reported by Krad and Nymeria at M*U*S*H.
436       * page_aliases directive in mush.cnf works now. Report by Nymeria.
437       * Same for float_precision. Report by Oleo@M*U*S*H.
438       * mushtype.h now included in compress.c. [DW]
439       * Less noise in log/netmush.log from failed ident queries.
440       * More strings marked for translation.
441       * Fixes to problems with @search reported by Oleo@M*U*S*H.
442       * Weird evaluation of functions in softcoded commands fixed. [TAP]
443       * Cleanup of typos here and there by Padraic@M*U*S*H.
444
445
446 & 1.7.3p5
447 Version 1.7.3 patchlevel 5                    September 7, 2000
448
449 Minor Changes:
450       * FLOATING_POINT is no longer an option (it's always on). [SW]
451       * EXTENDED_ANSI defaults to enabled. [SW]
452 Attributes:
453       * @receive/@oreceive/@areceive triggered on the recipient
454         after a get or give, so you've got access to who caused
455         you to acquire the object and the object's dbref now.
456       * @give/@ogive/@agive triggered on the giver with object's
457         dbref in %0. Suggested by Oriens@Alexandria.
458 Fixes:
459       * Fixes for systems with broken or incomplete IPv6 support. [SW]
460       * Uses of index() changed to strchr() for consistency. [SW]
461       * Much removal of duplicate function prototypes and rearranging
462         of headers.  hdrs/globals.h is now hdrs/case.h. hdrs/intrface.h is
463         no more, and hdrs/boolexp.h, hdrs/log.h were added. [SW]
464       * @search supports "quoted player names".
465       * We no longer report failed connect to ident servers in the log.
466
467 & 1.7.3p4
468 Version 1.7.3 patchlevel 4                    August 8, 2000
469
470 Major Changes:
471       * Internationalization:
472         * Support for international time formats via LC_TIME locale [SW]
473         * Support for message translation
474         * Support for locale-sensitive ordering of strings (LC_COLLATE) [SW]
475         To take advantage of the new features, you should have your
476         LANG environment variable set to an appropriate locale
477         before you 'make install' (which will cause the right message
478         catalog to be compiled), and you should see the section
479         in game/restart for setting it there (which will actually cause
480         the server to use it).
481       * IPv6 support [SW]
482 Commands:
483       * @dolist/delim and @map/delim [SW]
484       * @stats/tables [SW]
485       * SESSION command displays session statistics (experimental) [SW]
486 Functions:
487       * uldefault(), like udefault but saves registers like ulocal() [SW]
488       * switchall(), for Tiny compatibility. [SW]
489       * cemit() with an option to act like @cemit/noisy [SW]
490       * vmin() and vmax(), for returning the min and max of each pair in two
491         vectors. [SW]
492       * utctime(), convutcsecs() for UTC/GMT time instead of server-local. [SW]
493       * convtime() uses getdate() if present, along with a variety of templates
494       * that it can accept. [SW]
495       * timefmt() - like the strftime() C function. [SW]
496       * pcreate() side effect function suggested by Adamas and Padraic@M*U*S*H
497       * starttime() now returns the first startup time, and
498         restarttime() returns the time of the last @shutdown/reboot [SW]
499 Minor Changes:
500       * +help is mentioned in help help. Suggested by Trispis@M*U*S*H.
501       * include directive for config files, with an example moving all
502         the restrict_command's to another file. [SW]
503       * make indent runs expand, then indent, because indent doesn't seem to
504         handle tabs very well. [SW]
505       * index-files.pl sorts patchlevels correctly. Patch by Jeff
506         Heinen.
507       * LASTLOGOUT attribute records logout time, like LAST, but not
508         visual. Suggested by Oriens@Alexandria, and others.
509       * Internal cleanup by David@M*U*S*H. New @config category 'messages',
510         no more OBJECT_ENDOWMENT or OBJECT_DEPOSIT macros, etc.
511       * Internal functions safe_integer(), safe_number(), and safe_dbref()
512         to replace safe_str(unparse_FOO(data), buff, bp) calls  [SW]
513       * You can now @trigger an attribute containing a $command or
514         ^listen and it'll work (skipping the $...: or ^...: parts).
515         So you can now do this:
516          &DO_WHO obj=$who *: @pemit %#=[u(who,%0)]
517          &DO_+WHO obj=$+who *: @tr me/do_who=%0
518         (But you can do this much more efficiently with regexp...)
519 Fixes:
520       * table() is less CPU-intensive in extreme cases. [SW]
521       * Hopefully, Configure now determines pagesize on FreeBSD.
522         Method suggested by Matt Harris.
523       * CHAT_TOKEN_ALIAS comment clarification by Oleo@M*U*S*H.
524       * pcre regexp engine updated to version 3.4.
525       * Typo in @chan/who fixed by Vexon@M*U*S*H.
526       * @attribute/access won't modify AF_INTERNAL attributes now.
527       * Additional win32 portability fixes. [NJG]
528       * con() was buggy in a bad way. Fixed now.
529       * Configure -d should now work on linux systems that don't have
530         crypt libraries. Reports by mith and Inek@M*U*S*H.
531       * Fix to Z_TEL on things.
532       * Help fix to @lock5 by Datron@SW2.
533 Languages:
534       * Swedish and Hungarian translations for most strings are
535         included in this patchlevel.
536
537
538 & 1.7.3p3
539 Version 1.7.3 patchlevel 3                    July 12, 2000
540
541 Major Changes:
542       * Restrictions to the 7-bit ascii charset have largely been removed
543         except in attribute names, to help international users. [SW]
544       * If available, we now use setlocale to support international
545         charsets (and eventually other conventions, though this should
546         be considered experimental). If you set your LC_CTYPE environment
547         variable to, say, 'fr_FR', french-accented characters should work.
548         Wide (multibyte) charsets are not supported.
549 Minor Changes:
550       * Internal cleanup of page/whisper code by David@M*U*S*H.
551       * New mush.cnf directive, page_aliases, for showing alias of
552         paging player. Supported by code by David@M*U*S*H.
553         Requested by many. A contrib version by Flame dates to 1996.
554       * @chat on a non-existant channel returns an error message. [SW]
555       * Two new CRYPT_SYSTEM options. One checks both SHS and crypt(3)
556         for passwords, and saves them back using SHS. The other does
557         the same for plaintext passwords. These should encourage folks
558         who currently use crypt(3) to make a painless move to SHS. [SW]
559 Commands:
560       * @remit can take /silent and /noisy switches now. Suggested by
561         Philip Mak.
562       * @lemit and @emit can take /silent switch. [SW]
563       * @config/set can set configuration parameters at runtime. [SW]
564 Functions:
565       * The set algebra functions can be given a sort order for output. [SW]
566 Fixes:
567       * CHAT_TOKEN_ALIAS could get defined w/o a character value.
568         Added a better explanation of CHAT_TOKEN_ALIAS in options.h.dist.
569         and fixed utils/update.pl to handle commented defines that take
570         values a bit better. Report by Nymeria@M*U*S*H.
571       * You can no longer initiate following a disconnected player.
572         Report by Dave@Galactic.
573       * CHANGES for 1.7.1 and 1.7.0 were missing. Back now.
574       * Typo in options.h.dist corrected. Report by Padraic@M*U*S*H.
575       * Small Configure portability improvements.
576       * Better handling of cases where the maildb has messages from
577         dbrefs that are out of range (due to truncating a db to remove
578         corruption, for example). Suggested by Ashen-Shugar.
579       * We now check for sitelocked sites before asking info_slave to
580         do ident lookups.
581       * Many help clarifications. [SW]
582       * linux Configure can use nm to find symbols, finally.
583       * help locate() now includes the z flag.
584
585
586 & 1.7.3p2
587 Version 1.7.3 patchlevel 2                    June 3, 2000
588
589 Commands:
590       * New @sitelock options to control access to god, wizards, admin
591         by site. [SW]
592       * @force can now take /noeval [SW]
593
594 Functions:
595       * squish() can take a second argument to squish non-spaces. [SW]
596       * div(), floordiv(), modulo(), and remainder(), a set of functions
597         jointly adopted by MUSH and MUX servers for compatibility. [TAP]
598       * @@() and null() functions suggested by [LdW].
599
600 Minor Changes:
601       * @uptime now shows initial restart time, not just time since
602         last reboot.
603       * Each player now has a limit to the number of @mail messages
604         in their inbox (folder 0), configurable in mush.cnf.
605         Suggested by Edwin@M*U*S*H.
606
607 Fixes:
608       * More linting and improved indenting [SW]
609       * PARANOID works right for broadcast messages (like @cemit) now
610         too. Report by Vexon@M*U*S*H.
611       * You can no longer follow what you can't see.
612       * CHAT_TOKEN_ALIAS info appears in options.h now. Report by
613         Rhysem@M*U*S*H.
614       * Mac portability changes. [DW]
615       * Disconnected players don't follow any more. Suggested by Don Burks.
616       * Various fixes to better resist crashing due to attacks involving
617         overwhelming connections.
618       * @mail/stats for all was broken. Fixed now.
619       * Clearer message after failed @pemit. Suggested by Eratl@M*U*S*H
620       * Destroyed things stop following/leading. Report by Ashen-Shugar.
621       * follow didn't properly set up the followers as enactors.
622         We no longer short-circuit process_command. Report by Moe@Chicago.
623
624 & 1.7.3p1
625 Version 1.7.3 patchlevel 1                    May 18, 2000
626
627 Commands:
628       * @oemit now takes a list of players. Adapted from patch by Philip Mak.
629
630 Minor Changes:
631       * Reconnecting is less spammy - we don't show motds again
632         to players already connected. Suggested by Trispis@M*U*S*H.
633
634 Fixes:
635       * Configure problem that resulted in weird compile failures on
636         bind/accept in src/bsd.c fixed.
637       * Further linting. [SW]
638       * FreeBSD getrlimit problem diagnosed by [SW] is worked around.
639       * Couldn't compile w/o FLOATING_POINTS defined. Fixed.
640       * Fixed a few dependencies in the Makefiles to insure that
641         hdrs/patches.h and hdrs/switches.h are rebuilt properly.
642       * Indentation cleanup.
643       * We now recognize egcs as if it were gcc 2, and set ccflags
644         accordingly.
645       * Increased size of some hash tables for performance. [SW]
646       * Help fixes. [SW]
647       * flags(obj/attrib) behaved badly unless attrib was CAPITALIZED.
648         Fixed now. Reported by Vexon@M*U*S*H.
649
650 & 1.7.3p0
651 Version 1.7.3 patchlevel 0                    April 20, 2000
652
653 Major Changes:
654       * If you create a 'patches' subdirectory and keep any user-contrib
655         patches you apply in there, and if the patches are properly
656         formatted, i.e., they include these lines:
657               # Patch name:
658               # Patch version:
659         your MUSH's @version and INFO output will report them.
660         In addition to being helpful for you, this will help the
661         developers when you send us a bug report including your
662         @version. [TN]
663       * As @cemit doesn't override @chan/gag and allows
664         NOSPOOF notification, it basically now operates just like
665         @pemit/list (you can protect yourself from spoofing, and you can
666         silence it). Accordingly, the cemit power is no longer
667         necessary. It's now a runtime option.
668       * @malias (@mailing lists) by Daniel Peters.
669       * Attribute names are now stored in a single string tree,
670         so we don't have thousands of copies of the string
671         "FINGER_NOTE", etc., taking up memory. [TAP]
672       * As a consequence of the attribute name tree, the STARTUP flag
673         is no longer needed, and will be automatically removed from
674         dbs.
675       * Attributes are now inserted in alphabetical order, which
676         speeds lookup. [TAP]
677       * Panic dumps now dump the maildb and chatdb, appended to the
678         end of PANIC.db. The MUSH handles breaking them up on restart.
679       * New link_anywhere power allows @link'ing to any destination.
680       * Mortals may create VARIABLE exits. At the time the destination
681         is computed, the exit is check to see if it has permission to
682         link there (i.e., the exit controls the destination or the
683         exit is link_anywhere or the destination is link_ok).
684         To keep old code from breaking, all existing variable exits are
685         given the link_anywhere power at first db read in this patch.
686         Suggested by David@M*U*S*H.
687       * The follow command is implemented!
688       * Nested iter is now useful. The itext(n) function returns
689         the value of ## for the nth innermost iteraction, where
690         0 is the most inner, and inum(n) does the same for #@. [TN]
691       * New regexp library, pcre, now allows perl 5.005 compatible
692         regular expressions! Suggested by [SW].
693       * Objects are now limited in the number of attributes that may
694         be set on them. This prevents a DoS attack. Suggested by
695         Ashen-Shugar.
696       * Some more english-style matching (look my 2nd box). [TN]
697
698 Functions:
699       * config() returns a list of config option names.
700         config(<option>) returns the value of a config option.
701         (e.g. config(money_singular))
702       * sort() now accepts an output delimiter, a la iter().
703         Suggested by Jason Newquist.
704       * channels() now accepts a delimiter. Suggested by Trispis@M*U*S*H.
705       * money(<integer>) returns the name of the money, either singular
706         or plural, depending on <integer>. Suggested by Trispis@M*U*S*H.
707       * timestring() with a pad flag of 2 forces 2 digit numbers.
708         Suggested by Trispis@M*U*S*H.
709       * fmod() function returns floating point remainder on division.
710         Written by Michael Thole.
711       * brackets() function returns bracket counts for its unparsed
712         argument. Handy for debugging. By Jason Wilcox.
713       * edit() can take multiple find-replace pairs. By Chili@M*U*S*H.
714       * clock() function by Ari@SpaceMUSH and Chili@M*U*S*H.
715       * flags() function can show attribute flags as well.
716         Suggested by Kami@SW2
717       * mailstats(), mailfstats(), and maildstats() added by Kami@SW2
718       * nattr() (aka attrcnt()) returns number of attributes on
719         an object. Suggested by Ashen-Shugar.
720       * map() and foreach() now provide the element's position
721         through %1. [LdW]
722       * spellnum() function spells out numbers in words. [LdW]
723       * wrap() for server-based line wrapping. Adapted from code by [LdW]
724       * lmath() function lets you do math on delimited lists, and makes
725         it easy to emulate Tiny's ladd/lsub/etc. [SW]
726       * bitwise math functions. [SW]
727       * mean(), median(), and stddev() functions. [SW]
728       * bound() function for bounding numbers. [SW]
729       * regrab(), regraball(), and regrep() regular expression
730         versions of grab/graball/grep. [SW]
731       * controls() can now be used if you control either the <obj> or
732         the <victim>. [RLM] suggested this in July 1998, but we were
733         too boneheaded at the time to agree on it.
734
735 Commands:
736       * teach <command> shows others in your room the (unparsed)
737         command that you want to demonstrate, and then causes you
738         to execute it. Suggested by Reed Riner.
739       * /preserve switch for @clone and @chown to preserve privbits.
740         By Kurt Fitzner.
741       * rpage and rwho have been removed.
742       * @nameformat on a room allows you to specify how the room's
743         name should be displayed to those inside it when they look.
744       * An optional second token for chat (in addition to +) can
745         be set if you'd like + and = (or whatever) to both work.
746         Patch by Kami@SW2.
747       * @scan returns the matched attribute name as well as object.
748         Suggested by many, including Thi@M*U*S*H.
749       * ; waves is treated as :waves, instead of as ;waves.
750         Suggested by Sandi Fallon, for tiny compatibility.
751       * cv command at connect screen forces a !DARK connect.
752         Suggested by David@M*U*S*H.
753       * with obj=command tries a $command on a specific object. [TN]
754       * @mailsignature finally implemented.
755       * @chan/join and @chan/leave are aliases for @chan/on and @chan/off,
756         respectively. Suggested by [LdW]
757       * @chan/decomp/brief decompiles a channel without listing players.
758
759 Flags:
760       * LISTEN_PARENT flag causes the object to inherit ^listens
761         from its parent. By Kurt Fitzner.
762       * Internal ACCESSED flag removed.
763       * PARANOID player toggle replaces the old paranoid_nospoof
764         configuration directive, and allows per-player setting of
765         nospoof format. Suggested by Trispis@M*U*S*H
766
767 Minor Changes:
768       * New lock @lock/command controls who may use $commands on an
769         object. @lock/listen controls ^patterns, @lock/use controls both.
770         Patch by Kurt Fitzner.
771       * The max_obj_val and max_wiz_obj_val configuration options
772         have been removed, as they're rarely used. You can change them
773         in hdrs/conf.h (search for ENDOWMENT).
774       * src/connect.c is no longer distributed. It wasn't ever used
775         for anything anyway.
776       * @fixdb command removed.
777       * @config/functions and commands can show listings in lowercase.
778       * match_list changed to try to match player aliases. Allows
779         "look <alias>" for a player in the same room. Reported by Corum.
780       * See_All players can now see/check AF_WIZARD attributes
781         (but AF_MDARK still requires that you be roy/wiz).
782         Suggested by Balazs Gasparin.
783       * VERBOSE PUPPETs relay to their owners even if the owner's
784         in the same room. Dedicated to Julianna@ATS.
785       * You may now @dest objects that you control via a zone,
786         as you could have done so indirectly before anyway.
787         Reported by [LdW]
788       * Sending the MUSH process an INT signal now causes graceful
789         shutdown (not panic dump). Sending a USR2 signal causes
790         a normal dump. As before, HUP causes config reload and
791         TERM causes a panic dump. [TAP]
792       * @chan/list shows your gag status. Suggested by Matt@M*U*S*H
793       * When chatting, we only match partial channel names against
794         channels you're actually on. Suggested by Matt@M*U*S*H
795       * By default you can no longer speak to a channel you're not
796         on. This is configurable per-channel with the new "open"
797         priv. Suggested by Akiko@M*U*S*H.
798       * If you can't go through an exit because it's linked to
799         garbage or its variable destination is invalid, we no longer
800         process the SUCC and DROP message set on the exit.
801       * The Inherit() macro no longer includes a Wizard test -- we
802         don't need it anymore as we protect Wiz objects in controls().
803       * getrandom has been replaced by get_random_long, with a better
804         algorithm and interface. Suggested by Stephen Dennis. [TAP]
805       * Win32 compilers now get the __cdecl hint so they can compile
806         using __fastcall which can greatly increase speed. Patch by
807         Stephen Dennis.
808       * For WIN32, use GetSystemTime instead of timeGetSystemTime.
809         Patch by Stephen Dennis.
810       * For WIN32, use a combination of wsadata.iMaxSockets and
811         options.max_logins to pick a reasonable number of available file
812         descriptors. Patch by Stephen Dennis.
813       * Default dump messages now call it a 'save', not a 'dump',
814         to avoid newbie confusion. Suggested by Vedui.
815       * You're notified if you set an attribute/flag on a quiet object
816         that you don't own. Patch by Kurt Fitzner.
817       * @decomp now comments its "No attributes found" message so as
818         not to break scripts.  Report by Kurt Fitzner.
819       * More Mac tweaking. [DW]
820       * \ and % are no longer valid in attribute names. Suggested by Ali Abdin
821       * Cleanup to logging code. We now try to do almost all of it through
822         log.c functions for better encapsulation. Patch by David@M*U*S*H.
823       * New @lock/examine to restrict who may examine visual objects.
824         Suggested by [LdW]
825       * Examining objects now shows channels they're on, if any.
826         Suggested by Big Spoon@M*U*S*H.
827       * Channel-hidden players are now marked in @chan/who for those
828         who are allowed to see them.
829       * @uptime shows more upcoming events, and shows them to mortals.
830         Suggested by Kyieren@M*U*S*H.
831       * @chzone obj works like @chzone obj=none. Suggested by Mystery8@M*U*S*H
832       * Player creation is now announced to MONITOR players. Suggested
833         by Paul@M*U*S*H.
834       * Poll message kept across @shutdown/reboot. Suggested by [SW].
835       * The military_time directive is removed from mush.cnf. It only
836         affected the way time was shown in @idle/@haven/@away messages
837         anyway. Reported by Angelus@M*U*S*H.
838
839 Fixes:
840       * help for lnum() and dig() improved. Leo@ATS TrekMUSH
841       * help for @charges improved. Suggested by Scott Weber
842       * @mvattr a/b=a/b would clear the attribute. No longer.
843         Reported by Octavian@M*U*S*H
844       * type(obj) would log a "WEIRD OBJECT" message if obj was
845         a garbage object. Reported by RLM. [TAP]
846       * Bug in deciding when to take a penny for queued commands fixed
847         by Stephen Dennis.
848       * Portability fixes for gcc 2.95.2 and other compilers who require
849         that function pointers in prototypes include the function args.
850         Reported by Gepht.
851       * @chan/decomp should include the channel description, too.
852         Report by David@M*U*S*H.
853       * Two other ways to be inside an object inside yourself reported by
854         Ashen-Shugar, and one by Rhysem@M*U*S*H.
855       * Small memory leak when doing @cpattr of a standard attribute to a
856         non-standard attribute is fixed.
857       * Help clarification for pemit() suggested by Falor@M*U*S*H.
858       * Help parents and @search3 fixed. Suggested by rodregis@M*U*S*H.
859       * Tport_anything didn't allow teleporting things to exits.
860         Noted by Vexon@M*U*S*H.
861       * Z_TEL flag works on ZMO's as promised now. Report by [SW].
862       * Potential crash in moveit fixed. Report by Howie@NF TrekMush
863       * @cemit now does the checks that @chat does, in regard to being
864         of the right type, allowed to speak, on the channel, etc.
865         Suggested by Oleo@M*U*S*H.
866       * getstring_noalloc was doing an fgetc into a char variable,
867         instead of an int, so wasn't 8-bit clean. Report by Slava.
868
869 & 1.7.2p35
870 Version 1.7.2 patchlevel 35                        January 27, 2001
871
872 Fixes:
873       * Fixed a bug in filter introduced in p34. Report by Jason Rhodes.
874       * Help for sort() now indicates that 'n' sorts integers. Report by
875         Dave Milford.
876
877
878 & 1.7.2p34
879 Version 1.7.2 patchlevel 34                        October 2, 2000
880
881 Fixes:
882       * filter now looks at the whole result, not just the first
883         character, when checking if the filter function returned '1'. [SW]
884       * raw_input and raw_input_at are now unsigned char *, so
885         they build right on HP/UX and similar. Report by Jeff Hildebrand
886
887
888 & 1.7.2p33
889 Version 1.7.2 patchlevel 33                        August 17, 2000
890
891 Fixes (backported from 1.7.3p4):
892       * Bug in con() patched.
893       * Bug in deciding when to take a penny for queued commands fixed
894         by Stephen Dennis.
895       * Configure portability fixes
896       * Better handling of cases where the maildb has messages from
897         dbrefs that are out of range (due to truncating a db to remove
898         corruption, for example). Suggested by Ashen-Shugar.
899       * Various fixes to better resist crashing due to attacks involving
900         overwhelming connections.
901       * @mvattr a/b=a/b would clear the attribute. No longer.
902         Reported by Octavian@M*U*S*H
903       * type(obj) would log a "WEIRD OBJECT" message if obj was
904         a garbage object. Reported by RLM. [TAP]
905       * Small memory leak when doing @cpattr of a standard attribute to a
906         non-standard attribute is fixed.
907       * Tport_anything didn't allow teleporting things to exits.
908         Noted by Vexon@M*U*S*H.
909       * Z_TEL flag works on ZMO's as promised now. Report by [SW].
910       * Potential crash in moveit fixed. Report by Howie@NF TrekMush
911       * getstring_noalloc was doing an fgetc into a char variable,
912         instead of an int, so wasn't 8-bit clean. Report by Slava.
913
914 & 1.7.2p32
915 Version 1.7.2 patchlevel 32                        April 17, 2000
916
917 Fixes:
918       * @cpattr from a non-standard attribute to a standard one
919         didn't preserve the AF_STATIC flag, and a subsequent atr_clr
920         could cause a crash.
921
922 & 1.7.2p31
923 Version 1.7.2 patchlevel 31                        April 9, 2000
924
925 Minor Changes:
926       * The SAY_TOKEN now applies to channels. That is, +public "Hi!
927         will not result in a doubled initial quote any more.
928         Suggested by Tyler Spivey.
929 Fixes:
930       * Uninitialized negate_perms in the monitor flag table.
931         Report by Concordia@Beyond the Fire.
932       * Updates to help changes to match CHANGES.
933       * Another way to end up in an object in your inventory has been
934         fixed. Report by Lensman.
935       * Unused ancient ccflags cruft removed from hints files.
936       * Considerable linting and cleanup. [SW]
937       * MacOS portability improvements. [DW]
938       * You may reset your @alias to itself in different case.
939         Suggested by Bolt.
940
941 & 1.7.2p30
942 Version 1.7.2 patchlevel 30                        March 14, 2000
943
944 Major Changes:
945       * New US export rules allow us to include shs.c and funcrypt.c
946         in the Penn distribution! Yay!
947       * Code is included in bsd.c for Windows NT users that uses
948         NT's native i/o instead of the bsd socket layer for
949         much improved performance. If you want it, edit src/bsd.c
950         and uncomment the define at the top. [NJG]
951 Minor Changes:
952       * New eplayer, eroom, eexit, eobject classes for searches,
953         like Tiny. By Rhysem.
954       * @sitelock/access.cnf can now use regexp patterns. By Raevnos.
955       * The Exits() macro is replaced with Source(), Home(), etc.
956         where sensible. By Maverick@M*U*S*H.
957       * Example of bzip2 compression defines in mushcnf.dst by David@M*U*S*H.
958       * shs.c can now be configured to reverse endianness, so you
959         can more easily use win32 dbs on unix (or vice versa) without
960         password hassles. This is in mush.cnf. [NJG]
961       * JUMP_OK no longer allows anyone to @tel an exit into your room.
962         You must control the destination or have the open_anywhere
963         power in order to do this now. Report by rodregis.
964 Fixes:
965       * Calling do_log with LT_TRACE resulted in no logging. Report by David.
966       * MacOS (and general) portability improvements, suggested by [DW]
967       * help for before(), after() notes case-sensitivity. By Audumla.
968       * hasflag() didn't work with MONITOR. Report by Mystery8.
969       * A little more linting. [NJG]
970       * Fixed help reference to 'global functions'. Report by Falor.
971       * Some gmalloc fixes around missing newlines. Report by Raevnos
972       * Improvements to help switch(). Report by Omozali.
973       * Buffer overflow in @wall fixed. Report by rodregis.
974       * Fixed (I think) the FreeBSD/Linux problem of not finding
975         sigchld/sigcld and similar ilk. Hints for FreeBSD are back.
976       * Crash bug in @link fixed. Report by Howie@New Frontier TrekMUSH
977
978 & 1.7.2p29
979 Version 1.7.2 patchlevel 29                        January 23, 2000
980
981 Fixes:
982       * src/sig.c didn't include config.h. As a result, some systems
983         with sigaction that didn't keep signal handlers installed
984         (some linuxes) would crash very quickly on the second SIGALRM.
985
986 & 1.7.2p28
987 Version 1.7.2 patchlevel 28                        January 14, 2000
988
989 Minor Changes:
990       * New 'deny_silent' option for access.cnf sites.
991         Turns off logging of denied connection/creation/guest/register
992         from a site, to prevent logfile spamming by twinks.
993         Reported by Kludge-BC.
994       * TFPREFIX attribute, if set, is used in