]> git.pond.sub.org Git - empserver/commit
(banfil, authfil): Remove. Matching user is useless, because the
authorMarkus Armbruster <armbru@pond.sub.org>
Wed, 22 Feb 2006 20:57:51 +0000 (20:57 +0000)
committerMarkus Armbruster <armbru@pond.sub.org>
Wed, 22 Feb 2006 20:57:51 +0000 (20:57 +0000)
commit02ddee69fb324cada33a66a984243243c2cc7a60
treee88f6c75f551fc84ed954aeedc516fcb7f65be32
parent342d7b33ce21d8560fb6a6e4d45724133b36cea1
(banfil, authfil): Remove.  Matching user is useless, because the
player can send whatever he wants.  Banning IPs is better done with a
packet filter.  That leaves restricting deity IPs.
(privip): New econfig key to restrict deity IPs.
(may_play): Implement it.
(match_user): Unused, remove.
doc/troubleshooting [deleted file]
include/econfig-spec.h
include/optlist.h
include/prototypes.h
src/lib/global/path.c.in
src/lib/player/login.c
src/lib/player/player.c