PennMUSH Community

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

Revision 425, 34.2 kB (checked in by pennmush, 2 years ago)

PennMUSH 1.7.7p13 Archival

Line 
1 & 1.7.4p20
2 Version 1.7.4 patchlevel 20            September 19, 2002
3
4 Fixes:
5   * Help semaphores4 typo fixed by Mike Griffiths.
6   * Help cleanup. [TAP]
7   * See_All players now see hidden connected mail senders. Suggested
8     by Philip Mak.
9   * spellnum could introduce spurious spaces. Reported by Intrevis@M*U*S*H.
10   * table() sometimes produced spurious blank rows. Reported by
11     Nymeria@M*U*S*H. This is the first attempt at a fix.
12   * switch() help improved. [SW]
13   * enter <exit> no longer returns Permission denied, but
14     "I can't see that here", as you can only enter things.
15     Suggested by Philip Mak.
16   * A one-time, one-pointer memory leak in plyrlist.c fixed
17     by Vadiv@M*U*S*H.
18   * Unbalanced or empty double-quotes gave weird results in page
19     and whisper. Reported by Vadiv@M*U*S*H. [SW]
20   * @chan/decomp no longer shows names of channels that the enactor
21     can't see. Reported by Nat@SW:ANT.
22   * The lock() and elock() functions now operate properly with
23     user:whatever locks. Reported by Mike Griffiths.
24   * pmatch() will locate hidden players if they're visible to you
25     because they're nearby. Suggested by Julian@M*U*S*H.
26   * regedit and other functions that used $-substitutions for subpatterns
27     could produce weird results in some cases. Reported by Bellemore@M*U*S*H
28
29
30 & 1.7.4p19
31 Version 1.7.4 patchlevel 19            June 14, 2002
32
33 Minor changes:
34   * Wizards can now unset the WIZARD flag on any thing, whether they
35     own it or not. Suggested by Cerekk@bDv.
36   * Circular zoning is no longer allowed. Fixes part of a bug reported
37     by Philip Mak. [SW]
38 Fixes:
39   * Win32 portability fixes. [EEH]
40   * grep for 'grep' rather than 'egrep' in restart because in grep 2.5.1,
41     egrep is a shell script that exec's grep instead of a link.
42     Fix by Vadiv@M*U*S*H.
43   * The messages for a possessive get used the object's new location
44     instead of its old one. Fixed by Apollo@Restoration.
45   * Attempts by unlinked exits to @link an exit could crash.
46   * %1 in @areceive was being set to the recipient rather than the giver.
47     Fixed. Report by jubjup@trekmush.org
48   * @uptime fix for Linux 2.4 kernel. [SW]
49   * The @@() function no longer complains about commas. Report by
50     Trispis@M*U*S*H. [TAP]
51   * @search flags=<flaglist> is now smarter about toggles with the same
52     letter and different types. Report by Philip Mak.
53   * English-style matching now ignores the type of object being matched.
54     This fixes a bug with, e.g., @link my 1st object=me reported by
55     Oriens@Alexandria.
56   * bound() now listed in the math functions list. Report by Dandy@M*U*S*H.
57   * Help fix for member() by Cerekk@bDV TrekMUSH
58   * The server can now transparently read mush.cnf (and included) files
59     that have Dos- or Mac-style line-endings. Suggested by Paleran.
60   * Crash bug in @search fixed. Reported by Philip Mak.
61
62 & 1.7.4p18
63 Version 1.7.4 patchlevel 18            May 6, 2002
64
65 Minor Changes:
66   * The Mersenne Twister RNG has been backported from 1.7.5 into
67     this patchlevel, as it is not susceptible to some bugs that could
68     cause the RNG to hang the server. Report by Bellemore@M*U*S*H.
69   * Improved detection of info_slave errors. Based on patch by CU5.
70   * Rooms and exits can now be @forced. Suggested by Philip Mak.
71   * Deleting files from the hlp/nws/etc. directories is now sufficient
72     to cause game/txt/Makefile to rebuild the txt files. Patch by
73     Philip Mak.
74   * A see_all player may now use @chan/decompile on any channel.
75     Previously, the ROYALTY flag was required. Suggested by Oriens@Alexandria.
76 Fixes:
77   * The QUEUE and semaphore attributes aren't listed in @decompile
78     anymore. Suggested by Oriens@Alexandria. [SW]
79   * Several compiler warnings fixed. [SW]
80   * The LASTSITE and LASTIP attributes are now set locked and wizard by default,
81     to go along with the other connection-tracking attributes. [SW]
82   * Help on-vacation updated. Report by Nymeria@M*U*S*H.
83   * Help for following() function added. Report by Ashen-Shugar@Rhost.
84   * The last line of the access.cnf file sometimes wouldn't get read
85     properly. [SW]
86   * lnum improperly cached its return values without consideration for
87     changes in separator, so subsequent lnums with different separators
88     broke. Reported by Rhysem and Ambrosia@M*U*S*H. [TAP]
89   * Failing to speak on a channel you can't see no longer reveals the
90     full channel name. Reported by Vadiv@M*U*S*H.
91   * Passing a negative argument to the space() function now returns
92     an error string instead of 8192 blanks. Patch by Myrddin.
93   * Improved messages for following/unfollowing an ambiguous object.
94     Reported by Philip Mak.
95
96
97 & 1.7.4p17
98 Version 1.7.4 patchlevel 17            April 14, 2002
99
100 Minor Changes:
101   * The on-vacation flag, if in use, is no longer automatically cleared
102     on connect. Instead, the player is warned on connect (and at each
103     dump) that their flag is set. Suggested by Nymeria@M*U*S*H.
104 Fixes:
105   * Improved help for edit(). Suggested by Trispis@M*U*S*H [SW]
106   * List functions with null elements and a null output seperator could
107     trip end-of-buffer checks and stop in the middle of a list. [SW]
108   * valid() was inconsistent in how it handled attribute names with lower-case
109     letters compared to what everything else does. Reported by Philip Mak. [SW]
110   * @open could cause crashes in some unusual contexts. Reported
111     by Dandy@M*U*S*H.
112   * Improved sort()'s autodetection of list types. [SW]
113   * Fixed a problem with sorting dbrefs larger than the highest one in the
114     db. [SW]
115   * Mac portability fixes. [DW]
116   * Help for @open clarified. Suggested by fil@M*U*S*H.
117   * Help for kill clarified. Suggested by Philip Mak.
118   * Channel titles can no longer contain newlines or beeps.
119     Report by Nome@M*U*S*H.
120   * soundex behaved badly with extended characters. [SW]
121   * inc() and dec() now behave like the help says, regardless of whether
122     tiny_math is set or not. Their behavior on null strings and strings
123     that do not end in a digit depend on the null_eq_zero setting.
124     Reported by Wayne@PDX.
125   * The panic db file descriptor was never closed after reading a
126     panic dump. [SW]
127   * DOES removed from help attribute list. Suggested Philip Mak.
128   * Under no circumstances should connection to a null-named player
129     be allowed. Suggested by Wayne@PDX.
130   * 'with' no longer allows use of $commands on remote objects you
131     don't control. Report by Nammyung@M*U*S*H.
132
133 & 1.7.4p16
134 Version 1.7.4 patchlevel 16            March 11, 2002
135
136 Minor changes:
137   * After using 'register' at the connect screen, the player is
138     no longer disconnected. Suggested by Philip Mak.
139   * 'help mail functions'. Suggested by Trispis@M*U*S*H.
140   * Messages associated with drop, give, and get are now more
141     verbose and provide more information about who did what to whom.
142     Suggested by Philip Mak.
143   * Attrib locks did case-sensitive comparison of values, which is not
144     what you probably want. No longer. Reported by Philip Mak. [SW]
145   * QUEUE and sempahore attributes are now removed (not just emptied)
146     when drained or notified to 0. [TAP]
147 Fixes:
148   * Improvements in handling ansi in string functions. [SW]
149   * @clone/preserve didn't preserve when cloning exits. Reported by
150     Bellemore@M*U*S*H. [SW]
151   * A significant bug in the manual notification of timed semaphores has
152     been corrected. [SW]
153   * Revian@M*U*S*H pointed out that user-defined commands starting with
154     "@" that match the names of standard attributes don't behave as
155     you might expect. This is now documented in help user-defined commands.
156   * Security checks for attribute setting used the owner of the setting
157     object, not the setting object itself. Report by Howie@New Frontier.
158   * help set() improved based on report by Tareldin@M*U*S*H.
159   * folderstats() did not behave as promised in the help. Now it
160     does. Report by Trispis@M*U*S*H.
161   * Typo in src/log.c fixed by Nathan Schuette.
162   * Improved help for DEBUG. [SW]
163   * Aliased 'help ^' to 'help listening2'. Suggested by Philip Mak.
164   * MacOS portability fixes. [DW]
165   * The sigusr1 handler would reinstall itself as the sighup handler
166     on systems that don't provide persistent signals.
167     Fixed by Bellemore@M*U*S*H.
168   * &a=b me now properly clears the attribute A=B. Reported by
169     Trispis@M*U*S*H. In addition, now @tel #1234= produces an error,
170     as it should. [SW]
171   * mail functions can now be called by an object on anything it controls
172     (typically, its owner). Suggested by Trispis@M*U*S*H.
173   * The givee is now correctly passed in %1 to @give/@ogive/@agive,
174     and documented. Reported by Philip Mak.
175   * Added hints for Irix 6.x by Vexon@M*U*S*H.
176   * i18n fix for function invocation limit message.
177   * Clarification in help @alias by Philip Mak.
178   * @set obj=!puppet repeatedly no longer repeats the "not listening"
179     message. Reported by Philip Mak.
180
181
182 & 1.7.4p15
183 Version 1.7.4 patchlevel 15            February 8, 2002
184
185 Minor Changes:
186   * @dolist and iter(), where multiple tokens are replaced (## and #@),
187     now do both replacements at once. This is more efficient in several
188     ways and fixes a problem where if the second token gets into the
189     string from a replacement of the first, it gets replaced. (iter(a#@,
190     ##) should return a#@, not a1). [SW]
191   * setunion no longer eats empty list elements. [SW]
192   * The help text for items() is now more descriptive of how it works
193     and differs from words(). Suggested by Zen@SW1.
194   * When you attempt to @chzone an object to a ZMO without a zone-lock,
195     a default zone-lock of "owner of the ZMO" is now set, and the
196     attempt succeeds. Suggested by Linda Antonsson.
197   * In the French message translation files, the word 'drapeau' and
198     'flag' were used interchangeably. I've standardized on 'flag'.
199     Report by Vexon@M*U*S*H.
200 Fixes:
201   * Message typo fixed by Bellemore@M*U*S*H.
202   * No more ansified names in logged shutdown messages. Report by
203     Bellemore@M*U*S*H.
204   * Messages when destroying players now take into account the
205     destroy_possessions and really_safe settings. Suggested by Wayne@PDX.
206   * The parser no longer strips any first layer of braces in, e.g.
207     @switch action clauses, but only when the first character in the
208     clause is a brace. This prevents @sw 1=1, @wait me={@emit 1; @emit 2}
209     from being misparsed and running @emit 2 immediately. Reported by
210     Azratax@Azmush. [TAP]
211
212 & 1.7.4p14
213 Version 1.7.4 patchlevel 14            January 4, 2002
214
215 Minor Changes:
216   * The global function invocation limit is now 5 times the per-evaluation
217     function invocation limit, to provide some flexibility in cases
218     where you run a small number of functions that cause a larger
219     number of other functions to be evaluated (e.g., using tel()
220     to move players into rooms with function-laden descriptions). [TAP]
221 Fixes:
222   * Mortals are now restricted in which html tags they can generate
223     when pueblo support is enabled. Suggested by BladedThoth.
224   * @sitelock/name !<name> was improperly case-sensitive in its
225     matching. Reported by Linda Antonsson.
226   * Better invocation count checking and aborting on reaching limit.
227     Reported by Ashen-Shugar. [TAP]
228   * Beep characters are ignored when matching object listen patterns.
229     Suggested by Wayne@PDX.
230   * The end-of-dump marker is checked when reading the chat database.
231     Suggested by Bellemore@M*U*S*H. [SW]
232   * @lock obj=attrib:value locks were broken. Reported by Linda
233     Antonsson.
234   * Minor help fixes.
235
236 & 1.7.4p13
237 Version 1.7.4 patchlevel 13            November 30, 2001
238
239 Minor changes:
240   * options.h.dist mentions Darwin as well as MacOS X. [DW]
241   * PCRE updated to 3.7. [SW]
242   * When CHAN_NAME_LEN is increased beyond 30, the @chan/list header
243     line is misaligned, and other strange things can happen to
244     @chan/list. Reported by Bladed Thoth
245 Fixes:
246   * Crash bug in chat channels reported by BladedThoth.
247
248 & 1.7.4p12
249 Version 1.7.4 patchlevel 12            November 9, 2001
250
251 Minor changes:
252   * @dol/delim is now @dol/delimit, for Mux compatibility. [SW]
253   * /preserve switch for @chownall works like @chown's /preserve switch.
254     This changes the default behavior of @chownall, which used to
255     preserve everything, to work like @chown and strip privileged bits.
256     Suggested by Taladan@M*U*S*H.
257 Fixes:
258   * Warnings in index-files.pl are no longer shown. Report by Noltar@Korongil
259   * Additional support for ansi in channel names. Ansi is now stripped
260     when sorting channels and when matching names for @chan/decomp and
261     @chan/what.  Reported by Oriens@Alexandria.
262   * Help @decompile clarifies the /flags switch. Suggested by Oriens@Alexandria
263   * Source is indented before diffs are produced.
264   * Typo in help zmr correct by Oriens@Alexandria.
265   * Players disconnecting without QUIT continued to use CPU until fully
266     disconnected. Fixed. Report by Protagonist@M*U*S*H. [SW]
267
268
269 & 1.7.4p11
270 Version 1.7.4 patchlevel 11            October 15, 2001
271
272 Minor Changes:
273   * In places like switch() that can match <number, the numbers
274     are now treated as floating point, so they need not be only integers.
275     However, they must be pure numbers; "<3km" will not work.
276   * Tests for channel name matches now disregard ansi. Suggested by Wayne@PDX.
277 Fixes:
278   * MacOS linting. [DW]
279   * next() could reveal unfindable players. Reported by Jeffrey@TheHotel. [TAP]
280   * making diffs or a dist now insures that switches.h, etc. are rebuilt
281     for the Mac/Win32 crowd. Reported by many people.
282   * Some warnings discovered with compiling with gcc 3.0.1 fixed. [SW]
283   * Potential crash-or-worse bugs that could be caused by malformed
284     save messages fixed. [SW]
285   * @mail to players with names starting with numbers works correctly now.
286     Report from Mike Wesson. [SW]
287   * Fewer logged warnings from failed convtime()s. [SW]
288   * Help for page now mentions /blind. Reported by Oriens@Alexandria.
289   * Attempting to set an invalid priv on a channel now produces a
290     better message. Reported by Oriens@Alexandria.
291   * Improved message when a Wizard overrides a chan join lock by Wayne@PDX.
292   * Another way to end up inside yourself fixed. Report by Ashen-Shugar. [TAP]
293   * Help default/edefault syntax clarified by Delina@ST:VAAE
294   * Help math functions clarifies 'number'. Suggested by Delina@ST:VAAE
295   * Information on the patches.h header added to the FAQ file. Suggested
296     by Kahmy. [SW]
297   * Potential crash in @set fixed. Report by Michael Loftis [SW]
298   * The Unfindable flag is checked on all levels of containers, not just
299     the immediate location. Suggested by Oriens. [SW]
300   * NT_TCP fix by Bellemore.
301   * secure() now escapes ^, as the help says it does. Report by Gabriel Matlin.
302   * link_anywhere now lets you actually @link anywhere, instead of just
303     letting variable exits link anywhere. Report by Viila@M*U*S*H.
304   * help home now returns help homes, not help home(). Suggested by
305     Gary Williams
306
307 & 1.7.4p10
308 Version 1.7.4 patchlevel 10            September 7, 2001
309
310 Fixes:
311   * @clone changes in p9 introduced a crash bug. Fixed.
312   * Typo in mushcnf.dst fixed by Noltar@Korongil.
313
314 & 1.7.4p9
315 Version 1.7.4 patchlevel 9             September 4, 2001
316
317 Minor changes:
318   * @clone can optionally specify a new name for the clone.
319     Patch by Bellemore@M*U*S*H, inspired by mux.
320   * die() can take a third argument which, if true, will cause it to
321     return the list of individual die rolls rather than the sum.
322   * NT_TCP option moved to options.h.dist, and @config/list compile now
323     reports whether it's on or not. Suggested by Glonk@GlonkMUSH
324   * QUIET flag affects the "Teleported." message as well.
325     Suggested by Glonk@GlonkMUSH.
326   * pos() and strmatch() strip ansi and html markup before matching. [SW]
327   * Slight optimizations for many of the functions that strip markup. [SW]
328   * chat_strip_quote setting now applies to @*wall and say. Suggested by
329     Glonk@GlonkMUSH. [SW]
330   * @malias/who is now the same as @malias/members. Suggested by
331     Oriens@Alexandria.
332   * Small code change in do_chat_by_name so that find_channel_partial_on
333     can behave as documented. Suggested by Michael Loftis
334 Fixes:
335   * p8 broke regeditall when the replacer was null. Fixed.
336     Reported by Nymeria@M*U*S*H.
337   * Some unused variables removed, and pcre.h included in parse.c.
338     Reported by Sidney@M*U*S*H.
339   * index-files.pl produced an uninitialized value warning if a help file
340     had only a single entry (or admin entry). Warning removed.
341     Reported by Nymeria@M*U*S*H.
342   * Fixed to help lstats() to mention stats() as alias. Reported by
343     Glonk@GlonkMUSH.
344   * Help edit() fix by Sash@SW:Uprising.
345   * Improved failure message for @password. Suggested by Mike Wesson. [SW]
346   * alphamin()/alphamax() were stripping markup from what they returned. [SW]
347   * PARANOID flag is now only visible to owners. Reported by
348     Bellemore@M*U*S*H.
349   * Improved error message when trying to rejoin a channel. [SW]
350   * In Win32 NT_TCP mode, ident lookups are now done and the LASTIP
351     attribute doesn't get corrupted. Patch by Bellemore@M*U*S*H.
352   * @chan/describe now works along with @chan/desc. Suggested by
353     Trispis@M*U*S*H
354   * 'teach'ing a motion to a follower didn't work right. Reported by
355     Cheetah and Viila@M*U*S*H.
356   * Security bug in follow fixed. Reported by Walker@M*U*S*H.
357   * The &ecirc; and &euml; entities were not correctly returned in
358     Pueblo mode. Fixed by [NG].
359   * Help for trig functions improved. [SW]
360   * Pueblo references no longer give Chaco's (defunct) website.
361     By Noltar@Korongil.
362
363 & 1.7.4p8
364 Version 1.7.4 patchlevel 8             July 22, 2001
365
366 Minor changes:
367   * restart is a bit more precise in the "Mush already active" message.
368     Suggested by Lucas Layman.
369   * When a player's creation is refused because creation/registration
370     is globally turned off, show them register.txt instead of down.txt.
371     Patch by Bellemore.
372   * The NOSPOOF flag is now visible only to the player themself. [SW]
373   * regedit can now use backreferences in the replacer. [SW]
374 Fixes:
375   * ident lookups were broken on win32. Reported by Bellemore. [SW]
376   * ident query timeouts could get doubled mistakenly. [SW]
377   * Typo in mushcnf.dst fixed by Noltar@Korongil.
378   * Fix to help puppets2 by TurtleKnee@M*U*S*H.
379   * Help pcreate() added. Report by Eratl@M*U*S*H.
380   * @pcreate messages capitalized by Oriens@Alexandria.
381   * create() used 10 as the default cost, instead of the configured
382     default. Report by 8bitMUSH.
383   * Inactivity timeouts longer than 1 day didn't work. Fixed and
384     efficiency of the check improved. Reported by Bellemore@M*U*S*H.
385   * Null @aliases are no longer allowed. [SW]
386   * Cleanup to ident for situations when the remote host isn't running
387     an ident server. [SW]
388
389 & 1.7.4p7
390 Version 1.7.4 patchlevel 7             July 02, 2001
391
392 Major changes:
393   * %r can now evaluate to one character or two, based on a new config
394     option, newline_one_char, which defaults to being yes. This allows
395     %r to be used as a list delimiter. However, this may
396     break softcode which expects strlen(%r) to be 2, but it's probably
397     smarter to fix the softcode than turn off this option. [sw]
398   * If a command and a standard attribute have the same name, the
399     command takes precedence. So if you have an @attribute named
400     "PEMIT", @pemit me=foo will do the command, not set the attribute. [SW]
401 Minor changes:
402   * When someone attempts to create too many attributes on an object,
403     the log indicates who and which object. Suggested by Frob@Battlestar
404     Galactica:TSC.
405   * Buncha tprintfs replaced with notify_formats. [SW]
406   * New local_connect() and local_disconnect() hooks in local.dst.
407     Suggested by Eratl@M*U*S*H.
408   * lookup_player now deals with player names prefixed with "*",
409     so a bunch of commands like @newpassword will now treat those
410     arguments. Suggested by Glonk@GlonkMUSH.
411   * Make is more verbose about alerting you to changes in the
412     src/*.dst files.
413   * The message for undestroying someone else's object more closely matches
414     the destroy message. Suggested by Noltar@Korongil.
415   * Server output that used to be tagged with "PRE" for Pueblo is now
416     tagged with "SAMP", because the original Pueblo client did not correctly
417     handle "<BR>\n" in PRE, and the newer clients that are supporting
418     the pueblo protocol, like MUSHclient, do handle it correctly, causing
419     an incompatibility problem. Our workaround is to avoid PRE.
420     Reported by [NJG].
421   * The WHO list output is tagged <img xch_cmd=html> for Pueblo to get
422     appropriate newline handling. [NJG]
423   * help @mail mentions help @malias. Suggested by Trispis@M*U*S*H.
424   * Matching code now treats players you can't see like disconnected players
425     when matching *player. Reported by Walker@M*U*S*H.
426   * @newpassword now confirms whose password was changed. Suggested by
427     Xyrxwyrth@M*U*S*H.
428   * @chan/who and cwho() now include objects on the channel. Suggested by
429     Glonk@GlonkMUSH.
430   * q-register lookup is slightly faster. [SW]
431   * Floating-point numbers in exponential format (6.02e23) are always
432     accepted, not just when tiny_math is set. [SW]
433   * isint() and isnum() ignore the null_eq_zero option, since they already
434     ignore tiny_math. [SW]
435   * time() and convsecs() take an optional timezone argument that,
436     if 'UTC', makes them act the same way as utctime() and convutcsecs().
437     From MUX2. [SW]
438 Fixes:
439   * Additional range checking to avoid some bugs reported by Alierak. [SW]
440   * Fix to buglet in @name error with PLAYER_NAME_SPACES reported by
441     Luke@M*U*S*H.
442   * Typo in @name error message fixed by Luke@M*U*S*H.
443   * One could @pcreate players past the hard db limit. Reported by Z@Korongil.
444   * Typos in config_h.SH and options.h.dist fixed by Oriens@Alexandria.
445   * Under some conditions, you could double-join a channel.
446     Reported by Xyrxwyrth@M*U*S*H, investigated by Steven@Champions.
447   * Error message for @chan/desc improved. Reported by Oriens@Alexandria.
448   * Typo in alias.cnf fixed by rodregis@M*U*S*H.
449   * @mvattr sometimes failed to remove the old attrib, when it was a
450     standard attrib that could be abbreviated (@mvattr a/desc=b).
451     Fixed by Walker@M*U*S*H.
452   * Some english-matching (like 'get 1st foo') would fail. Reported by
453     Mystery8.
454   * Typo in help @verb reported by Greck.
455   * MacOS tweaks. [DW]
456   * Better detection of numbers that are too big. [SW]
457   * Wizards could crash the server by entering objects in their own
458     inventory. Reported by Howie@New Frontiers.
459
460 & 1.7.4p6
461 Version 1.7.4 patchlevel 6             June 11, 2001
462
463 Minor changes:
464   * English-style matching has been added to some more commands,
465     to help with the stricter ambiguity checking (@teleport my 3rd foo=box,
466     etc.). [SW]
467   * @pemit/list no longer does its useless ## substitution. [SW]
468   * capstr() and art() skip leading ansi and html. [SW]
469   * table(), alphamin(), alphamax(), comp(), lcstr(), ucstr(), strinsert(),
470     and delete() are all ansi and html aware. Mixing html and ansi in their
471     arguments is probably a bad idea, though. [SW]
472   * reverse() and scramble() are ansi-aware, and still will break html, but
473     in a different way than before. [SW]
474   * foreach() strips ansi and html from the string before doing its things. [SW]
475   * Complete Norwegian translation by Kenneth Aalberg.
476 Fixes:
477   * Bug in growing hash tables fixed. [SW]
478   * Typo in copyright fixed. Reported by Cheetah@M*U*S*H.
479   * Unused variable removed from fun_ansi. Reported by Sidney@M*U*S*H.
480   * Mac portability stuff. [DW]
481   * Wizards could @chown garbage objects. [SW]
482   * Wizards could give to garbage objects. [SW]
483   * Wizards could read God's @mail. [SW]
484   * Eliminated some compiler warnings. [SW]
485   * mid() was quite broken with ansi. right() was less broken.
486     Both hopefully fixed for good. [SW]
487   * Fixed a problem with the attribute used with foreach() evaluating from
488     the perspective of the wrong object. [SW]
489   * before(), after(), and wrap() are now classified as string functions
490     in the help. [TAP]
491   * help wildcards now mentions ?. Suggested by cmintrnt@M*U*S*H.
492   * help fixes by Jeff Ferrell.
493   * Problems with wrap() when the text included %r%r (or started with %r)
494     reported by Noltar@Korongil.
495   * If you somehow managed to load a corrupt db with a parent loop,
496     lparent could infinite-loop. Reported by Ashen-Shugar. [TAP]
497
498
499 & 1.7.4p5
500 Version 1.7.4 patchlevel 5             May 25, 2001
501
502 Fixes:
503   * Fix to uninitialized variable that could cause ansi to bleed
504     on some systems. Patch by Luke@M*U*S*H
505   * Prototypes for ansi_align and ansi_save added to externs.h. [DW]
506   * FreeBSD hints file updated to get rid of a compiler warning. [SW]
507   * Setting hate_dest to no will not disable @recycle [SW]
508   * switchinc.c updated. [DW]
509
510
511 & 1.7.4p4
512 Version 1.7.4 patchlevel 4             May 13, 2001
513
514 Minor changes:
515   * Internally, the /folder switch is now /folders, which prefix-matches
516     to /folder and also lets @mail/folders work as syntactic sugar.
517   * fun_ansi has been rewritten to use less buffer space by consolidating
518     ansi codes. New codes for turning off ansi attributes (like hilite)
519     also added.  Patch by Luke@M*U*S*H.
520   * /silent switch to give suppresses default messages when giving
521     money to players. Suggested by 8BitMUSH.
522   * Old port concentrator code removed. [SW]
523   * On linux, @uptime reads /proc files instead of running 'uptime' [SW]
524   * Code that uses strdup and then adds a MEM_CHECK record for "string"
525     now use a wrapper function that does it automatically. [SW]
526 Fixes:
527   * Paging a page-locked player didn't give the appropriate messages.
528     Reported by Steven@Champions.
529   * left, right, and mid are now ansi-aware. Patch by Luke@M*U*S*H.
530   * Help fixes to lexits(), name() (Noltar@Korongil), 1.7.4p3 (Z@Korongil).
531   * win32/cmds.h updated with prototypes for dismiss and desert by
532     Noltar@Korongil. And hdrs/externs.h, too, by [SW].
533   * Memory leak with using alphabetic q-registers in queued commands fixed.
534     Report by Jayvin@Dynamix [SW]
535   * Added hints/openbsd.sh to distribution.
536   * Mac portability linting. [DW]
537   * Several memory leaks in @malias code fixed. [SW]
538
539 & 1.7.4p3
540 Version 1.7.4 patchlevel 3             April 23, 2001
541
542 Commands:
543   * unfollow with no args now stops you from following everyone.
544     dismiss command stops people from following you.
545     desert command stops people from following you or leading you.
546     Idea by Oriens@Alexandria. Names suggested by Noltar@Korongil
547 Minor changes:
548   * MONITOR announcements of disconnects distinguish hidden disconnects.
549     Suggested by Oriens@Alexandria.
550   * The Uptime field of INFO shows first start time, not last reboot time.
551     Suggested by Trispis@M*U*S*H.
552 Fixes:
553   * Exact matches are now preferred over partial matches, and no longer
554     result in ambiguity. Report by Steven Viscido.
555   * Message mentioning INHERIT changed to TRUST by Xyrxwyrth@M*U*S*H.
556   * Distributed register.txt file is now more descriptive.
557     Suggested by Xyrxwyrth@M*U*S*H.
558   * The ctime(), mtime(), restarttime(), and starttime() functions now
559     return 2-digit days (01 vs. 1). Reported by Z@Korongil.
560   * @malias output uses the alias token more consistently. Suggested by
561     Kyieren@M*U*S*H.
562   * hints/solaris_2.sh modified a bit.
563   * Mac portability fixes
564   * Options.h clarification suggested by rodregis@M*U*S*H.
565   * Cosmetic bug in @halt fixed. Report by Trispis@M*U*S*H.
566   * Fixed a fencepost error in regedit*() that could generate garbage text.
567     Reported by Vadiv@M*U*S*H
568
569
570 & 1.7.4p2
571 Version 1.7.4 patchlevel 2             March 23, 2001
572
573 Major changes:
574   * The object matching routines have been modified. Some things you may
575     notice:
576     * Ambiguous cases are more often reported as such (rather than you
577       getting one of the ambiguous matches arbitrarily).
578     * locate() now returns #-2 as promised. Reported by Jeff Ferrell.
579     * A few functions that used accept player names now require
580       the use of *playername to match the player (e.g. mail(), hidden()).
581       (This is generally more consistent).
582 Minor changes:
583   * @tr of a nonexistent attribute now reports that. Report by Z@Korongil.
584   * TEL_OK is an alias for JUMP_OK. Suggested by Kyieren@M*U*S*H.
585   * Added 'help i18n' (aka help translation). Suggested by Kyieren@M*U*S*H.
586   * When you use 'teach' and, as a result, run the command you are teaching,
587     it is treated as if the command were run by a player from the socket --
588     that is, attribute sets are not evaluated. Suggested by Xyrxwyrth@M*U*S*H.
589   * See_All players can see all channels and their members, too.
590     Suggested by Oriens@Alexandria.
591   * When trying to join yourself to a channel, we only check channels
592     you're not on; when trying to leave a channel, we only check channels
593     that you are on. This is handy for disambiguating similar prefixes.
594     Suggested by Oriens@Alexandria.
595   * When you're following a leader and the leader moves, you're told that
596     that you're following them before you attempt to move. Suggested by
597     Oriens@Alexandria.
598   * @stats/table is no longer restricted.
599 Fixes:
600   * @grep/iprint produced highlighted strings matching the case you
601     gave, not the case actually found. Reported by Reagan@NF
602   * @search/lsearch by powers could sometimes get you the equivalent
603     flag-bit instead of power-bit. Reported by Reagan@NF
604   * Configure fix.
605   * hpux-gcc hint file now included.
606   * Nested ansi() broke again in p1. Fixed now. Reported by Intrevis@M*U*S*H
607   * Added Configure check for <netdb.h> to help Cygwin builds.
608     Reported by Xyrxwyrth@M*U*S*H.
609   * Help fix or two.
610   * Grammatical correction by Eratl@M*U*S*H in @boot/me error message.
611   * Cosmetics of @mail with folders > 9 improved. Reported by Bellemore@M*U*S*H
612   * One could be disconnected at the connect screen under some conditions
613     for no good reason. Reported by Oriens@Alexandria. [SW]
614   * Compile error when ROYALTY_FLAG not defined patched by Noltar@Korongil.
615   * Fixed infinite loop reported by Xyrxwyrth@M*U*S*H. [SW]
616   * It's no longer posible to connect to a GOING player.
617
618 & 1.7.4p1
619 Version 1.7.4 patchlevel 1             March 17, 2001
620
621 Minor changes:
622   * Speedup for repeat() function. [TAP]
623   * Hint for openbsd, which appears to have a broken IPv6 configuration. [SW]
624   * Some OS-dependent defines have been removed.
625   * ansi() now only adds a maximum of 7 codes to the string. [TAP]
626 Fixes:
627   * The restrict_command for rob has been removed from restrict.cnf
628     Reported by Kyieren@M*U*S*H.
629   * Help fixes by Kyieren, rodregis, and Luke @ M*U*S*H, Datron@SW2,
630     and Noltar@Korongil.
631   * stripansi() didn't correctly handle multiple ansi codes in
632     sequence. Reported by CU5@WCX.
633   * Linting for warnings in pcre. [SW]
634   * Configure now sends mailing list subscription stuff to the new
635     list address.
636   * Updated examples in access.README to use dbrefs.
637   * Updated a reference to the rob command in 'give' errors. Noted by
638     rodregis@M*U*S*H.
639   * median was broken. Reported by Parax@SandsMUSH.
640   * Fixes to update.pl's handling of CHAT_TOKEN_ALIAS and the like.
641     Noted by rodregis@M*U*S*H
642
643 & 1.7.4p0
644 Version 1.7.4 patchlevel 0                     March 7, 2001
645
646 Major Changes:
647   * This is now the stable minor version. PennMUSH 1.7.2 is no longer
648     supported except to help people transition to this version.
649 Commands:
650   * The practically useless 'rob' command has been removed.
651 Minor Changes:
652   * A virtually complete French translation joins the Swedish and
653     Hungarian ones! Congratulations to Jean-Michael Amblat and
654     Guillaime Lupin.
655   * The index-files.pl script handles long help topic titles better when
656     creating the index of help entries. [SW]
657   * Config options that can be set with @config/set are now documented in
658     mush help. [SW]
659   * A @config/set of a dbref option now checks dbref for validity. [SW]
660   * An ansi_normal code is added at the end of each channel title.
661   * You can clear attributes that have invalid names. [SW]
662   * stripansi() removes HTML markup as well as ANSI. [SW]
663   * @poll and @doing cannot have ANSI or HTML markup. [SW]
664   * soundex() and soundslike() strip ANSI and HTML. [SW]
665   * The maximum length of attribute names has been limited to 1024
666     characters. [SW]
667   * Nesting ansi() functions now works better. Patch by Luke@M*U*S*H.
668   * help credits explains [initials] used herein. Suggested by Kyieren@M*U*S*H
669 Fixes:
670   * Help fixes by Nymeria, Balerion, Trispis, Vexon (all@M*U*S*H),
671     Jeff Ferrell, and [SW,LdW]
672   * The two-argument forms of regmatch() and regmatchi() were backwards
673     when it came to case-sensitivity. [SW]
674   * @search on zone class did parent instead. Fix by Luke@M*U*S*H.
675   * Use of @mail after @mail/nuke could cause a crash.
676     Reported by Brazil. [SW]
677   * make update handles the include directive correctly. [SW]
678   * The admin WHO output looks better when locations reach 5-digit
679     dbrefs now.
680   * regedit() and regeditall() were case-insenstive. Fixed. [SW]
681   * The code for log() was changed some time back to allow an optional
682     base argument, but the help and function table were never updated. [SW]
683   * owner() could be used to determine if any attribute existed on any
684     object. [SW]
685   * atrlock() has been cleaned up, fixing many bugs. [SW]
686   * Some list functions that evaluate attributes could be used to determine
687     if the attribute existed even if the object doing the function couldn't
688     normally see the attribute. Fixed, and their error messages are now
689     consistant with the other list functions (In other words, no errors, just
690     a null string) [SW]
691   * Idle timeout is now checked every minute rather than at dbck intervals.
692     Based on a report by Noltar@Korongil.
693   * Cleanup of signed/unsigned casts and signal handlers. [SW,DW]
694   * forbidden_name now does a case-insensitive comparison.
695     Reported by Kyieren@M*U*S*H.
696   * Blank lines at the start of help files are now correctly ignored
697     on Win32 and Mac systems as well as Unix. Report by Nymeria@M*U*S*H.
698   * functions() didn't show @functions. [SW]
699   * Nuked players weren't getting removed from @maliases. [SW]
700   * Database corruption caused by reading a db with over-long attribute
701     names or with attributes starting with quotes fixed. [SW]
702   * Crash bug in @attribute/rename fixed. [SW]
703   * Potential memory leak in help_command fixed. [SW]
704   * Warnings removed. Reported by [NJG]
705   * Windows NT native IO (NT_TCP) stuff should work again. Reported by
706     Bellemore@M*U*S*H. [NJG]
707   * @forwardlist now requires that you control the target, be pemit_all,
708     or pass the target's @lock/forward. Report by Vadiv@M*U*S*H.
709   * unparse_flags didn't handle exit toggles. Report by Draci@Chaotic.
710   * Casting and cleanup to enable compiling with lcc [SW]
711   * A potential problem with regexps with heavy backtracking fixed. [SW]
712   * Memory leaks with @clock fixed. [SW]
713   * Typo in spellnum() "fourty" fixed. Reported by Kyieren@M*U*S*H.
714   * @malias/set didn't work. Reported by Kyieren@M*U*S*H.
715   * Win32 portability fixes. [NJG]
716   * MacOS portability fixes [DW]
Note: See TracBrowser for help on using the browser.