| move IP2Country stuff into its own package, and make it an OSGi bundle |
|
More...
|
over 14 years ago
|
| move Agreement into package agreement, and make it na OSGi bundle |
|
More...
|
almost 15 years ago
|
| fix two typos [minor] |
|
More...
|
almost 15 years ago
|
| move UpdateProperties and related commands to package updateproperties, and make it an OSGi module |
|
More...
|
almost 15 years ago
|
| allow command-processors to get an OSGi service directly by class |
|
More...
|
almost 15 years ago
|
| move AccountService stuff to package accounts, and make it an OSGi bundle |
|
More...
|
almost 15 years ago
|
| move ban-service stuff into the package bans, and make it an OSGi bundle |
|
More...
|
almost 15 years ago
|
| doc-comment adjustment [minor] |
|
More...
|
almost 15 years ago
|
| fix JavaDoc referencing System.currentTimeMillis() [minor] |
|
More...
|
almost 15 years ago
|
| replace StringBuilder with String.format in most places This reduces code-size, enhances readability and will come handy if stuff gets internationalized one day. |
|
More...
|
almost 15 years ago
|
| fix JPA related Account stuff |
|
More...
|
almost 15 years ago
|
| fix incorrect usage of Collections.copy(List, List) |
|
More...
|
almost 15 years ago
|
| rename the project: TASServer -> SpringLS (LS stands for LobbyServer) |
|
More...
|
almost 15 years ago
|
| OSGi-ify the command-processors All the default command processors are now services, installed through a single bundle. This first bundle is still part of the main project, but it is all contained in the package `com.springrts.tasserver.commands.impl`. |
|
More...
|
almost 15 years ago
|
| move Misc to package util |
|
More...
|
almost 15 years ago
|
| move some stuff from Misc into a the new class ProtocolUtil |
|
More...
|
almost 15 years ago
|
| fix template XML syntax highlighting [minor] |
|
More...
|
almost 15 years ago
|
| LoginCommandProcessor: use list-iterator |
|
More...
|
almost 15 years ago
|
| Misc: cleanup and add comments |
|
More...
|
almost 15 years ago
|
| CheckStyle: only restrict number of parameters for methods, not for constructors |
|
More...
|
almost 15 years ago
|
| add more Misc unit-tests |
|
More...
|
almost 15 years ago
|
| fix CheckStyle, spell and comment errors, and add new comments |
|
More...
|
almost 15 years ago
|
| CheckStyle: mark TODO, FIXME and XXX in comments (Sun JavaDoc standard) |
|
More...
|
almost 15 years ago
|
| add a new method: Misc.getAppVersionNonNull() |
|
More...
|
almost 15 years ago
|
| Misc.*color*: do not support alpha values for colors in the lobby protocol |
|
More...
|
almost 15 years ago
|
| Statistics cleanup |
|
More...
|
almost 15 years ago
|
| maven: minor reorganizing of encoding formats |
|
More...
|
almost 15 years ago
|
| require at least Maven 2.1 |
|
More...
|
almost 15 years ago
|
| add an OSGi framework instance to the context It is using the Apache Felix container, but that can be changed very easily by editing the Maven project file only. |
|
More...
|
almost 15 years ago
|
| make TASServer an utility class |
|
More...
|
almost 15 years ago
|