Changeset 683 in code for trunk


Ignore:
Timestamp:
Nov 9, 2021, 9:12:46 PM (4 years ago)
Author:
contact
Message:

Add ELIST support in single-upstream mode

We just forward the command as-is, so we can pass down the ISUPPORT
token as well.

Closes: https://todo.sr.ht/~emersion/soju/148

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/downstream.go

    r682 r683  
    220220        "CHANTYPES":     true,
    221221        "CLIENTTAGDENY": true,
     222        "ELIST":         true,
    222223        "EXCEPTS":       true,
    223224        "EXTBAN":        true,
     
    18361837                }
    18371838        case "LIST":
    1838                 // TODO: support ELIST when supported by all upstreams
    1839 
    18401839                network := dc.network
    18411840                if network == nil && len(msg.Params) > 0 {
Note: See TracChangeset for help on using the changeset viewer.