-
Notifications
You must be signed in to change notification settings - Fork 6
Description
There's one thing that I like in Freenode:
When someone connect, identifying to some nickname via SASL you receive a notification about successful/unsuccessful login attempt.
Would it be possible to enhance Anope NickServ features to have something like that?
How it would work:
- If
account
has already one or more nicknames logged in, send a notification to each user logged in about the successful/unsuccessful login attempt along with the nickname that tried to login and possibly the IP address (privacy concerns here, see note below). - If
account
has no users logged in, store the attempts and send them via memo with the details of 1.
Currently anyone can hack our account and we are not aware of anything, which is also a lack of security.
This could be possibly extended to trigger on /ns id nick password
, to prevent abuses and help the end user to keep his account/nicknames protected
Thoughts on this?
NOTE
While there can be some NO's about sending the IP information to the end user, this could help that same user when reporting the situation to an IRCop providing the many details as possible, and therefore, IRCops could take measures (akill, gline, etc) against the offending user/IP