1
0
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:
Bram Matthys
2018-06-11 08:22:29 +02:00
parent 46a60ec795
commit cd6d7a2bb7
3 changed files with 9 additions and 2 deletions
+1
View File
@@ -1024,6 +1024,7 @@ struct _configflag_allow {
unsigned useip :1;
unsigned ssl :1;
unsigned nopasscont :1;
unsigned sasl :1;
};
struct _configitem_allow {