0
I Use This!
Inactive

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 10 hours ago.
Nov 28, 2024 — Nov 28, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
move IP2Country stuff into its own package, and make it an OSGi bundle
Robin Vobruba
as hoijui
More... over 14 years ago
move Agreement into package agreement, and make it na OSGi bundle
Robin Vobruba
as hoijui
More... almost 15 years ago
fix two typos [minor]
Robin Vobruba
as hoijui
More... almost 15 years ago
move UpdateProperties and related commands to package updateproperties, and make it an OSGi module
Robin Vobruba
as hoijui
More... almost 15 years ago
allow command-processors to get an OSGi service directly by class
Robin Vobruba
as hoijui
More... almost 15 years ago
move AccountService stuff to package accounts, and make it an OSGi bundle
Robin Vobruba
as hoijui
More... almost 15 years ago
move ban-service stuff into the package bans, and make it an OSGi bundle
Robin Vobruba
as hoijui
More... almost 15 years ago
doc-comment adjustment [minor]
Robin Vobruba
as hoijui
More... almost 15 years ago
fix JavaDoc referencing System.currentTimeMillis() [minor]
Robin Vobruba
as hoijui
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.
Robin Vobruba
as hoijui
More... almost 15 years ago
fix JPA related Account stuff
Robin Vobruba
as hoijui
More... almost 15 years ago
fix incorrect usage of Collections.copy(List, List)
Robin Vobruba
as hoijui
More... almost 15 years ago
rename the project: TASServer -> SpringLS (LS stands for LobbyServer)
Robin Vobruba
as hoijui
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`.
Robin Vobruba
as hoijui
More... almost 15 years ago
move Misc to package util
Robin Vobruba
as hoijui
More... almost 15 years ago
move some stuff from Misc into a the new class ProtocolUtil
Robin Vobruba
as hoijui
More... almost 15 years ago
fix template XML syntax highlighting [minor]
Robin Vobruba
as hoijui
More... almost 15 years ago
LoginCommandProcessor: use list-iterator
Robin Vobruba
as hoijui
More... almost 15 years ago
Misc: cleanup and add comments
Robin Vobruba
as hoijui
More... almost 15 years ago
CheckStyle: only restrict number of parameters for methods, not for constructors
Robin Vobruba
as hoijui
More... almost 15 years ago
add more Misc unit-tests
Robin Vobruba
as hoijui
More... almost 15 years ago
fix CheckStyle, spell and comment errors, and add new comments
Robin Vobruba
as hoijui
More... almost 15 years ago
CheckStyle: mark TODO, FIXME and XXX in comments (Sun JavaDoc standard)
Robin Vobruba
as hoijui
More... almost 15 years ago
add a new method: Misc.getAppVersionNonNull()
Robin Vobruba
as hoijui
More... almost 15 years ago
Misc.*color*: do not support alpha values for colors in the lobby protocol
Robin Vobruba
as hoijui
More... almost 15 years ago
Statistics cleanup
Robin Vobruba
as hoijui
More... almost 15 years ago
maven: minor reorganizing of encoding formats
Robin Vobruba
as hoijui
More... almost 15 years ago
require at least Maven 2.1
Robin Vobruba
as hoijui
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.
Robin Vobruba
as hoijui
More... almost 15 years ago
make TASServer an utility class
Robin Vobruba
as hoijui
More... almost 15 years ago