0
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 5 hours ago.
Aug 06, 2025 — Aug 06, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fixed some serious problem with joining channels not working (introduced in r2557) More... over 19 years ago
no longer needed More... over 19 years ago
* moved client logic to Clients.java, battles to Battles.java, channels to Channels.java * improved OO structure of the source * now also keeping local list of channels user is participating in (Client.channels) * battle participants may now use /ring on their host * enforced restrictions on UPDATEBATTLEDETAILS command * SAY and SAYEX commands are now ignored if user is not actually participating in the channel * fixed bug with statistics not taking in account battles with only 2 players More... over 19 years ago
* server can now automatically fetch IP2Country database from the internet and update its local one at runtime * now using some JDK 1.5.0 specific features, dropped compatibility with 1.4.2 * complete rewrite of IP2Country.java (uses generic TreeMap now) * using generics now with some lists (TreeMap<>, ArrayList<>), some other minor modifications More... almost 20 years ago
git-svn-id: http://springrts.com/svn/spring/trunk/TASServer@2486 37977431-3df6-0310-b722-df95706aa16b More... almost 20 years ago
replaced most of the Vector-s with ArrayList-s for better performance. More... almost 20 years ago
added MAPGRADESFAILED command and limited sending MAPGRADES command to 1 per 5 seconds More... almost 20 years ago
ensured thread-safety with saving accounts in a separate thread More... almost 20 years ago
moved saving accounts to a separate thread. Note that this code is not synchronized yet. More... almost 20 years ago
* fixed NATHelpServer not shutting down on stopServer() * fixed some server exploit when client did not flush receive buffer often enough More... almost 20 years ago
fixed incorrect conversion from gmt+2 to gmt More... almost 20 years ago
improved on lobby server web interface (uses time search criteria now) More... almost 20 years ago
* reduced send buffer size to 64 KB * added GETSENDBUFFERSIZE debug command More... almost 20 years ago
* removed FINDACCOUNT commmand as it is no longer needed (GETACCOUNTINFO now accepts username) * RENAMEACCOUNT now allows changing case on same account * Account class now overrides equals() method (check for side effects!) * fixed bug with server not handling exception if login with incorrect username was attempted * various speed optimizations More... almost 20 years ago
minor optimizations More... almost 20 years ago
added STOPSERVERGRACEFULLY command and some notifications More... almost 20 years ago
added experimental web interface to ChanServ's logs More... almost 20 years ago
git-svn-id: http://springrts.com/svn/spring/trunk/TASServer@2368 37977431-3df6-0310-b722-df95706aa16b More... almost 20 years ago
workaround for server creating CPU usage peak when being unable to write to socket channel More... almost 20 years ago
added simple web interface for lobby server notifications More... almost 20 years ago
added some server notifications and fixed a bug in the path More... almost 20 years ago
TASServer: disabled notifications for lan mode More... almost 20 years ago
TASServer: added basic framework for server notifications More... almost 20 years ago
ChanServ: fixed some crash bug More... almost 20 years ago
TASServer: added FORCESPECTATORMODE command (gives host an ability to set spectator mode by force) More... almost 20 years ago
ChanServ: fixed some very rare crash bug More... almost 20 years ago
TASServer: added LAUNCHPROCESS command (for debugging) More... almost 20 years ago
ChanServ: * HELP is sent to private chat only now, no more to the channel * fixed bug with DEOP command not working * added SHUTDOWN command More... almost 20 years ago
TASServer: limited map grading to accounts with rank above "beginner" More... almost 20 years ago
TASServer: * added MAPGRADES command * added "reserved" account names More... about 20 years ago