Page 2 of 2

Posted: Fri Nov 04, 2005 7:00 pm
by Ping
i am using neostats with unrealircd and anope services and it works perfectly for me!.. With OPSB module i can stop any clon for any port :)Is just a suggestion :). Regards

Posted: Sat Nov 05, 2005 2:44 am
by JIVXor
Dukat :

Thanks for your help. I was typing "courtroom.c" and is "courtroom.so". But . .. now there's another error :

14[222:1434] 11,12 server 14,14! unrealircd.conf:13: loadmodule src/modules/courtroom.so: failed to load: tmp/5BEFE70A.courtroom.so: undefined symbol: m_part

Perhaps this courtroom doesn't work on 3.2.3.

Please, if someone knows about courtroom for 3.2.3 or knows about unrealIRCD3.2BetaRC2, let me know.

Thanks.

Posted: Sat Nov 05, 2005 5:33 am
by w00t
Using Beta2 is a bad idea. It has a few bugs around, including one nice user-triggerable crash bug. Yes, anyone can crash your ircd, not fun :).

As for the module, someone should be able to update it (should be another do_cmd style issue.) I don't have time to look at this right now.

Posted: Sat Nov 05, 2005 3:24 pm
by Jason
I have courtroom_lite (chanmode +U without the buggy quarantine). It works fine, if you want that, my email address is on the contact page in my signature.

Posted: Sat Nov 05, 2005 5:13 pm
by JIVXor
It does not serve me as anything, cause script of clones can make the joins to the channels while this in the channel +U, I need that user totally disqualified to enter any channel and to command private msgs, thus, of that way I can control them.

W00t :

Oh yes, I will have to leave my Visual Studio.NET and to take that C, I don't like anything.

Jason :
Thanks very much for your help, I have courtroom_lite, anyways we'll be in contact.

Thanks.

Posted: Sat Nov 05, 2005 9:16 pm
by Jason
Make a bot or something to go through all chans and operoverride them +b ~c:#Bad

Then use +U


Or: Spamfilter, target tempshun, or just normal /tempshun Or even a full /shun

proxy

Posted: Mon Mar 20, 2006 8:51 pm
by inmean
Here is what i use for my network uirc.net,

+ Install BOPM, only AKILL user who match in blacklist as OPEN PROXY
+ BOPM send command to mark a user as RISKCLIENT (module) when that user host is in BOPM blacklist but not OPEN PROXY
+ RISKCLIENT will not able to join any SAFECHANNEL (any channel with mode +1) also a module.
+ Registered user will be able to override the riskclient.
+ First 5 second on connect user can not join any channel.
+ First 5 second after join a new channel user can not send any text into channel.

I think i'm safe from most proxy.

Posted: Mon Mar 20, 2006 9:11 pm
by carlosagv
http://www.freewebtown.com/carlosagv/IR ... rtroom.zip


in the zip is the code fixed and the dll for windows

Posted: Mon May 08, 2006 8:51 am
by steven_elvisda
now my server using unreal + anope I'm using anope module call chanserv limited. it can help me some. i'm not yet put Bomp yet.

Thanks inmean for the highest security from proxy.

Posted: Wed May 10, 2006 5:47 pm
by SpaceDoG
Use the except ban and ban user blocks. Ban the whole Proxy then have users message you. Setup an exception for the specific mask such as is below.

//ban the block of users
ban user {
mask "*@*.ipt.aol.com";
reason "AOL Users are required to contact an admin to connect.";
}
//the exception of the user mask
except ban {
mask "someuser@*.ipt.aol.com";
};
//the connection of the person we're allowing
allow {
ip NOMATCHING;
hostname "someuser@*.ipt.aol.com";
class clients;
password "arandompassword";
};

Do that for each user and they can't load clones. If they do you just have to do /who +h *.ip.aol.com and you can see how many users are using a specific mask. Then you simply block them one by one and they can't do it anymore. Hope this helps.

Posted: Thu May 11, 2006 2:30 am
by Jason
You mentioned a RISKCLIENT module. What does it do? Where can I get it?

Google didnt help.

Posted: Fri May 26, 2006 7:18 am
by w00t
Modification of the ircd in any way, shape, or form is not supported nor condoned.

Thread locked.