summaryrefslogtreecommitdiffstats
path: root/src/Server.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixed race conditionsLukas Pioch2016-01-171-1/+1
* Initial implementation of IniFile overloadingtycho2015-05-161-2/+2
* Converted cServer to use the cNetwork API.Mattes D2015-01-271-56/+41
* Cosmetic touchups.Mattes D2014-12-111-2/+2
* Fixed indent problems and added return definitions to CheckMultiLogin().Vincent2014-12-091-3/+3
* Changed CheckMultiLogin() to not have main body wrapped in an if statement.Vincent2014-12-081-2/+4
* Fixed compile errorsVincent2014-12-081-2/+2
* fixed naming of strings and changed from i to IVincent2014-11-291-2/+2
* issue 1253 - prevent multiple logins with same usernameVincent2014-11-291-0/+9
* 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
* Fixed basic whitespace problems.madmaxoft2014-07-171-4/+4
* 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
* Protocol 1.7: Forced encryption on all connections.madmaxoft2014-01-281-11/+17
* 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
* Major refactoring of redstoneTiger Wang2014-01-101-1/+1
* 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
* Added warning(push) and warning(pop) around all of the inclusions of cryptopp/*.hDiusrex2014-01-051-1/+16
* 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