diff options
author | Shawn Smith <ShawnSmith0828@gmail.com> | 2013-04-03 10:59:12 -0400 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2018-01-07 10:35:16 +0000 |
commit | cd43acedc947777b297fa80f20c93088dea29003 (patch) | |
tree | 16312d5cfba3712f633c8097bed376066b719a76 /docs | |
parent | aa78793b3a8003a248d98c700a1f842fe8a92b47 (diff) |
Add user mode +z for ssl-only private messages.
Closes #468.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/conf/helpop-full.conf.example | 2 | ||||
-rw-r--r-- | docs/conf/helpop.conf.example | 2 | ||||
-rw-r--r-- | docs/conf/modules.conf.example | 11 |
3 files changed, 12 insertions, 3 deletions
diff --git a/docs/conf/helpop-full.conf.example b/docs/conf/helpop-full.conf.example index 3e8360e55..d60e4add7 100644 --- a/docs/conf/helpop-full.conf.example +++ b/docs/conf/helpop-full.conf.example @@ -810,6 +810,8 @@ using their cloak when they quit."> (requires services account module). w Receives wallops messages. x Gives a cloaked hostname (requires cloaking module). + z Only allow private messages from SSL users (requires + sslmode module). B Marks as a bot (requires botmode module). G Censors messages sent to the user based on filters configured for the network (requires censor module). diff --git a/docs/conf/helpop.conf.example b/docs/conf/helpop.conf.example index 68328272e..cb8b87a77 100644 --- a/docs/conf/helpop.conf.example +++ b/docs/conf/helpop.conf.example @@ -94,6 +94,8 @@ LOCKSERV UNLOCKSERV"> (requires services account module). w Receives wallops messages. x Gives a cloaked hostname (requires cloaking module). + z Only allow private messages from SSL users (requires + sslmode module). B Marks as a bot (requires botmode module). G Censors messages sent to the user based on filters configured for the network (requires censor module). diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index 65bb3b9cb..ea658867c 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -1882,12 +1882,17 @@ #<shun enabledcommands="ADMIN PING PONG QUIT PART JOIN" notifyuser="yes" affectopers="no"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# -# SSL channel mode module: Adds support for SSL-only channels via -# channel mode +z and the 'z' extban which matches SSL client -# certificate fingerprints. +# SSL mode module: Adds support for SSL-only channels via the '+z' +# channel mode, SSL-only private messages via the '+z' user mode and +# the 'z:' extban which matches SSL client certificate fingerprints. +# # Does not do anything useful without a working SSL module and the # sslinfo module (see below). #<module name="sslmodes"> +# +# The +z user mode is not enabled by default to enable link compatibility +# with 2.0 servers. You can enable it by uncommenting this: +#<sslmodes enableumode="yes"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # GnuTLS SSL module: Adds support for SSL connections using GnuTLS, |