| add Bot JavaDoc comments |
|
More...
|
over 16 years ago
|
| replace ai-dll with shortName and version (does not break protocol compatibility) |
|
More...
|
over 16 years ago
|
| encapsulating Client fields |
|
More...
|
over 16 years ago
|
| set MAX_TEAMS to current springs supported value (255) |
|
More...
|
over 16 years ago
|
| encapsulate fields of Channel |
|
More...
|
over 16 years ago
|
| move default log files to log/ sub-dir, add log/ to gitignore & fix gitignore for symlinked dirs |
|
More...
|
over 16 years ago
|
| docu fix and privatization |
|
More...
|
over 16 years ago
|
| minimal NAT help server improvement |
|
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 |
|
More...
|
over 16 years ago
|
| move account management/transfer stuff out JPAAccountsService into AccountUtils |
|
More...
|
over 16 years ago
|
| cleanup: JavaDocify some comments and add some & reformat code & similar stuff |
|
More...
|
over 16 years ago
|
| logging adjustments The log level is set in the logging systems config file; eg. log4j.properties. |
|
More...
|
over 16 years ago
|
| Remove now unused command line argument -DEBUG |
|
More...
|
over 16 years ago
|
| logging enhancements |
|
More...
|
over 16 years ago
|
| JPA: implement fetching of account by name, case-insensitive |
|
More...
|
over 16 years ago
|
| fix log message text and levels |
|
More...
|
over 16 years ago
|
| JPA: implement fetching of number of active accounts |
|
More...
|
over 16 years ago
|
| Account: we never have to set the registration date, except at creation |
|
More...
|
over 16 years ago
|
| save account data to persistent storage when it changed |
|
More...
|
over 16 years ago
|
| persistence config template: add Postgres part |
|
More...
|
over 16 years ago
|
| persistence config template: reformat MySQL part |
|
More...
|
over 16 years ago
|
| persistence config template: add BanEntry & exclude unlisted |
|
More...
|
over 16 years ago
|
| show some info when transferring accounts from one storage to an other |
|
More...
|
over 16 years ago
|
| AccountsService: add a method to batch-add accounts useful for transfering from one storage to the other |
|
More...
|
over 16 years ago
|
| JPA query syntax fix |
|
More...
|
over 16 years ago
|
| Misc is an utility class -> no need for instances of it |
|
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. |
|
More...
|
over 16 years ago
|
| doc update |
|
More...
|
over 16 years ago
|
| BanEntry: make JPA compatible with DB already in use for bans |
|
More...
|
over 16 years ago
|
| query syntax fix & two error message fixes & one doc typo |
|
More...
|
over 16 years ago
|