PennMUSH Community

Changeset 1263

Show
Ignore:
Timestamp:
09/12/08 19:11:16 (3 months ago)
Author:
shawnw
Message:

#7672: help ctitle() typo

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 1.8.3/branches/devel/BUGS

    r794 r1263  
    44 
    55* You might experience crashes because the default executable stack 
    6   size is too small. An 8 megabyte stack is more than ample. On unix, it 
    7   can be raised with 'ulimit -s 8192'. On Windows, you must use the editbin 
    8   progam that comes with MS development environments to raise the stack on a 
    9   per-executable basis, via 'editbin /STACK:8388608 netmush.exe' 
     6  size is too small. An 8 megabyte stack is more than ample. On unix, 
     7  it can be raised with 'ulimit -s 8192'. On Windows, you must use the 
     8  editbin progam that comes with MS development environments to raise 
     9  the stack on a per-executable basis, via 'editbin /STACK:8388608 
     10  netmush.exe' 
    1011 
    11 * Some IPv6-enabled systems are not configured out of the box to tunnel 
    12   IPv4 connection attempts on the same port to the IPv6 socket that is 
    13   listening. If you can connect to a local game via ::1 but no
    14   127.0.0.1 this is likely the issue. On unix systems, a user with 
     12* Some IPv6-enabled systems are not configured out of the box to 
     13  tunnel IPv4 connection attempts on the same port to the IPv6 socket 
     14  that is listening. If you can connect to a local game via ::1 bu
     15  not 127.0.0.1 this is likely the issue. On unix systems, a user with 
    1516  root privileges can do 'sysctl -w net.inet6.ip6.v6only=0', after 
    1617  which you'll have to do a complete shutdown and restart of the mush 
    17   for the change to take effect. The file /etc/sysctl.conf will have to 
    18   be changed too so the change persists across reboots. 
     18  for the change to take effect. The file /etc/sysctl.conf will have 
     19  to be changed too so the change persists across reboots. 
    1920 
    2021 
    21 Ancient: 
    22 * Ralph Melton reports that compiling with gcc 2.5.8 under SunOS 4.1.1 
    23   using -O optimization and forking dumps causes the dump process to 
    24   crash. Removing -O fixes the problem; so might using a more recent gcc. 
    25 * Javelin has confirmed that compiling with gcc 2.7.2.3 under Linux 2.2.16 
    26   using -O optimization causes ansi(rh,a) to crash. Removing -O fixes 
    27   the problem; so might using a more recent gcc 
     22You can browse the bug and suggestion database at 
     23http://dev.pennmush.org to see more. 
    2824 
  • 1.8.3/branches/devel/CHANGES.183

    r1262 r1263  
    7676   Reported by Eratl.  
    7777 * Fixed a double free error in page. By Ricochet. 
     78 * Many help file and source documentation fixes reported by far too 
     79   many people to list. 
    7880 
    7981Version 1.8.3 patchlevel 6                      Jan 01, 2008 
  • 1.8.3/branches/devel/game/txt/hlp/pennchat.hlp

    r1260 r1263  
    327327 
    328328  Returns <object>'s @chan/title on <channel>. You must either 
    329   be able to examine the object, or it must be visible be on a channel 
     329  be able to examine the object, or it must be visibly on a channel 
    330330  which you are allowed to join. 
    331331& CSTATUS()