mirror of
https://github.com/ldmud/ldmud
synced 2026-08-12 14:26:05 -04:00
No description
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
|
||
|---|---|---|
| doc | ||
| etc | ||
| mud | ||
| mudlib | ||
| pkg | ||
| src | ||
| test | ||
| CHANGELOG | ||
| COPYING.LIB | ||
| COPYRIGHT | ||
| CREDITS | ||
| HISTORY | ||
| INSTALL | ||
| README | ||
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.