bugWeeChat - Bugs: bug #36996, Problem with IRC prefix (ovh) on...

 
 

bug #36996: Problem with IRC prefix (ovh) on servers where prefix are in chanmodes as type A

Submitter:  Sebastien Helleu <flashcode>
Submitted:  Mon 30 Jul 2012 12:28:46 PM UTC
   
 
Category:  irc plugin Severity:  3 - Normal
Item Group:  irc protocol Status:  Fixed
Privacy:  Public Assigned to:  flashcode
Originator Name:  Open/Closed:  Closed
Release:  * 0.3.8 IRC nick:  FlashCode
* Mandatory Fields

Add a New Comment Rich Markup
   

Mon 30 Jul 2012 12:29:37 PM UTC, comment #1: 

The problem was that after a mode +o on a nick, this nick is not showed as channel op in WeeChat ("@" missing in nicklist and chat).

Sebastien Helleu <flashcode>
Group administrator
Mon 30 Jul 2012 12:28:46 PM UTC, original submission:  

Some exotic servers like irc.webchat.org include the prefix chars in the chanmodes as type A, which is wrong (prefix chars MUST NOT be in chanmodes, and if they are, they are considered as type B).

Wrong message 005, on irc.webchat.org:
PREFIX=(ovu)@+- CHANMODES=bouv,k,lOMN,cdejimnpqrstzAJLRU
(the correct CHANMODES should be: "b,k,lOMN,cdejimnpqrstzAJLRU")

Example of good message 005, on irc.freenode.net:
PREFIX=(ov)@+ CHANMODES=eIbq,k,flj,CFLMPQcgimnprstz

Fix: first check if a chanmode is in prefix, and if found, then consider it's type B (even if the type in chanmode is different).

Problem reported by Trashlord on #weechat.

Sebastien Helleu <flashcode>
Group administrator

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by flashcode (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2012-09-29 flashcode Open/ClosedOpen Closed
    2012-07-30 flashcode StatusIn Progress Fixed

    Back to the top

    Powered by Savane 3.13-4448.
    Corresponding source code