Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | abort does not take a parameter. | worktycho | 2014-06-01 | 1 | -2/+2 |
| | |||||
* | Use abort in SIGSEGV and SIGABRT handlers | worktycho | 2014-06-01 | 1 | -2/+2 |
| | | | This should cause Mcserver to generate core dumps when it crashes. | ||||
* | Fixed a few unneeded breaks | Tycho | 2014-03-14 | 1 | -1/+0 |
| | |||||
* | Added a "nooutbuf" cmdline param. | madmaxoft | 2014-02-27 | 1 | -11/+16 |
| | | | | This forces that the stdout stream uses no buffer, even when not a TTY. Used for running MCServer under ZeroBraneStudio. | ||||
* | Disabled the leak finder. | madmaxoft | 2014-02-20 | 1 | -1/+3 |
| | |||||
* | SIGABRT exits with failure. | Tiger Wang | 2014-01-27 | 1 | -0/+1 |
| | |||||
* | Fixed client packet parsing. | madmaxoft | 2014-01-26 | 1 | -3/+23 |
| | | | | | When the packet wouldn't fit the current buffer, the server would mis-parse the next packet. This was the cause for #541. Also modified comm logging, now each direction can be turned on separately. | ||||
* | Added SIGABRT to catchers list | Tiger Wang | 2014-01-26 | 1 | -1/+6 |
| | |||||
* | Comm logging is available in both Debug and Release modes. | madmaxoft | 2014-01-25 | 1 | -4/+0 |
| | |||||
* | Fixed *nix compilation for previous commit. | madmaxoft | 2014-01-24 | 1 | -2/+2 |
| | |||||
* | Added per-connection comm logging in debug mode. | madmaxoft | 2014-01-24 | 1 | -1/+24 |
| | | | | It is meant for debugging only, so it is compiled only into debug mode. It is activated by starting the server with "/logcomm" parameter. | ||||
* | Fixed SIGABRT_COMPAT on other architectures. | madmaxoft | 2014-01-17 | 1 | -0/+2 |
| | |||||
* | Changed newline character because of issues | Tiger Wang | 2014-01-16 | 1 | -1/+10 |
| | |||||
* | Graceful shutdown on SIGTERM | Tiger Wang | 2014-01-07 | 1 | -0/+5 |
| | |||||
* | Fixed comments in main.cpp and Player.cpp | Tiger Wang | 2013-12-24 | 1 | -1/+1 |
| | |||||
* | Added some comments in main.cpp | Tiger Wang | 2013-12-23 | 1 | -1/+1 |
| | |||||
* | Added many event catchers | Tiger Wang | 2013-12-22 | 1 | -11/+53 |
| | | | | | | * Window close * CTRL-C * etc. | ||||
* | Moved source to src | Alexander Harkness | 2013-11-24 | 1 | -0/+197 |