Modules/1.1/ident
From the makers of InspIRCd.
ident module (InspIRCd-1.1 version)
| 1.1 Documentation | 1.2 Documentation | 2.0 Documentation | 2.1 Documentation |
| Return to the 1.1 Module List | |||
| Description
|
| Allows RFC 1413 lookups on users connecting to your server. Without this module loaded no users are checked against identd. |
| Configuration Tags
|
This module adds the following tag:
<ident timeout="5"> The timeout value is the number of seconds to wait for an ident response. This is a total waiting time, which is the combined time to connect, send the request, and retrieve the result and then close the socket, as all operations for ident are nonblocking to prevent disruption of service to the network. |
| Modes
|
| This module does not implement any extra user or channel modes. |
| Extended Bans (Extbans)
|
| This module implements no extended bans. |
| Commands
|
| This module adds no extra commands. |
| Special Notes
|
| Ident lookups are provided through this module for compatibility only. It is recommended that ident is not relied upon in the modern internet. For more information please see this article. |

















