mirror of
https://github.com/jeremyd/ergo.git
synced 2026-07-25 08:38:10 -07:00
Allow looking up usernames with ident on connection
This commit is contained in:
@@ -41,6 +41,7 @@ type Server struct {
|
||||
whoWas *WhoWasList
|
||||
theaters map[Name][]byte
|
||||
isupport *ISupportList
|
||||
checkIdent bool
|
||||
}
|
||||
|
||||
var (
|
||||
@@ -69,6 +70,7 @@ func NewServer(config *Config) *Server {
|
||||
proxyAllowedFrom: config.Server.ProxyAllowedFrom,
|
||||
whoWas: NewWhoWasList(100),
|
||||
theaters: config.Theaters(),
|
||||
checkIdent: config.Server.CheckIdent,
|
||||
}
|
||||
|
||||
if config.Server.MOTD != "" {
|
||||
|
||||
Reference in New Issue
Block a user