root/releases/1.8.1/2/CHANGES.176

Revision 457, 15.6 KB (checked in by pennmush, 2 years ago)

PennMUSH 1.7.7p29 Archival

Line 
1
2[TN] is Thorvald Natvig, a PennMUSH developer (aka Trivian)
3[TAP] is T. Alexander Popiel, a PennMUSH developer (aka Talek)
4[SW] is Shawn Wagner, a PennMUSH developer (aka Raevnos)
5[LdW] is Luuk de Waard, a PennMUSH developer (aka Halatir)
6[RLM] is Ralph Melton, a former PennMUSH developer
7[NJG] is Nick Gammon, the Win32 porter
8[EEH] is Ervin Hearn III, a Win32 porter (aka Noltar)
9[DW] is Dan Williams, the MacOS porter
10[2.2] refers to code which originated with the TinyMUSH 2.2 developers
11[3] refers to code by (or inspired by) TinyMUSH 3.0
12[Rhost] refers to code by (or inspired by) RhostMUSH
13
14==========================================================================
15
16Version 1.7.6 patchlevel 16                     April 28, 2004
17
18Fixes:
19   * PCRE updated to 4.5 [SW]
20
21
22Version 1.7.6 patchlevel 15                     January 25, 2004
23
24Fixes:
25   * Improved freebsd hints. [SW]
26   * Channel user memory allocation error corrected.
27
28
29Version 1.7.6 patchlevel 14                     September 23, 2003
30
31Fixes:
32   * Fix to help @search2 by LeeLaLimaLLama@M*U*S*H.
33   * The max file descriptor could get stomped in some cases. [SW]
34   * Powers and toggles on destroyed objects are reset, as they
35     caused anomalous lsearch/haspower behavior. Report by Mordie@M*U*S*H.
36   * Changing channel privs and loading channels with objects no longer
37     permitted could cause crashes. Report by Septimus@SW RP Forum.
38
39
40Version 1.7.6 patchlevel 13                     August 11, 2003
41
42Fixes:
43   * Calling panic() while in the middle of a panic dump would cause a loop.
44     Reported by [EEH]. [SW]
45   * Outdated mention of compose.csh removed from compose.sh.SH.
46     Reported by Cheetah@M*U*S*H.
47   * timestring() dealt wrongly with large arguments. Reported by
48     Jules@M*U*S*H. timefmt() had a similar problem, reported by
49     Luke@M*U*S*H.
50   * Better checking of db save failures. [SW]
51
52
53Version 1.7.6 patchlevel 12                     June 23, 2003
54
55Minor changes:
56   * Users no longer see last connection information when they
57     connect to Guests. Suggested by Jules@M*U*S*H.
58Fixes:
59   * Potential problem with ambigious names in the information functions
60     fixed. [SW]
61   * The 'chat' config group is no longer displayed when CHAT_SYSTEM
62     isn't defined. Report by Mike Griffiths. [SW]
63   * cygwin install instructions changed to remove obsolete exim
64     version information. Suggested by Cheetah@M*U*S*H.
65   * Objects with user-defined locks had problems with finding built-in locks
66     on the object. Reported by Walker@M*U*S*H. [SW]
67
68
69Version 1.7.6 patchlevel 11                     June 1, 2003
70
71Minor changes:
72   * The restart script now insures that GAMEDIR is a real directory
73     and CONF_FILE exists therein before proceeding. Suggested by
74     Philip Mak.
75   * Attribute flag setting messages are more verbose. Suggested by
76     Mike Griffiths
77   * See_All players may use the ports() function. Suggested by
78     Mike Griffiths.
79Fixes:
80   * Wizards can no longer @chzone God. Report by Kevin@M*U*S*H.
81   * Help fixes by Mike Griffiths.
82
83Version 1.7.6 patchlevel 10                     May 13, 2003
84
85Minor changes:
86   * PCRE (the regex matching engine we use) is updated to version 4.2. [SW]
87   * @mail/file now unclears the cleared bit when filing @mail.
88     Suggested by Philip Mak.
89Fixes:
90   * @edit is better with editing ansi. Reported by Trispis@M*U*S*H. [SW]
91   * Help file cleanup. [SW]
92   * @warnings about missing FAILURE messages were not correctly
93     checked, causing false positives. Reported by Cheetah.
94   * Page message no longer ends in a period. Suggested by Time@M*U*S*H.
95   * Help fixes by Intrevis@M*U*S*H.
96   * BASE_ROOM can't be destroyed any more. Suggested by Philip Mak.
97
98
99Version 1.7.6 patchlevel 9                      April 9, 2003
100
101Fixes:
102   * index-files.pl now produces a sensible warning for duplicate
103     help topics, rather than a perl warning. Suggested by Cheetah@M*U*S*H.
104   * Spellnum cosmetic bug with 'seventeen' fixed. Report by Jules@M*U*S*H.
105   * Another wrap() buglet tracked down and fixed. Probably the one
106     reported by Nymeria@M*U*S*H.
107   * Memory leak in flip() and scramble() fixed.
108   * Configure test for /dev/urandom from 1.7.5 got left out by mistake.
109   * Critical overflow bug in command argument parsing fixed.
110
111Version 1.7.6 patchlevel 8                      March 21, 2003
112
113Minor changes:
114   * The CHANGES file has been renamed so that it always refers to
115     a version number, and utils/mkvershelp.pl now generates seperate
116     .hlp files for each CHANGES file. This will prevent patch hunk
117     failures when two patchlevels of different versions are released
118     and both used to try to modify the same .hlp file.
119   * Channel names are restricted to printable characters, with no
120     leading or trailing spaces. Suggested by Letters@M*U*S*H.
121   * Calling time() with any argument other than 'utc' now generates
122     an error. Report by Time@M*U*S*H.
123Fixes:
124   * Some redundant code cleanup in look_exits suggested by Vadiv@M*U*S*H.
125   * Help file fixes by Ves@M*U*S*H, Jules@M*U*S*H, Cerekk@bDv.
126   * When page_aliases is on, there's a space between the player's
127     name and alias. Suggested by Saturn@M3.
128   * Command-checking for ZMR contents didn't function when a ZMR
129     was used as a player's personal zone. Reported by BlaZe@M*U*S*H.
130   * Default idle_timeout was different in code and mushcnf.dst.
131     Reported by James Bond@M*U*S*H. [SW]
132
133
134Version 1.7.6 patchlevel 7                      February 20, 2003
135
136Fixes:
137   * Some sloppy coding in src/access.c could generate runtime
138     debugging exceptions. Reported by BladedThoth@M*U*S*H.
139   * wrap() could behave incorrectly when a line was exactly the length
140     of the wrap width and the total input size was larger than
141     any previously wrapped input. Reported by Liam@Firdeloth.
142   * Extra NUL characters were sent after telnet codes, which
143     confused Mudnet and maybe some clients. Patch by Alierak.
144
145
146Version 1.7.6 patchlevel 6                      January 23, 2003
147
148Minor changes:
149   * nearby() always works for see_all players. Reported by Sparta.
150   * findable() now requires that executor control either the object
151     or the victim or be see_all. Reported by Sparta.
152Fixes:
153   * POWER^ and CHANNEL^ locks tested the wrong object. [SW]
154   * @grep, @wipe, and @edit now report when no attributes are
155     matched. Suggested by Procyon@M3
156   * Changes to telnet negotiation strings to match those in
157     PennMUSH 1.7.7, which seems to fix some problems with display
158     of connect.txt in some clients. Report by Howie@NewFrontier.
159     Patch by Time@M*U*S*H.
160   * @mail/silent wasn't unless you used /send too. Report by
161     Moe@Chicago.
162   * Wizards could set attributes on garbage objects (which were useless,
163     but may have leaked memory needlessly). Reported by Taz@M*U*S*H.
164   * @chan/hide didn't check for hide permissions properly in some
165     cases. Reported by Tanaku@M*U*S*H.
166   * Better explanation of when regexp matching is case sensitive vs.
167     insensitive. Suggested by Jake@BrazilMUX, Brazil@BrazilMUX, and
168     Vadiv@M*U*S*H.
169
170
171Version 1.7.6 patchlevel 5                      January 7, 2003
172
173Fixes:
174   * 1.7.6p4 broke 'go #dbref', which broke the ability of followers
175     to follow. Reported by Ellis@M*U*S*H.
176
177
178Version 1.7.6 patchlevel 4                      January 2, 2003
179
180Minor Changes:
181   * English-style matching now applies to exits in the room
182     (so '1st down' can match the first 'down' exit if you're not carrying
183     anything that matches 'down'). New english-style matching adjective
184     'toward' restricts the match to exits (so: 'look toward 1st down').
185Fixes:
186   * Code cleanup to fix several potential buffer overflows.
187   * The wildcard matcher had problems with backslash escapes in
188     some cases, making matching a : in a $command very hard.
189     Reported by Wayne@PDX.
190   * @chzone could cause crashes on some systems.  Reported by Wayne@PDX.
191   * When two exits match, one is no longer chosen at random.
192     Instead, the ambiguity should be reported as an error.
193     Reported by Intrevis@M*U*S*H.
194   * The dbref returned by locate when given the X parameter is
195     no longer random, but the last one found (as per the help).
196   * Serious bug in reading locks from the db on startup corrected.
197   * The profiling timer is turned off duing dumps, as some systems
198     (FreeBSD?) appear to continue to use it and interrupt dumps
199     due to cpu limiting. Reported by Nathan Schuette.
200
201
202Version 1.7.6 patchlevel 3                      December 22, 2002
203
204Minor changes:
205   * call_limit now controls the maximum recursion in process_expression,
206     instead of maximum calls to p_e per command cycle. This still
207     limits stack size, but doesn't get in the way of massive code
208     nearly as much. People using a very high call_limit value should
209     probably lower it significantly. Patch by Philip Mak.
210   * Improved error messages for many database information functions.
211     Notably, several functions that require at least one argument,
212     now complain if they don't get it rather than returning silently.
213     Suggested by Intrevis@M*U*S*H. [SW]
214Fixes:
215   * @warnings are no longer shown on GOING objects. Suggested by
216     Philip Mak.
217   * Help fixes by Intrevis, Time, and Ambrosia@M*U*S*H
218   * Bug in @decomp/skipdefaults reported by Philip Mak. [SW]
219   * Tweaks to utils/mkcmds.sh [SW]
220   * home() on a room acts as described in the help. Reported by
221     Intrevis@M*U*S*H. [SW]
222   * whisper/noisy double-notified the whisperer. Reported by Philip Mak.
223   * Crash bug in @mail fixed. Reported by Titan@OtherSpace.
224
225
226Version 1.7.6 patchlevel 2                      December 17, 2002
227
228Minor changes:
229   * An invalid range argument to @search/lsearch is now coerced
230     to be the lowest or highest dbref, as appropriate. The search
231     range is also now inclusive. And lsearch(<player>) works.
232     Suggested by Philip Mak.
233   * mushcnf.dst now includes a default value for call_limit.
234     Suggested by Philip Mak.
235   * Testing for whether the mush is already running in the
236     restart script has been improved by Philip Mak.
237Internationalization:
238   * Polish translation files (partial) are now being distributed.
239Fixes:
240   * Fix to win32 warnings. [EEH]
241   * Under Win32, a failed accept() call in bsd.c would not be
242     correctly handled. Report by BladedThoth@M*U*S*H.
243   * Help fixes by Luigi@8bitMUSH, Kyieren@M*U*S*H, Intrevis@M*U*S*H.
244   * @map crash bug repoted by Philip Mak, fixed by Walker@M*U*S*H.
245   * Modifiying locks now updates the object's modification time.
246     Reported by Philip Mak.
247
248
249Version 1.7.6 patchlevel 1                      November 26, 2002
250
251Minor changes:
252   * When using @nuke to destroy a SAFE object when really_safe is "no",
253     provide a warning (but schedule destruction anyway). Suggested by
254     Cerekk@bDV.
255Fixes:
256   * VS.NET project file was defaulting to signed instead of unsigned
257     chars, causing crashes. Fixed by BladedThoth@M*U*S*H.
258     Several places where we should have cast things to unsigned to
259     avoid this kind of thing have been fixed. [SW]
260   * The *emit() functions now set the orator correctly.
261     Reported by Philip Mak.
262   * ccom and cplr are cleared after each command execution so they
263     can't be leaked as easily. Suggested by Philip Mak.
264   * Linting.
265   * If God gives the wrong password to @logwipe, provide some feedback.
266     Suggested by Cerekk@bDv.
267   * mkcmds.sh was needlessly rebuilding several autogenerated files.
268   * The rules for flag characters shown in object headers now allows
269     F_INTERNAL flags to be shown (like GOING), just the same as
270     when you get a full flag list on examine. Report by Philip Mak.
271   * Help fixes by Bird@M*U*S*H, Intrevis@M*U*S*H, Philip Mak.
272   * @search type=something would report an error AND match the entire
273     database when something wasn't object, player, exit or room. [SW]
274   * Cosmetic bug in @malias/list fixed. Report by Tanaku@M*U*S*H.
275   * The info_slave now properly obeys the use_dns setting in mush.cnf.
276     This requires a full shutdown to put into effect. Report by
277     BlaZe@M*U*S*H. [SW]
278
279
280Version 1.7.6 patchlevel 0                      November 11, 2002
281
282License:
283 * PennMUSH 1.7.6 and later is now released under the Artistic
284   License. This is an OSI-compliant open source license. See the file
285   COPYRITE for the complete license text.
286
287   Notable changes from the old license:
288   * No restrictions on commercial use
289   * No requirement to inform developers of improvements or submit
290     modifications, though it's still a nice thing to do. Note, however
291     that if you redistribute a modified version of PennMUSH, you MUST
292     include source code.
293
294   The PennMUSH devteam thanks the copyright holders of TinyMUD,
295   TinyMUSH 2.0, TinyMUSH 2.2, and TinyMUSH 3.0 for their assistance
296   in making this possible.
297Documentation:
298   * The README file has been split into README, INSTALL, UPGRADING,
299     and I18N files.
300Minor Changes:
301   * Rooms now hear remits and lemits in them, and can be pemitted
302     to. This behavior now matches that of other MUSH servers.
303   * AUDIBLE objects now propagate sound @remit'd into them.
304     Report by [SW].
305   * Added @lock/destroy to limit who can destroy a DESTROY_OK
306     object. Suggested by Luigi@8bit.
307   * PARANOID nospoof notification now includes the name of the object's
308     owner as well. Suggested by Philip Mak.
309   * room() no longer notifies the executor of permission errors out of
310     band. It now just returns the error instead, like loc(). Suggested by
311     Philip Mak.
312   * Creation times are now public information via ctime(); permission to
313     examine is no longer required. This allows objects to use, e.g.,
314     %#@[ctime(%#)] as a historically unique identifier of an enactor.
315     Suggested by Philip Mak.
316   * The reboot.db is now versioned. This will make it possible to
317     @shutdown/reboot across patchlevels that change the reboot.db
318     format (in 1.7.7 and later versions).
319   * Rooms on an @forwardlist now receive the message as a remit,
320     rather than a pemit. Suggested by BladedThoth@M*U*S*H.
321Fixes:
322   * More work on the great table() bug. Looks like a fix. [SW]
323   * Improved VS.NET project files by BladedThoth.
324   * Plugged a memory leak in deleting @locks. [SW]
325   * Fixed @lock-related crash bug reported by Philip Mak. [SW]
326   * General linting.
327   * process_expression ignores the [ in ansi escapes. Reported in the
328     context of #$ by Philip Mak. [SW]
329   * Internal changes to compress(), which now returns an allocated
330     string. Under Huffman compression, it should no longer be possible
331     to overflow a buffer with a pathological compression tree. Initial
332     concern voiced by Eyal Sagi.
333   * Table and ansi didn't play well together. Reported by Ellis@M*U*S*H.
334   * Config file reading should be better on Macs. Patch by Philip Mak.
335   * Obsolete checks for OLD_ANSI are removed. [SW]
336   * Crash bug in @function fixed. Report by Dallimar@Hemlock.
337   * Change to message on failed attribute flag set, to make it more
338     generic to cover all the possible failures. Report by Cerekk@bDv.
339   * Translations to some languages were broken. Fixed now. Report by
340     Sbot@M*U*S*H.
341   * QUEUE is now visible if you control an object, as promised in the
342     help. Reported by Luigi@8bit.
343   * Help fixes by Mortimer@M*U*S*H, Bellemore@M*U*S*H, Hyacinth@8bit,
344     [EEH], BladedThoth@M*U*S*H, Moe@M*U*S*H, Viila@M*U*S*H, Walker@M*U*S*H.
345   * Comment in src/Makefile fixed by Vadiv@M*U*S*H.
346   * A weird crash on @shutdown/reboot, probably attributable to a
347     broken library or system call, is now worked-around. Report by
348     Solarius@SWWF.
349   * Audible objects with @forwardlist set are no longer concealed by
350     the DARK flag.
351   * Win32 project files no longer use the win32/ directory as an include
352     directory, which causes problems. Reported by Gepht.
Note: See TracBrowser for help on using the browser.