[Bug 507072] Re: Add support for freenode ircd-seven CAP command

2011-11-07 Thread Daniel Gimpelevich
** Changed in: xchat (Ubuntu) Status: Incomplete = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/507072 Title: Add support for freenode ircd-seven CAP command To manage

[Bug 507072] Re: Add support for freenode ircd-seven CAP command

2010-10-11 Thread Bug Watch Updater
** Changed in: xchat (Debian) Status: Fix Committed = Fix Released -- Add support for freenode ircd-seven CAP command https://bugs.launchpad.net/bugs/507072 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 507072] Re: Add support for freenode ircd-seven CAP command

2010-07-05 Thread Bug Watch Updater
** Changed in: xchat (Debian) Status: New = Fix Committed -- Add support for freenode ircd-seven CAP command https://bugs.launchpad.net/bugs/507072 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 507072] Re: Add support for freenode ircd-seven CAP command

2010-06-23 Thread Alexey Sokolov
Current Terence's implementation violates CAP specs. Now xchat looks only to first capability returned by server. So, LS :identify-msg multi-prefix works, but LS :multi-prefix identify-msg doesn't. This patch makes xchat to look the whole cap list, not only the first one. ** Patch added:

[Bug 507072] Re: Add support for freenode ircd-seven CAP command

2010-06-23 Thread Alexey Sokolov
** Changed in: xchat (Ubuntu) Status: Fix Released = Incomplete -- Add support for freenode ircd-seven CAP command https://bugs.launchpad.net/bugs/507072 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 507072] Re: Add support for freenode ircd-seven CAP command

2010-06-23 Thread Bug Watch Updater
** Changed in: xchat (Debian) Status: Fix Released = New -- Add support for freenode ircd-seven CAP command https://bugs.launchpad.net/bugs/507072 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 507072] Re: Add support for freenode ircd-seven CAP command

2010-04-03 Thread Bug Watch Updater
** Changed in: xchat (Debian) Status: New = Fix Released -- Add support for freenode ircd-seven CAP command https://bugs.launchpad.net/bugs/507072 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 507072] Re: Add support for freenode ircd-seven CAP command

2010-01-22 Thread Bug Watch Updater
** Changed in: xchat (Debian) Status: Unknown = New -- Add support for freenode ircd-seven CAP command https://bugs.launchpad.net/bugs/507072 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 507072] Re: Add support for freenode ircd-seven CAP command

2010-01-15 Thread Terence Simpson
** Bug watch added: Debian Bug tracker #565380 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=565380 ** Also affects: xchat (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=565380 Importance: Unknown Status: Unknown -- Add support for freenode ircd-seven CAP

[Bug 507072] Re: Add support for freenode ircd-seven CAP command

2010-01-14 Thread Terence Simpson
I am unfamiliar with the XChat source, so the patch I produced was just an attempt at preserving the feature, the patch at http://adipose.attenuate.org/~stephen/ircd-seven/xchat-ircd-seven- identify-msg.patch.txt certainly looks cleaner than mine and does everything my patch does and more. I

[Bug 507072] Re: Add support for freenode ircd-seven CAP command

2010-01-14 Thread Fabrice Coutadeur
Uploaded. Thanks for your work! I updated your patch to add a DEP3 header, like this: ## Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/xchat/+bug/507072 ## Bug: http://sourceforge.net/support/tracker.php?aid=2931474 ## Origin:

[Bug 507072] Re: Add support for freenode ircd-seven CAP command

2010-01-14 Thread Fabrice Coutadeur
Also reference the bug you are closing in your changelog :-) Manually closing the bug report. -- Add support for freenode ircd-seven CAP command https://bugs.launchpad.net/bugs/507072 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 507072] Re: Add support for freenode ircd-seven CAP command

2010-01-14 Thread Fabrice Coutadeur
** Changed in: xchat (Ubuntu) Status: Fix Committed = Fix Released -- Add support for freenode ircd-seven CAP command https://bugs.launchpad.net/bugs/507072 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 507072] Re: Add support for freenode ircd-seven CAP command

2010-01-13 Thread Terence Simpson
** Attachment added: Debdiff 2.8.6-4ubuntu2 - 2.8.6-4ubuntu3 http://launchpadlibrarian.net/37855330/xchat_2.8.6-4ubuntu2_4ubuntu3.debdiff -- Add support for freenode ircd-seven CAP command https://bugs.launchpad.net/bugs/507072 You received this bug notification because you are a member of

[Bug 507072] Re: Add support for freenode ircd-seven CAP command

2010-01-13 Thread Terence Simpson
Updated debdiff ** Attachment added: Debdiff 2.8.6-4ubuntu2 - 2.8.6-4ubuntu3 modified http://launchpadlibrarian.net/37855570/xchat_2.8.6-4ubuntu2_4ubuntu3.debdiff ** Bug watch added: SourceForge.net Tracker #2931474 http://sourceforge.net/support/tracker.php?aid=2931474 ** Also affects:

[Bug 507072] Re: Add support for freenode ircd-seven CAP command

2010-01-13 Thread Fabrice Coutadeur
** Changed in: xchat (Ubuntu) Status: New = In Progress ** Changed in: xchat (Ubuntu) Assignee: (unassigned) = Fabrice Coutadeur (fabricesp) -- Add support for freenode ircd-seven CAP command https://bugs.launchpad.net/bugs/507072 You received this bug notification because you are a

[Bug 507072] Re: Add support for freenode ircd-seven CAP command

2010-01-13 Thread Fabrice Coutadeur
Hi, It seems that the same guy that provide a patch for rssi, also provide a patch for xchat at http://adipose.attenuate.org/~stephen/ircd-seven/xchat-ircd-seven-identify-msg.patch.txt It looks a bit different to the one you're submitting: could you have a look and see what is done