0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Aug 19, 2025 — Aug 19, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fixed minor "graphical" glitch More... almost 19 years ago
improved ban.list.php (entry deletion still not working though) More... almost 19 years ago
changed layout a bit (more compact now) More... almost 19 years ago
fixed some crash bug and made sure expired ban entries are no longer taken into account More... almost 19 years ago
Added ban.list.php and fixed bug with storing/retrieving IPs from the db More... almost 19 years ago
Added basic php interface for new ban system, "ban.list.php" is still missing. More... almost 19 years ago
Removed old ban system and fixed some problems with new one. Also removed /ban, /banlist, and /unban commands. Also removed auto-banning for flooding (server only kicks player from server now). More... almost 19 years ago
added new ban system (based on entries from mysql). Not enabled yet More... almost 19 years ago
added protection against brute force attacks on accounts (to guess password) More... almost 19 years ago
added basic interface to mysql db More... almost 19 years ago
* Reject untrimmed scriptTag values More... almost 19 years ago
* Added the REMOVESCRIPTTAGS commands: REMOVESCRIPTTAGS key1 key2 key3 ... More... almost 19 years ago
* Changed the SETSCRIPTTAGS key/value separator to '=' More... almost 19 years ago
* Used an untrimmed version of the incoming command to process SETSCRIPTTAGS (allows one to set the value to an empty string) * Make the key value lowercase (to avoid potential key write order conflicts) * Check the key and value some some illegal characters that will make the TDFparser puke More... almost 19 years ago
replaced SETSCRIPTTAG command with SETSCRIPTTAGS (same thing, only it accepts multiple tags at once. Tags are separated by TAB characters) More... almost 19 years ago
removed UPDATEBATTLEDETAILS command, also removed several arguments from JOINBATTLE and OPENBATTLE commands. All this attributes will now be handled via SETSCRIPTTAG commands. More... almost 19 years ago
fixed typo More... almost 19 years ago
added two more ranks (on request) More... almost 19 years ago
allow startpos type 3 More... almost 19 years ago
* Added the "SETSCRIPTTAG <key> <value>" protocol command More... almost 19 years ago
* Added missing <stdlib.h> More... almost 19 years ago
* Merge some stuff from branches/testserver: * Better error handling when parsing commandline arguments. * Fix potential crash if helpUDPsrvr is still null and an Exception is thrown. * Fix LOADARGS commandline argument. * make start filters the incoming messages and pipes them to cronolog. More... about 19 years ago
* Move all lobby clients and server to one common directory * Minor fix in Projectile.cpp More... about 19 years ago
added 'servermode' argument to TASSERVER command More... about 19 years ago
allow "[" and "]" characters in channel's name More... about 19 years ago
fixed bug with saving accounts on server exit when server hasn't been fully initialized yet (this caused overwriting all accounts on the server with empty file) More... about 19 years ago
fixed bug with -latestspringversion switch More... about 19 years ago
fixed problem with server not allowing [ and ] characters in usernames anymore More... about 19 years ago
added -LATESTSPRINGVERSION switch More... about 19 years ago
added KILLALL command More... about 19 years ago