RaphiMC
87a1392cd9
Added 1.20 client and server support
2023-06-07 21:43:02 +02:00
RaphiMC
d8a48ebe32
Updated Via*
2023-06-07 14:14:58 +02:00
RaphiMC
5a3ea47e8d
Fixed bedrock accounts not saving
2023-06-02 00:36:11 +02:00
RaphiMC
7448c0cbff
Fixed plugin loader
2023-05-31 22:40:05 +02:00
RaphiMC
0613132cb1
Updated ViaBedrock usage
2023-05-31 22:12:27 +02:00
RaphiMC
fae244e5e5
Updated to 1.20-rc1
2023-05-31 15:54:02 +02:00
RaphiMC
0a1fc12e22
Updated libraries
2023-05-30 22:46:59 +02:00
RaphiMC
b6abe50c1e
Add cursed code to allow replacing Via* at runtime
2023-05-30 21:44:57 +02:00
RaphiMC
c3c5aa3bf3
Swapped out discord link
2023-05-30 21:05:58 +02:00
RaphiMC
d12491bb52
Migrated to ViaLoader
2023-05-30 00:34:51 +02:00
RaphiMC
98758740e1
Updated to 1.20-pre7
2023-05-29 19:31:21 +02:00
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
RaphiMC
a87c0bce6c
Updated README
2023-05-28 18:41:31 +02:00
RaphiMC
d3aebbff02
Changed maven repo config
2023-05-28 18:02:09 +02:00
RaphiMC
c8c89673a7
Changed maven repo config
2023-05-28 18:00:36 +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
0903044a8a
Updated Via*
2023-05-28 11:24:54 +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
f8a6dbfec1
Updated MinecraftAuth
2023-05-20 16:39:28 +02:00
RaphiMC
a26e05a74c
Merge remote-tracking branch 'origin/main'
2023-05-20 16:38:59 +02:00
RaphiMC
a537fd296a
Updated Via*
2023-05-20 16:38:50 +02:00
RK_01
b24da85b28
Merge pull request #50 from RaphiMC/dependabot/gradle/net.raphimc-MinecraftAuth-2.1.2
...
Bump net.raphimc:MinecraftAuth from 2.1.1 to 2.1.2
2023-05-18 13:19:40 +02:00
dependabot[bot]
2124f48fd8
Bump net.raphimc:MinecraftAuth from 2.1.1 to 2.1.2
...
Bumps net.raphimc:MinecraftAuth from 2.1.1 to 2.1.2.
---
updated-dependencies:
- dependency-name: net.raphimc:MinecraftAuth
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-05-18 05:14:26 +00:00
RK_01
c716aee69e
Merge pull request #48 from RaphiMC/dependabot/gradle/commons-io-commons-io-2.12.0
...
Bump commons-io:commons-io from 2.11.0 to 2.12.0
2023-05-17 18:11:51 +02:00
RaphiMC
0a7f14ae9f
Implemented JavaDowngrader
2023-05-17 18:08:31 +02:00
dependabot[bot]
a3d6c851fc
Bump commons-io:commons-io from 2.11.0 to 2.12.0
...
Bumps commons-io:commons-io from 2.11.0 to 2.12.0.
---
updated-dependencies:
- dependency-name: commons-io:commons-io
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-05-17 05:12:08 +00: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
RK_01
d493b26815
Merge pull request #44 from Gaming32/main
...
* Fix package whitelist system
2023-05-13 18:51:31 +02:00
Josiah Glosson
fabc47c9fb
Merge branch 'RaphiMC:main' into main
2023-05-13 11:42:45 -05:00
Josiah (Gaming32) Glosson
98da518b01
Fix package whitelist system
2023-05-13 11:41:32 -05:00
Josiah Glosson
6070c67785
J17 -> J8 improvements ( #43 )
...
* Desugar record equals, hashCode, and toString
* No more runtime libraries for J17 -> J8
I dropped Apache Commons IO by implementing transferTo, then implementing readAllBytes as a transferTo a ByteArrayOutputStream
* Fix lists being constructed in reverse
Well they still are, but they're reversed at the end.
* Better Stream.toList conversion
2023-05-13 15:25:38 +02: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
ea07e2876a
Updated MinecraftAuth lib
2023-05-07 15:58:19 +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
7fe4e9fc52
Updated README
2023-04-30 01:16:13 +02:00