Anope IRC Services

Anope Development => Feature Requests => Topic started by: djGrrr on September 11, 2006, 08:11:41 PM

Title: A little bit better logging for disconnects and nick changes
Post by: djGrrr on September 11, 2006, 08:11:41 PM
I want the disconnects and nick changes alog (log channel) to be exteneded a little bit.

I find the services log channel very essential when working with botnets, but one thing the disconnects and nick changes log is missing is the ip address of the user in question. The real hostname is sent, but not the ip;
I use scripts to parse log output in a botnet, and i prefer not to use glines most of the time as gzlines are much faster at the ircd level since they are done before hostnames or idents are resolved.

Also, it would be nice to have the quit message in the disconnect, at the very end of the log message. Most ircds have a snomask that shows quit messages, but i don't want to use both as its pointless :)
Title:
Post by: Trystan Scott Lee on September 12, 2006, 01:39:16 AM
This can be done in a module
Title:
Post by: djGrrr on September 12, 2006, 03:49:05 PM
hmmm, anyone up for writing a module ? :P