0
I Use This!
Inactive

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Jul 31, 2025 — Jul 31, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
small refactoring for FSAccountsService
Robin Vobruba
as hoijui
More... almost 17 years ago
rename SaveAccountsThread to FSSaveAccountsThread
Robin Vobruba
as hoijui
More... almost 17 years ago
add basic JPAAccountsService
Robin Vobruba
as hoijui
More... almost 17 years ago
query with unsplitten IP
Robin Vobruba
as hoijui
More... almost 17 years ago
create AbstractAccountsService class
Robin Vobruba
as hoijui
More... almost 17 years ago
AccountsService cleanup * moved some static functions to Account * removed getAccount(int index) from the interface
Robin Vobruba
as hoijui
More... almost 17 years ago
introduce findAccountByLastIP(ip) plus minor refactoring
Robin Vobruba
as hoijui
More... almost 17 years ago
introduce getActiveAccountsSize() and fix some doc comments
Robin Vobruba
as hoijui
More... almost 17 years ago
Accounts -> FSAccountsService implements AccountsService
Robin Vobruba
as hoijui
More... almost 17 years ago
white space fix
Robin Vobruba
as hoijui
More... almost 17 years ago
JavaDoc-ification
Robin Vobruba
as hoijui
More... almost 17 years ago
convert normal to JavaDoc comments
Robin Vobruba
as hoijui
More... almost 17 years ago
minor adjustment to Server Notifications
Robin Vobruba
as hoijui
More... almost 17 years ago
adjust the readme
Robin Vobruba
as hoijui
More... almost 17 years ago
cleanup windows start scripts
Robin Vobruba
as hoijui
More... almost 17 years ago
actualize windows start script
Robin Vobruba
as hoijui
More... almost 17 years ago
Maven project fixes * mark some dependencies as optional * exclude unused log4j restrictions
Robin Vobruba
as hoijui
More... almost 17 years ago
refactor of Account * Rank is now an enum instead of a list of nummerical constants * the access bitfield was split into the following fields: - access (enum Access) NONE|NORMAL|PRIVILEGED|ADMIN - inGameTime (long) converted from minutes to seconds - bot (bool) - agreementAccepted (bool) These new fields have also been JPA annotated
Robin Vobruba
as hoijui
More... almost 17 years ago
adjust order of fields in Account
Robin Vobruba
as hoijui
More... almost 17 years ago
add a *nix start script see internal documentaiton
Robin Vobruba
as hoijui
More... almost 17 years ago
JPA annotate some Account members
Robin Vobruba
as hoijui
More... almost 17 years ago
add default Log4J config file To use a different then the default configuration: > cp src/main/resources/log4j.properties . > edit log4j.properties then make sure that this file appears on the classpath before the main jar, eg: > java -cp ".:target/tasserver-<version>.jar" com.springrts.tasserver.TASServer
Robin Vobruba
as hoijui
More... almost 17 years ago
Maven fix included classpath
Robin Vobruba
as hoijui
More... almost 17 years ago
introduce java persistency
Robin Vobruba
as hoijui
More... almost 17 years ago
Maven: copy all dependencies to the build dir, and shade(copy into target jar) only the minimal needed dependencies
Robin Vobruba
as hoijui
More... almost 17 years ago
Maven: minor adjustments
Robin Vobruba
as hoijui
More... almost 17 years ago
make Account use getters and setters instead of public fields
Robin Vobruba
as hoijui
More... almost 17 years ago
a bit of Account javadoc-ification (no code logic changes)
Robin Vobruba
as hoijui
More... almost 17 years ago
dependencies: include log4j & upgrade junit
Robin Vobruba
as hoijui
More... almost 17 years ago
totally replace System.out|err.println() with logging (instead of --help output)
Robin Vobruba
as hoijui
More... almost 17 years ago