Project

General

Profile

Actions

Support #5350

closed

WEBIRC

Added by armin armin almost 3 years ago. Updated almost 3 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
Start date:
06/21/2021
Due date:
% Done:

0%

Estimated time:
Operative System:
All

Description

Hi

With AdiIRC is it possible to connect to our IRC server with WEBIRC?
In order to simulate a debug / trace for testing.

If yes, how ?

cordially

Actions #1

Updated by Per Amundsen almost 3 years ago

Don't know anything about WEBIRC, but it seems to just be a raw line of text sent as the first message to the server.

You'll have to use on PARSELINE to capture the first "CAP LS 302" message adiirc sends to be able to inject the WEBIRC message before it.

Actions #2

Updated by Per Amundsen almost 3 years ago

Depending on what you need, you can also open socket connections and read/write data to/from a irc server using /sockopen.

Actions #3

Updated by armin armin almost 3 years ago

on *:PARSELINE:*:CAP LS 302: {
echo -a $1- $parseline
WEBIRC <password> x.x.x.x 1.1.1.1 1.1.1.1 secure
}

Ah yes it works very well, thank you

Even on mIRC it does not exist

Actions #4

Updated by Per Amundsen almost 3 years ago

Great.

WEBIRC seems intended for proxy/webchats with multiple users from different ip addresses, why would it exist in a desktop client?

Actions #5

Updated by Per Amundsen almost 3 years ago

  • Status changed from New to Closed
Actions #6

Updated by armin armin almost 3 years ago

I needed to test by AdiIRC to flood the WEBIRC because on a web client sometimes it refuses the connection. I have had this problem for months, no matter how much I search but I can't find it, and so there it would be useful to flood the WEBIRC (full of connections / reconnections) to see if it crashes at some point but it is too difficult, I still can not reproduce the bug, the poroblem therefore may not come from the webirc but still elsewhere

salutations

Actions #7

Updated by Per Amundsen almost 3 years ago

I understand, that makes sense, but I was referring to "Even on mIRC it does not exist", I probably misunderstood what you meant.

Actions #8

Updated by armin armin almost 3 years ago

oh yes it was to say that adiirc is better than mIRC.
But this is just a shame that there is lag because of the mass cnicks :(

Actions

Also available in: Atom PDF