forked from External/ergo
Merge pull request #1355 from slingamn/invite
security enhancements for INVITE
This commit is contained in:
commit
9c4b086113
8 changed files with 96 additions and 19 deletions
|
|
@ -577,7 +577,8 @@ type Config struct {
|
|||
OperatorOnly bool `yaml:"operator-only"`
|
||||
MaxChannelsPerAccount int `yaml:"max-channels-per-account"`
|
||||
}
|
||||
ListDelay time.Duration `yaml:"list-delay"`
|
||||
ListDelay time.Duration `yaml:"list-delay"`
|
||||
InviteExpiration custime.Duration `yaml:"invite-expiration"`
|
||||
}
|
||||
|
||||
OperClasses map[string]*OperClassConfig `yaml:"oper-classes"`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue