Lucy

Results 28 issues of Lucy

If we update the motd after the raknet listener starts to listen it isn't send to the client

UWP apps can't use hwinfo because they are sandboxed, they can just use the winrt apis. UWP apps might not be as common today, but there are still many around....

good first issue

It would be awesome if a precompiled release would be provided.. it could even be done through github actions.. Thx!

I am using the newest version of doxsygen (`1.9.7`) together with breathe and breathe apidoc.. While trying to generate class info I noticed something really weird. While the files are...

The mcpe example is broken and doesn't work anymore. Some things have changed in the mcpe dbs and are not the same as they were. It would be lovely if...

if compression is set to `nil` in the listener it uses default flate/zlib compression. but it should rather use no compression at all or allow a new compression option that...

enhancement

In an async server software you often have a loop which recv packets and some sort of client struct that contains a way to send packets. This would mean we...

2 weeks
API Break
Enhancement
Minor

The currently supported motd is the motd used by mojang, but other games might use another motd structure. This could easily be added with a simple enum like: ```rust enum...

It looks like wee can't change the 2nd line of the MOTD and it will always be Netrex. Is there a way to fix this/a add this? It would be...

Plugin API

The Motd struct represents the protocol version as an `u16`, but the protocol version (for mcbe at least) is always represented as an `i32`. (I don't know why it is...

Bug