Changeset 681 in code for trunk/user.go


Ignore:
Timestamp:
Nov 9, 2021, 8:32:26 PM (4 years ago)
Author:
contact
Message:

Remove support for mixed multi-upstream LIST

Multi-upstream connections can still send LIST commands with a
network suffix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/user.go

    r676 r681  
    406406        downstreamConns []*downstreamConn
    407407        msgStore        messageStore
    408 
    409         // LIST commands in progress
    410         pendingLISTs []pendingLIST
    411 }
    412 
    413 type pendingLIST struct {
    414         downstreamID uint64
    415         // list of per-upstream LIST commands not yet sent or completed
    416         pendingCommands map[int64]*irc.Message
    417408}
    418409
     
    691682        uc.network.conn = nil
    692683
    693         uc.endPendingLISTs(true)
     684        uc.endPendingLISTs()
    694685
    695686        for _, entry := range uc.channels.innerMap {
Note: See TracChangeset for help on using the changeset viewer.