0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 29, 2025 — Jul 29, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
include build instructions in the readme
Robin Vobruba
as hoijui
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
Robin Vobruba
as hoijui
More... almost 17 years ago
add the MySQL connector (database access driver) to the Maven dependencies
Robin Vobruba
as hoijui
More... almost 17 years ago
update the Makefile to use Maven
Robin Vobruba
as hoijui
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
Robin Vobruba
as hoijui
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
Robin Vobruba
as hoijui
More... almost 17 years ago
introduce apache commons logging
Robin Vobruba
as hoijui
More... almost 17 years ago
Mavenize version handling & version pump: "0.35" -> "0.36-SNAPSHOT"
Robin Vobruba
as hoijui
More... almost 17 years ago
reference the main git repository in the Maven project file
Robin Vobruba
as hoijui
More... almost 17 years ago
set the main class in the Jar manifest through Maven This makes the generated jar executable.
Robin Vobruba
as hoijui
More... almost 17 years ago
more of replace String concatenation with StringBuilder (performance) & javadocification
Robin Vobruba
as hoijui
More... almost 17 years ago
remove unused native source file it did forward stdin to stdout and into a file
Robin Vobruba
as hoijui
More... almost 17 years ago
add gitignore
Robin Vobruba
as hoijui
More... almost 17 years ago
add Maven project file for ChanServ
Robin Vobruba
as hoijui
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.
Robin Vobruba
as hoijui
More... almost 17 years ago
replace String concatenation with StringBuilder (performance) & minor changes & javadocification
Robin Vobruba
as hoijui
More... almost 17 years ago
white space fix TASServer.java
Robin Vobruba
as hoijui
More... almost 17 years ago
convert some comments to JavaDoc comments & use List instead of ArrayList as member var type
Robin Vobruba
as hoijui
More... almost 17 years ago
ChanServ: some cleanup (no code logic changed)
Robin Vobruba
as hoijui
More... almost 17 years ago
some cleanup (no code logic changed)
Robin Vobruba
as hoijui
More... almost 17 years ago
fix a bug (Strings were being compared using "==")
Robin Vobruba
as hoijui
More... almost 17 years ago
white space fixes
Robin Vobruba
as hoijui
More... almost 17 years ago
specify package in source files of main sources & some header cleanup
Robin Vobruba
as hoijui
More... almost 17 years ago
move main sources to a subdir and into a java package package not yet defined in the sources
Robin Vobruba
as hoijui
More... almost 17 years ago
ChanServ: white space fixes
Robin Vobruba
as hoijui
More... almost 17 years ago
rename the readme file
Robin Vobruba
as hoijui
More... almost 17 years ago
specify package in source files of ChanServ & some header cleanup
Robin Vobruba
as hoijui
More... almost 17 years ago
move ChanServ to the Tools subdir and into a java package package not yet defined in the sources
Robin Vobruba
as hoijui
More... almost 17 years ago
remove spaces at end of files (no other changes done)
Robin Vobruba
as hoijui
More... almost 17 years ago