summaryrefslogtreecommitdiffstats
path: root/src/Server.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Kick clients when resource pack rejected (#5440)plan12312022-10-281-0/+4
* Custom 25565 port page (#5369)Rorkh2022-01-271-0/+3
* Authentication flow: move construction, slim down classes (#5312)Tiger Wang2021-10-021-2/+2
* BungeeGuard style proxy security and OnlyAllowBungee config (#5291)Ethan Jones2021-09-231-0/+10
* Implemented cServer::ScheduleTask() and cServer::TickQueuedTasks() (#5224)Feyo Korenhof2021-05-261-0/+20
* Player data loading cleanupTiger Wang2021-03-301-19/+0
* zlib -> libdeflate (#5085)Tiger Wang2021-01-111-2/+2
* ViewDistance: unsigned -> signedTiger Wang2020-12-261-1/+1
* Warnings improvementsTiger Wang2020-12-181-1/+1
* Streamline startup sequenceTiger Wang2020-09-051-6/+15
* Enable some more clang-tidy linter checks (#4738)peterbell102020-05-151-1/+1
* Using Super.Mattes D2020-04-161-2/+6
* Initial resource pack support (#4622)Mat2020-04-071-0/+3
* Update mbedtls to 2.5.1 (#3964)peterbell102017-08-301-1/+1
* Implement Forge protocol handshake support (#3869)satoshinm2017-08-271-0/+19
* Add cUUID class (#3871)peterbell102017-08-251-1/+2
* Removed unused forward declarations (#3888)Lukas Pioch2017-08-031-1/+0
* Tentative fix for player-limit race condition (#3862)Tiger Wang2017-07-281-19/+7
* Remove smart pointer macrospeterbell102017-07-211-1/+1
* Allow enabling/disabling of block change limitmathiascode2017-05-191-0/+6
* Custom Disconnect Messagesweetgiorni2017-01-031-0/+3
* Tab completion across worlds (#3270)Alexander Harkness2016-07-211-0/+7
* Bulk clearing of whitespaceLogicParrot2016-02-051-40/+40
* 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