Nick Jennings
Nick Jennings
Bun seems to be a better drop-in replacement of node.js TypeScript apps than Deno will ever be, not to mention it's faster in many ways. Worth looking in to: https://github.com/oven-sh/bun
If the user wants to try out an IRC node which requires SASL Auth, they'll need a way to input their password.
Discourse now has a sidebar chat interface, with messages and channels. Worth looking in to creating a Sockethub platform for it. https://meta.discourse.org/t/try-out-the-new-sidebar-and-notification-menus/238821
Currently there's no way to revoke access for apps via. the API. Using the simple account dashboard, we should be able to list all apps that have access to our...
For anyone interested, as this repo is no longer maintained, I've forked the project and added SASL and SSL support, published under the name `irc-socket-sasl`: https://github.com/silverbucket/irc-socket-sasl https://www.npmjs.com/package/irc-socket-sasl
@Havvy - This now works with both normal and TLS Sockets. Requires a new publishing of the mock you created https://github.com/Havvy/mock-net-socket/pull/1 The version that was published seemed to be newer...
I noticed that TLS connections to an IRC server don't work. Haven't had a chance to have a look at the code but wanted to make a note of it...
From the documentation it seems that you should not handle exceptions during `.createPool()` but instead during `.aquire()`. However if the `factory.create()` function fails, it continues to retry. I've tried both...
I've got myself into a bit of a mess with the original restore for I was using to add features/fix things. So, to make things simpler, I've made a new...