summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Fixed and silenced compiler warningErik Schilling2013-01-291-4/+5
| | | | Also removed a senseless line
* Fixed an off by one causing crash on monitor exitThorbjørn Lindeijer2009-10-251-1/+1
|
* Made the monitor a bit more genericThorbjørn Lindeijer2009-10-251-20/+38
| | | | | It is now possible to pass any list of servers that should be run as arguments to the monitor.
* Rebranding tmwserv to manaservThorbjørn Lindeijer2009-10-241-3/+3
| | | | | Includes a database update. Use update_6_to_7.sql to update existing sqlite databases.
* Fixed compileThorbjørn Lindeijer2009-10-211-1/+2
| | | | For some reason qApp was missing for seeseekey.
* Added the initial version of a server monitorThorbjørn Lindeijer2009-10-172-0/+278
It launches the account and game servers and restarts them when they quit unexpectedly. When a core file is found after a server quit, a backtrace is emailed when the CRASH_REPORT_RECEIVER environment variable is set. The monitor should be terminated with the TERM signal, which makes sure the servers get some time to shutdown gracefully.