Software /
code /
prosody-modules
File
mod_log_auth/mod_log_auth.lua @ 490:00b77a9f2d5f
mod_ircd: "yatc" (yet another typo correction)
author | Marco Cirillo <maranda@lightwitch.org> |
---|---|
date | Fri, 02 Dec 2011 04:41:31 +0000 |
parent | 407:41feaf7fd8ac |
child | 1097:608d9019b0de |
line wrap: on
line source
module:hook("authentication-failure", function (event) module:log("info", "Failed authentication attempt (%s) from IP: %s", event.condition, event.session.ip); end);