| small refactoring for FSAccountsService |
|
More...
|
almost 17 years ago
|
| rename SaveAccountsThread to FSSaveAccountsThread |
|
More...
|
almost 17 years ago
|
| add basic JPAAccountsService |
|
More...
|
almost 17 years ago
|
| query with unsplitten IP |
|
More...
|
almost 17 years ago
|
| create AbstractAccountsService class |
|
More...
|
almost 17 years ago
|
| AccountsService cleanup * moved some static functions to Account * removed getAccount(int index) from the interface |
|
More...
|
almost 17 years ago
|
| introduce findAccountByLastIP(ip) plus minor refactoring |
|
More...
|
almost 17 years ago
|
| introduce getActiveAccountsSize() and fix some doc comments |
|
More...
|
almost 17 years ago
|
| Accounts -> FSAccountsService implements AccountsService |
|
More...
|
almost 17 years ago
|
| white space fix |
|
More...
|
almost 17 years ago
|
| JavaDoc-ification |
|
More...
|
almost 17 years ago
|
| convert normal to JavaDoc comments |
|
More...
|
almost 17 years ago
|
| minor adjustment to Server Notifications |
|
More...
|
almost 17 years ago
|
| adjust the readme |
|
More...
|
almost 17 years ago
|
| cleanup windows start scripts |
|
More...
|
almost 17 years ago
|
| actualize windows start script |
|
More...
|
almost 17 years ago
|
| Maven project fixes * mark some dependencies as optional * exclude unused log4j restrictions |
|
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 |
|
More...
|
almost 17 years ago
|
| adjust order of fields in Account |
|
More...
|
almost 17 years ago
|
| add a *nix start script see internal documentaiton |
|
More...
|
almost 17 years ago
|
| JPA annotate some Account members |
|
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 |
|
More...
|
almost 17 years ago
|
| Maven fix included classpath |
|
More...
|
almost 17 years ago
|
| introduce java persistency |
|
More...
|
almost 17 years ago
|
| Maven: copy all dependencies to the build dir, and shade(copy into target jar) only the minimal needed dependencies |
|
More...
|
almost 17 years ago
|
| Maven: minor adjustments |
|
More...
|
almost 17 years ago
|
| make Account use getters and setters instead of public fields |
|
More...
|
almost 17 years ago
|
| a bit of Account javadoc-ification (no code logic changes) |
|
More...
|
almost 17 years ago
|
| dependencies: include log4j & upgrade junit |
|
More...
|
almost 17 years ago
|
| totally replace System.out|err.println() with logging (instead of --help output) |
|
More...
|
almost 17 years ago
|