Commit Graph

581 Commits

Author SHA1 Message Date
Spigot
f97526e8e4 No stack traces please
By: md_5 <md_5@live.com.au>
2013-06-30 08:38:54 +10:00
Spigot
9fec210eee Remove slow and complex pipelining and make our own packet writing system. Speed glorious speed.
By: md_5 <md_5@live.com.au>
2013-06-29 17:39:07 +10:00
Spigot
8aa5fe30e8 Even nicer throttling + encoding.
By: md_5 <md_5@live.com.au>
2013-06-29 16:27:52 +10:00
Spigot
072effdf1f Hey ma, look at my packet encoder!
By: md_5 <md_5@live.com.au>
2013-06-29 16:07:41 +10:00
Spigot
84b4b13218 Update to Netty CR7 - boasts numerous bug fixes and improvements, is sex
By: md_5 <md_5@live.com.au>
2013-06-29 15:36:18 +10:00
Spigot
ef89b3e09e Simplify close inventory patch
By: md_5 <md_5@live.com.au>
2013-06-29 13:46:41 +10:00
Spigot
8bcdc3d516 Disallow Interaction With Self
By: md_5 <md_5@live.com.au>
2013-06-28 19:53:05 +10:00
Spigot
040b01fb66 Move close inventories patch up
By: md_5 <md_5@live.com.au>
2013-06-28 14:16:30 +10:00
Spigot
3f42ec4e05 Properly Close Inventories
Properly close inventories when unloading and switching worlds.

By: md_5 <md_5@live.com.au>
2013-06-27 17:26:20 +10:00
Spigot
1099c20b93 Fix potential errors when plugins log with a null message
By: md_5 <md_5@live.com.au>
2013-06-26 16:59:37 +10:00
Spigot
b6be6ce1ea Java 1.6 compile support
By: md_5 <md_5@live.com.au>
2013-06-25 18:12:27 +10:00
Spigot
ba4c25dd83 Always fire PreLoginEvent
By: md_5 <md_5@live.com.au>
2013-06-25 18:09:55 +10:00
Spigot
602e2ecff8 Throw exceptions when we can't bind
By: md_5 <md_5@live.com.au>
2013-06-24 12:24:38 +10:00
Spigot
719b1ae355 Use our throttle method, diff needs a little bit of work. May be buggy, use with care.
By: md_5 <md_5@live.com.au>
2013-06-24 07:42:20 +10:00
Spigot
734dfef5e3 Flip netty/non netty so correct setting is used, still looking into throttle
By: md_5 <md_5@live.com.au>
2013-06-24 07:35:42 +10:00
Spigot
3c26677714 Comment out unused per-listener throttle
By: md_5 <md_5@live.com.au>
2013-06-23 16:45:43 +10:00
Spigot
21f1eebb07 Don't print bind notice twice; throw exception when unable to bind
By: md_5 <md_5@live.com.au>
2013-06-23 16:33:18 +10:00
Spigot
824156515e Pull Bukkit/CraftBukkit#1130 - Include result slot in CraftInventoryAnvil.getItem .Fixes BUKKIT-2788
By: md_5 <md_5@live.com.au>
2013-06-23 13:58:40 +10:00
Spigot
bc348c2610 Customize server is full message
By: md_5 <md_5@live.com.au>
2013-06-23 11:06:30 +10:00
Spigot
ea9944d35f Add log filtering!
By: md_5 <md_5@live.com.au>
2013-06-22 16:40:34 +10:00
Spigot
8d1d1539e7 I found you, Mr Disable Random Light Updates!
By: md_5 <md_5@live.com.au>
2013-06-22 16:12:17 +10:00
Spigot
f7e26d5d5c Fix Bungee support
By: md_5 <md_5@live.com.au>
2013-06-22 15:48:42 +10:00
Spigot
b1fff08e4b [Highly Experimental - CAUTION] Implement spigot.yml. A large portion of Spigot was rewritten in this commit, so USE WITH CAUTION, production usage is NOT recommended. Take backups, be safe, and enjoy!
By: md_5 <md_5@live.com.au>
2013-06-22 15:06:53 +10:00
Spigot
4a788da52a Add netty-threads option
By: md_5 <md_5@live.com.au>
2013-06-22 14:35:20 +10:00
Spigot
9f926239de Cactus Cactus Cactus Cactus Cactus
By: md_5 <md_5@live.com.au>
2013-06-22 14:16:11 +10:00
Spigot
85a9d69882 Properly re-register commands on reload
By: md_5 <md_5@live.com.au>
2013-06-22 14:07:01 +10:00
Spigot
1a3bda4647 Integer cannot be cast to Short :(
By: md_5 <md_5@live.com.au>
2013-06-22 13:59:56 +10:00
Spigot
09df784b46 Add a patch to allow configuring and editing some server messages.
By: md_5 <md_5@live.com.au>
2013-06-21 19:22:15 +10:00
Spigot
897cea1bba The server loads all settings correctly as far as I can tell. This marks the end of stage 2. Stage 3 (testing of all features and commands) will start tomorrow.
By: md_5 <md_5@live.com.au>
2013-06-21 19:17:26 +10:00
Spigot
e1afaad64e Load from correct class
By: md_5 <md_5@live.com.au>
2013-06-21 19:10:58 +10:00
Spigot
1521d8448f Progress on actually getting stuff to load.
By: md_5 <md_5@live.com.au>
2013-06-21 19:08:32 +10:00
Spigot
0e540153e1 More static please
By: md_5 <md_5@live.com.au>
2013-06-21 18:57:20 +10:00
Spigot
4019e76015 *wipes sweat off brow, add /tps and /restart commands
By: md_5 <md_5@live.com.au>
2013-06-21 18:25:45 +10:00
Spigot
37369ecbbd Add ability to register commands
By: md_5 <md_5@live.com.au>
2013-06-21 18:21:29 +10:00
Spigot
f0c6238875 Reload support for spigot.yml
By: md_5 <md_5@live.com.au>
2013-06-21 18:14:27 +10:00
Spigot
ecd2b441c7 Add our tab complete patch back
By: md_5 <md_5@live.com.au>
2013-06-21 18:06:04 +10:00
Spigot
a27c1bf25b Add our command logging disable patch
By: md_5 <md_5@live.com.au>
2013-06-21 18:01:41 +10:00
Spigot
099a8184d8 Add our spam filter exclusions patch
By: md_5 <md_5@live.com.au>
2013-06-21 17:59:37 +10:00
Spigot
e57f31e7cd Add our enable foreign language in signs patch
By: md_5 <md_5@live.com.au>
2013-06-21 17:53:18 +10:00
Spigot
aab6d67772 Rename next tick list performance patch
By: md_5 <md_5@live.com.au>
2013-06-21 17:50:04 +10:00
Spigot
bc3ac74c6f Rename translation caching patch
By: md_5 <md_5@live.com.au>
2013-06-21 17:47:12 +10:00
Spigot
bbda5ddffd Rename close unloaded save files
By: md_5 <md_5@live.com.au>
2013-06-21 17:46:00 +10:00
Spigot
40107821e6 Rename invalid name filter patch
By: md_5 <md_5@live.com.au>
2013-06-21 17:45:10 +10:00
Spigot
a43fe7e681 Experimentally remove another patch
By: md_5 <md_5@live.com.au>
2013-06-21 17:42:59 +10:00
Spigot
264d66fab5 Ping sending patch done
By: md_5 <md_5@live.com.au>
2013-06-21 17:41:26 +10:00
Spigot
d9b3e950cd Merge the two spawn calculation fixes
By: md_5 <md_5@live.com.au>
2013-06-21 17:35:08 +10:00
Spigot
b23e7b47f8 More patches
By: md_5 <md_5@live.com.au>
2013-06-21 17:30:13 +10:00
Spigot
1b7d1b6667 Redo longhash tweaks
By: md_5 <md_5@live.com.au>
2013-06-21 17:14:11 +10:00
Spigot
52cf9d619c Compiling up to patch 10
By: md_5 <md_5@live.com.au>
2013-06-21 17:00:01 +10:00
Spigot
0aabcddfa8 Remove some CraftBukkit pull requests that don't have any functional benefit at the moment.
By: md_5 <md_5@live.com.au>
2013-06-21 16:49:33 +10:00