Stephan Henrichs

Results 18 comments of Stephan Henrichs

I'm assuming you mean server side plugins, for Bukkit-Compatible servers? That should be pretty easy to add. I'll see about that later when i am not about to go to...

This is a bug affecting the self-updater. I have pushed an update, can you please check with the latest release from https://github.com/XDjackieXD/PackUpdateUpdater/releases? You can do this by either manually swapping...

What platform is that on? Also are you testing Client, Server or Generate?

Ah, this is a windows specific thing. Windows does not support unix style ttys, and appachently jline does not support the windows specific APIs (probably because they don't allow what...

Works on server side. Client side still needs to be implemented. I think the client side is blocked by #11

I certainly agree not everyone wants this, so a configuration option (possibly disabled by default) should be present in any case. Another option might be a range, at which you...

I want to keep my binary as small as possible (as it is intended to be running in an embedded environment). I therefore want to keep dependencies as few as...

This is actually because the capnp data structures themselves are `!Send` and `!Sync`. I have traced it down to them including raw pointers, which are always `!Send` and `!Sync` by...

Would be a workaround, yes. However it should simply work out of the box. This is not too much to ask for

I do probably want to add some improvements going forward, but since it should be working right now, I can just add them at a later stage. After all the...