Ian Flynn

Results 6 issues of Ian Flynn

This PR does the following: - Updates Ubuntu to focal, by using the latest version of git we can use the [Checkout action v2](https://github.com/marketplace/actions/checkout) - Installs wine, this is required...

enhancement

I have a need to ingest encrypted rsyslog messages (syslog over TLS). The easiest solution seemed to be to add this capability to the SocketServer component. I have not contributed...

### Problem Ingesting [rsyslog](https://github.com/rsyslog/rsyslog) can be easily accomplished with use of the `socket_server` input and the `parse_log` processor. However for security rsyslog is usually encrypted via TLS in production environments....

enhancement
inputs

In the lobby, players should be able to vote on the map they want to play on. This can initially be implemented as just a button that opens a pop-up...

Example use-case: I would like to know the approximate length of antenna for a 145MHz (amateur radio) signal. The formula for wavelength is ```math {\lambda} = \frac{v}{f} ``` Where *f*...

bug

Because incoming tasks (whether submitted through the API, or the web interface which seems to just use the API on the backend) are JSON encoded, they cannot contain the `"`...

bug
pull request welcome