md_5
efdedbd4e8
Trove should not be a core depend.
2014-09-12 18:24:14 +10:00
Thinkofdeath
1623fb6952
Only update the dns cache on new lookups ( Fixes #1221 )
...
This causes the cached entry to be looked up every 5 minutes instead of the previous system where it was kept as long as it was used. This fixes an issue where after Mojang's session servers go down the ip address tends to change. This caused bungee to repeatedly hit the old (inactive) one which with the previous system would be re-cached every time someone tried to connect
2014-09-11 10:18:34 +01:00
Minecrell
4e353e9277
Add Title API.
2014-09-07 09:30:57 +01:00
Minecrell
d6b7157c1c
Add player list header / footer API.
2014-09-07 09:26:52 +01:00
Steve Anton
bc48ab3fb8
Make ProxyPingEvent async
2014-09-07 12:03:55 +10:00
Thinkofdeath
65ae8b4c6a
Correctly send the MC|Brand packet
2014-09-02 13:54:52 +01:00
Thinkofdeath
73d7e0cf99
Bump protocol to 1.8
2014-09-02 09:44:07 +01:00
md_5
2cec5f344a
Update versions to 1.8... oops
2014-09-01 16:56:03 +10:00
md_5
4573285a70
Fix build expiration.
2014-09-01 16:47:16 +10:00
md_5
5282a8f45a
Just use server specific tab lists for now.
2014-08-31 19:18:19 +10:00
md_5
6eedc77954
Remove javadoc / delombok for now, interferes with build process.
2014-08-31 19:05:51 +10:00
md_5
f15eed338d
Fix tab list
2014-08-31 19:01:24 +10:00
md_5
faa284c8fc
Move chat API into own submodule.
2014-08-31 18:56:03 +10:00
Thinkofdeath
4bb3850b40
Fix another missed offline mode case
2014-08-31 09:34:31 +01:00
Thinkofdeath
1f132876e6
Handle offline mode in the tab list
2014-08-31 09:25:31 +01:00
md_5
c822c48fef
Add BungeeCord to the outdated ping message.
2014-08-31 18:23:45 +10:00
Thinkofdeath
26521cf2ff
Add support for Minecraft 1.8.x
...
This commit allows BungeeCord to support Minecraft clients both of versions 1.7.x and of 1.8.x. There should be no breakages to any other support, however following their deprecation and uselessness within 1.8, the Tab list APIs have been removed.
Please report any issues to GitHub and be sure to mention client, server and BungeeCord versions.
When used with an appropriate server jar (such as multi protocol Spigot), this will allow clients of many versions to concurrently be connected to the same set of servers.
2014-08-31 09:03:12 +01:00
md_5
e99bbff22e
Fix Javadoc for Jenkins... maybe
2014-08-31 13:53:53 +10:00
md_5
19b48672af
Fix longstanding forward typo
2014-08-31 10:13:50 +10:00
md_5
f81b8a3550
Use delombok for JavaDoc generation, #1188
2014-08-31 10:12:11 +10:00
md_5
87797ef719
Fix slight JavaDoc formatting issue.
2014-08-31 09:27:59 +10:00
Thinkofdeath
86c5e321f2
Disable epoll by default due to timeouts its causing
...
Anyone who wants to continue testing epoll for us may do so with `-Dbungee.epoll=true`
2014-08-21 08:11:11 +01:00
mrapple
41ccf3f9d3
Fix LoginEvent firing after PreLoginEvent is cancelled
2014-08-19 22:43:05 +01:00
Thinkofdeath
e573f7b89c
Correct toLegacyText the same way toPlainText was previously
2014-08-17 18:50:28 +01:00
Minecrell
664c66fb97
Ignore unknown entries in plugin description files.
...
Fixes #955 .
2014-08-17 19:58:15 +10:00
md_5
caa562c4a1
Final nail in the coffin for xxx cannot be cast to yyy bug.
2014-08-17 09:54:37 +10:00
md_5
483805067d
Update Netty and enable Epoll as bugs have been fixed.
2014-08-17 09:52:59 +10:00
Tux
5e0aa2e60d
Finalize the ServerDisconnectEvent target field.
...
There is no good reason for it to be mutable in the first place, considering that the event instance is not used after the method is called.
2014-08-17 09:34:06 +10:00
IfarPL
f9f9c3213d
Added 'ForwardToPlayer' subchannel
2014-08-16 20:20:54 +10:00
Thinkofdeath
be35e283ec
Revert "Mojang allows multiple status queries in a connection, we should too."
...
This reverts commit 77f6930280
.
2014-08-11 23:17:31 +01:00
md_5
dd9bd2a2e3
Shuffle Jansi/Jline versions
2014-08-04 18:19:35 +10:00
md_5
3188d946b3
Fix javadoc
2014-08-04 16:15:46 +10:00
Ad237
072e360d0f
Add KickPlayer subchannel
...
Can be used to kick a player who is on a different server
2014-08-03 18:13:39 +10:00
md_5
ee3efd75d7
Change a few aspects from last PR
2014-08-03 18:12:44 +10:00
Jonas Konrad
d85400bc69
Add forward parameter to only forward to online servers [Adds #1120 ]
2014-08-03 18:10:38 +10:00
Jonas Konrad
b544bb34cb
Add ServerInfo method to send plugin message only if server is online
2014-08-03 18:10:38 +10:00
Gabscap
8676dd47f6
Disable plugins in reverse order
2014-08-03 18:09:18 +10:00
Melair
089a8dd311
Allow customisation of kicking during initial server connection. In particular allow removal of server name by modification of messages.properties.
2014-07-30 19:16:19 +10:00
Thinkofdeath
d1d4cc7bbf
Tidy up the handling of Spawn Object and fix a off by one error with it
2014-07-30 09:26:17 +01:00
Thinkofdeath
74f5ffd08b
Duplicate any extra components when duplicated
2014-07-25 13:22:58 +01:00
Joshua Küpper
9fc862cb74
Make ComponentBuilder clonable
2014-07-25 13:22:54 +01:00
md_5
0d174b51c5
Clarify PreLoginEvent
2014-07-22 20:27:46 +10:00
md_5
1b18e64fb2
Handle objective value changes. Although the client *shouldn't* be using this for any sort of keying, it may indeed be. Closes #1116 awaiting testing.
2014-07-22 20:24:38 +10:00
Isaias
c42d3a375f
Fix uniqueId returning null in LoginEvent
2014-07-21 13:49:45 +01:00
Thinkofdeath
fc0a21f548
Correct a typo in Spawn Object rewriting
2014-07-21 09:48:21 +01:00
md_5
65eba06980
Don't let Bungee run in dirs with ! in name.
...
Java uses ! to indicate a resource inside of a jar/zip/other container. Running Bungee from within a directory that has a ! will cause this to muck up.
2014-07-19 21:22:20 +10:00
md_5
87a64c3f3e
Fix locale object getter, closes #1113
2014-07-16 17:13:56 +10:00
md_5
be13a00386
Add missing return - closes #1114
2014-07-16 17:12:52 +10:00
md_5
949f150ea0
Fix some out of style formatting.
2014-07-12 19:50:56 +10:00
md_5
c965e60f5e
Cipher thread locals should be static
2014-07-12 19:49:12 +10:00