add proxy_exempt to conf files

This commit is contained in:
Elizabeth Myers 2016-04-02 02:49:38 -05:00
parent fbe8d087e7
commit 81a05933bf
2 changed files with 24 additions and 20 deletions

View file

@ -190,25 +190,27 @@ auth {
*/ */
spoof = "I.still.hate.packets"; spoof = "I.still.hate.packets";
/* Possible flags in auth: /* Possible flags in auth:
* *
* encrypted | password is encrypted with mkpasswd * encrypted | password is encrypted with mkpasswd
* spoof_notice | give a notice when spoofing hosts * spoof_notice | give a notice when spoofing hosts
* exceed_limit (old > flag) | allow user to exceed class user limits * exceed_limit (old > flag) | allow user to exceed class user limits
* kline_exempt (old ^ flag) | exempt this user from k/g/xlines&dnsbls * kline_exempt (old ^ flag) | exempt this user from k/g/xlines,
* dnsbl_exempt | exempt this user from dnsbls * | dnsbls, and proxies
* spambot_exempt | exempt this user from spambot checks * proxy_exempt | exempt this user from proxies
* shide_exempt | exempt this user from serverhiding * dnsbl_exempt | exempt this user from dnsbls
* jupe_exempt | exempt this user from generating * spambot_exempt | exempt this user from spambot checks
* warnings joining juped channels * shide_exempt | exempt this user from serverhiding
* resv_exempt | exempt this user from resvs * jupe_exempt | exempt this user from generating
* flood_exempt | exempt this user from flood limits * warnings joining juped channels
* USE WITH CAUTION. * resv_exempt | exempt this user from resvs
* no_tilde (old - flag) | don't prefix ~ to username if no ident * flood_exempt | exempt this user from flood limits
* need_ident (old + flag) | require ident for user in this class * USE WITH CAUTION.
* need_ssl | require SSL/TLS for user in this class * no_tilde (old - flag) | don't prefix ~ to username if no ident
* need_sasl | require SASL id for user in this class * need_ident (old + flag) | require ident for user in this class
*/ * need_ssl | require SSL/TLS for user in this class
* need_sasl | require SASL id for user in this class
*/
flags = kline_exempt, exceed_limit; flags = kline_exempt, exceed_limit;
/* class: the class the user is placed in */ /* class: the class the user is placed in */

View file

@ -367,8 +367,10 @@ auth {
* encrypted | password is encrypted with mkpasswd * encrypted | password is encrypted with mkpasswd
* spoof_notice | give a notice when spoofing hosts * spoof_notice | give a notice when spoofing hosts
* exceed_limit (old > flag) | allow user to exceed class user limits * exceed_limit (old > flag) | allow user to exceed class user limits
* kline_exempt (old ^ flag) | exempt this user from k/g/xlines&dnsbls * kline_exempt (old ^ flag) | exempt this user from k/g/xlines,
* | dnsbls, and proxies
* dnsbl_exempt | exempt this user from dnsbls * dnsbl_exempt | exempt this user from dnsbls
* proxy_exempt | exempt this user from proxies
* spambot_exempt | exempt this user from spambot checks * spambot_exempt | exempt this user from spambot checks
* shide_exempt | exempt this user from serverhiding * shide_exempt | exempt this user from serverhiding
* jupe_exempt | exempt this user from generating * jupe_exempt | exempt this user from generating