summaryrefslogtreecommitdiffstats
path: root/source/Server.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Advanced RCON: Command output is sent to the RCON client.madmaxoft@gmail.com2013-06-291-4/+8
* Added a basic RCON protocolmadmaxoft@gmail.com2013-06-271-2/+5
* Plugins can modify message in the OnChat() hook handler.madmaxoft@gmail.com2013-06-221-1/+1
* Server: removed the artificial cap on reported tick durationmadmaxoft@gmail.com2013-04-031-7/+4
* Added auto-kill-with-dump to LeakFinder if the allocated memory grows over 1 GiB.madmaxoft@gmail.com2013-03-231-0/+8
* IPv6 support + removed cTCPLink from Lua APImadmaxoft@gmail.com2013-03-051-5/+25
* Moved client socket accepting into a separate thread object, cListenThreadmadmaxoft@gmail.com2013-03-041-93/+46
* Starting an IPv6 support / cSocket rewritemadmaxoft@gmail.com2013-03-041-6/+1
* Plugins can now bind console commandsmadmaxoft@gmail.com2013-02-151-83/+21
* Merged branch "branches/hooks" into "trunk".madmaxoft@gmail.com2013-01-121-11/+2
* Added "primaryserverversion" to the "help" list.madmaxoft@gmail.com2012-11-201-0/+1
* Added primary server version interface to cRoot and "primaryserverversion" console command.madmaxoft@gmail.com2012-11-201-0/+19
* Settings.ini is read only once on server startmadmaxoft@gmail.com2012-11-111-34/+31
* Use leakfinder in debug builds to dump all currently used memory via the "dumpmem" console command.madmaxoft@gmail.com2012-10-201-0/+23
* Removed unused [Physics].Water section from settings.ini.madmaxoft@gmail.com2012-10-191-8/+2
* Sockets are now owned by SocketThreads instead of ClientHandle (FS #246 and FS #247)madmaxoft@gmail.com2012-09-251-8/+8
* Source files cleanup: The rest of the files renamed.madmaxoft@gmail.com2012-09-241-0/+714