No description
Find a file
Lars de4609bfe4 - (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/trunk@2276 56160b6e-f8f8-0310-bd54-bccebfe6a2f2
2006-03-06 07:41:39 +00:00
doc - (backend, comm.c, object) The logon(obj) function moved from 2006-03-06 07:41:39 +00:00
etc Initial import from PRCS. 2005-06-21 01:46:13 +00:00
mud - (mud/lp-245/) Since the recent change to how simul_efuns are called 2006-01-08 21:17:17 +00:00
mudlib - (backend, comm.c, object) The logon(obj) function moved from 2006-03-06 07:41:39 +00:00
pkg Initial import from PRCS. 2005-06-21 01:46:13 +00:00
src - (backend, comm.c, object) The logon(obj) function moved from 2006-03-06 07:41:39 +00:00
test Initial import from PRCS. 2005-06-21 01:46:13 +00:00
CHANGELOG - (backend, comm.c, object) The logon(obj) function moved from 2006-03-06 07:41:39 +00:00
COPYING.LIB Initial import from PRCS. 2005-06-21 01:46:13 +00:00
COPYRIGHT Merged Philipp's IDNA support into the driver. 2006-02-28 23:05:37 +00:00
CREDITS Initial import from PRCS. 2005-06-21 01:46:13 +00:00
HISTORY - (backend, comm.c, object) The logon(obj) function moved from 2006-03-06 07:41:39 +00:00
INSTALL Added a target to the Makefile 'install-headers' to install the driver 2006-02-28 23:46:21 +00:00
README Initial import from PRCS. 2005-06-21 01:46:13 +00:00

This is 'LDMud', a continuation of the Amylaar LPMud Gamedriver 3.1.2.

The latest stable version is available on

  <ftp://ftp.mud.de/pub/software/gamedriver/ldmud/>,

the homepage is currently <http://www.bearnip.com/lars/proj/ldmud.html>.

The files in this directory are:

  README      : this file.
  COPYRIGHT   : the copyright of the driver.
  CREDITS     : the list of contributors.
  HISTORY     : a user-oriented history of the last changes.
  CHANGELOG   : the last changes in minute detail.
  COPYING.LIB : the GNU Library Public License.
  INSTALL     : installation hints and notes.

  doc/    : the collected documentation
  src/    : the driver source
  pkg/    : additional packages (unsupported and supported) for the driver.
  mudlib/ : various LPC (example) files.
  mudlib/sys/:
            standard include files to copy into your mudlib. Some of these are
            also used by the src/ files. 
  mud/    : the lp-245 mudlib, and support files for other mudlibs.