ldmud/mudlib
Lars 55ec7c975e - (backend, comm.c, object) The logon(obj) function moved from
backend.c into object.c, and was renamed logon_object() - it's
      more sensical this way.
  - (comm.c) If the master::connect() initiates a secure connection
      which gets stuck in the handshake, neither logon() is called nor
      is the prompt printed. Also, if the tls_init_connection() didn't
      set a callback, the driver will provide a callback to logon().
      This way logon() won't be called unless the connection is up
      and running.
  - (mudlib/psyc-tls.c) Example for using the tls_check_certificate()
      efun (thanks, Philipp).



git-svn-id: svn://svn.bearnip.com/ldmud/3.2/trunk@2276 56160b6e-f8f8-0310-bd54-bccebfe6a2f2
2006-03-06 07:41:39 +00:00
..
sys - (object.c) Efun function_exists(): The 'FEXISTS_ALL' result also contains 2005-11-27 21:56:05 +00:00
uni-crasher Imported version 3.2.12 from PRCS. 2005-06-21 02:30:03 +00:00
ACCESS.ALLOW Imported version 3.2.12 from PRCS. 2005-06-21 02:30:03 +00:00
astar.c Imported version 3.2.12 from PRCS. 2005-06-21 02:30:03 +00:00
dhrystone.c Imported version 3.2.12 from PRCS. 2005-06-21 02:30:03 +00:00
dhrystone2.c Imported version 3.2.12 from PRCS. 2005-06-21 02:30:03 +00:00
dns_resolve.c Imported version 3.2.12 from PRCS. 2005-06-21 02:30:03 +00:00
erq-tool.c Imported version 3.2.12 from PRCS. 2005-06-21 02:30:03 +00:00
master_skeleton.c - (backend, comm.c, object) The logon(obj) function moved from 2006-03-06 07:41:39 +00:00
psyc-tls.c - (backend, comm.c, object) The logon(obj) function moved from 2006-03-06 07:41:39 +00:00
README Imported version 3.2.12 from PRCS. 2005-06-21 02:30:03 +00:00
simul_efun-dr.c Imported version 3.2.12 from PRCS. 2005-06-21 02:30:03 +00:00
telnetneg.c Imported version 3.2.12 from PRCS. 2005-06-21 02:30:03 +00:00
telnetneg.h Imported version 3.2.12 from PRCS. 2005-06-21 02:30:03 +00:00
test_master.c Imported version 3.2.12 from PRCS. 2005-06-21 02:30:03 +00:00

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.
  dns_resolve.c    : a simul-efun for non-block DNS lookups

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