Changeset 580 in code for trunk/downstream.go


Ignore:
Timestamp:
Jul 9, 2021, 8:48:58 PM (4 years ago)
Author:
contact
Message:

Pass-through CLIENTTAGDENY in ISUPPORT

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/downstream.go

    r568 r580  
    143143// This is only effective in single-upstream mode.
    144144var passthroughIsupport = map[string]bool{
    145         "AWAYLEN":    true,
    146         "BOT":        true,
    147         "CHANLIMIT":  true,
    148         "CHANMODES":  true,
    149         "CHANNELLEN": true,
    150         "CHANTYPES":  true,
    151         "EXCEPTS":    true,
    152         "EXTBAN":     true,
    153         "HOSTLEN":    true,
    154         "INVEX":      true,
    155         "KICKLEN":    true,
    156         "MAXLIST":    true,
    157         "MAXTARGETS": true,
    158         "MODES":      true,
    159         "NAMELEN":    true,
    160         "NETWORK":    true,
    161         "NICKLEN":    true,
    162         "PREFIX":     true,
    163         "SAFELIST":   true,
    164         "TARGMAX":    true,
    165         "TOPICLEN":   true,
    166         "USERLEN":    true,
    167         "UTF8ONLY":   true,
     145        "AWAYLEN":       true,
     146        "BOT":           true,
     147        "CHANLIMIT":     true,
     148        "CHANMODES":     true,
     149        "CHANNELLEN":    true,
     150        "CHANTYPES":     true,
     151        "CLIENTTAGDENY": true,
     152        "EXCEPTS":       true,
     153        "EXTBAN":        true,
     154        "HOSTLEN":       true,
     155        "INVEX":         true,
     156        "KICKLEN":       true,
     157        "MAXLIST":       true,
     158        "MAXTARGETS":    true,
     159        "MODES":         true,
     160        "NAMELEN":       true,
     161        "NETWORK":       true,
     162        "NICKLEN":       true,
     163        "PREFIX":        true,
     164        "SAFELIST":      true,
     165        "TARGMAX":       true,
     166        "TOPICLEN":      true,
     167        "USERLEN":       true,
     168        "UTF8ONLY":      true,
    168169}
    169170
Note: See TracChangeset for help on using the changeset viewer.