Fix bug in setting up w3 and w4 games
[capablanca.git] / lasker-2.2.3 / web / index.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2 <HTML>
3 <HEAD>
4 <TITLE>Lasker Chess Server</TITLE>
5 </HEAD>
6 <BODY BGCOLOR="#ffffff" TEXT="#000000" VLINK="#292555" LINK="#292555" ALINK="#cc0033">
7 <h2>Lasker Chess Server</h2>
8
9 This is an enhanced chess server based on the 'lasker' chess server
10 from <a href="http://chessd.sourceforge.net/">http://chessd.sourceforge.net/</a>
11
12 <p>
13 For more details please see the <a href="/ftp/unpacked/lasker/README">README</a>
14
15 <h2>Features</h2>
16 <ul>
17 <li> lots and lots of bugs fixed
18 <li> timeseal support added (see 
19 <a href="/ftp/unpacked/lasker/timeseal/README">timeseal/README</a> for details)
20 <li> server configuration via 'aconfig' command instead of config.h
21 <li> added multi-part command parsing (commands separated by ';')
22 <li> enhanced aliases
23 <li> build/install process fixed
24 <li> fixed help system
25 <li> transparent server reload (upgrade without disturbing connections
26 or games)
27 <li> plus lots more &#8230;
28 </ul>
29
30
31 <h2>Download</h2>
32
33 Tar balls of released version are available <a href="/ftp/lasker/">here</a>
34
35 <h2>cvs</h2>
36
37 I recommend you download the source using anonymous cvs. The following
38 command should do it:
39
40 <pre>
41    cvs -z5 -d :pserver:cvs@pserver.samba.org:/cvsroot co lasker
42 </pre>
43
44 Then to get updates do the following:
45
46 <pre>
47   cd lasker
48   cvs -z5 update -dP
49 </pre>
50
51 <h2>Mailing list</h2>
52
53 If you wish to discuss the development of Lasker then please join the
54 <a
55 href="http://lists.sourceforge.net/lists/listinfo/chessd-general">chessd-general</a>
56 mailing list at <a href="http://chessd.sourceforge.net/">http://chessd.sourceforge.net/</a>
57
58 <h2>Latest release</h2>
59
60 The latest release is 2.2.3. This release adds:
61
62 <ul>
63 <li>new command "remote"
64 <li>fixed several bugs in algebraic move parsing for ambiguous moves
65 <li>fixed promotion using = notation
66 <li>fixed time handling on first move
67 <li>fixed handling of '$' commands
68 <li>changed mam alias to use xtell
69 <li>reduced CPU usage in server dramatically
70 <li>fixed several crash bugs
71 <li>added logging of admin commands
72 </ul>
73
74 <h2>News</h2>
75
76 <ul>
77 <li>June 12th 2002. First announcement of CVS version of enhanced lasker
78 <li>June 13th 2002. Added ability to reload the server code (upgrade)
79 without disturbing games or connections.
80 <li>June 13th 2002. Released lasker-2.0.tar.gz
81 <li>June 18th 2002. Released lasker-2.0.1.tar.gz
82 <li>June 22nd 2002. Released lasker-2.1.0.tar.gz
83 <li>June 23rd 2002. Released lasker-2.2.0.tar.gz
84 <li>June 29th 2002. Released lasker-2.2.1.tar.gz
85 <li>July 1st  2002. Released lasker-2.2.2.tar.gz
86 <li>July 22nd 2004. Released lasker-2.2.3.tar.gz
87 </ul>
88
89 <hr>
90 <tiny>
91 <a href="http://samba.org/~tridge/">Andrew Tridgell</a><br>
92 <a href="mailto:bugs@chess.samba.org">bugs@chess.samba.org</a>
93 </tiny>
94
95 </BODY>
96 </HTML>