The InspIRCd Project
Home | Developers | Wiki | Forums | Bug Tracker | SVN | Download | Blog
Personal tools
InspIRCd - 10,000 revisions reached!

Modules/ssl dummy

From the makers of InspIRCd.

Jump to: navigation, search


Description
Allows remote servers without SSL support to identify clients using SSL, and add the SSL information line to their whois.
Configuration Tags
None
Additional Modes
None
Additional Commands
None
Special Notes
It's highly recommended that all servers have this module loading if they are NOT using any form of SSL module. If you already have an SSL module in place, that will handle the whois line, and this module isn't needed.

The worst that is likely to happen if you load this module alongside a "real" module is that you may get duplicated "Bob is using SSL" /whois lines.

If no servers are using SSL modules, this module is redundant (although can be loaded in case you get a server which does).