Search found 52 matches

by rcschaff
Fri Feb 10, 2017 4:14 am
Forum: UnrealIRCd 4 modules (third party)
Topic: [DONE] stoprepeat +Z and lenlim module for unreal4.x
Replies: 18
Views: 7524

Re: stoprepeat +Z and lenlim module for unreal4.x

m_stoprepeat.c Had to change Channel mode to +U instead of +Z /* * ================================================================= * Filename: m_stoprepeat.c * Description: Prevents text from being resent to the channel, and alerts opers * Author: Cards * Documentation: NOT available, too simple t...
by rcschaff
Fri Feb 10, 2017 3:35 am
Forum: UnrealIRCd 4 modules (third party)
Topic: [DONE] stoprepeat +Z and lenlim module for unreal4.x
Replies: 18
Views: 7524

Re: stoprepeat +Z and lenlim module for unreal4.x

lenlimit.c /* * ================================================================= * Filename: m_lenlim.c * Description: Limits channel and user messages to 190 characters. * Author: Cards (Origionally by SiL3nT) * Documentation: NOT available, too simple to explain anything * =======================...
by rcschaff
Wed Feb 08, 2017 11:34 pm
Forum: UnrealIRCd 4 modules (third party)
Topic: [DONE] stoprepeat +Z and lenlim module for unreal4.x
Replies: 18
Views: 7524

Re: stoprepeat +Z and lenlim module for unreal4.x

Why not use the built in flood protection?
by rcschaff
Wed Feb 08, 2017 8:44 pm
Forum: UnrealIRCd 4 modules (third party)
Topic: [DONE] stoprepeat +Z and lenlim module for unreal4.x
Replies: 18
Views: 7524

Re: stoprepeat +Z and lenlim module for unreal4.x

What do you want to limit the number of characters? Just Curious.
by rcschaff
Wed Feb 08, 2017 3:59 pm
Forum: Generic support
Topic: /version
Replies: 1
Views: 1970

Re: /version

It's just a message explaining what commands are available, and some of the settings. Could be helpful for people who create bots ETC.
by rcschaff
Sat Feb 04, 2017 9:40 pm
Forum: Generic support
Topic: Change ssl certificate
Replies: 4
Views: 4267

Re: Change ssl certificate

Herman. That's because your certificates are self signed, and therefor not from a trusted root CA. If you don't want people to see the notices, you would have to buy a certificate from someone such as geotrust or verasign. Though this is not necessary, it's just a warning.
by rcschaff
Sat Feb 04, 2017 6:29 am
Forum: UnrealIRCd 4 modules (third party)
Topic: [DONE] Block messages with too many capital letters
Replies: 5
Views: 4206

Re: [DONE] Block messages with too many capital letters

m_anticaps.zip
Here is the .dll copy of the file. It is compiled and tested with the same version of Visual Studio as the developers. I don't guarantee that it will work, but it's worth a shot...
by rcschaff
Sun Jan 22, 2017 7:10 am
Forum: UnrealIRCd 4 modules (third party)
Topic: [DONE] Set TKL exceptions outside of config (/eline command)
Replies: 3
Views: 2416

Re: [DONE] Set TKL exceptions (/eline command)

Another wonderful module Gottem. You truly are amazing. You should talk to Syzop about joining the team.
by rcschaff
Thu Jan 19, 2017 4:04 am
Forum: UnrealIRCd 4 modules (third party)
Topic: edit in m_whois.c for whois
Replies: 3
Views: 2585

Re: edit in m_whois.c for whois

you can have multiple swhois in unrealircd4. so you can have swhois "is a Network Administrator"; swhois "is available for help"; Ex: My Config... oper cards { mask *; password "(Hidden)" { sha1; }; class opers; operclass netadmin-full-override; vhost "NetAdmin.420...
by rcschaff
Wed Jan 18, 2017 11:21 pm
Forum: UnrealIRCd 4 modules (third party)
Topic: edit in m_whois.c for whois
Replies: 3
Views: 2585

Re: edit in m_whois.c for whois

You could use the custom swhois in the oper block
oper::swhois


swhois "is a Network Administrator";
by rcschaff
Wed Jan 18, 2017 7:46 pm
Forum: UnrealIRCd 4 modules (third party)
Topic: [DONE] operpasswd port for 4.0 request
Replies: 4
Views: 2863

Re: operpasswd port for 4.0 request

Dude. You are amazing. I was just working on trying to get this working on my own. I did manage to get it to compile and kind of work, but I have no idea what I am doing with C :D.
by rcschaff
Wed Jan 18, 2017 6:38 pm
Forum: UnrealIRCd 4 modules (third party)
Topic: Need these modules working on UnrealIRCd-4.0.4 (m_rmtkl & chansno & portpassword & adwords))
Replies: 21
Views: 16354

Re: Need these modules working on UnrealIRCd-4.0.4 (m_rmtkl & chansno & portpassword & adwords))

I think what he's asking Gottem, is that he want's to send ban notices and such to a log channel that his opers can see. But I could be wrong.
by rcschaff
Wed Jan 18, 2017 6:35 pm
Forum: General chat
Topic: Help me With running the server
Replies: 13
Views: 86820

Re: Help me With running the server

You guys do realize that this Thread is 4 years old right?
by rcschaff
Tue Jan 17, 2017 1:54 am
Forum: UnrealIRCd 4 modules (third party)
Topic: [DONE] operpasswd port for 4.0 request
Replies: 4
Views: 2863

[DONE] operpasswd port for 4.0 request

http://www.angrywolf.org/operpasswd.tar.gz

BTW. Did I mention that Gottem, you are the man.