summaryrefslogtreecommitdiffstats
path: root/src/Server.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merged IniFile into main MCS sources.Mattes D2014-10-231-1/+1
* En masse NULL -> nullptr replaceTiger Wang2014-10-231-11/+11
* Fix for fix #1552Julian Laubstein2014-10-201-2/+2
* Added error messageJulian Laubstein2014-10-201-0/+11
* cMojangAPI: Don't update data if server is in offline mode.Mattes D2014-10-171-2/+2
* Functions in cPluginManager get references instead of pointers.Mattes D2014-10-151-1/+1
* Added an explicit setting for allowing BungeeCord handshake.madmaxoft2014-09-171-0/+7
* Merge branch 'master' of https://github.com/mc-server/MCServerTiger Wang2014-08-291-19/+11
|\
| * Merge remote-tracking branch 'origin/master' into RanksMattes D2014-08-221-1/+3
| |\
| | * Added initializers for class members.Mattes D2014-08-211-1/+3
| * | Removed cGroup and cGroupManager.Mattes D2014-08-211-18/+8
| |/
* / Added new console command with cleanupTiger Wang2014-08-291-17/+42
|/
* Style: Normalized to no spaces before closing parenthesis.madmaxoft2014-07-211-2/+2
* Style: Normalized spaces after if, for and while.madmaxoft2014-07-211-1/+1
* Revert "Only one instance of server can be started"Tiger Wang2014-07-201-0/+2
* Code style: Fixed braces on separate lines.madmaxoft2014-07-191-1/+2
* Removed duplicate IPvX labels.madmaxoft2014-07-181-2/+2
* Normalized comments.madmaxoft2014-07-171-3/+3
* Fixed spaces around single-line comments.madmaxoft2014-07-171-3/+3
* Store properties as Json::ValueTiger Wang2014-07-161-1/+1
* Player properties are now retrievedTiger Wang2014-07-141-2/+2
* Only one instance of server can be startedTiger Wang2014-07-131-2/+0
* Player data filenames are based on UUID.madmaxoft2014-07-111-0/+3
* Nullify deleted pointers.archshift2014-06-191-0/+1
* Fixed some warnings in Server.cpp, and in UI/Julian Laubstein2014-05-191-1/+7
* removed the <list> includeJulian Laubstein2014-05-181-1/+0
* Added unload <pluginname> commandJulian Laubstein2014-05-181-5/+9
* Added load cmdJulian Laubstein2014-05-171-5/+29
* Added load command in the cServer classJulian Laubstein2014-05-171-0/+6
* Declared one mutex as mutable in order to allow for const correct get accessors.jfhumann2014-04-191-1/+1
* Merge remote-tracking branch 'origin/master' into fixesjfhumann2014-04-181-2/+2
|\
| * Added Yggdrasil Authentication Systemdaniel09162014-04-131-2/+2
* | Did some static analysis, fixed some bugs and optimized a lot of codejfhumann2014-04-181-1/+1
|/
* Merge branch 'Werror' into warningsTycho2014-03-121-1/+1
|\
| * Unified Vector classesandrew2014-03-111-1/+1
* | Fixed more Format issuesTycho2014-03-111-1/+1
|/
* Merge pull request #709 from Howaner/GlobalFixesMattes D2014-02-281-0/+2
|\
| * Remove old Output FinishHowaner2014-02-211-2/+0
| * Add 'Group not found', when the Server load the users.ini and add auto generate from users.iniHowaner2014-02-211-0/+4
* | Disabled the leak finder.madmaxoft2014-02-201-1/+3
|/
* "reload" is back.STRWarrior2014-02-091-0/+7
* Split "reload" in "reloadplugins" and "reloadgroups".STRWarrior2014-02-091-2/+5
* The console reload command also reloads the groups.STRWarrior2014-02-091-0/+1
* Protocol 1.7: Forced encryption on all connections.madmaxoft2014-01-281-1/+2
* Merge pull request #587 from mc-server/mobimprovementsMattes D2014-01-251-1/+1
|\
| * Mob bugfixesTiger Wang2014-01-251-1/+1
* | PolarSSL is fully used for 1.3.2 protocol encryption.madmaxoft2014-01-231-10/+2
|/
* Merge branch 'master' of https://github.com/mc-server/MCServerandrew2014-01-211-10/+1
|\
| * Rewritten SocketThreads for proper shutdown scenario.madmaxoft2014-01-191-10/+1
* | Scoreboard protocol supportandrew2014-01-211-1/+1
|/
* Command blocks: Execute()andrew2014-01-181-1/+1
* Fixed faviconsTiger Wang2014-01-071-13/+1
* Merge pull request #514 from derouinw/masterMattes D2014-01-071-0/+14
|\
| * Avoid making copies of favicon stringBill Derouin2014-01-071-1/+1
| * A few more touch upsBill Derouin2014-01-071-1/+1
| * A few touch upsBill Derouin2014-01-071-1/+4
| * Implement favicon for 1.7.2Bill Derouin2014-01-071-0/+11
* | More MSVC warning fixes.madmaxoft2014-01-071-1/+1
|/
* fixxed warnings in Server.cppTycho Bickerstaff2013-12-311-0/+5
* Fixed cClientHandle::Tick() being called from two threads.madmaxoft2013-12-161-1/+1
* Moved bindings-related to a Bindings subfolder.madmaxoft2013-12-081-1/+1
* Fixed the remaining derpsAlexander Harkness2013-11-271-2/+2
* Compile fix againTiger Wang2013-11-261-1/+1
* Fixed Linux compile againTiger Wang2013-11-261-1/+1
* Attempt to fix compilationTiger Wang2013-11-241-2/+2
* Moved source to srcAlexander Harkness2013-11-241-0/+707