mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-01 20:46:38 +02:00
Add allow::options::sasl (or require-sasl) to require SASL authentication
as suggested in https://bugs.unrealircd.org/view.php?id=5098 The allow block documentation has been updated, including an example at the end of the page - https://www.unrealircd.org/docs/Allow_block
This commit is contained in:
@@ -1024,6 +1024,7 @@ struct _configflag_allow {
|
||||
unsigned useip :1;
|
||||
unsigned ssl :1;
|
||||
unsigned nopasscont :1;
|
||||
unsigned sasl :1;
|
||||
};
|
||||
|
||||
struct _configitem_allow {
|
||||
|
||||
Reference in New Issue
Block a user