PennIncorp 182p6
authorRick Bird <nveid@bender.theari.com>
Sun, 27 Mar 2011 04:47:14 +0000 (00:47 -0400)
committerRick Bird <nveid@bender.theari.com>
Sun, 27 Mar 2011 04:47:14 +0000 (00:47 -0400)
commit947236907cd7f65fbff28aa311d8e3af3465a616
treecca9d052c9010ab17cba682a72c4fbd0352b861d
parente31c370d47478ee2acc2bb8d94264522f85c1723
PennIncorp 182p6
LOTS OF INDENTION CHANGES
Minor changes:
  * Removed the gmalloc malloc option. (For real this time!) [SW]
  * KEEPALIVE flag makes the server send a telnet NOP after
    a short period of inactivity; helps prevent timeouts from
    NAT/router devices with a short timeout. [MUX]

Fixes:
  * Fixed assorted small memory leaks. [SW]
  * Fixed handling of telnet NOPs sent by clients. [SW]
  * The OpenSSL random number pool wasn't getting adequately
    initialized on systems without /dev/urandom [SW]
  * Infinite loop in math code. Reported by Ashen-Sugar. [GM]
  * mkvershlp.pl skips over emacs backup files.
121 files changed:
INSTALL
MANIFEST
UPGRADING
game/mushcnf.dst
game/txt/hlp/cobra_cmd.hlp
game/txt/hlp/cobra_code.hlp
game/txt/hlp/cobra_flag.hlp
hdrs/access.h
hdrs/ansi.h
hdrs/atr_tab.h
hdrs/attrib.h
hdrs/boolexp.h
hdrs/bufferq.h
hdrs/case.h
hdrs/chunk.h
hdrs/command.h
hdrs/compile.h
hdrs/conf.h
hdrs/csrimalloc.h
hdrs/dbdefs.h
hdrs/dbio.h
hdrs/extchat.h
hdrs/externs.h
hdrs/extmail.h
hdrs/flags.h
hdrs/function.h
hdrs/game.h
hdrs/getpgsiz.h
hdrs/help.h
hdrs/htab.h
hdrs/ident.h
hdrs/lock.h
hdrs/log.h
hdrs/malias.h
hdrs/match.h
hdrs/mushdb.h
hdrs/mushtype.h
hdrs/mymalloc.h
hdrs/mysocket.h
hdrs/myssl.h
hdrs/oldflags.h
hdrs/parse.h
hdrs/pcre.h
hdrs/privtab.h
hdrs/ptab.h
hdrs/pueblo.h
hdrs/shs.h
hdrs/strtree.h
src/access.c
src/atr_tab.c
src/attrib.c
src/bsd.c
src/bufferq.c
src/chunk.c
src/cmds.c
src/command.c
src/comp_h.c
src/comp_w.c
src/comp_w8.c
src/compress.c
src/conf.c
src/cque.c
src/create.c
src/csrimalloc.c
src/db.c
src/destroy.c
src/extchat.c
src/extmail.c
src/filecopy.c
src/flags.c
src/funcrypt.c
src/function.c
src/fundb.c
src/funlist.c
src/funmath.c
src/funmisc.c
src/funstr.c
src/funtime.c
src/funufun.c
src/game.c
src/gmalloc.c
src/help.c
src/htab.c
src/ident.c
src/info_slave.c
src/local.dst
src/lock.c
src/log.c
src/look.c
src/malias.c
src/match.c
src/memcheck.c
src/move.c
src/mymalloc.c
src/mysocket.c
src/myssl.c
src/notify.c
src/parse.c
src/pcre.c
src/player.c
src/plyrlist.c
src/portmsg.c
src/predicat.c
src/privtab.c
src/ptab.c
src/rob.c
src/services.c
src/set.c
src/shs.c
src/sig.c
src/speech.c
src/sql.c
src/strtree.c
src/strutil.c
src/timer.c
src/unparse.c
src/utils.c
src/warnings.c
src/wild.c
src/wiz.c
utils/mkvershlp.pl