4drian3d
|
3cb10f6ad4
|
Implement missing Pointers (#694)
- Implement Player's LOCALE and DISPLAY_NAME pointers
- Implement VelocityConsole's LOCALE pointer
|
2022-04-16 00:37:35 -04:00 |
|
Andrew Steinborn
|
d59d4505cb
|
Add stop command alias for ShutdownCommand
Fixes #678
|
2022-04-08 23:00:03 -04:00 |
|
4drian3d
|
2a39b24770
|
Shutdown command improvements (#680)
- Migrate to Brigadier usage
- Added MiniMessage support for custom shutdown reason
|
2022-04-08 22:56:41 -04:00 |
|
microwin7
|
44dc2e7ca0
|
Fix implements in class ResponseResult (#675)
Fixed inheritance of interface on ResultedEvent.Result in ResponseResult class
|
2022-04-03 17:43:32 -04:00 |
|
4drian3d
|
b8223686ea
|
Added logPlayerConnections configuration option (#673)
|
2022-04-03 15:30:47 -04:00 |
|
JOO200
|
8214fe30fe
|
Specify the unit for getPing to milliseconds. (#676)
|
2022-04-03 15:29:34 -04:00 |
|
Andrew Steinborn
|
95a32ad421
|
fix
|
2022-03-31 22:13:05 -04:00 |
|
JOO200
|
308acd86ec
|
Adventure: Bump version to 4.10.1 (#669)
|
2022-03-31 22:10:43 -04:00 |
|
4drian3d
|
9fc4341f40
|
Replacement of some deprecated method (#672)
- PlainComponentSerializer -> PlainTextComponentSerializer
- BinaryTagHolder#of -> BinaryTagHolder#binaryTagHolder
|
2022-03-31 22:09:44 -04:00 |
|
OOP-778
|
9f77431f36
|
Fix "pointers" for players never being used lol & Type pointers (#674)
* Fix "pointers" for players never being used lol
* Added Platform Facet API to add Type pointers
* Remove duplicate
|
2022-03-31 22:09:10 -04:00 |
|
Andrew Steinborn
|
05d1938476
|
Netty 4.1.75.Final
|
2022-03-19 19:04:29 -04:00 |
|
virustotalop
|
e2743ffa4e
|
Add proxy shutdown localization (#663)
|
2022-03-19 18:54:24 -04:00 |
|
AoElite
|
42acf84dda
|
update netty to 4.1.74.Final (#668)
Co-authored-by: AoElite <roxiehockaday@gmail.com>
|
2022-03-19 17:26:39 -04:00 |
|
kyngs
|
f0ea638fa1
|
Disable Log4J's built-in shutdown hook, because it broke logging in the shutdown sequence when exiting by interrupting the process. This was caused by the Log4J's hook running before ours. (#637)
|
2022-03-13 23:59:50 -04:00 |
|
ebony-lamp
|
94e8b0df43
|
Add option to disable ip logging (#614) (#650)
|
2022-03-09 02:24:45 -05:00 |
|
Andrew Steinborn
|
b5dcaa2315
|
Provide a more descriptive error message if Velocity isn't able to authenticate with Mojang servers
Fixes #636
|
2022-03-09 02:23:22 -05:00 |
|
Andrew Steinborn
|
35a1456c5f
|
Update Linux natives for latest libdeflate
x86_64 libdeflate was compiled with Fedora Linux 35. aarch64 binaries were compiled with Ubuntu 18.04.
|
2022-03-09 02:12:15 -05:00 |
|
Andre_601
|
b3fc8e8235
|
Update old downloads URL (#660)
|
2022-03-06 13:20:44 -05:00 |
|
Corey Shupe
|
9c44aff8c3
|
Flip output for queued resource pack status passthrough conditional (#659)
* Flip output for queued resource pack status passthrough conditional
* Hotfix to queue the intended resource pack info.
|
2022-03-03 01:52:21 -05:00 |
|
Riley Park
|
d4722eb2f8
|
Merge pull request #658 from jpenilla/mm
Update Adventure and include MiniMessage in API
|
2022-03-02 14:23:48 -08:00 |
|
Jason Penilla
|
897f278986
|
Update Adventure and include MiniMessage in API
|
2022-03-01 12:50:50 -07:00 |
|
Shane Freeder
|
2fe50bedc5
|
1.18.2 support
|
2022-02-28 14:27:57 +00:00 |
|
kyngs
|
7bd0f9ea14
|
Add support for custom class loaders. (#647)
|
2022-02-19 16:04:56 -05:00 |
|
Rocco
|
8ab071badb
|
Fire events for queued login plugin messages (#632)
|
2022-02-19 16:03:09 -05:00 |
|
Andrew Steinborn
|
b2800087d8
|
Ensure Forward doesn't broadcast to the current server
Fixes #641
|
2022-02-07 23:43:40 -05:00 |
|
Corey Shupe
|
596d4758ba
|
Implement resource pack send event. (#625)
|
2022-02-01 23:30:45 -05:00 |
|
Noah van der Aa
|
b8f1df4470
|
Update Log4J to 2.17.1 (#623)
|
2021-12-28 18:14:37 -05:00 |
|
Andrew Steinborn
|
058014aa75
|
Better document how to use the login plugin message API
|
2021-12-23 15:44:19 -05:00 |
|
Andrew Steinborn
|
8c39d9a1e4
|
Document every event Velocity will await on.
|
2021-12-23 02:52:56 -05:00 |
|
Andrew Steinborn
|
ea3341d710
|
Another day, another Log4j CVE
Happy holidays, y'all.
|
2021-12-18 16:15:32 -05:00 |
|
Andrew Steinborn
|
d7195060f5
|
Too many people are complaining about this
|
2021-12-16 22:08:39 -05:00 |
|
Vincent
|
3315397934
|
add legacy connection toString (#604)
|
2021-12-14 19:43:18 -05:00 |
|
Andrew Steinborn
|
fd842c4364
|
Exclude org/apache/logging/log4j/core/lookup/JndiLookup.class entirely
It's the one sure-fire way to prevent further exploits using JNDI through Log4j.
|
2021-12-14 19:37:37 -05:00 |
|
Riley Park
|
002452e755
|
Merge pull request #611 from kennytv/pr/logging
Update log4j
|
2021-12-14 13:21:57 -08:00 |
|
Nassim Jahnke
|
b11d47cf31
|
Bump version to 3.1.2-SNAPSHOT
|
2021-12-14 20:44:41 +01:00 |
|
Nassim Jahnke
|
48af6d172d
|
Update log4j
|
2021-12-14 20:29:20 +01:00 |
|
Andrew Steinborn
|
f3d0b75797
|
Drop SpotBugs for now
|
2021-12-10 21:40:30 -05:00 |
|
Kosma Moczek
|
b54dd757bb
|
add version information for 1.18.1 (#609)
|
2021-12-10 15:03:53 -05:00 |
|
Shane Freeder
|
5fe3663d51
|
Update Log4J
|
2021-12-10 01:57:42 +00:00 |
|
Shane Freeder
|
2cff5b3b02
|
Backport log4j 2.15.0 bugfix
|
2021-12-09 18:46:55 +00:00 |
|
Riley Park
|
9928ba8600
|
fix repo url
|
2021-12-09 10:33:00 -08:00 |
|
Riley Park
|
001cb5708f
|
misc build changes
|
2021-12-09 10:29:32 -08:00 |
|
Riley Park
|
6759c14ea8
|
3.1.1-SNAPSHOT; publish to PaperMC repository
|
2021-12-09 10:08:12 -08:00 |
|
FivePB (Xer)
|
292b2f96ab
|
Velocity 3.1.0
|
2021-11-26 17:43:35 +01:00 |
|
FivePB (Xer)
|
30dd2ed380
|
Merge 1.18 Update
Merge pull request #577 from Xernium/future/1.18: [Future] Support for Minecraft 1.18
|
2021-11-25 19:24:39 +01:00 |
|
FivePB
|
7ed4f4c03a
|
Add new ClientSettings API
Add the new API introducted with the ClientSettings packet changes in 1.18
|
2021-11-25 17:04:10 +01:00 |
|
FivePB (Xer)
|
7cc40f8fea
|
Ready for 1.18 release
|
2021-11-23 21:59:36 +01:00 |
|
FivePB (Xer)
|
b5cad80cfc
|
Snapshot 1.18-pre6
|
2021-11-22 19:41:07 +01:00 |
|
FivePB (Xer)
|
830fb6a561
|
Snapshot 1.18-pre5
|
2021-11-22 13:44:30 +01:00 |
|
Riley Park
|
2586210ca6
|
Move to PaperMC organisation
|
2021-11-18 10:49:54 -08:00 |
|