fpc/fcl/lnet
Almindor c16249f103 * fix netware double define bug
* refactoring of lhttputil

git-svn-id: trunk@5373 -
2006-11-14 15:25:15 +00:00
..
examples * fixes netware, netwlibc and OS2 lnet by removing non working parts 2006-11-13 11:02:29 +00:00
sys * fix netware double define bug 2006-11-14 15:25:15 +00:00
fastcgi.pp * renames pas to pp 2006-11-04 20:12:54 +00:00
fpmake.inc
fpmake.pp
lcommon.pp * fix netware double define bug 2006-11-14 15:25:15 +00:00
lcontainers.inc
lcontainersh.inc
lcontrolstack.pp * fixes some telnet issues with TS_GA (go ahead) command 2006-11-08 22:30:39 +00:00
levents.pp * renames pas to pp 2006-11-04 20:12:54 +00:00
lfastcgi.pp * renames pas to pp 2006-11-04 20:12:54 +00:00
lftp.pp * renames pas to pp 2006-11-04 20:12:54 +00:00
lhttp.pp * move TZSeconds to lcommon 2006-11-13 12:13:13 +00:00
lhttputil.pp * fix netware double define bug 2006-11-14 15:25:15 +00:00
LICENSE
LICENSE.ADDON
LICENSE.examples
lmimetypes.pp * renames pas to pp 2006-11-04 20:12:54 +00:00
lnet.pp * renames pas to pp 2006-11-04 20:12:54 +00:00
lprocess.pp * renames pas to pp 2006-11-04 20:12:54 +00:00
lsmtp.pp * renames pas to pp 2006-11-04 20:12:54 +00:00
lspawnfcgi.pp * clean for non-unix, non-windows platforms 2006-11-10 16:34:04 +00:00
lstrbuffer.pp * renames pas to pp 2006-11-04 20:12:54 +00:00
ltelnet.pp * fixes some telnet issues with TS_GA (go ahead) command 2006-11-08 22:30:39 +00:00
ltimer.pp * renames pas to pp 2006-11-04 20:12:54 +00:00
lwebserver.pp * neli's fixes for http 2006-11-13 11:06:23 +00:00
Makefile * fixes netware, netwlibc and OS2 lnet by removing non working parts 2006-11-13 11:02:29 +00:00
Makefile.fpc * fixes netware, netwlibc and OS2 lnet by removing non working parts 2006-11-13 11:02:29 +00:00
README

LentilWars networking unit.

These units are an asynchronous, TCP/UDP communications classes.
LTCP, LUDP, LTELNET, LFTP and LSMTP are example programs.

You can use them as long as you abide by the GPL. (see LICENSE.examples)

LNET is licensed under a modified LGPL. (see lnet/LICENSE and lnet/LICENSE.ADDON)

Use the makefile to compile the lib as well as examples.

All programs are compiled with Free Pascal 2.0.4+ (http://www.freepascal.org)

Copyright (c) 2005-2006 by Ales Katona and Micha Nelissen.
All rights reserved.

LICENSING:

lNet units (units in lnet directory) are licensed under a modified LGPL license. See file lnet/LICENSE and lnet/LICENSE.ADDON.

The modification allows to static/smart - link lNet libraries into binary applications without providing sources.

Example programs are provided under unmodified gnu GPL.

See file INSTALL for more information.