Setting up webirc #3823
Unanswered
shalabajzr
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
new to the lounge, trying to set up webirc so that users will access the irc network with their own IP instead of having 100s of users from the server ip. I've set up webirc config like this, but it doesn't seem to be working (users connect with the server ip):
webirc: {
"irc.xyz.com": (webircObj, network) => {
webircObj.password = "webirc";
webircObj.hostname =
webirc/${webircObj.hostname}
;return webircObj;
},
},
irc server is ircd-hybrid. there's an auth line with webirc@* and password webirc.
The lounge is The Lounge v4.2.0 (Node.js 12.13.0 on linux x64). Public. Running identd and reverseproxy.
Debug info when someone connects:
2021-03-03 06:23:18 [DEBUG] [undefined (d14fdc9c-d5ca-4597-a990-04bbf65f196f) on GS (b336deaa-b20d-4760-a248-c5a985050b1f] Connection.setEncoding() encoding=utf8
2021-03-03 06:23:18 [DEBUG] [undefined (d14fdc9c-d5ca-4597-a990-04bbf65f196f) on GS (b336deaa-b20d-4760-a248-c5a985050b1f] NetTransport connect()
2021-03-03 06:23:18 [DEBUG] [undefined (d14fdc9c-d5ca-4597-a990-04bbf65f196f) on GS (b336deaa-b20d-4760-a248-c5a985050b1f] NetTransport disposeSocket() connected=false
2021-03-03 06:23:18 [DEBUG] [undefined (d14fdc9c-d5ca-4597-a990-04bbf65f196f) on GS (b336deaa-b20d-4760-a248-c5a985050b1f] NetTransport Connection.setEncoding() encoding=utf8
2021-03-03 06:23:18 [DEBUG] [undefined (d14fdc9c-d5ca-4597-a990-04bbf65f196f) on GS (b336deaa-b20d-4760-a248-c5a985050b1f] NetTransport Connecting socket..
2021-03-03 06:23:18 [DEBUG] [undefined (d14fdc9c-d5ca-4597-a990-04bbf65f196f) on GS (b336deaa-b20d-4760-a248-c5a985050b1f] NetTransport socketRawConnected()
2021-03-03 06:23:18 [DEBUG] [undefined (d14fdc9c-d5ca-4597-a990-04bbf65f196f) on GS (b336deaa-b20d-4760-a248-c5a985050b1f] NetTransport socketFullyConnected()
2021-03-03 06:23:18 [DEBUG] [undefined (d14fdc9c-d5ca-4597-a990-04bbf65f196f) on GS (b336deaa-b20d-4760-a248-c5a985050b1f] Socket fully connected
Client output:
22:29:07 Network created, connecting to irc.xyz.com:6667...
22:29:07 Connected to the network.
22:29:07 -- *** Looking up your hostname...
22:29:07 -- *** Checking Ident
22:29:07 -- *** Couldn't look up your hostname
22:29:07 -- *** Got Ident response
Any help/pointers on how to set up/debug webirc are appreciated.
Beta Was this translation helpful? Give feedback.
All reactions