psyclpc/mudlib
psyc://psyced.org/~lynX c0325c31e6 merge with ldmud distribution 2009-05-22 00:41:07 +02:00
..
sys merge with ldmud distribution 2009-05-22 00:41:07 +02:00
uni-crasher initial git creation 2009-03-03 04:27:01 +01:00
ACCESS.ALLOW initial git creation 2009-03-03 04:27:01 +01:00
README initial git creation 2009-03-03 04:27:01 +01:00
astar.c initial git creation 2009-03-03 04:27:01 +01:00
dhrystone.c initial git creation 2009-03-03 04:27:01 +01:00
dhrystone2.c initial git creation 2009-03-03 04:27:01 +01:00
dns_resolve.c initial git creation 2009-03-03 04:27:01 +01:00
erq-tool.c initial git creation 2009-03-03 04:27:01 +01:00
master_skeleton.c initial git creation 2009-03-03 04:27:01 +01:00
pgsql.c initial git creation 2009-03-03 04:27:01 +01:00
psyc-tls.c initial git creation 2009-03-03 04:27:01 +01:00
query_ip_name.c initial git creation 2009-03-03 04:27:01 +01:00
simul_efun-dr.c initial git creation 2009-03-03 04:27:01 +01:00
telnetneg.c initial git creation 2009-03-03 04:27:01 +01:00
telnetneg.h initial git creation 2009-03-03 04:27:01 +01:00
test_master.c initial git creation 2009-03-03 04:27:01 +01:00

README

This directory holds various example and support files for mudlibs.
Especially important is the sys/ subdirectory with the driver-related
include files.

Other files are:

  ACCESS.ALLOW     : a typical access control file.
  master_skeleton.c: a skeleton master, documenting all master lfuns.
  telnet.h, telnetneg.c: the Wunderland telnet module, a complete implementation
                     of the telnet protocol.
  test_master.c    : a minimal test master for driver tests.
  simul_efun-dr.c  : a very old simul_efun file for a very old DR mudlib.
  erq-tool.c       : for 2.4.5 muds, a tool for interactive erq experiments.
  dhrystone.c      : an implementation of Dhrystone, called by the
                     test_master.
  astar.c          : an implementation of the A* pathfinding algorithm.
  pgsql.c          : example for using PostgreSQL
  dns_resolve.c    : a simul-efun for non-block DNS lookups
  query_ip_name.c  : a simul-efun for IPv4/IPv6 name lookups

  uni-crasher/     : A stress test program, see the README in this dir.