Andrew Steinborn
|
89e1a07448
|
Try and explicitly specify Java 8 in the modules.
|
2020-11-06 18:52:00 -05:00 |
|
Andrew Steinborn
|
8a16db3794
|
Go to 1.1.2-SNAPSHOT again.
|
2020-10-28 20:48:08 -04:00 |
|
Andrew Steinborn
|
93f42f53e9
|
Reissuing Velocity 1.1.0
|
2020-10-28 20:46:48 -04:00 |
|
Andrew Steinborn
|
f3e1a7e01d
|
1.1.2-SNAPSHOT
|
2020-10-28 19:15:29 -04:00 |
|
Andrew Steinborn
|
3038152852
|
Velocity 1.1.1
|
2020-10-28 19:04:10 -04:00 |
|
Andrew Steinborn
|
e3f17eeb24
|
Velocity 1.1.1-SNAPSHOT
|
2020-10-28 11:01:49 -04:00 |
|
Andrew Steinborn
|
3da2621e48
|
Velocity 1.1.0 🎉
|
2020-10-28 10:48:10 -04:00 |
|
Andrew Steinborn
|
b78ffe6e86
|
Bump to Adventure 4.1.1
I don't even know
|
2020-10-17 00:32:28 -04:00 |
|
Andrew Steinborn
|
be6f67d002
|
Bump to Adventure 4.1.0
|
2020-10-16 17:24:37 -04:00 |
|
Andrew Steinborn
|
6e00dbe2b7
|
Fix compile errors
|
2020-10-14 16:08:20 -04:00 |
|
Andrew Steinborn
|
708094b03a
|
Revert Guava bump as it is a breaking change
|
2020-09-19 18:09:05 -04:00 |
|
derklaro
|
fae1ee8373
|
Track some dependency updates
junit: 5.3.0-M1 -> 5.7.0
slf4j: 1.7.25 -> 1.7.30
netty: 4.1.51.Final -> 4.1.52.Final
guava: 25.1-jre -> 29.0-jre
checkerFramework: 2.7.0 -> 3.6.1
jline-terminal-jansi: 3.12.1 -> 3.16.0
fastutil: 8.2.3 -> 8.4.1
async-http-client: 2.10.4 -> 2.12.1
completable-futures: 0.3.2 -> 0.3.3
gradle-wrapper: 6.6 -> 6.6.1
BREAKING CHANGE: No breaking change
|
2020-09-15 13:27:16 +02:00 |
|
zml
|
0e28cc4df7
|
bump configurate to 3.7.1
|
2020-08-23 21:11:46 -07:00 |
|
Andrew Steinborn
|
c47d25c88a
|
Upgrade to Gradle 6.6 and use SpotBugs.
As a result, at least one real bug was fixed! Nice.
|
2020-08-21 19:09:04 -04:00 |
|
Hugo Manrique
|
6cc6e0f641
|
New command API (#330)
|
2020-07-29 03:43:16 -04:00 |
|
Andrew Steinborn
|
bf0ae6b856
|
Revert Configurate bump - it's not on the usual places
|
2020-07-21 21:03:07 -04:00 |
|
Andrew Steinborn
|
3ac403539d
|
Bump dependencies:
Gson 2.8.5 -> 2.8.6
text 3.0.3 -> 3.0.4
log4j 2.11.2 -> 2.13.3
Netty 4.1.50.Final -> 4.1.51.Final
Configurate 3.6 -> 3.7
|
2020-07-21 21:00:38 -04:00 |
|
Andrew Steinborn
|
2e7a598916
|
Initial commit of adventure-adapted Velocity API.
|
2020-06-28 21:23:01 -04:00 |
|
Andrew Steinborn
|
fd231c71fd
|
Restore server disconnect messages.
|
2020-06-23 21:57:16 -04:00 |
|
Andrew Steinborn
|
316bf46181
|
Bump to Netty 4.1.50.Final again
|
2020-06-22 20:42:42 -04:00 |
|
Andrew Steinborn
|
ada35ff286
|
Merge branch 'Xernium-future/1.16' into future/1.16-velocity-1.1.0
# Conflicts:
# .travis.yml
# api/src/main/java/com/velocitypowered/api/network/ProtocolVersion.java
# build.gradle
# proxy/build.gradle
# proxy/src/main/java/com/velocitypowered/proxy/VelocityServer.java
# proxy/src/main/java/com/velocitypowered/proxy/connection/backend/VelocityServerConnection.java
# proxy/src/main/java/com/velocitypowered/proxy/connection/client/ClientPlaySessionHandler.java
# proxy/src/main/java/com/velocitypowered/proxy/connection/client/ConnectedPlayer.java
# proxy/src/main/java/com/velocitypowered/proxy/network/netty/DiscardHandler.java
# proxy/src/main/java/com/velocitypowered/proxy/protocol/ProtocolUtils.java
# proxy/src/main/java/com/velocitypowered/proxy/protocol/StateRegistry.java
# proxy/src/main/java/com/velocitypowered/proxy/protocol/netty/MinecraftCompressDecoder.java
# proxy/src/main/java/com/velocitypowered/proxy/protocol/netty/MinecraftDecoder.java
# proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/JoinGame.java
# proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/Respawn.java
# proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/ServerLoginSuccess.java
# proxy/src/test/java/com/velocitypowered/proxy/plugin/util/PluginDependencyUtilsTest.java
|
2020-06-20 23:24:32 -04:00 |
|
Andrew Steinborn
|
d538516f4c
|
Bump Netty version
|
2020-05-25 16:08:53 -04:00 |
|
Andrew Steinborn
|
e6ea191c92
|
Bump Netty to 4.1.49.Final
This is intended to fix netty/netty#10165 directly, and supersede our current workaround.
|
2020-04-22 10:28:17 -04:00 |
|
Andrew Steinborn
|
187a625aa4
|
Bump Netty to 4.1.49.Final
This is intended to fix netty/netty#10165 directly, and supersede our current workaround.
|
2020-04-22 10:27:08 -04:00 |
|
Andrew Steinborn
|
5d3479aae5
|
Velocity 1.0.8-SNAPSHOT
|
2020-04-11 21:56:28 -04:00 |
|
Andrew Steinborn
|
3e24d7ea8d
|
Velocity 1.0.7
|
2020-04-11 21:56:07 -04:00 |
|
Andrew Steinborn
|
6ad8381645
|
Velocity 1.0.7-SNAPSHOT
|
2020-04-11 21:30:25 -04:00 |
|
Andrew Steinborn
|
386e7e94c8
|
Velocity 1.0.6
|
2020-04-11 21:30:09 -04:00 |
|
kashike
|
c54ea62012
|
update text to 3.0.3
|
2020-03-29 19:26:10 -07:00 |
|
kashike
|
8a29ff0e87
|
update text to 3.0.3
|
2020-03-29 16:13:43 -07:00 |
|
Andrew Steinborn
|
5b75927586
|
Bump to 1.0.6-SNAPSHOT for further development
|
2020-02-13 13:04:50 -05:00 |
|
Andrew Steinborn
|
11dfbd3b9e
|
This is Velocity 1.0.5
|
2020-02-13 13:04:17 -05:00 |
|
Andrew Steinborn
|
ad8c6677ed
|
Begin 1.0.5-SNAPSHOT
|
2019-12-23 02:02:39 -05:00 |
|
Andrew Steinborn
|
78af6f7cdf
|
Velocity 1.0.4
|
2019-12-23 01:59:15 -05:00 |
|
Andrew Steinborn
|
adcf7729db
|
Update Netty to 4.1.43.Final
|
2019-10-26 01:24:44 -04:00 |
|
Andrew Steinborn
|
9141ea112f
|
Bump to Netty 4.1.42.Final
|
2019-09-26 22:30:24 -04:00 |
|
Andrew Steinborn
|
c0010d6f8b
|
Velocity 1.0.4-SNAPSHOT
|
2019-08-24 00:28:10 -04:00 |
|
Andrew Steinborn
|
36082126a0
|
Velocity 1.0.3
|
2019-08-24 00:27:43 -04:00 |
|
Andrew Steinborn
|
10ce976084
|
Update text 3.0.2
cc @lucko
|
2019-08-11 20:36:17 -04:00 |
|
Andrew Steinborn
|
7f3e7a82c4
|
Update text 3.0.2
cc @lucko
|
2019-08-11 20:36:00 -04:00 |
|
Andrew Steinborn
|
162bb8e191
|
Update to Netty 4.1.38.Final
|
2019-07-30 13:05:26 -04:00 |
|
Andrew Steinborn
|
57433a657c
|
Velocity 1.0.3-SNAPSHOT
|
2019-07-19 13:28:59 -04:00 |
|
Andrew Steinborn
|
a60d134e1e
|
Velocity 1.0.2
|
2019-07-19 13:28:38 -04:00 |
|
Andrew Steinborn
|
e31b2b87dc
|
Update Netty to 4.1.37.Final
|
2019-07-02 02:37:15 -04:00 |
|
Andrew Steinborn
|
6784df91c7
|
Update Netty to 4.1.37.Final
|
2019-07-02 02:32:25 -04:00 |
|
Andrew Steinborn
|
a8684ddec5
|
Bump to 1.0.2-SNAPSHOT for continued development
|
2019-06-24 21:38:06 -04:00 |
|
Andrew Steinborn
|
904e39b73a
|
Velocity 1.0.1
|
2019-06-24 21:37:45 -04:00 |
|
Andrew Steinborn
|
c55ab2c908
|
Make sure to include the right repo
|
2019-06-18 07:48:03 -04:00 |
|
Andrew Steinborn
|
8a45074eb2
|
Include Configurate
|
2019-06-18 07:45:45 -04:00 |
|
Andrew Steinborn
|
42df0fd2ad
|
Mark 1.1.0 as in development
|
2019-06-17 23:51:17 -04:00 |
|