Alex Baines

Results 8 comments of Alex Baines

My preferred way of getting insobot onto Discord would be via an IRC ↔ Discord protocol translator. That's how I'm doing it for Matrix, with https://github.com/baines/morpheus. I think basically only...

A potentially simpler solution than using the ucontext_t stuff is to use this IRCv3 capability: http://ircv3.net/specs/extensions/account-notify-3.1.html instead of messaging nickserv. It would certainly not be as powerful as allowing modules...

This may no longer be appropriate now that the quotes aren't using gist, and are much faster as a result. (e23782f)

I've made an attempt with 3eeecc2c2bda0df0183bf13d1e4cab4ecffa70d7 - `!time` now accepts a timezone argument, e.g. `!time London` and it'll print an absolute time instead of the usual output: ``` 20:44 !time...

For point 1: The order the notes display is currently to line up with the associated registers, but a mode that changes them based on pitch could be interesting. I...

I've added a vertical UI mode, toggle-able with the v key. It's a bit hacky at the moment, but still quite fun.

I've pushed some new code to allow writing .wav files. There are two new command line arguments: - `-w ` to enable "wav write" mode, and give the filename to...

Do these `proxy` and `proxyPort` parameters really support a **SOCKS** proxy? After filling them out, I am seeing it make a `CONNECT` request (AKA HTTP Proxy) to the socks port,...