diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-06-16 10:58:28 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-06-16 10:58:28 +0000 |
commit | ef672ecfcc78b21f04143c6f21c5450c972cdffc (patch) | |
tree | adce27fed3509a83aeabb97233b74f7290c3d300 /help | |
parent | 6ba883ff9d3934eacf35d4dc6844052d9f1301ad (diff) |
- Add usermode 'S' (client is connecte via SSL/TLS).
Allows services to keep track of what users are connected via SSL,
and allows to see ssl-status of remote clients in a /whois
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@2247 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'help')
-rw-r--r-- | help/umode | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -10,7 +10,6 @@ Usermodes: (* designates that the umode is oper only) * +w - Can see server wallops. * +z - Can see oper wallops. * +l - Can see oper locops (local wallops). - * +s - Can see generic server messages and oper kills. * +c - Can see client connections and exits. * +u - Can see unauthorized client connections. * +j - Can see 'rejected' client notices. @@ -25,6 +24,8 @@ Usermodes: (* designates that the umode is oper only) +r - User has been registered and identified for its nick. This mode can be set by servers and services only. +R - Only registered clients may message you. + * +s - Can see generic server messages and oper kills. + +S - Client is connected via SSL/TLS * +e - Can see new server introduction and split messages. * +b - Can see possible bot / join flood warnings. * +a - Is marked as a server admin in stats p/o. |