[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Message truncation issues on InspIRCd-v3 servers?
From: |
J.P. |
Subject: |
Re: Message truncation issues on InspIRCd-v3 servers? |
Date: |
Mon, 11 Nov 2024 11:58:40 -0800 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Alcor <alcor@tilde.club> writes:
> Short addendum (with slightly more information):
>
> This seem to be related to the host/vhost length. A vhost with length of
> 58 bytes exhibits the issue, whereas a host/vhost with a length of 22
> bytes does not.
Good work! Yes, I believe, InspIRCd truncates overlong messages instead
of sending ERR_INPUTTOOLONG 417 or similar [1] (which is also annoying).
Unfortunately, ERC doesn't currently provide a granular way to configure
options (like `erc-split-line-length') per-network/session/target. FWIW,
we've often mused about perhaps repurposing the half-baked and long
abandoned option `erc-settings' to serve as something of a proxy or an
analog for connection-local variables [2]. If anyone out there is
interested in taking on such an initiative, ERC will be forever
grateful.
[1] https://modern.ircdocs.horse/#compatibility-with-incorrect-software
[2] (info "(elisp) Connection Local Variables")