Tahmid

Results 10 issues of Tahmid

The spawn instance was created from the vanilla Minecraft client. ```java public class Main { @SuppressWarnings("UnstableApiUsage") public static void main(String[] args) { MinecraftServer server = MinecraftServer.init(); server.start("0.0.0.0", 25565); EventNode node...

seems to fix #1187 the limit checker was zeroed initially, so it refused to send chunks with zero chunk key in the integration test, this was mistaken for the chunk...

posting here because via does not officially support minestom ceil(log_2(3 or 4)) = 2, so via expects that the number of bits in the global palette is 2, which is...

This PR adds a method to Formatter to join components using JoinConfiguration.

It says in the javadoc that "this replacement is auto-closing, so its style will not influence the style of following components." However, the implementations use Tag.inserting instead of Tag.selfClosingInserting, so...

Enables reading early data server-side in an async way, separate from the normal reading method. Please give any suggestions 🙂

hi, I was wondering if TLSAcceptor is able to read TLS1.3 early data? it looks like the early data test does not use TLSAcceptor if so, is there a reason...

adds ECH support for rustls servers kind of rough around the edges but works I left some // TODO with questions / things to be addressed. mostly style or spec...

I want to connect to HTTPS over a proxy using a specific IP address. The proxy should tunnel with a specific IP address, but TLS should verify with the intended...