| include build instructions in the readme |
|
More...
|
almost 17 years ago
|
| Allow hosts to decide if a player can join the battle, instead of having to auto-kick him each time he joins This has been tested, and it is totally backwards compatible with lobby clients which do not handle it. Changes: * LOGIN command updated for new compatibility flag * JOINBATTLEREQUEST/JOINBATTLEACCEPT/JOINBATTLEDENY commands added in ProtocolDescription.xml patch by bibim |
|
More...
|
almost 17 years ago
|
| add the MySQL connector (database access driver) to the Maven dependencies |
|
More...
|
almost 17 years ago
|
| update the Makefile to use Maven |
|
More...
|
almost 17 years ago
|
| Protocol description for admin commands |
|
More...
|
almost 17 years ago
|
| use the log system instead of System.out.println in TASServer |
|
More...
|
almost 17 years ago
|
| project: include dependencies into the generated jar This frees us from having to ensure that external jars are around in the correct version, and that they are in the class-path |
|
More...
|
almost 17 years ago
|
| introduce apache commons logging |
|
More...
|
almost 17 years ago
|
| Mavenize version handling & version pump: "0.35" -> "0.36-SNAPSHOT" |
|
More...
|
almost 17 years ago
|
| reference the main git repository in the Maven project file |
|
More...
|
almost 17 years ago
|
| set the main class in the Jar manifest through Maven This makes the generated jar executable. |
|
More...
|
almost 17 years ago
|
| more of replace String concatenation with StringBuilder (performance) & javadocification |
|
More...
|
almost 17 years ago
|
| remove unused native source file it did forward stdin to stdout and into a file |
|
More...
|
almost 17 years ago
|
| add gitignore |
|
More...
|
almost 17 years ago
|
| add Maven project file for ChanServ |
|
More...
|
almost 17 years ago
|
| add Maven project file How to use: * install Maven 2 * cd to the root of this repository * run: "mvn package" It will take quite some time when you run this for the first time, as a lot of dependencies have to be downloaded. |
|
More...
|
almost 17 years ago
|
| replace String concatenation with StringBuilder (performance) & minor changes & javadocification |
|
More...
|
almost 17 years ago
|
| white space fix TASServer.java |
|
More...
|
almost 17 years ago
|
| convert some comments to JavaDoc comments & use List instead of ArrayList as member var type |
|
More...
|
almost 17 years ago
|
| ChanServ: some cleanup (no code logic changed) |
|
More...
|
almost 17 years ago
|
| some cleanup (no code logic changed) |
|
More...
|
almost 17 years ago
|
| fix a bug (Strings were being compared using "==") |
|
More...
|
almost 17 years ago
|
| white space fixes |
|
More...
|
almost 17 years ago
|
| specify package in source files of main sources & some header cleanup |
|
More...
|
almost 17 years ago
|
| move main sources to a subdir and into a java package package not yet defined in the sources |
|
More...
|
almost 17 years ago
|
| ChanServ: white space fixes |
|
More...
|
almost 17 years ago
|
| rename the readme file |
|
More...
|
almost 17 years ago
|
| specify package in source files of ChanServ & some header cleanup |
|
More...
|
almost 17 years ago
|
| move ChanServ to the Tools subdir and into a java package package not yet defined in the sources |
|
More...
|
almost 17 years ago
|
| remove spaces at end of files (no other changes done) |
|
More...
|
almost 17 years ago
|