ElementalAlchemist / txircd

Modular IRCd built using Twisted. Made to be extremely customizable.
BSD 3-Clause "New" or "Revised" License
19 stars 5 forks source link

Always cloak the user's real host #118

Closed Heufneutje closed 9 years ago

Heufneutje commented 9 years ago

Not sure what I was thinking when I wrote the initial implementation of this, but we should always be cloaking the real host of the user rather than assuming that the host they have at the time of applying the cloak is their actual real host.

ElementalAlchemist commented 9 years ago

Agreed.