node-libquassel
node-libquassel copied to clipboard
NodeJS lib to connect and interact with Quassel IRC server
I've spent some time digging into why my quassel-webserver will no longer connect to my quassel core. According to quassel and quasseldroid, my core uses TLS 1.3, but I have...
In the readme, you have given this example: ``` const { Client } = require('libquassel'); const net = require('net'); const socket = net.createConnection({ host: "localhost", port: 4242 }); const quassel...
``` > node --version v6.10.2 ``` ```node > [email protected] test /home/aidan/node-libquassel > tape test/test.js TAP version 13 # setup not ok 1 test timed out after 3000ms --- operator: fail...
This happens when I connect with quassel-webserver. I think it's a race condition, it doesn't happen all the time. Once upon a time, it forgot about a single network. Most...