PennMUSH Community

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

Revision 511, 70.3 kB (checked in by pennmush, 2 years ago)

PennMUSH 1.8.1p0 Archival

Line 
1 & 1.7.7p40
2 Version 1.7.7 patchlevel 40                     December 1, 2004
3
4 Major Changes:
5   * Another pass at the chunk allocator! Simpler but effective.
6     Folks should, however, greatly reduce their chunk_migrate
7     value in mush.cnf -- we suggest '50'. [TAP]
8 Commands:
9   * @command/alias can alias commands. Patch by Walker@M*U*S*H.
10 Functions:
11   * zwho() and zmwho(). [EEH]
12 Minor Changes:
13   * utils/penn-install is no longer part of the PennMUSH distribution
14     (it's part of the Debian maintainer's stuff). [EEH]
15   * Inheritable @locks are inherited off of ancestor objects.
16     Suggested by Zith@Lovarii. [SW]
17 Fixes:
18   * Infinite recursion in @lock/examine fixed. Report by
19     Amy Kou'ai (Amy@ShoujoAi) and Sparta Kerleon (Sparta@ShoujoAi). [TAP]
20   * @flag/letter now allows setting a flag's letter to one used by
21     another flag that works on different object types. Report by Lenon.
22   * Translation corrections by Cheetah@M*U*S*H and [EEH].
23   * Added __USE_POSIX to the cflags for linux, and removed
24     checking for -lbind, to help SuSE 9.  Report by Ambrosia@M*U*S*H.
25   * Fixes to panic db loading logic. [SW]
26   * escape() shouldn't double-escape the first character of the
27     string when it's a special character. Report by Walker@M*U*S*H.
28
29
30 & 1.7.7p39
31 Version 1.7.7 patchlevel 39                     October 25, 2004
32
33 Major Changes:
34   * Game and chat database formats have been rewritten. They are
35     much more human-readable, can be extended with new fields
36     without using versioning flags, and provide better detection
37     and reporting of malformed databases. [SW]
38   * Chunk deref counts for locks are now stored in the database. [SW]
39 Commands:
40   * New 'buy' command for purchasing items from vendors that can offer
41     multiple items at multiple prices. Patch by Walker@M*U*S*H.
42   * restrict_command and @command/restrict can now include an
43     error message to be sent when the player can't use the command,
44     which supercedes more generic errors. Suggested by Philip Mak.
45     Patch by Walker@M*U*S*H.
46 Functions:
47   * lwho() can take an argument to produce the who list from that
48     player's viewpoint. Patch by Walker@M*U*S*H.
49 Fixes:
50   * nattr(obj/attrib) returns 1 when matching a non-wildcarded attrib.
51     Report by Impster@M*U*S*H.
52   * +chan <msg> is now converted to @chat <chan>=<msg> (with noeval)
53     so @chat hooks apply to +chatting too. Patch by Walker@M*U*S*H.
54   * You must be able to locate a player to perform elock() on them.
55     Report by Ambrosia.
56   * Help fixes by Sketch@M*U*S*H.
57   * Simplification of @version code. [SW]
58   * cemit() restrictions are now based on those of @cemit, instead
59     of @emit. Report by BlackPhyr.
60   * Setting queue_loss to 0 disables queue_loss. A bad idea, but
61     more consistent behavior. Suggested by K Moon.
62   * Examining objects always shows their actual number of coins,
63     whether or not they're admin or no_pay.
64   * Code cleanup in @edit and in char routines. [SW].
65   * Wrong object checked when reporting money as unlimited. Report
66     by Nate Barney. [EEH]
67   * New hints/freebsd_5.sh. Suggested by James Lang.
68   * INFO command once again reports the server as "PennMUSH",
69     not just a version number. Report by Mark Hassman.
70   * Win32 linting. Builds with NT_TCP should work again (although
71     @shutdown/reboot under NT_TCP is still not functional).
72     Reorganization of the Win32 services macros. [EEH]
73   * Fix to bug with login attempts using literal encrypted strings.
74     Reported by Cadar and Mirrador.
75   * @ps/all shows the right label on top. Patch by qa'toq@bDv.
76
77
78 & 1.7.7p38
79 Version 1.7.7 patchlevel 38                     August 25, 2004
80
81 Commands:
82   * @boot/silent disconnects without the standard message.
83     Suggested by Thor@bDv.
84 Fixes:
85   * Crash bug in is_objid fixed. Report by Wayne@PDX.
86   * God could cause a flag to lose its type status, and then become
87     inaccessible. Report by Wayne@PDX.
88
89
90 & 1.7.7p37
91 Version 1.7.7 patchlevel 37                     August 23, 2004
92
93 Major changes:
94   * @adisconnect is triggered on every disconnection, partial or full.
95     This mirrors the behavior of @aconnect. Use %1 (the number of
96     remaining connections) to distinguish between partial and full
97     disconnects in @adisconnect code.
98 Minor changes (user-visible):
99   * When a player disconnects, their recv(), sent(), and cmds()
100     values are passed to triggered @adisconnects as %2, %3, and %4.
101     The number of remaining connections is passed as %1.
102     Suggested by Jessica Hawthorne and Wayne@PDX.
103   * No_Pay players now have their money reported as unlimited by
104     examine and score (but money() still returns a useful integer value).
105     ex/debug can be used to see the object's Pennies field.
106     Suggested by Wayne@PDX.
107 Fixes:
108   * ex obj/*1 and similar was matching like ex obj/*1*. Reported by
109     Math@HavenMUSH.
110   * inc() and dec() with out-of-range integers now return a more
111     useful error instead of odd behavior. Suggested by Jessica Hawthorne.
112   * Win32 bug with renamed temporary database files resolved.
113     Reported by AndromedaMU.
114   * Help fixes by Mike Griffiths.
115   * @mail commands with no message list were not using current folder.
116     Report by Jessica Hawthorne.
117
118 & 1.7.7p36
119 Version 1.7.7 patchlevel 36                     August 9, 2004
120
121 Functions:
122   * l/lv/n/nv/x/xvthings() functions by Walker@M*U*S*H.
123   * New flag to locate(), 'y', for matching player names like pmatch(),
124     without requiring a leading * before the name like the 'p' flag. [SW]
125   * lattr()/nattr() works for mortals on non-owned objects, showing
126     or counting only attribs they can examine. Suggested by Philip Mak,
127     patch by Walker@M*U*S*H.
128 Minor changes (user-visible):
129   * Mortals can no longer teleport HEAVY admin through exits.
130     Suggested by Ambrosia@M*U*S*H.
131 Minor changes (internals):
132   * win32 directory has subdirectories for msvc6 and msvc.net. [EEH]
133   * locate() on dark rooms now works for see_all players. Suggested
134     by Wayne@PDX.
135 Fixes:
136   * @mail subjects are stripped of ansi before being stored (escape
137     chars were always smashed on display). Suggested by Wayne@PDX.
138   * @command/delete by God of a non-existing command caused a crash.
139     Report by Wayne@PDX.
140   * Follow works again. Report by Shirow.
141   * Fix to digest()'s sha hash on systems without OpenSSL. [SW]
142   * @list/command no longer includes duplicates. Report by Relay@M*U*S*H. [EEH]
143   * comp() again returns -1/1 instead of -2/2. Report by Jessica Hawthorne.
144   * sort() of large floats works again. Report by Jessica Hawthorne.
145   * Linting of warnings in funlist.c. Report by Nymeria@M*U*S*H.
146   * It was possible for wizards to create circular zone chains that
147     would cause an infinite loop. Report by Wayne@PDX.
148   * safe_ansi_string was double-prepending starting ansi codes.
149     Report by Shirow.
150   * Debian packaging improvements. [EEH]
151   * Help fixes by Mike Griffiths.
152
153
154 & 1.7.7p35
155 Version 1.7.7 patchlevel 35                     July 21, 2004
156
157 Attributes:
158   * NO_NAME and NO_SPACE attribute flags, when applied to @o-message
159     attributes, omit either the enactor's name or the space after it
160     when sending the message to others. Patch by Walker@M*U*S*H. [3]
161 Commands:
162   * @break <expression>=<new command> now runs <new command>
163     instead of simply stopping execution when <expression> is true.
164     New command @assert breaks and runs new command when <expression>
165     is false.  Suggested by Philip Mak and Zebranky@M*U*S*H. Patch by
166     Walker@M*U*S*H.
167   * The new command 'huh_command' is responsible for handling unmatched
168     command input. By default, it produces the usual Huh? message, but
169     it can be overridden with @hook. Logging of huhs is now controlled
170     in restrict.cnf and the log_huhs mush.cnf directive is removed.
171     Suggested by T'orA and Walker@M*U*S*H.
172   * New @decompile/prefix switch generalizes @decompile/tf.
173     Prefixes are now applied even when decompiling multiple attributes,
174     and a bug in doing so is corrected. Patch by Walker@M*U*S*H.
175   * New @edit/first switch only replaces first occurrence of string.
176     Suggested by Kevin@M*U*S*H.
177 Functions:
178   * malias() function for examining mail aliases. Inspired by
179     Kevin@M*U*S*H.
180   * llocks()/locks() lists locks on an object. Patch by Walker@M*U*S*H.
181   * lset() function works like @lset. Patch by Walker@M*U*S*H.
182   * lockflags() and llockflags() show short and long flags set on a lock.
183     Patch by Walker@M*U*S*H.
184   * lattrp() is lattr() including parent attribs. Patch by Walker@M*U*S*H.
185   * nattr(obj/wildcardpattern) is now supported. Patch by Walker@M*U*S*H.
186   * nattrp() is nattr() including parent attribs. Patch by Walker@M*U*S*H.
187   * xattr(obj/wildcardpattern,start,count) extracts the corresponding
188     elements from lattr(). xattrp() is xattr() including parent attribs.
189     Patch by Walker@M*U*S*H.
190 Minor changes (user-visible):
191   * @lset and lock() recognize locks beginning with user:. Patch by
192     Walker@M*U*S*H.
193   * When a player causes an ambiguous channel match, the error message
194     mentions CHAN_USEFIRSTMATCH, which now has a help entry.
195     Suggested by Luke@M*U*S*H.
196   * New sort options: sorting by dbref name, idle time, connection seconds,
197     creation time, owner dbref, and attribute values.  sort() and any
198     functions that use list2arr() are now ansi-aware. Patch by Walker@M*U*S*H.
199   * You can @name yourself to your @alias; this swaps name and alias.
200     Suggested by Oriens@Alexandria. Patch by Walker@M*U*S*H.
201 Minor changes (internals):
202   * Several global variables are now encapsulated in a single structure
203     to reduce potential namespace clashes.
204   * Reorganization of some filecopy.c code. [SW]
205 Fixes:
206   * @mail manipulation specifying folder 0 explicitly when the
207     current folder is non-zero didn't work right. Report by
208     Jess Hawthorne.
209   * Buffer overflow in string handling fixed. Report by Ashen-Shugar.
210   * @sitelock/name of an already locked name no longer creates extra
211     entries. Report by Nymeria@M*U*S*H.
212   * make depend no longer produces an unterminated Makefile.SH.
213     Reported by Bytor and Cheetah@M*U*S*H.
214   * Help fixes by [SW].
215   * Fix to replace_string2 to prevent overflow situations. Report by
216     Atuarre. [SW].
217   * Removed non-static shutdownsock prototype in hdrs/mysocket.h.
218     Report by Kholnuu@M*U*S*H.
219   * SQL code should be much more memory-efficient. [SW]
220   * Code cleanup and fixes to some memory leaks with strcoll. [SW]
221
222
223 & 1.7.7p34
224 Version 1.7.7 patchlevel 34                     June 22, 2004
225
226 Flags and Powers:
227   * Debit power allows the giving of negative amounts of money.
228     Suggested by Hemlon@SevenStones.
229   * The setting and resetting of flags and powers can be logged
230     by using the new 'log' restriction. Changes were made in
231     flaglocal.dst which you must carry over into flaglocal.c
232     (or, if you don't use flaglocal.c, just rm src/flaglocal.c and
233     flaglocal.dst will be copied in its place). Suggested by Sholevi@M*U*S*H
234     [SW]
235   * Setting and resetting @powers are once again logged by default. [SW]
236 Locks:
237   * @lock/speech can now be set by unprivileged players. @lock/speech
238     now applies to all players (it is no longer automatically overridden
239     by admin). SPEECH_LOCK`*FAILURE attributes can be used to override
240     the default failure messages when @lock/speech fails.
241 Commands:
242   * ex/parent examines an object and shows attributes that will be
243     inherited from its parents (if you are permitted to examine
244     the parent as well). Suggested by BladedThoth@M*U*S*H.
245   * examine now shows the complete (examinable-by-enactor) chain of
246     parent objects, not just the nearest parent. Suggested by Luke@M*U*S*H.
247 Functions:
248   * mailsend() is a function form of @mail/send. Suggested by Moe@ChicagoMUSH
249   * ncon, nvcon, nexits, nvexits, nplayers, nvplayers, nwho, nvwho
250     functions to count the number of each thing. Patch by Walker@M*U*S*H.
251   * xcon, xvcon, xexits, xvexits, xplayers, xvplayers, xwho, xvwho functions
252     to extract slices of potentially long contents, etc. lists. [Rhost,TM]
253     Patch by Walker@M*U*S*H.
254 Minor changes (user-visible):
255   * Players can no longer be set CHOWN_OK. Suggested by Intrevis@M*U*S*H.
256     If you have existing CHOWN_OK players, you probably want to unset
257     this from them, or the results will be confusing (they'll continue
258     to appear to have the flag, even though it won't be testable or
259     settable or clearable; this is desired behavior).
260   * If you're See_All and Pemit_All, you may now @cemit on any channel.
261     Based on a suggestion by Philip Mak.
262   * Attempting to give a player more than max_pennies will give them
263     enough to get them to max_pennies, instead of being treated as
264     an error. Similarly, taking away more pennies than they have will
265     take away exactly all their pennies.
266   * Improved errors for unprivileged users doing @boot/port.
267     Suggested by Intrevis@M*U*S*H. [TAP]
268 Minor changes (internals):
269   * pre OS X Macintosh OSes are no longer supported. Hints for
270     Darwin are improved. [SW]
271   * An extra file descriptor only needed on Sun OS boxes was being
272     opened on all unix systems. [SW]
273   * If no config file name is given on the netmush program's command line,
274     it will assume you mean mush.cnf instead of quitting. You should still
275     be using the restart script instead of netmush directly, though, as it
276     does important things like using the right database... [SW]
277   * 'make local-files' will copy all the src/*local.dst files to their
278     respective .c counterparts. Suggested by Nymeria@M*U*S*H. [SW]
279 Fixes:
280   * Configure handles the case where SO_KEEPALIVE works but TCP_KEEPIDLE isn't
281     defined. [SW]
282   * Win32 portability fixes and mingw hints. [EEH]
283   * Raising max_logins from 0 with @config/set wouldn't take existing
284     connections into account. [SW]
285   * $commands starting with # (that don't look like an @force by dbref)
286     will now be matched. Reported by Intrevis@M*U*S*H.
287   * version() is verbose again. Reported by Sholevi@M*U*S*H.
288   * The double-add of SQL_OK on minimal.db is now really fixed.
289     See p33 changes for information. Report by Mordie@M*U*S*H.
290   * Help fixes by Kevin@M*U*S*H and Cerekk@bDv.
291   * @boot/desc on one's own descriptor is no longer translated to
292     @boot/me. [TAP]
293   * Overflow of integer argument in giving pennies fixed. Report by
294     Sholevi@M*U*S*H.
295   * Typo in fun_vcross() fixed. [SW]
296   * Configure does better when ssl shared libraries, but not static
297     libraries, are available. You can use -D no_openssl to skip SSL checks.
298
299
300 & 1.7.7p33
301 Version 1.7.7 patchlevel 33                     June 3, 2004
302
303 Minor changes (internals):
304   * IsPlayer, etc. macros rewritten for clarity by Luke@M*U*S*H.
305   * Use enums in place of some more #defines and magic numbers. [SW]
306   * New did_it_with() hc function simplifies passing a dbref as %0
307     to did_it actions. [SW]
308 Fixes:
309   * The SQL_OK power could get double-added. If this happened to you,
310     delete one of them and double-check that all sql-using objects
311     still have the power set. Report by Mordie@M*U*S*H.
312   * Missing include in game.c fixed.
313   * Improper include in bufferq.c fixed. Report by Leona and Walker@M*U*S*H.
314   * Obsolete bzero() uses removed. [SW]
315   * New win32/pennmush.dsp.
316   * Help fix by bleeder@M*U*S*H.
317   * Mac OS X linting [SW].
318
319
320 & 1.7.7p32
321 Version 1.7.7 patchlevel 32                     May 26, 2004
322
323 Major Changes:
324   * SQL support. PennMUSH can now operate as an SQL client and perform
325     queries against an SQL server. Currently only the MySQL server is
326     supported. This adds the @sql command, the sql() and sqlescape()
327     functions, and the Sql_Ok power. See README.SQL for some
328     additional information.  Mostly based on patches by Hans Engelen.
329   * Creating a leaf attribute automatically creates associated branch
330     attributes if they are not already present. [TAP]
331   * When a $command matches on an object, but the object's use-lock or
332     command-lock prevents the command from being run, the object's
333     COMMAND_LOCK`FAILURE, COMMAND_LOCK`OFAILURE, and COMMAND_LOCK`AFAILURE
334     attributes will be triggered if the $command never successfully
335     matched, rather than returning a Huh? to the player.
336   * Exits and rooms may now run $commands. Rooms are treated as being
337     located in themselves for purposes of location checks. Exits are
338     treated as being located in their source room. Suggested by [TAP].
339 Commands:
340   * 'empty <object>' attempts to get each item in <object> and put
341     it alongside <object> (in <object>'s location).
342   * 'give <object> to <player>' syntax added.
343 Minor Changes (user-visible):
344   * @COST attribute is now evaluated, so you can make costs depend
345     on who's paying, a selected item, etc. Suggested by Walker@M*U*S*H.
346     Also, the amount given is passed in as %0, so you can code
347     vendors that accept any amount.
348   * New OBJID^<objid> lock atom.
349   * The server now maintains a rolling log of activity (commands issued,
350     evaluations parsed, and locks evaluated), that is dumped to the log
351     file on panic, or can be seen by God with @uptime. This aids
352     debugging code that causes a "clean" panic rather than a crash.
353     Suggested by Intrevis@M*U*S*H.
354   * When checking a use/command/listen-lock on an object with patterns
355     that get matched, we only check the lock once and cache the result,
356     to prevent multiple lock evaluations if multiple patterns match. [TAP]
357   * @chan/recall now shows nospoof tags for @cemit'd lines.
358     Suggested by Sholevi@M*U*S*H.
359   * SUSPECT flag can now be applied to any type of object.
360     Suggested by Oriens@Alexandria.
361 Minor Changes (internals):
362   * fun_escape() and fun_secure() use the same list of special characters,
363     rather than each having their own copy. [SW]
364   * Buffer queue code used by @chan/buffer and the activity log refactored
365     into src/bufferq.c and hdrs/bufferq.h.
366   * Added mush_panicf(), with printf()-style format and arguments. [SW]
367 Fixes:
368   * @scan correctly shows attributes on parents again. Report by
369     Wayne@PDX.
370   * @shutdown/panic and @shutdown/paranoid work again. [SW]
371   * A panic DB could be created before the database files were actually read,
372     causing problems on the next restart. [SW]
373   * Win32 and Debian installer portability fixes. [EEH]
374   * Code cleanup around errno. [SW]
375   * The locate() function now respects visibility and interactions.
376     Report by Jules@M*U*S*H.
377
378
379 & 1.7.7p31
380 Version 1.7.7 patchlevel 31                     May 11, 2004
381
382 Minor Changes:
383   * netmush is now started with only a single argument - the path to
384     the configuration file. The error log file (typically game/netmush.log)
385     is now configured in mush.cnf. Suggested by Vadiv@M*U*S*H.
386   * The restart script now bases its decision about whether the mush
387     is already running on the full path to the configuration file,
388     which means you can leave mush.cnf named mush.cnf without fear
389     of restart problems when multiple mushes are using the same
390     host. This also facilitates make update. Suggested by Vadiv@M*U*S*H.
391   * The GAMEDIR environment variable can be passed to 'make update'
392     to cause it to update *.cnf files in directories other than
393     game/ (using the template *.dst files in game/).
394     E.g.: make GAMEDIR=/home/othermush/game update
395 Commands:
396   * @nscemit. Suggested by Mystery8@ST:AW.
397 Functions:
398   * nscemit(). Suggested by Mystery8@ST:AW.
399 Flags:
400   * New HEAVY admin flag, prevents an object from being teleported
401     by a mortal between two containers they own. Admin without this
402     flag can now be teleported.
403 Fixes:
404   * Help fixes by Anri@AkaneaMUSH and Intrevis@M*U*S*H.
405   * mix() now treats empty lists as empty, instead of containing a single
406     null element. Report by Luke@M*U*S*H.
407   * @power messages no longer reference 'flags'. Report by Nymeria@M*U*S*H.
408   * Crash bug with @clone in new power system fixed.
409
410
411 & 1.7.7p30
412 Version 1.7.7 patchlevel 30                     May 6, 2004
413
414 Major changes:
415   * CHAT_SYSTEM option removed. If you don't want to use the chat system,
416     use restrict.cnf to disable @channel, @chat, etc.
417   * USE_MAILER and MAIL_ALIAS options removed. If you don't want to
418     use the @mail or @malias systems, use restrict.cnf to disable
419     the associated commands.
420   * QUOTA, EMPTY_ATTRS, and FUNCTION_SIDE_EFFECTS options are now
421     runtime options, instead of compile-time.
422   * SINGLE_LOGFILE option removed, and log filenames are now
423     runtime options. You may now give the same name to
424     multiple log files and get a more fine-grained version of the
425     same effect. Based on ideas by Vadiv@M*U*S*H.
426 Minor changes:
427   * New IP^ and HOSTNAME^ tests for boolexps. Suggested by Luke@M*U*S*H.
428   * ALLOW_NOSUBJECT option removed. We always use the beginning of the
429     message as the subject if one is not provided.
430   * JURY_OK and UNINSPECTED_FLAG options removed. Use @flag to add
431     flags if you need them. ONLINE_REG and VACATION_FLAG options
432     removed (default to always defined, add or remove with @flag as
433     desired).
434   * MEM_CHECK option removed from options.h; it is now a runtime
435     option in mush.cnf.
436   * @function/restrict can be applied to softcoded @functions, and
437     @function/add can accept a list of restrictions as a fifth argument.
438     Patch by Luke@M*U*S*H.
439   * log_walls run-time configuration option removed. Use the
440     logargs option in restrict.cnf instead.
441 Fixes:
442   * Crash bug in anonymous attributes fixed. Report by Intrevis@M*U*S*H.
443   * lplayers() was broken. Report by T'orA@M*U*S*H.
444   * Failing to create a player by providing a bad password now gives
445     a better error. Suggested by [NJG].
446   * Setting/clearing a chan title on a notitles channel works, but
447     reminds you that titles are off. Suggested by Dan@InNomine.
448   * haspower_restricted removed from mushcnf.dst to stop spurious
449     warning on startup. Report by Nymeria@M*U*S*H.
450
451
452 & 1.7.7p29
453 Version 1.7.7 patchlevel 29                     April 28, 2004
454
455 Major changes:
456   * Anonymous attributes via #lambda. See help anonymous attributes. [SW]
457   * Wizards (other than God) and royalty are no longer treated as No_Pay
458     unless the No_Pay power is explicitly set on them, although they
459     can still give (themselves or others) as many pennies as they wish.
460     This helps stop runaway wizards in the queue (they'll run out of cash
461     like anyone else). To get the old behavior back, @power your admin
462     No_Pay. You probably want to @power any globals that use search(),
463     children(), mail*stats(), etc, No_Pay as well. Suggested by Walker@M*U*S*H.
464   * game/restrict.cnf, alias.cnf, names.cnf are renamed in the tarball and
465     made with make update like mush.cnf. Suggested by Philip Mak. [SW]
466   * @powers now operate under the same code as the @flag system, so God
467     can add and modify powers in the MUSH with @power/add, etc.
468 Commands:
469   * @nsemit, @nsoemit, @nslemit, @nsremit, @nszemit and function forms
470     of the same. Suggested by Cloud@M*U*S*H.
471 Functions:
472   * andlpowers(), orlpowers(), andpowers(), orpowers().
473   * align() performs fancy text alignment tricks. Patch by Walker@M*U*S*H.
474   * sent() and recv() show more player descriptor data from SESSION.
475     Suggested by Ricochet@M*U*S*H.
476   * scan() with a single argument assumes the executor's point of
477     view. Suggested by Cheetah@M*U*S*H.
478   * valid() can also check for syntactically correct passwords,
479     command names, and function names.
480 Minor changes:
481   * No more CRYPT_SYSTEM in options.h. We try everything and we
482     always reset passwords to SHS. Patch by Vadiv@M*U*S*H.
483   * Wizards and other privileged players can @chan/recall on channels they're
484     not on. Suggested by Trispis@M*U*S*H. [SW]
485   * A separate ip address to bind the SSL port to can now be specified
486     in mush.cnf.
487   * @flag/type allows God to change flag types. Suggested by Renee@ShoreSide.
488   * After each @startup is enqueued (during startup or @restart/all),
489     we immediately run up to 5 queue cycles. This allows, e.g., God's
490     @startup to up to five levels of @dol/@tr/@switch/etc and still have
491     the queued code run ahead of other startups. This requires that you
492     keep God's dbref as #1. Based on comments by Philip Mak and o
493     Trispis@M*U*S*H.
494   * The message after successful @password is now clearer, to avoid
495     confusion in some unusual cases. Report by Kholnuu.
496   * Makefile is no longer set executable. Report by Luke@M*U*S*H.
497   * Server now handles telnet NOP and AYT commands. Suggested by
498     Philip Mak and Liz (author of Muckclient).
499   * announce.c is no longer distributed. portmsg.c cleanup.
500 Fixes:
501   * @undestroy on an invalid (garbage, or !going) object now produces
502     an error message. Suggested by T'orA@M*U*S*H.
503   * On shutdowns, all queue deposits are now refunded.
504   * Ansi behavior on second and later lines of text fixed by Walker@M*U*S*H.
505   * Database reading improvements for win32 - ideally, you should now
506     be able to read a database written on win32/unix on either system.
507   * allof() now evaluates its separator argument. [SW]
508   * firstof() doesn't add an extra space before the value it returns. [SW]
509   * Slackware portability fixes by Dale @ Wolfpaw.net hosting
510   * ]page properly noevals (the right hand side) now. Report by
511     Cheetah@M*U*S*H.
512   * Partial channel match listings no longer reveal channels the player
513     isn't allowed to see. Report by Taz.
514   * Help fixes by Trispis@M*U*S*H and Tanaku@M*U*S*H.
515   * ssl() and terminfo() don't work on other players unless you're
516     See_All, as promised. Based on patch by Tanaku@M*U*S*H.
517   * lcon, etc. all do an INTERACT_SEE interaction check now.
518     Suggested by Thor@bDv.
519   * Code cleanup. [SW]
520   * Fixes from 1.7.6p16
521
522
523 & 1.7.7p28
524 Version 1.7.7 patchlevel 28                     March 12, 2004
525
526 Major changes:
527   * You can add customized configuration parameters to set in mush.cnf
528     by adding a couple of new lines into the local_configs() function
529     in local.c. (YOU MUST UPDATE YOUR local.c FROM local.dst IN THIS
530     PATCHLEVEL). Patch by grapenut@M*U*S*H.
531   * Object ids: An object id is the string "#dbref:ctime"
532     where #dbref is the object's dbref and ctime is its creation time
533     in integer format. The %: substitution returns this
534     id for the enactor, and the objid() function returns it for an
535     arbitrary object. Object ids can be used in place of softcode that
536     stores dbrefs to insure that a recycled dbref isn't used in place
537     of the intended one. The matcher code will also match objects by
538     id any time it's matching by dbref.
539   * @command/add and @command/del. You can add a custom command
540     (which will have the same precedence as a standard server command),
541     and then @hook it to softcode, effectively promoting the precedence
542     of softcoded globals, and letting them take advantage of some
543     command parser settings. Patch by Walker@M*U*S*H.
544 Functions:
545   * tr() accepts ranges of characters like a-z instead of having to
546     give each one. [SW]
547   * escape() also escapes parens and commas now. Suggested by Philip Mak. [SW]
548   * time() can now take a time offset or object argument (in the latter
549     case, time offset is read from object's TZ attribute). Patch by
550     Walker@M*U*S*H.
551   * vcross() performs cross products of vectors. [SW]
552   * merge() can now take a list of characters. [SW]
553 Minor changes:
554   * You can @set multiple flags at once by giving them as a list.
555     Suggested by Walker@M*U*S*H and others.
556   * Channel names are recognized when surround by <>'s, too. [SW]
557   * 'move' is now a command_alias for 'goto' (in alias.cnf), and not
558     a separate command.
559   * PAGE_LOCK`{,O,A}FAILURE attributes now activated when a page/pemit fails
560     due to the victim's @lock/page. Suggested by Sholevi@M*U*S*H.
561   * Tweaked game message for failing to provide correct password to
562     @password. Suggested by Philip Mak.
563   * New command 'warn_on_missing' (defaults to disabled), aliased to the
564     '[' character. If enabled, players who attempt to write commands
565     starting with functions will get errors. Suggested by [SW] and
566     Cheetah@M*U*S*H.
567   * Renaming something triggers its ONAME and ANAME attributes, if present.
568     The old name is passed as %0; the new as %1. Suggested by Philip Mak.
569   * Owner information on ex/br is reported using the usual object_header()
570     so dbref and flags appear. Suggested by Eratl@M*U*S*H.
571   * Flags that are F_DARK or F_MDARK no longer appear on @flag/list
572     by non-admin. Suggested by Philip Mak.
573   * Warn players who set themselves SHARED with a weak zone lock.
574     Suggested by Philip Mak. [SW]
575   * @halt can now take "here". Suggested by Thor@bDv.
576   * When parsing eqsplit commands, don't evaluate the left side
577     of the equal sign if the command was run with ].
578 Fixes:
579   * Fixes to robustify file reading on Windows systems.
580   * The 'nofixed' command restriction works as expected now (previously,
581     you had to use 'nofix').
582   * Exit movements are now translated into explicit GOTO commands,
583     so @hooks and restrictions on GOTO are now applied. Patch by
584     Walker@M*U*S*H.
585   * The AE/ae accent characters can now be produced (accent(a,e)).
586     Patch by Luke@M*U*S*H.
587   * @hook/ignore would double-evaluate arguments. Reported by
588     Ambrosia@M*U*S*H. [SW]
589   * Mingw error in src/Makefile.SH fixed. Report by Thor@bDv. [SW]
590   * Help fixes by Cerekk@bDv, Mike Griffiths, Steve Varley, Thor@bDv, [SW],
591     Dahan, Jason Stover, and Kyieren@M*U*S*H.
592   * cmdlocal.dst now includes flags.h. By Dahan.
593   * Win32 portability fixes by Dahan, Nathan Baum, [EEH].
594   * utils/mkcmds.sh is now smarter about choosing temp filenames, so
595     parallel make should work. Fixed by Cheetah@M*U*S*H.
596   * The Zone: data in examine could be wrong.
597
598
599 & 1.7.7p27
600 Version 1.7.7 patchlevel 27                     January 25, 2004
601
602 Minor Changes:
603   * New etimefmt() formatting codes to make it easier to get nice-looking
604     results without 0-valued times. Suggested by ranko_usa@M*U*S*H. [SW]
605   * Autodetect existence of /usr/kerberos/include to make compile
606     easier for RH9 sufferers.
607   * src/Makefile is now autobuilt from src/Makefile.SH. IF you use
608     local hacks that require src/Makefile, this is likely to be a problem
609     for you. You'll want to start patching Makefile.SH instead.
610   * Fewer warning flags are now provided to the compiler by default.
611     You can set your own warning flags instead by defining the
612     warnings variable in config.over.
613 Fixes:
614   * The startups option actually does what it's supposed to now.
615   * Potential DOS in etimefmt fixed. Report by Ashen-Shugar. [SW]
616   * Code cleanup. ok_tag_attribute should work. [SW]
617   * Channels are automatically ungagged only on initial connection
618     (not reconnection, partial disconnection, etc.). Suggested by
619     Mordie@M*U*S*H.
620   * notify() calls during startup would crash. Reported by Mordie@M*U*S*H. [SW]
621   * Fixes from 1.7.6p15.
622
623
624 & 1.7.7p26
625 Version 1.7.7 patchlevel 26                     December 15, 2003
626
627 Commands:
628   * Add /regexp switch to @switch and @select. Suggested by BladedThoth. [SW]
629   * New /spoof switch to @pemit, @remit, @lemit, @oemit, @emit,
630     causes the message to appear to be generated by the cause, rather
631     than the enactor, which makes globals like $ooc show the right
632     NOSPOOF information (instead of the name of the global command object).
633     Patch by Philip Mak.
634 Functions:
635   * hostname(), ipaddr(), and cmds() take a dbref or descriptor number
636     of a connected player and return the hostname, ipaddr, and number
637     of commands executed. Suggested by Sholevi@M*U*S*H and Renee@ShoreSide,
638     code by Sholevi@M*U*S*H.
639   * Add reswitch*() functions. Suggested by BladedThoth. [SW]
640   * insert() can take a negative position argument to insert from
641     the right. Patch by Sholevi@M*U*S*H.
642   * New firstof() and allof() functions return the first true value
643     or all true values from a set of expressions. Patch by Sholevi@M*U*S*H.
644   * tr() works like the Unix utility, translating characters. Patch
645     by Walker@M*U*S*H.
646 Attributes:
647   * Attributes may be set DEBUG to cause their evaluation to be
648     debugged selectively. Patch by Pozzo@SWForum.
649   * @desc can no longer be gotten remotely without privileges.
650     To implement this, a new attribute flag NEARBY was added,
651     which prevents visual attributes from being remotely accessed.
652     See new configuration directive 'read_remote_desc' if you prefer
653     the old behavior. Patch by Philip Mak.
654   * @desc on privileged objects can now be evaluated by mortals.
655     To implement this, a new attribute flag PUBLIC was added,
656     which overrides safer_ufun for that attribute. This flag is dangerous
657     and should be avoided unless you are sure you know what you're doing.
658     Patch by Philip Mak.
659 Minor Changes:
660   * "+<channel> <text>" complains if <channel> is ambiguous, and
661     displays a list of matching channels. Patch by Luke@M*U*S*H.
662   * Code cleanup around @oemit by Philip Mak.
663   * If an object has an IDESCFORMAT but no IDESCRIBE, interior viewers
664     now see the DESCRIBE formatted by IDESCFORMAT (instead of
665     the DESCRIBE formatted by DESCFORMAT). Suggested by Philip Mak.
666   * Ported to Win32 with the Mingw development environment.
667     See win32/README.mingw for compile instructions. [EEH]
668   * null() can now take any number of arguments. Patch by Walker@M*U*S*H.
669   * Using @chan/quiet to control the quiet flag on a channel no longer works
670     (Actually, it never did). Use @chan/priv instead. [SW]
671   * The NO_WARN flag now prevents disconnected room warnings, too.
672     Suggested by several people. Patch by Philip Mak.
673   * @sitelock/name !name still unlocks a reserved name, but no longer
674     removes that name from names.cnf. Suggested by Nymeria. [SW]
675   * Some cleanup of fopen() calls. [SW]
676   * The reference to channel Creator is now Owner in @chan/decomp.
677     Suggested by Howie@NFTrekMUSH. [SW]
678   * The name of the channel being tested is passed as %0 in channel locks.
679     Suggested by Philip Mak. [SW]
680   * help for @chownall mentions the /preserve switch.  Warnings from @chown
681     and @chownall tell which objects they're for. Suggested by
682     Mordie@M*U*S*H. [SW]
683   * Home wrecking is allowed again. Suggested by Philip Mak.
684 Fixes:
685   * Puppets in containers with @listen container=* now hear the
686     outside world correctly. Patch by Philip Mak.
687   * The email sent on player registration now double-quotes the
688     player name in the example connect statement. Suggested by
689     David Kali.
690   * Two rooms should never be nearby() each other. Fix by Philip Mak.
691   * can_look_at() now handles the look/out case, too. Fix by Philip Mak.
692   * Help fixes by Viila@M*U*S*H, MetBoy@M*U*S*H, Cheetah@M*U*S*H.
693   * @flag/alias or @flag/add without giving an alias no longer crashes
694     the MUSH.  Report by Wildfire.
695   * Correctly retrieve user full name from /etc/passwd fields under
696     Linux in Configure. Record it in config.sh. Reported by Vadiv@M*U*S*H.
697   * Debian package changes. [EEH]
698   * As the help promises, XCH_CMD and SEND attributes don't work
699     for non-Wizards. Really.
700
701
702 & 1.7.7p25
703 Version 1.7.7 patchlevel 25                     October 30, 2003
704
705 Fixes:
706   * Crash bug in the interaction between parents and attr trees
707     fixed. Report by Walker@M*U*S*H.
708   * Improvements to how locks are decompiled. Built-in locks with the
709     no_inherit flag cleared are handled better.  If the object doing
710     the @decompile is referenced in a lock key, it's decompiled as 'me'
711     rather than by dbref, to make it easier to port between games.
712     Report by Cerekk@bDv. [SW]
713   * The error typically logged by info_slave on a mush crash is worded
714     better. [SW]
715   * panic() renamed mush_panic() as the Mach kernel now has a public
716     system call panic(). Report by Jeff Ferrell.
717
718
719 & 1.7.7p24
720 Version 1.7.7 patchlevel 24                     October 19, 2003
721
722 Minor Changes:
723   * The puppet flag can now apply to rooms. Suggested by Philip Mak.
724   * @tel/inside allows priv'd players to teleport into another player's
725     inventory (instead of to their location). Suggested by Philip Mak.
726 Fixes:
727   * Startups from a created minimal.db did not properly initialize
728     the objdata htab, so subsequent use of that htab (e.g. adding
729     players to channels) would crash. Report by [LdW].
730   * Help fixes by BladedThoth@M*U*S*H and Philip Mak.
731   * Attempting to clear a branch attribute when it has leaves now
732     gives a better message. Also better message for inability to
733     write an attribute due to tree issues. Patch by Luke@M*U*S*H.
734   * Bug in @debugforwardlist fixed by Luke@M*U*S*H.
735
736
737 & 1.7.7p23
738 Version 1.7.7 patchlevel 23                     October 10, 2003
739
740 Major Changes:
741   * Forking dumps now work with the chunk memory manager. [TAP]
742 Minor Changes:
743   * Chunk allocator improvements in partial read/writes and for
744     Win32. [TAP]
745   * Use the SHA0 algorithm from OpenSSL instead of our own when possible. [SW]
746 Functions:
747   * New digest() function for generating checksums via a variety of
748     algorithms. [SW]
749   * cowner() returns the dbref of a channel's owner. Suggested by
750     Sholevi@M*U*S*H. [SW]
751   * Added baseconv(), for converting numbers from one base to another.
752     Useful for tweaking things like Myrddin's bboard code. Suggested
753     by many people. [SW]
754 Fixes:
755   * Remove warnings in set.c and pcre.c. Report by Nymeria@M*U*S*H
756   * @power messages now show the canonical name of the power.
757     Suggested by Cheetah@M*U*S*H.
758   * Adding DARK players to channels produced a duplicated message.
759     Reported by Mystery8@ST:AW.
760   * Players set WIZARD and ROYALTY would get double notification
761     of some GAME: messages. Fixed now. [SW]
762   * Chatdb corruption possible when admin add players to channels.
763     Reported by several folks, diagnosed by Mordie@M*U*S*H.
764
765
766 & 1.7.7p22
767 Version 1.7.7 patchlevel 22                     September 30, 2003
768
769 Minor Changes:
770   * When possible, sockets are now set SO_KEEPALIVE and TCP_KEEPIDLE.
771     This may help prevent disconnections of idle players behind
772     poorly designed NAT routers and the like, and make the use of
773     the IDLE command unnecessary. Patch by Philip Mak.
774   * Better failure messages for 'get blah's blah', especially when
775     the container or contained object is ambiguous. Suggested by
776     Philip Mak.
777 Fixes:
778   * Attempting to unset attribute flags actually set them.
779     Report by Ambrosia@M*U*S*H. [SW]
780
781
782 & 1.7.7p21
783 Version 1.7.7 patchlevel 21                     September 23, 2003
784
785 Major Changes:
786   * Attribute trees. Attributes may now be organized hierarchically
787     like files and directories in a filesystem, using the backtick (`)
788     character as the branch separator. Attribute access restrictions
789     propagate down trees. New wildcard ** is introduced to match
790     all attributes at all tree levels. Suggested by Tabbifli. [TAP]
791 Locks:
792   * New framework for performing lock failure activities in hardcode.
793     As a proof-of-concept, the attributes FOLLOW_LOCK`FAILURE,
794     FOLLOW_LOCK`OFAILURE, FOLLOW_LOCK`AFAILURE do what you'd expect
795     when set on a potential leader.  Suggested by Sholevi@M*U*S*H.
796 Channels:
797   * New per-channel flags NoTitles, NoNames, and NoCemit do what you'd
798     expect. Set them with @chan/privs. Based on suggestion by
799     Saturn@M3.
800   * @chan/recall/quiet omits timestamps. Suggested by Vadiv@M*U*S*H.
801 Commands:
802   * 'help <wildcard-pattern>' now lists all help topics that match that
803     pattern.  By popular request. [MUX,SW]
804   * @flag/letter can be used to change or clear the one-letter alias for a
805     flag.  Suggested by Nymeria@M*U*S*H. [SW]
806   * @flag/list by God notes disabled flags. Suggested by Nymeria@M*U*S*H. [SW]
807 Functions:
808   * rand() now comes in a two-argument (low,high) flavor, and randword()
809     selects a random word from a list. The latter is aliased to
810     pickrand() to match Mux's name. Patch by Luke@M*U*S*H.
811 Minor Changes:
812   * Although we're Pueblo 2.50 compliant, go back to sending Pueblo 1.10
813     as the server version until everyone upgrades their clients so
814     they can handle the 2.50 string. Suggested by Shirow.
815   * The locate() function is no longer noisy (no longer notifies
816     the executor in addition to returning a value). Suggested by
817     Mystery8@ST:AW.
818   * @lock/interact now has a higher priority than other interaction
819     checks, so it will work for Wizards. Suggested by Viila@M*U*S*H.
820   * Tweaks to facilitate a Debian package of PennMUSH. [EEH]
821 Fixes:
822   * max descriptor could get stomped in some cases. [SW]
823   * Removed extra struct def in hdrs/mushtype.h. Suggested by Kyle.
824   * Help tweak by Kevin@M*U*S*H.
825   * Fix to locks on players messing up their connection failure counts.
826     Reported by Luke@M*U*S*H.
827   * Fix to @entrances by Luke@M*U*S*H.
828   * Fix to Win32 not handling a missing minimal.db by Luke@M*U*S*H.
829   * The confirmation message for setting/clearing attribute flags would use
830     the flag name given as an argument, not neccessarily the the full name of
831     the flag. Reported by Vadiv@M*U*S*H.  [SW]
832   * Fix a potential memory leak in ident.c [SW]
833
834 & 1.7.7p20
835 Version 1.7.7 patchlevel 20                     September 4, 2003
836
837 Major Changes:
838   * minimal.db is no more. If you start up the server and there's no
839     db to be found, it creates a new minimal database in memory
840     on the fly. Feel free to delete your coopy of minimal.db. [SW]
841     (In related news, the default OSUCC on #0 in minimal.db is gone.
842     Suggested by Cheetah@M*U*S*H. So much for the mists.)
843 Minor Changes:
844   * SSL connections are now ended before the dump when rebooting,
845     but their descriptor information sticks around to ensure that
846     their @adisconnect is run after the reboot. Based on suggestions
847     by Vadiv@M*U*S*H and [TAP].
848   * When _DEBUG is defined in a win32 build, don't copy pennmush.exe
849     to pennmush_run.exe. Makes debugging easier. Patch by Luke@M*U*S*H.
850   * In pueblo mode, no longer clear past images after each room look.
851     Patch by Konstantine Shirow.
852   * In pueblo mode, we no longer render ansi attributes or colors with
853     HTML tags; we assume the client will correctly handle them as ansi
854     intermixed with Pueblo. This solves a variety of problems.
855     Based on a discussion with Konstantine Shirow.
856   * When matching $commands and ^listens, insure that a matching attribute
857     exists before testing locks. This may break some strange locks using
858     %c, but hopefully won't. Suggested by Cheetah@M*U*S*H.
859   * The @scan command temporarily sets %c to the command to be scanned
860     (without "@scan" prefixed) so that it can detect commands that use
861     %c-matching. Based on ideas from Cheetah and Walker@M*U*S*H.
862   * Added support for Pueblo's md5 checksum. We track it on each
863     descriptor, though we don't do anything with it currently.
864   * Speed-up to fun_merge. Patch by Walker@M*U*S*H.
865   * Internal cleanup of flags in channel_broadcast.
866   * Wizards may @name themselves to names forbidden in names.cnf.
867     Patch by LeeLaLimaLLama@M*U*S*H.
868   * We are now forgiving of stupid non-RFC-compliant telnet clients
869     that send CR only even when they claim to be sending CRLF
870     (Read: MS Windows XP telnet). MS bug reported first by
871     Intrevis@M*U*S*H.
872   * Misleading restrict_command on @clone removed from restrict.cnf,
873     as @dig/@open/@create permissions already control @clone.
874     Suggested by Philip Mak.
875 Functions:
876   * lstats() and quota() now allow objects to see stats/quota on other
877     objects they control (e.g., on their owners, perhaps). Suggested
878     by Philip Mak.
879   * hastype() can now test for type GARBAGE. Suggested by Tanaku@M*U*S*H.
880 Commands:
881   * The new ']' command prefix causes the rest of the command-line
882     not to be evaluated by the expression parser. Try: ]think [add(1,1)]
883     Inspired by Elendor.
884   * @hook/ignore. [mux]
885   * @hook/override [Rhost, though they don't call it that]
886 Attributes:
887   * @debugforwardlist forwards DEBUG output to dbrefs on the list.
888     Suggested by Balerion@M*U*S*H.
889 Tests:
890   * A new test harness for developing regression test suites in perl
891     for PennMUSH is now included; few test suites are. If you can figure
892     out how to use this, write some tests for us! (If you can't, don't
893     ask about it, please :)
894 Locks:
895   * @lock/interact can prevent other players from transmitting any
896     normal sound to you (that is, you won't hear them speak, pose,
897     emit, etc., like gagging them in a client). It doesn't control
898     page (use @lock/page) or @mail (use @lock/mail). You still
899     hear 'presence' messages (connects/disconnects/arrivals/leaves)
900     so you can have a sense of who can hear you but you can't hear.
901     Patch by Philip Mak.
902 Fixes:
903   * Configure script no longer keeps adding -lssl -lcrypto over and
904     over to the Makefile. Report by Sholevi@M*U*S*H.
905   * Portability fixes for compiling with MSVC5 by Luke@M*U*S*H.
906   * The behavior of spaces inside parentheses that aren't part of a
907     function has been improved. Report by Jason Newquist. [TAP]
908   * txt/*.html files were being improperly escaped before being
909     sent to Pueblo connections. Report by Konstantine Shirow.
910   * mushdb.h includes flags.h, as it relies on constants from there.
911     Suggested by Philip Mak.
912   * Better error reporting on some failure messages in chunk allocator.
913     Patch by Philip Mak.
914   * @config/set with an invalid option now returns an error.
915     Report by Sholevi@M*U*S*H.
916   * Fix to interaction checking in notify_anything that could result
917     in the wrong check being performed. Report by Philip Mak.
918   * Help fixes by LeeLaLimaLLama@M*U*S*H, Sunny@M*U*S*H, Sketch@M*U*S*H.
919
920
921 & 1.7.7p19
922 Version 1.7.7 patchlevel 19                     August 19, 2003
923
924 Fixes:
925   * When SSL connections are dropped on reboot, other players weren't
926     seeing disconnect messages. Now they are.
927   * Two calls to flaglist_check_long didn't get converted to the new
928     abstraction layer, making flag_broadcast not work right.
929     Report by Luminar@M*U*S*H.
930
931
932 & 1.7.7p18
933 Version 1.7.7 patchlevel 18                     August 19, 2003
934
935 Major Changes:
936   * The flag handling code has been additionally abstracted to
937     allow, in a future patchlevel, @powers to be handled in the
938     same way that flags are now.
939 Minor Changes:
940   * Wrap the OS-dependant code for making sure the mush always has a free
941     file descriptor available for use in a pair of functions. [SW]
942 Fixes:
943   * Linted some ssl-related warnings. Reported by Cheetah@M*U*S*H.
944   * Compile failed in timer.c unless USE_MAILER was defined.
945     Reported by Sunny@M*U*S*H.
946   * Bug allowing players to view internal and mortal_dark attributes
947     introduced in p17 has been fixed. [TAP]
948
949
950 & 1.7.7p17
951 Version 1.7.7 patchlevel 17                     August 11, 2003
952
953 Major changes:
954   * SSL support, including server and client authentication as options.
955     This should be considered experimental.  New ssl() function returns 1
956     if a player/descriptor is using SSL, 0 otherwise. New file README.SSL
957     documents how to set up SSL. Two things to note:
958     - SSL connections are dropped on @shutdown/reboot, so SSL users may
959       wish to write client triggers to reconnect.
960     - Output flushing behaves slightly differently for SSL connections.
961   * The way lock keys are handled internally has been rewritten to allow
962     them to be tracked by the same chunk-management code that handles
963     attributes. [SW]
964   * @mail message texts are now stored with the chunk-management code. [SW]
965   * The new code can no longer read databases created by versions of Penn
966     before 1.7.5p0. If you need to do this, load it in 1.7.6, shutdown,
967     and use that database. [SW]
968 Minor changes:
969   * A new minimal.db is distributed (older ones probably won't work,
970     and this one probably won't work with older versions). [TAP]
971   * Contents/exits lists and functions that use first_visible (like
972     lcon, lexits, etc.) are now affected by INTERACT_SEE. Suggested by
973     Prospero@Metro.
974   * @chan/recall now displays the last 10 lines by default. Use
975     @chan/recall <chan>=0 to get the full buffer. Suggested by [TAP].
976   * Various boolexp tweaks. [SW]
977   * @power provides more verbose feedback. Suggested by Mordie@M*U*S*H. [SW]
978   * Additional chunk tweaks, including limiting migrations to one
979     per second. [TAP]
980   * PROFILING #define for use when profiling the code (surprise). This
981     just disables the CPU timer.
982   * When matching $-commands, only call the slower capturing wildcard match
983     function when we already know it succeeds, since it won't most of the time.
984     The faster non-capturing function is checked first to find a match. [SW]
985   * PCRE is initialized once, at startup, rather than testing to see if it has
986     to be done before each place regular expressions are used. [SW]
987   * The TERSE flag now applies to objects, not just players. Suggested
988     by Aur@M*U*S*H.
989   * The terminfo() function now returns SSL status as well.
990   * help-like commands without arguments now use the command name
991     as the argument. E.g. 'news' now looks for topic 'news', instead of
992     'help'. If not found, we fall back on help. Patch by Mike Griffiths.
993   * When an object is zoned to an unlocked ZMO, the ZMO is now autolocked
994     to =me instead of $me, because it's probably less confusing.
995     Suggested by Luke@M*U*S*H.
996   * @name now automatically trims leading and trailing spaces from its
997     newname argument, to avoid confusing people who use edit() to
998     generate new names and leave in spaces. Report by [TAP], patch by [SW].
999 Commands:
1000   * New 'logargs' and 'logname' restrictions in restrict.cnf allow
1001     per-command logging. Suggested by Saturn @ M3.
1002 Functions:
1003   * The sha1() function has been renamed sha0(), since that's what it
1004     really does. [TAP]
1005   * trimtiny() and trimpenn() work like trim(), but force the TM or
1006     Penn argument style.
1007   * New 'logargs' and 'logname' restrictions in restrict.cnf allow
1008     per-function logging. Suggested by Saturn @ M3.
1009 Fixes:
1010   * The side-effect version of name() was producing a weird return
1011     value. Reported by Saturn@M3.
1012   * Problems with restrict_command and restrict_function with multiple
1013     restrictions now fixed. Report by Sholevi@M*U*S*H.
1014   * stddef.h now included in src/extchat.c. Report by [EEH]. [SW]
1015   * INFO output now includes a missing newline. Report by [EEH]. [SW]
1016   * help BUILDER updated. Report by Laura Langland-Shula.
1017   * down.txt message wasn't being sent. Report by Sholevi@M*U*S*H. [SW]
1018   * New Win32 project files that include the chunk code. [EEH]
1019   * @chan/what no longer highlights the channel's name, as this is
1020     confusing if you use ansified channel names. Suggested by
1021     Oriens@Alexandria.
1022   * ex/mortal now operates more correctly. Report by Amy Kou'ai.
1023   * Fixes from 1.7.6p13.
1024
1025 & 1.7.7p16
1026 Version 1.7.7 patchlevel 16                     June 23, 2003
1027
1028 Commands:
1029   * New switch /room for 'with' to run a $command available in a remote
1030     location. Suggested by Mike Griffiths. [SW]
1031 Functions:
1032   * Added the terminfo() function, which returns information about a
1033     client's name and capabilities for a particular connection. [SW]
1034   * New lports() function. Like lwho() but returns port descriptors.
1035     For mux2 compatibility. [SW]
1036   * Functions that return information about a connected player now treat
1037     integer arguments as a port descriptor to look up, rather than using
1038     the least-idle connection of a player. To force a player name to
1039     be treated as such even when it's a number, prefix it with a * in
1040     softcode. For mux2 compatibility. [SW]
1041   * Players can use ports() on themselves and use the descriptors
1042     they're connected to as arguments to the information functions.
1043     For mux2 compatibility. [SW]
1044 Minor Changes:
1045   * Compute various chunk stats (total used, total free space, etc.)
1046     on demand instead of keeping running totals. [TAP]
1047   * @chan/what displays information about a channel's recall buffer, if any.
1048     [SW]
1049   * @chan/recall'ed lines are more clearly marked as such. Suggested by
1050     Oriens@Alexandria. [SW]
1051   * Consolidation of a common idiom used to format times throughout the source
1052     into a simple function call. [SW]
1053   * The time a @mail was sent was stored, unusually, as a string.
1054     No longer. Now it's handled the same way as all other times. [SW]
1055 Fixes:
1056   * Bug in resizing @chan/recall buffers fixed. Reported by Oriens@Alexandria.
1057     [SW]
1058   * Objects with user-defined locks had problems with finding built-in locks
1059     on the object. Reported by Walker@M*U*S*H. [SW]
1060   * Unregistered() macro was checking wrong flag name. Report by
1061     Matt Kirby.
1062   * Help fix by Adu@M*U*S*H.
1063   * Potential problem with ambigious names in the information functions fixed.
1064
1065
1066 & 1.7.7p15
1067 Version 1.7.7 patchlevel 15                     June 1, 2003
1068
1069 Fixes:
1070   * Problem with checking command flag masks when the number of
1071     flags was an even multiple of 8. Reported by Nymeria and
1072     Mordie@M*U*S*H.
1073   * Tweak to improve efficiency of ancestor checking code and delint
1074     w