md_5
9b7d8d544e
Downgrade to Netty CR1
2013-05-19 17:57:29 +10:00
md_5
5aa5d164a2
Add javassist depend for better performance
2013-05-16 18:11:03 +10:00
md_5
2a4600c6f0
Implement changes to orebfuscator, including remove update radius configuration and update on player interact
2013-05-16 18:10:23 +10:00
md_5
195739fcd6
No memory leaks please
2013-05-16 16:58:18 +10:00
md_5
2bf8194e41
Update to latest Netty
2013-05-16 16:41:34 +10:00
md_5
f2d34e09b4
Add base patch for Spigot config
2013-05-14 12:08:11 +10:00
md_5
18520d21b2
Remove extra inventory close event patch, because despite being a legitimate bug fix, it will not be pulled by Bukkit, so plugins must resort to other means to catch this last event.
2013-04-23 11:37:51 +10:00
md_5
ce45aa074e
Move version resolve check to initial POM patch
2013-04-23 11:32:07 +10:00
md_5
7f8fbc165b
Move IP filter to own patch and (messily) fix merge conflicts as a result.
2013-04-23 11:27:55 +10:00
md_5
83ded01371
Revert "Readd previous Netty tweaks, the memory leak has been fixed"
...
This reverts commit d7ccd34e50
.
2013-04-21 10:21:35 +10:00
md_5
d7ccd34e50
Readd previous Netty tweaks, the memory leak has been fixed
2013-04-21 08:53:15 +10:00
md_5
160e82139d
Revert "Dramatically reduce the idle network activity by collecting and framing packets for a max of 10 milliseconds. This reduces bandwidth consumption as much as possible whilst not generating network garbage and other nasties."
...
This reverts commit 95cd0996c0
.
2013-04-21 08:39:39 +10:00
md_5
ceccdbcc80
Revert "20 ms works too, anything higher is a bit shifty"
...
This reverts commit 2471de6147
.
2013-04-21 08:39:36 +10:00
md_5
2471de6147
20 ms works too, anything higher is a bit shifty
2013-04-20 19:50:59 +10:00
md_5
95cd0996c0
Dramatically reduce the idle network activity by collecting and framing packets for a max of 10 milliseconds. This reduces bandwidth consumption as much as possible whilst not generating network garbage and other nasties.
2013-04-20 19:42:04 +10:00
md_5
f962379477
Java 5/6 compat. NETBEANS!
2013-04-20 17:14:54 +10:00
md_5
fc6f817452
Oops.
2013-04-19 21:08:35 +10:00
md_5
b9d0fab579
[Experimental] Add connection multiplexer to allow many listen blocks. Secondary listen blocks are configured in bukkit.yml
2013-04-19 17:46:00 +10:00
SuPaH sPii
296620b306
Implement a "proper" connection throttle for netty.
...
Proper meaning a simple portover from CraftBukkit's implementation.
The last implementation had a few issues:
- For each server ping, the connection was getting throttled.
- ConcurrentHashMap is heavy (More of an opinion but don't judge)
From the last implementation, the connection throttle entry (your IP) wasn't getting removed from the list after a server ping, which is supposed to happen according to the original implementation.
2013-04-19 17:45:59 +10:00
md_5
165164f5ab
Yet another CraftBukkit pulled patch.
2013-04-16 18:44:58 +10:00