Katie Holly

Results 20 comments of Katie Holly

Using TCP mode with MTR was very unstable in the past and AFAIK (feel free to correct me if I'm wrong) was RCE-exploitable in the past. Nevertheless, I'll leave this...

This is something that's personally annoying me too, I shall look into implementing this in the next few days, just have to figure out how to properly represent the data...

> FYI this will break services that use EDNS to give you different IPs based on source It won't since each probe will resolve the domain instead of the frontend...

This will be possible in a future version, the currently available version only accepts IP addresses and domains.

@localleon The gs-server runs with the same image but in another container, so: To start the gs-server: ``` docker container run -d -p 29000:29000 --restart=unless-stopped --entrypoint gs-server IMAGENAME ``` And...

You should be able to buffer the SMTP stream with the onData trigger and then use [Mailparser](https://nodemailer.com/extras/mailparser/) to extract the email and all its attachments.

Lua 5.1 is the only officially supported Lua version for this project. Anything else *may* work through patches but isn't guaranteed to function in exactly the same way. I may...

thanks for the note, added pkg-config as dependency here too

redcon temporarily buffers all written data in `w.b` (a `[]byte`, not an actual `bytes.Buffer`) of the `Writer` before writing it to the client during a `Flush()` operation. `maxBufferCap` is to...

> I'm a little confused about the motivation behind this PR - without account-notify, won't extended-join do very little to modify the experience as a user of the library? I...