So my network decided to upgrade to InspIRCd. After changing some modes to be set on server connect, I thought all was fine. Unfortunately, it is not so.
For whatever reason, they have blocked all DCC session requests, unless you specifically set a whitelist entry with the /DCCALLOW command. Unfortunately, this command can only last as long as the whitelisted nick ("WhiteNick") or the client adding the whitelist entry ("ClientNick") stays on the network--if either logs off or "WhiteNick" changes his/her nick, the entry is wiped.
I was wondering if it would be possible for someone to make a plugin that looks through the userfile every so often for users with certain flags, verifies that the user(s) is (are) online, and adds the nick(s) to the DCCALLOW whitelist.
Also, nick tracking would be great.