summaryrefslogtreecommitdiffstats
path: root/src/Server.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cMojangAPI: Don't update data if server is in offline mode.Mattes D2014-10-171-1/+1
|
* Added an explicit setting for allowing BungeeCord handshake.madmaxoft2014-09-171-0/+8
|
* Exported cServer:ShouldAuthenticate to Lua API.Mattes D2014-08-201-1/+1
|
* Add "Broadcasting" settings to world.iniHowaner2014-07-271-2/+2
|
* Fixed spaces around single-line comments.madmaxoft2014-07-171-3/+3
| | | | There should be at least two spaces in front and one space after //-style comments.
* Fixed basic whitespace problems.madmaxoft2014-07-171-4/+4
| | | | Indenting by spaces and alignment by spaces, as well as trailing whitespace on non-empty lines.
* Store properties as Json::ValueTiger Wang2014-07-161-1/+8
|
* Player properties are now retrievedTiger Wang2014-07-141-2/+2
|
* Player data filenames are based on UUID.madmaxoft2014-07-111-0/+20
|
* Moved cRsaPrivateKey to PolarSSL++, rewritten using existing objects.madmaxoft2014-04-291-3/+3
|
* Declared one mutex as mutable in order to allow for const correct get accessors.jfhumann2014-04-191-2/+2
|
* Added Yggdrasil Authentication Systemdaniel09162014-04-131-1/+1
| | | | Code by Howaner. Fixes/Changes by me.
* Protocol 1.7: Forced encryption on all connections.madmaxoft2014-01-281-11/+17
| | | | This is for testing purposes only, to find bugs in the encryption. Once the encryption is deemed stable, it will be enabled only for servers with enabled Authentication.
* PolarSSL is fully used for 1.3.2 protocol encryption.madmaxoft2014-01-231-6/+8
|
* Rewritten SocketThreads for proper shutdown scenario.madmaxoft2014-01-191-4/+4
| | | | This fixes #560 and #390.
* Major refactoring of redstoneTiger Wang2014-01-101-1/+1
| | | | | | | | | | | | | | | | | | | | This commit is a refactoring of the redstone code, mainly the functions handling the removal of invalid blocks from power supplier data structures. Its aim is to improve performance and potentially reduce the memory footprint of the data structures. It works to reduce the amount of GetBlock()s triggered every tick. Before, a GetBlock() was requested for every single item in the data lists, as well as for every single redstone block in a chunk. Following these changes, the AddBlock() event is utilised more effectively to only update the lists when needed (a block is changed), as well as to insert the block type (and update it when needed) alongside the coordinates into the main redstone simulator chunkdata list. In short, a single GetBlock() is now cached, with this cache being updated when the simulator is awoken due to a block change. At least, I *hope* that this is what it does :P
* Fixed faviconsTiger Wang2014-01-071-1/+2
|
* Avoid making copies of favicon stringBill Derouin2014-01-071-1/+1
|
* A few touch upsBill Derouin2014-01-071-1/+1
|
* Implement favicon for 1.7.2Bill Derouin2014-01-071-0/+3
| | | | | Favicon data is a png encoded in base64 which is stored in the server and sent in the server response packet
* Added warning(push) and warning(pop) around all of the inclusions of cryptopp/*.hDiusrex2014-01-051-1/+16
| | | | | | I also added a warning(push)/(pop) around crpytlib.cpp because it would go crazy with warnings. So now, the only warning from cryptopp that is not blocked is 'unreferenced local function has been removed', which also occurs at a single function.
* Root is now warnings cleanTycho Bickerstaff2013-12-211-0/+2
|
* Fixed loads more of them.Alexander Harkness2013-11-261-2/+2
|
* Attempt to fix compilationTiger Wang2013-11-241-2/+2
|
* Moved source to srcAlexander Harkness2013-11-241-0/+195