Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // BRServiceDeskAddress is the address where the Server is recieving service desk mails BRServiceDeskAddress = "mail@example.com" // BRServiceDeskEnabled sets that service desk support is enabled BRServiceDeskEnabled = false // BRRateLimitInterval sets the rate limiting interval, defaults to 3m BRRateLimitInterval float64 = 180 // BRRateLimitReports sets the Reports during interval needed before beeing rate limited, defaults to 2 BRRateLimitReports = 2 // BRSMTPPort sets the server to server smtp port BRSMTPPort = 25 // BRSMTPUser sets the server to server smtp user BRSMTPUser = "sender" // BRSMTPPassword sets the server to server smtp password BRSMTPPassword = "passwd" // BRSMTPHost sets the server to server smtp host BRSMTPHost = "example.com" )
Functions ¶
func AllDepsCompleted ¶
AllDepsCompleted checks if User u has completed all Dependent challenges of c
func BRDispatchBugreport ¶
BRDispatchBugreport sends a bugreport
func BRIsUserRateLimited ¶
BRIsUserRateLimited Checks if user is rate limited
Types ¶
This section is empty.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.