Page 1 of 1

Angruwolf's module

Posted: Fri Dec 10, 2004 6:31 am
by GouroB
i download " hide server " module ( Win32 ) and used it with 3.2.1 beta 19
& 3.2.2 ..... in both case it was loaded successfully but worked fine for 3.2.1 beta 19 only ... didnt work with 3.2.2 .... donno why ... :!:

Posted: Fri Dec 10, 2004 5:35 pm
by Eros
Add below codes to ur unrealircd.conf file

Code: Select all

hideserver
	{
	/*
	 * Enable this (specify "yes" as a value) if you'ld like
	 * to restrict the usage of /map to IRCOps only.
	 */
	disable-map yes;
	/*
	 * The same as above, but now the setting applies to /links
	 */
	disable-links yes;
	/*
	 * They are the messages that will be displayed when a user
	 * (non-ircop) tries to do a /map or /links, and the
	 * corresponding command is disabled. The existence of three
	 * stars in the beginning of the message is recommended.
	 * If the directives below are not present (for instance,
	 * they are commented out), users will receive only an
	 * "End of /<command>" message.
	 */
	map-deny-message "Command /map is disabled for security reasons";
	links-deny-message "Command /links is disabled for security reasons";
	/*
	 * You can also hide only specific servers. This block has
	 * a meaning only if at least one of the /map and /links
	 * commands is enabled. Works like the uline block, simply
	 * put as many server names in this block as you want.
	 * If you include the name of the local server in this list,
	 * it will be ignored.
	 */
	hide
	{
		irc.msn.net;
		irc.msn.com;
	};
};

:D

Posted: Fri Dec 10, 2004 5:47 pm
by GouroB
Dhonnobad buira ... guru :lol:

Re: Angruwolf's module

Posted: Fri Dec 10, 2004 7:38 pm
by AngryWolf
GouroB, firstly, there's no Unreal release with version "3.2.1 beta 19". I suppose you wanted to say 3.2.1. Secondly, define "didn't work". If you saw an error message, please show it to us! Thirdly, you really really shouldn't use the hideserver module, because it gives you a false sense of security (details here).

Posted: Fri Dec 10, 2004 7:55 pm
by GouroB
Angrywolf
its ok now .... there was something i missed in the unrealircd config file ... but as u said its a false sence of protection t use " hide server " module ... so is there any other protection module to hide these info's fro user's and specially if i wanna hide some specific server's .

Posted: Fri Dec 10, 2004 9:16 pm
by AngryWolf
I don't know of any. In any cases, you can follow Syzop's advice that I mentioned in my previous post.