Skip to content

Commit

Permalink
update for jetrix 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ebourg committed Mar 2, 2003
1 parent ac89cbc commit 9ba50f3
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
5 changes: 4 additions & 1 deletion doc/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,11 @@ TODO
- /help <command name>
- check for new versions available
- ignore & friend list
- complete the tspec support
- /mute <nick>
- /goto <nick>

Changes in version 0.1.1 (2003-02-??)
Changes in version 0.1.1 (2003-03-02)
-------------------------------------
- new commands : /start, /stop, /pause, /random, /reply
- "/start <n>" will run a countdown for n seconds
Expand Down
3 changes: 1 addition & 2 deletions src/etc/README
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,12 @@ Features planned for JetriX 1.0

* multi channel
* multi client : tetrinet & tetrifast
* Pluggable and extensible filter system
* Pluggable and extensible filter & command system
* player authentication
* game recording & playback
* interface to external ladder systems
* TSpec support
* IRC support
* default filters : anti-flood, badwords, team message coloring, ppm counter...
* internationalization
* XML based configuration files
* Web based administration
Expand Down
12 changes: 12 additions & 0 deletions src/site/changelog.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
<h1>Changelog</h1>

<pre>
Changes in version 0.1.1 (2003-03-02)
-------------------------------------
- new commands : /start, /stop, /pause, /random, /reply
- "/start <n>" will run a countdown for n seconds
- the admin console can now use all /commands available to the clients
- the winner is announced at the end of the game
- any jar or class in the ./lib directory is now loaded at startup
- the number of concurrent connections from the same host can be limited (the default value is 2)
- channel access can now be restricted by access level
- channels can now be protected by a password
- the /join command now accepts channel numbers as argument

Changes in version 0.1.0 (2002-11-16)
-------------------------------------
- added support for tetrifast clients
Expand Down

0 comments on commit 9ba50f3

Please sign in to comment.