Page 1 of 1

vhost on connect

Posted: Fri Oct 19, 2007 7:33 am
by yuriy
hey everyone:) thanks for reading this post.. I use unreal3.2.7 and I would like to see users when they connect, instead of their real hostname it would show users.domainname.com

ex:(default)
[02:48:31 AM] * T90 ([email protected]) has joined #unrealircd
[02:48:36 AM] * T90 ([email protected]) Quit (Quit: T90)

ex:(vhost on connect)
[02:48:31 AM] * T90 ([email protected]) has joined #unrealircd
[02:48:36 AM] * T90 ([email protected]) Quit (Quit: T90)

I hope you guys understand what I am trying to do.. and I know I can do /vhost command but I want this AUTO on CONNECT to every single user that connects to the network.!

Thanks again!

Re: vhost on connect

Posted: Fri Oct 19, 2007 11:55 am
by Jobe
This would require a custom cloaking module, or alternativly if you want it for registered nicks only there is a module for anope that does "<nick>.<config specified host>"

Re: vhost on connect

Posted: Fri Oct 19, 2007 1:07 pm
by yuriy
what is the name of that module, and does it only work for registered users!?
btw does it work for anope1.6.5?

Re: vhost on connect

Posted: Fri Oct 19, 2007 5:04 pm
by Jobe
It does only work for registered users yes.

I dont know if it will work with 1.6.* but I can tell you 1.7.* is almost stable at presnet and will soon become the 1.8 stable branch.

The modules name is hs_autohost and can be found at http://www.anope.org/modules/hs_autohost.c

Re: vhost on connect

Posted: Fri Oct 19, 2007 8:26 pm
by Stealth
If you want every user to have the same host, get the static_cloak module from here http://wrongway.org/?unrealmodules

Re: vhost on connect

Posted: Fri Oct 19, 2007 11:26 pm
by Jason
Only problem is this pretty much nukes banning. Be careful to think about the evasion potential for this.