0
I Use This!
Inactive

Commits : Listings

Analyzed 9 minutes ago. based on code collected 10 minutes ago.
Nov 25, 2024 — Nov 25, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
move cmd-line arguments handling into a separate class (out of Main)
Robin Vobruba
as hoijui
More... over 13 years ago
use String.format for some cmd-line argument command descriptions
Robin Vobruba
as hoijui
More... over 13 years ago
show the correct main channel activity log file path [fix]
Robin Vobruba
as hoijui
More... over 13 years ago
minor cleanup in Main [nlc]
Robin Vobruba
as hoijui
More... over 13 years ago
modularize channel activity log file name creation
Robin Vobruba
as hoijui
More... over 13 years ago
use a more appropriate string for the CHANNELS_LOG_REGEX config key
Robin Vobruba
as hoijui
More... over 13 years ago
shut down the server if the storage provider (file storage or JPA) is not ready
Robin Vobruba
as hoijui
More... over 13 years ago
minor extension of a log message [nlc]
Robin Vobruba
as hoijui
More... over 13 years ago
use an exit status != 0 when shutting down forcefully [fix]
Robin Vobruba
as hoijui
More... over 13 years ago
do not crash during forceful shutdown when start-up was still in progress [fix]
Robin Vobruba
as hoijui
More... over 13 years ago
FSAccountsService: include the accounts file name in the log, if it was not found
Robin Vobruba
as hoijui
More... over 13 years ago
JPAAccountsService: instead of crashing the application, report as unready if we fail to initialize the persistence provider [fix]
Robin Vobruba
as hoijui
More... over 13 years ago
move some documentation from runServer.* to the READMe, and add some more info [minor]
Robin Vobruba
as hoijui
More... over 13 years ago
add CONNECTUSER command processor
Robin Vobruba
as hoijui
More... over 13 years ago
reference latest protocol doc master (CONNECTUSER addition) [minor]
Robin Vobruba
as hoijui
More... over 13 years ago
Merge branch 'forcejoin'
Robin Vobruba
as hoijui
More... over 13 years ago
FORCEJOINBATTLE: use a proper command format string [fix]
Robin Vobruba
as hoijui
More... over 13 years ago
FORCEJOINBATTLE: fail if the affected user is not currently in a battle [fix]
Robin Vobruba
as hoijui
More... over 13 years ago
FORCEJOINBATTLE: issuing client does not have to be in a battle in every case (moderators & admins) [fix]
Robin Vobruba
as hoijui
More... over 13 years ago
implement a command processor for LISTCOMPFLAGS
Robin Vobruba
as hoijui
More... over 13 years ago
fix a typo in a field name [minor]
Robin Vobruba
as hoijui
More... over 13 years ago
add a list of server supported compatibility flags (see command LOGIN)
Robin Vobruba
as hoijui
More... over 13 years ago
well defined failure reporting (using FORCEJOINBATTLEFAILED) to a client issuing an illegitimate FORCEJOINBATTLE command [fix]
Robin Vobruba
as hoijui
More... over 13 years ago
reference latest protocol revision [minor]
Robin Vobruba
as hoijui
More... over 13 years ago
FORCEJOINBATTLE: fail when trying to join password-protected or locked battles [fix]
Robin Vobruba
as hoijui
More... over 13 years ago
FORCEJOINBATTLE: get rid of three logic errors [fix]
Robin Vobruba
as hoijui
More... over 13 years ago
Merge branch 'master' into forcejoin-experimental
Robin Vobruba
as hoijui
More... over 13 years ago
FORCEJOINBATTLE: read match-making comp-flag 'm' from the affected client [fix]
Robin Vobruba
as hoijui
More... over 13 years ago
LOGIN: do not fail if userID is omitted, but compFlags are present [fix]
Robin Vobruba
as hoijui
More... over 13 years ago
introducing free speech! (c&p error caused most chatting to be done by admins only) [fix]
Robin Vobruba
as hoijui
More... over 13 years ago