Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

issues when using normal irc clients #44

Open
sorcerer420 opened this issue Mar 25, 2021 · 1 comment
Open

issues when using normal irc clients #44

sorcerer420 opened this issue Mar 25, 2021 · 1 comment

Comments

@sorcerer420
Copy link

sorcerer420 commented Mar 25, 2021

it works fine in weechat, but if i use Xchat or irssi, it doesnt display things to their windows, everything goes to the status window in raw format. (poison did a temporary work around, not sure what exactly but creates a timestamp issue with offline msgs using the work around which is better then not working in the other clients), i believed it also work in thelounge properly besides weechat but can't remember for sure

@Madriix
Copy link
Collaborator

Madriix commented Apr 14, 2021

With xChat I failed to connect to JBNC in ssl port 443.
But I tested locally with a single port 8888 and was able to connect and indeed all the raws are only in one window.
To solve this you can do this:
Add false && here: https://github.com/toc-irc/jbnc/blob/master/bouncer.js#L834
Add false && here too: https://github.com/toc-irc/jbnc/blob/master/bouncer.js#L841
Which will give:

if(false&&lines[n].trim().indexOf("message-tags")>=0) {
and
if(false&&lines[n].trim().indexOf("sasl")>=0) {

I relaunched Jbnc and was able to login successfully.
xChat may not accept message-tags and sasl which are new IRC features

I could not test on irssi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants