forked from External/ergo
parent
014a5fe63c
commit
7ed27d4a42
9 changed files with 206 additions and 153 deletions
|
|
@ -58,6 +58,7 @@ type Client struct {
|
|||
flags modes.ModeSet
|
||||
hostname string
|
||||
invitedTo map[string]bool
|
||||
isSTSOnly bool
|
||||
isTor bool
|
||||
languages []string
|
||||
loginThrottle connection_limits.GenericThrottle
|
||||
|
|
@ -220,6 +221,7 @@ func (server *Server) RunClient(conn clientConn) {
|
|||
atime: now,
|
||||
channels: make(ChannelSet),
|
||||
ctime: now,
|
||||
isSTSOnly: conn.Config.IsSTSOnly,
|
||||
isTor: conn.Config.IsTor,
|
||||
languages: server.Languages().Default(),
|
||||
loginThrottle: connection_limits.GenericThrottle{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue