0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 29, 2025 — Jul 29, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
convert line endings ... to unix for all text files except *.bat files, which use windows line endings (no other changes then line endings)
Robin Vobruba
as hoijui
More... almost 17 years ago
add unique account IDs (patch from bibim) It has been tested and it's totally backward compatible with lobby clients which don't handle it. LOGIN and ADDUSER commands updated in ProtocolDescription.xml
Robin Vobruba
as hoijui
More... almost 17 years ago
added DB schema (only BanEntries needed by TASServer, rest seems referenced in WebInterface) More... about 17 years ago
something lurker did More... about 17 years ago
Print entire exception chain when testConnection fails More... about 17 years ago
variety of server fixes from a while ago, including: - registration rate limiting - per-account login rate limiting - possibility to check whether registering IP is a known proxy (but commented out) - added CREATEACCOUNT command - added FLOODLEVEL command - added KILL command, 'silent kick' - added KILLIP command - added WHITELIST command, IPs on whitelist aren't proxy-checked (see above) - added UNWHITELIST command - added ENABLELOGIN command, this can be used to disable new logins entirely - added ENABLEREGISTER command, this can be used to disable new registrations entirely - added SETTIMEOUT command More... about 17 years ago
Forgot to remove mapgrade related docs yesterday. More... over 17 years ago
Removed map grading (entirely, command is just ignored.) More... over 17 years ago
Removed unused method. More... over 17 years ago
Backported small fix someone made on main server which disallows empty usernames in LAN mode. More... over 17 years ago
Documentation update for r7246. More... over 17 years ago
Removing arbitrary (non-server) command execution for admins through LAUNCHPROCESS. (tvo's request) More... over 17 years ago
Apply fix for LogCleaner slowness ('string +=' vs 'StringBuilder.append'...), that was emergency-fixed in production long time ago.. More... almost 18 years ago
Applied patch by dizekat, server does not block clients joining in-game battles anymore. More... almost 18 years ago
Moved Lobby documentation to right places in Lobby too. More... almost 18 years ago
* moved Lobby/ outside trunk More... almost 18 years ago
fix for hardcoded database name More... over 18 years ago
taspring->spring More... over 18 years ago
added "CHANGEFOUNDER" command. Also fixed crash on RETRIEVELATESTBANLIST command being issued via ChanServ. More... over 18 years ago
minor update (avoid rescheduling client for kill) More... over 18 years ago
added "halfDead" flag to clients, this should make killing multiple clients at the same time faster (since data will not be sent to "half dead" clients) More... over 18 years ago
commiting r5443 again with some improvements, this should work as well now More... over 18 years ago
svn merge -r 5289:5329 https://spring.clan-sy.com/svn/spring/branches/testserver More... over 18 years ago
* Revert r5443 except the DB stuff. More... over 18 years ago
Merged Tobi's code from r5290 (somewhat modified), also did some other minor changes. This commit should make the network code somewhat faster (not sure if it brings any other side effects). More... over 18 years ago
replaced current mysql connection code with Jakarta's commons-dbcp components. This should finally fix the connection timeouts that occurred with previous code. Also added OUTPUTDBDRIVERSTATUS command (for debugging purposes). More... over 18 years ago
another attempt to fix problems with db access. Any dead connections should get automatically removed now. More... over 18 years ago
added simple connection pool for mysql connections (yet another try at fixing ban system) More... over 18 years ago
some workaround for DB connection problem More... over 18 years ago
* Removed the LuaCob script, and redirected Cob2Lua calls to LuaRules * Removed the unused CommandDesc 'hotkey' member * Added the Spring.GetUnitIsDead() call-out * Made Spring.GetPositionLosState() backwards compatible * Added 'showPanelLabel = false' to layout.lua * Removed some 0.75b2 lua compatibility code More... over 18 years ago