Commit Graph

173 Commits

Author SHA1 Message Date
RaphiMC
79f77da4be Improved plugin API 2023-05-29 13:08:42 +02:00
RaphiMC
a718506d68 Migrated ViaLoader usage 2023-05-28 19:42:22 +02:00
Lenni0451
e9b3f7605c Added warning when starting ViaProxy for the first time 2023-05-28 17:15:37 +02:00
RaphiMC
4455f90949 Improved code 2023-05-28 11:41:10 +02:00
RaphiMC
55b58444bd Fixed Via commands for the CLi interface 2023-05-28 11:18:48 +02:00
RaphiMC
2f53b38769 Trim proxy URL 2023-05-26 01:05:52 +02:00
RaphiMC
af7a46c813 Updated Via* 2023-05-25 21:28:26 +02:00
RaphiMC
9fcfae67d9 Fixed high background CPU usage 2023-05-23 19:14:57 +02:00
RaphiMC
a537fd296a Updated Via* 2023-05-20 16:38:50 +02:00
RaphiMC
0a7f14ae9f Implemented JavaDowngrader 2023-05-17 18:08:31 +02:00
RaphiMC
f2aeb9f485 Improved CLI interface 2023-05-14 22:41:53 +02:00
Josiah Glosson
e4b92ecb69
Make changes to Java17ToJava8 to make it more standalone (#45)
* Constructors galore for Java17ToJava8

* Change system property

* Use slf4j for logger

* Don't make everything public
2023-05-13 21:50:56 +02:00
Josiah (Gaming32) Glosson
98da518b01 Fix package whitelist system 2023-05-13 11:41:32 -05:00
Josiah (Gaming32) Glosson
1e1b8be79b Better Stream.toList conversion 2023-05-13 07:33:55 -05:00
Josiah (Gaming32) Glosson
384f8ca581 Fix lists being constructed in reverse
Well they still are, but they're reversed at the end.
2023-05-13 07:28:43 -05:00
Josiah (Gaming32) Glosson
636663274a No more runtime libraries for J17 -> J8
I dropped Apache Commons IO by implementing transferTo, then implementing readAllBytes as a transferTo a ByteArrayOutputStream
2023-05-12 23:11:24 -05:00
Josiah (Gaming32) Glosson
d95f3a277a Desugar record equals, hashCode, and toString 2023-05-12 20:59:08 -05:00
RaphiMC
565690fcb1 Updated Via* 2023-05-10 17:51:57 +02:00
RaphiMC
cd8055a140 Removed support for unofficial clients 2023-05-09 23:51:31 +02:00
RaphiMC
9f8d12cd24 Updated MinecraftAuth lib 2023-05-06 18:56:04 +02:00
RaphiMC
fd1e9932d0 Updated Via* 2023-05-04 23:07:13 +02:00
RaphiMC
9ae3efd41f Changed position of auto read disabling 2023-04-30 17:48:20 +02:00
RaphiMC
d58c879283 Removed test code 2023-04-30 17:39:34 +02:00
RaphiMC
657c4b402b Fixed deadlocking issues with packet syncing 2023-04-30 17:39:06 +02:00
RaphiMC
c5a772d6db Removed now not needed anymore code 2023-04-29 22:31:49 +02:00
RaphiMC
ab93dbc9ed Merge remote-tracking branch 'origin/main' 2023-04-28 21:25:09 +02:00
RaphiMC
7cc21baff9 Make legacy skull loading configurable 2023-04-28 21:24:59 +02:00
Lenni0451
e05013d54f Added threaddump command 2023-04-27 17:48:09 +02:00
RaphiMC
3bbe0eea98 Updated Via* 2023-04-26 20:45:09 +02:00
Lenni0451
23c6d3512b Added more java 17 to java 8 translations 2023-04-24 19:09:04 +02:00
RaphiMC
9c0ce3b45a Fixed plugin min version requirement comparison 2023-04-23 23:28:53 +02:00
RaphiMC
1bff55024f Updated ClassTransform usage 2023-04-23 22:36:56 +02:00
Lenni0451
bf931dbae8 Merge branch 'main' of https://github.com/RaphiMC/ViaProxy 2023-04-23 22:19:50 +02:00
RaphiMC
fc9ee03e07 Replaced guava usage 2023-04-23 21:50:36 +02:00
RaphiMC
bae9379172 More cursedness 2023-04-23 21:15:18 +02:00
Lenni0451
e2b68f0644 Added missing return statement 2023-04-23 19:30:02 +02:00
Lenni0451
1c46b09449 Merge remote-tracking branch 'origin/main' 2023-04-23 18:54:32 +02:00
Lenni0451
19cb01e4d4 Renamed field 2023-04-23 18:54:24 +02:00
RaphiMC
5c4ec627b7 Merge remote-tracking branch 'origin/main' 2023-04-23 18:52:26 +02:00
RaphiMC
46d137a158 Make Java17ToJava8 converter whitelisted 2023-04-23 18:52:18 +02:00
Lenni0451
d9b01a3b63 Added transformer support for plugins 2023-04-23 18:43:26 +02:00
Lenni0451
bda7244b90 Improved code 2023-04-23 17:54:45 +02:00
RaphiMC
30307d8231 Curse the Java17ToJava8 converter to allow conversion of Geyser 2023-04-23 02:09:59 +02:00
RaphiMC
1cb01789a9 Added new events 2023-04-22 20:30:59 +02:00
RaphiMC
48e20167c2 Expose plugins dir 2023-04-22 18:39:39 +02:00
RaphiMC
f66bc3c435 Fixed legacy ping passthrough not working when eaglercraft support is enabled 2023-04-19 15:48:55 +02:00
RaphiMC
b873551a79 Fixed legacy ping passthrough not working when eaglercraft support is enabled 2023-04-19 15:34:26 +02:00
RaphiMC
1bbaf9773a Updated Via* 2023-04-14 16:55:09 +02:00
RaphiMC
55ca5c7087 Use UTF-8 charset for string -> bytes conversion 2023-04-13 16:32:56 +02:00
RaphiMC
44e21eccd5 Updated Via* 2023-04-11 22:10:48 +02:00