0
I Use This!
Inactive

Commits : Listings

Analyzed about 21 hours ago. based on code collected about 21 hours ago.
Aug 10, 2025 — Aug 10, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
add Bot JavaDoc comments
Robin Vobruba
as hoijui
More... over 16 years ago
replace ai-dll with shortName and version (does not break protocol compatibility)
Robin Vobruba
as hoijui
More... over 16 years ago
encapsulating Client fields
Robin Vobruba
as hoijui
More... over 16 years ago
set MAX_TEAMS to current springs supported value (255)
Robin Vobruba
as hoijui
More... over 16 years ago
encapsulate fields of Channel
Robin Vobruba
as hoijui
More... over 16 years ago
move default log files to log/ sub-dir, add log/ to gitignore & fix gitignore for symlinked dirs
Robin Vobruba
as hoijui
More... over 16 years ago
docu fix and privatization
Robin Vobruba
as hoijui
More... over 16 years ago
minimal NAT help server improvement
Robin Vobruba
as hoijui
More... over 16 years ago
cleanup (lots of changes; should not contain logic changes) * referencing through List instead of ArrayList (and similar changes) * JavaDocify comments * introduces MAX_ALLY_TEAMS, and uses it for number of start rectangles * adding braces * converting some arrays to lists
Robin Vobruba
as hoijui
More... over 16 years ago
move account management/transfer stuff out JPAAccountsService into AccountUtils
Robin Vobruba
as hoijui
More... over 16 years ago
cleanup: JavaDocify some comments and add some & reformat code & similar stuff
Robin Vobruba
as hoijui
More... over 16 years ago
logging adjustments The log level is set in the logging systems config file; eg. log4j.properties.
Robin Vobruba
as hoijui
More... over 16 years ago
Remove now unused command line argument -DEBUG
Robin Vobruba
as hoijui
More... over 16 years ago
logging enhancements
Robin Vobruba
as hoijui
More... over 16 years ago
JPA: implement fetching of account by name, case-insensitive
Robin Vobruba
as hoijui
More... over 16 years ago
fix log message text and levels
Robin Vobruba
as hoijui
More... over 16 years ago
JPA: implement fetching of number of active accounts
Robin Vobruba
as hoijui
More... over 16 years ago
Account: we never have to set the registration date, except at creation
Robin Vobruba
as hoijui
More... over 16 years ago
save account data to persistent storage when it changed
Robin Vobruba
as hoijui
More... over 16 years ago
persistence config template: add Postgres part
Robin Vobruba
as hoijui
More... over 16 years ago
persistence config template: reformat MySQL part
Robin Vobruba
as hoijui
More... over 16 years ago
persistence config template: add BanEntry & exclude unlisted
Robin Vobruba
as hoijui
More... over 16 years ago
show some info when transferring accounts from one storage to an other
Robin Vobruba
as hoijui
More... over 16 years ago
AccountsService: add a method to batch-add accounts useful for transfering from one storage to the other
Robin Vobruba
as hoijui
More... over 16 years ago
JPA query syntax fix
Robin Vobruba
as hoijui
More... over 16 years ago
Misc is an utility class -> no need for instances of it
Robin Vobruba
as hoijui
More... over 16 years ago
replace the Ban system with a JPA based one Eliminates the need for specifying database access two times, as both the accounts and the bans can now be stored in the same DB, using a single persistence.xml file to specify DB access.
Robin Vobruba
as hoijui
More... over 16 years ago
doc update
Robin Vobruba
as hoijui
More... over 16 years ago
BanEntry: make JPA compatible with DB already in use for bans
Robin Vobruba
as hoijui
More... over 16 years ago
query syntax fix & two error message fixes & one doc typo
Robin Vobruba
as hoijui
More... over 16 years ago