Users via proxy, how to stop the clons.

These are old archives. They are kept for historic purposes only.
Ping
Posts: 16
Joined: Fri Nov 04, 2005 11:49 am
Contact:

Post 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
JIVXor
Posts: 134
Joined: Fri Sep 09, 2005 10:53 pm
Location: Cuba

Post 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.
w00t
Posts: 1136
Joined: Thu Mar 25, 2004 3:31 am
Location: Nowra, Australia

Post 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.
-ChatSpike IRC Network [http://www.chatspike.net]
-Denora Stats [http://denora.nomadirc.net]
-Omerta [http://www.barafranca.com]
Jason
Posts: 570
Joined: Mon Jun 14, 2004 5:09 pm

Post 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.
Why the hell can't my signature be empty?
"Your message contains too few characters."
JIVXor
Posts: 134
Joined: Fri Sep 09, 2005 10:53 pm
Location: Cuba

Post 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.
Jason
Posts: 570
Joined: Mon Jun 14, 2004 5:09 pm

Post 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
Why the hell can't my signature be empty?
"Your message contains too few characters."
inmean
Posts: 4
Joined: Mon Mar 20, 2006 8:23 pm
Location: Phnom Penh
Contact:

proxy

Post 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.
carlosagv
Posts: 16
Joined: Wed Feb 16, 2005 1:57 am

Post by carlosagv »

http://www.freewebtown.com/carlosagv/IR ... rtroom.zip


in the zip is the code fixed and the dll for windows
steven_elvisda
Posts: 15
Joined: Sat Apr 23, 2005 12:09 pm

Post 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.
SpaceDoG
Posts: 301
Joined: Mon Feb 27, 2006 5:44 am
Contact:

Post 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.
Jason
Posts: 570
Joined: Mon Jun 14, 2004 5:09 pm

Post by Jason »

You mentioned a RISKCLIENT module. What does it do? Where can I get it?

Google didnt help.
Why the hell can't my signature be empty?
"Your message contains too few characters."
w00t
Posts: 1136
Joined: Thu Mar 25, 2004 3:31 am
Location: Nowra, Australia

Post by w00t »

Modification of the ircd in any way, shape, or form is not supported nor condoned.

Thread locked.
-ChatSpike IRC Network [http://www.chatspike.net]
-Denora Stats [http://denora.nomadirc.net]
-Omerta [http://www.barafranca.com]
Locked