Boky

Results 10 issues of Boky

During testing of [SocketAce](https://github.com/bokysan/socketace) I have encountered an issue that does not appear to happen when using standard `net.Conn`. Namely: when using `io.Pipe` instead of a standard network connection, the...

Password safe is one of the central places for storing everything -- including SSH keys. There's a great plugin for KeePass, called KeeAgent (https://github.com/dlech/KeeAgent) which enables you to use KeePass...

Keepass Feature
Plugin

This commit: - Adds support for `EXTV`: I haven't found any official specification on the format, but seems to be used throughout the web. - Add support for keeping custom...

Hi, since I couldn't find a plugin for this, I've fixed yours -- I've added support for a custom 3rd-party OAuth2 provider. In my case, I needed Wordpress to authenticate...

Hi, please find attached a few changes (with examples in index.html) for better custom label handling. The changes basically allow you to: - have an event callback to display custom...

Hi, this is just a quick fix that for an issue I've encountered using HenPlus under Docker + AlpineLinux (https://hub.docker.com/r/boky/henplus/). Basically if the output includes any no-US ASCII charcters java...

This commit: - Aligns the severity levels in loggo with syslog severity levels. This makes it easier to export logging through loggo directly to syslog. - Enables the user to...

Existing QUIC packed detection is quite rudimentary. In some advanced cases, the user might want to have more control over exact detection of QUIC and Non-QUIC packets. This commit simply...

Hi, I'm sharing this work-in-progress code to see if this is something you would be willing to merge. So far, most of the code works, but I would need some...

I've been trying to get pizauth to run in docker for two days straight. Unfortunately, whatever I do, I just run into more issues: 1. `pizauth` does not work without...