Search found 15 matches

by Darwin
Sun Aug 28, 2005 5:50 pm
Forum: Unreal 3.2 Modules
Topic: Kill Protection Module for Netadmins (Usermode +K)
Replies: 17
Views: 10086

Sorry guys I was away for quite a while. Busy in real life ;-) But now I'm back.

@Stealth: thanks for supporting my module during my absence :)
by Darwin
Mon Mar 21, 2005 1:16 pm
Forum: Unreal 3.2 Support
Topic: I get fake errors with conf file
Replies: 10
Views: 3262

Are you sure, your config has not been saved in rtf format or something like that?
by Darwin
Mon Mar 21, 2005 12:40 pm
Forum: Unreal 3.2 Support
Topic: I get fake errors with conf file
Replies: 10
Views: 3262

could you please paste line 1 - 30 ?
by Darwin
Sat Mar 19, 2005 10:00 am
Forum: Unreal 3.2 Support
Topic: Best Encryption for your ircd
Replies: 1
Views: 1048

AES256
Rijndael is one of the best encryption algorithms I have ever seen. There's no need for a better one when using IRC.
by Darwin
Sat Mar 19, 2005 9:52 am
Forum: Unreal 3.2 Support
Topic: Protection
Replies: 7
Views: 3437

You can use the m_killprotect module which adds the +K usermode. It protects netadmins from being killed, if they're +K. http://www.mburki.com/?id=software To protect you from being banned, klined, glined, etc. use the tkl exception block and ban exception block. http://www.vulnscan.org/UnrealIrcd/u...
by Darwin
Fri Mar 18, 2005 8:11 pm
Forum: Unreal 3.2 Support
Topic: Adding an IRC Operator
Replies: 6
Views: 4489

how to add an oper is explained quite well in the docs:

http://www.vulnscan.org/UnrealIrcd/unre ... #operblock
by Darwin
Fri Mar 18, 2005 5:11 pm
Forum: Unreal 3.2 Support
Topic: unknown directive Times
Replies: 9
Views: 2594

Times New Roman;/*
remove that "Times New Roman;" stuff, save the config and rehash
by Darwin
Fri Mar 18, 2005 5:05 pm
Forum: Unreal 3.2 Support
Topic: Too many open files in system? Unreal3.2.3
Replies: 3
Views: 1584

Hi

Code: Select all

sysctl -w kern.maxfiles=xxxxxx
sysctl -w kern.maxfilesperproc=xxxxxx
For a permanent change add it to /etc/sysctl.conf which is parsed by
/etc/rc.sysctl during the boot process.
by Darwin
Wed Mar 09, 2005 2:32 pm
Forum: General chat
Topic: Bugtracker problems?
Replies: 5
Views: 4751

by Darwin
Sat Mar 05, 2005 8:16 am
Forum: Unreal 3.2 Support
Topic: Help with 2 Servers
Replies: 4
Views: 1618

It seems that you're looking for an IRC "cluster" which, please feel free to correct me if I'm wrong, is not supported in unreal yet, is it? .
by Darwin
Fri Mar 04, 2005 10:16 am
Forum: Unreal 3.2 Support
Topic: IRCop can be kicked ?
Replies: 15
Views: 4875

I think if I am IRCop, why I am be able to kicked on my own server from any channel ? As White_Magic already said: There is the +q mode which prevents you from being kicked. /mode <younick> +q If I join the channel and user kick or banned me i cant join this channel. But I am IRCop and I think it m...
by Darwin
Tue Mar 01, 2005 3:11 pm
Forum: Unreal 3.2 Modules
Topic: Kill Protection Module for Netadmins (Usermode +K)
Replies: 17
Views: 10086

Kill Protection Module for Netadmins (Usermode +K)

Hello there, I've coded and customized my first own UnrealIRCd module. The idea has been influenced by the +q mode which prevents IRCops from being kicked out of a channel. It adds a new Usermode (+K) which prevents NetAdmins from being killed by other IRC operators. I know that similiar modules alr...
by Darwin
Thu Feb 17, 2005 10:42 pm
Forum: Unreal 3.2 Support
Topic: Unable to execute /Umodes & SVScmds
Replies: 12
Views: 3546

which SVS command does not work for example?
by Darwin
Thu Feb 17, 2005 9:37 pm
Forum: General chat
Topic: what can i do to submit my irc network on unrealircd home pa
Replies: 3
Views: 3187

You guys should read the section about donation on their website! Although UnrealIRCd is a free program, we do put a great deal of time, effort, and money into keeping Unreal alive. If you like Unreal, and you want to see Unreal continue to exist, please consider making a donation. We're not asking ...
by Darwin
Thu Feb 17, 2005 8:35 am
Forum: Unreal 3.2 Support
Topic: How to kick from server (not from channel)?
Replies: 8
Views: 14651

How can i kick a nick form server?
/kill <nick> <reason>
And is it possible to kick someone from a channel if i am not a channel operator, but I am network admin?
If you have the "can_override" flag set in your o-lines, then yes, this is possible.