Bug #398
Connecting with empty realname field fails
Status: | Closed | Start: | 07/17/2010 | |
Priority: | Normal | Due date: | ||
Assigned to: | Mirco Bauer | % Done: | 100% |
|
Category: | Engine IRC | |||
Target version: | 0.7.2 | |||
Complexity: | Low |
Found in Version: | ||
Votes: | 0 |
Description
Connecting to an IRCd using an empty realname field might lead to an error as the server enforces a non-empty field. Here is an transcript of such case:
00:03 -!- Verbinde zu irc.oftc.net Port 6667... 00:04 -!- Verbindung zu irc.oftc.net ist hergestellt 00:04 -!- Anmelden... 00:04 - (@)- *** Looking up your hostname... 00:04 - (@)- *** Checking Ident 00:04 - (@)- *** Found your hostname 00:04 - (@)- *** No Ident response 00:04 -!- Nick nh2 wird bereits verwendet 00:04 [461 (ErrorNeedMoreParams) USER] Not enough parameters
Associated revisions
Revision c315eeb27ce6432321447f3e5da27d2857f6de8c
Added empty realname check (closes: #398)
Signed-off-by: Mirco Bauer <meebey@meebey.net>
History
Updated by Mirco Bauer 5240 days ago
More details from the reporter:
23:56:43 <nh2> meebey: smuxi can't connect to IRC servers if the real name is empty 23:56:52 <nh2> http://tools.ietf.org/html/rfc2812#section-3.1.3 is not clear about that 23:58:05 <nh2> we get a irc 461 error from most networks in this case, so I think the real name should not be empty 23:58:36 <nh2> meebey: something like this works for me: http://gitorious.org/~nh2/smuxi/nh2s-smuxi/commit/c866f622ae3f3a9257f7b0f10a66d57dd1649447
Updated by Anonymous 5240 days ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset c315eeb27ce6432321447f3e5da27d2857f6de8c.