Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 181528 - net-irc/irssi numeric 379 handling with UnrealIRCd 3.2.2+
Summary: net-irc/irssi numeric 379 handling with UnrealIRCd 3.2.2+
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Sven Wegener
URL: http://bugs.irssi.org/?do=details&tas...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-10 11:46 UTC by Julien Porschen
Modified: 2008-06-07 20:05 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
irssi overlay ebuild including patch fixing this bug (irssi-0.8.11-whois-umode-handling.tar.bz2,2.22 KB, patch)
2007-06-10 11:48 UTC, Julien Porschen
Details | Diff
irssi overlay ebuild including patch fixing this bug (irssi-0.8.11-whois-umode-handling.tar.bz2,2.22 KB, application/x-bzip)
2007-06-10 11:53 UTC, Julien Porschen
Details
irssi overlay ebuild including patch fixing this bug (irssi-0.8.11-whois-umode-handling.tar,10.00 KB, text/plain)
2007-06-10 11:55 UTC, Julien Porschen
Details
irssi overlay ebuild including patch fixing this bug (irssi-0.8.11-whois-umode-handling.tar,10.00 KB, application/x-tar)
2007-06-10 11:56 UTC, Julien Porschen
Details
patch fixing this bug (irssi-0.8.11-whois-umode-handling.patch,1.60 KB, patch)
2007-06-10 12:00 UTC, Julien Porschen
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Julien Porschen 2007-06-10 11:46:23 UTC
irssi currently mishandles whois numeric 379 in re UnrealIRCd 3.2.2+

Reproducible: Always

Steps to Reproduce:
/whois <nick>
Actual Results:  
-!- Ryo [6ZC4O23@SCnet-2CA04ADE.wakull01.fl.comcast.net]
-!- ircname : BusterScript
-!- modes :
-!- : is connecting from <snip> <snip>
-!- : is a registered nick
-!- channels : @#Area`6 %#pokemoncrater @#Pojodbz
-!- server : wyvern.surrealchat.net [SurrealChat - aphrodite.wcshells.com - Chicago.IL]
-!- idle : 0 days 0 hours 0 mins 32 secs [signon: Thu May 5 17:12:42 2005]
-!- idlesinc : Thu May 5 18:23:18 2005
-!- End of WHOIS

Expected Results:  
-!- Ryo [6ZC4O23@SCnet-2CA04ADE.wakull01.fl.comcast.net]
-!- ircname : BusterScript
-!- : is using modes +irx
-!- : is connecting from <snip> <snip>
-!- : is a registered nick
-!- channels : @#Area`6 %#pokemoncrater @#Pojodbz
-!- server : wyvern.surrealchat.net [SurrealChat - aphrodite.wcshells.com - Chicago.IL]
-!- idle : 0 days 0 hours 0 mins 32 secs [signon: Thu May 5 17:12:42 2005]
-!- idlesinc : Thu May 5 18:23:18 2005
-!- End of WHOIS
Comment 1 Julien Porschen 2007-06-10 11:48:11 UTC
Created attachment 121655 [details, diff]
irssi overlay ebuild including patch fixing this bug

Unpack this archive to your overlay and re-emerge irssi, it work fine.
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2007-06-10 11:50:13 UTC
*Please* no tarballs here... plaintext patch is all we need.

http://www.gentoo.org/proj/en/devrel/handbook/handbook.xml?part=2&chap=3#doc_chap2
Comment 3 Julien Porschen 2007-06-10 11:53:48 UTC
Created attachment 121657 [details]
irssi overlay ebuild including patch fixing this bug

Unpack this archive to your portage overlay and re-emerge irssi, works fine.
Comment 4 Julien Porschen 2007-06-10 11:55:32 UTC
Created attachment 121658 [details]
irssi overlay ebuild including patch fixing this bug

Unpack this archive to your portage overlay and re-emerge irssi, works fine.
Comment 5 Julien Porschen 2007-06-10 11:56:54 UTC
Created attachment 121659 [details]
irssi overlay ebuild including patch fixing this bug

Unpack this archive to your portage overlay and re-emerge irssi, works fine.
Comment 6 Julien Porschen 2007-06-10 12:00:59 UTC
Created attachment 121661 [details, diff]
patch fixing this bug

Use this patch to fix it.
Comment 7 Sven Wegener gentoo-dev 2008-06-07 20:05:17 UTC
This one has been fixed differently by upstream, please emerge --sync remerge irssi and test.