Page 1 of 1

Need these modules working on UnrealIRCd 4.x (m_rmtkl & m_bopmhelper)

Posted: Sun Jan 03, 2016 5:06 pm
by IRCNet
Links to the original modules:

m_rmtkl -> https://modules.unrealircd.org/modview.php?mod=42
m_bopmhelper -> https://modules.unrealircd.org/modview.php?mod=56

I hope someone can convert them to use on the lastest version of the best IRC daemon!

Re: Need these modules working on UnrealIRCd 4.x (m_rmtkl & m_bopmhelper)

Posted: Sun Jan 10, 2016 7:34 pm
by Syzop
I've removed BOPMHelper because the module is no longer useful. It was used so you could have one BOPM scan an entire network. Nowadays you can achieve the same if you set snomask +cF, like this in bopm.conf:

Code: Select all

   mode = "+s +cF";
This will make that bopm scan everyone on the network (when they connect).

As for rmtkl.. hmm... I could take a look.

Re: Need these modules working on UnrealIRCd 4.x (m_rmtkl & m_bopmhelper)

Posted: Mon Jan 11, 2016 4:48 am
by floffy
>> mode = "+s +cF";

Where i put it ! Anope or Config unrealircd ?

Re: Need these modules working on UnrealIRCd 4.x (m_rmtkl & m_bopmhelper)

Posted: Mon Jan 11, 2016 8:06 am
by Syzop
As I said, bopm.conf :)
And then restart BOPM

Re: Need these modules working on UnrealIRCd 4.x (m_rmtkl & m_bopmhelper)

Posted: Mon Jan 18, 2016 6:40 pm
by TuSaiChi
For bopm, change only connregex for new notice's unrealircd

Re: Need these modules working on UnrealIRCd 4.x (m_rmtkl & m_bopmhelper)

Posted: Tue Jan 19, 2016 12:20 pm
by none
Hi, i am confused isnt the new feature of Unrealircd 4: blacklist suppose to replace bopm https://www.unrealircd.org/docs/Blacklist_block

Re: Need these modules working on UnrealIRCd 4.x (m_rmtkl & m_bopmhelper)

Posted: Wed Jan 20, 2016 9:45 pm
by Magiobiwan
As for bopmhelper, with Anope 2.0.x, it's not all that necessary to use BOPM anyway, given that Anope includes the m_dnsbl and m_proxyscan modules, which do the same thing as BOPM, with the advantage of running as part of services instead of as a separate bot on each server (which can crash or otherwise disappear without you noticing). m_dnsbl can check connections against DNSBLs just like BOPM, and m_proxyscan does proxy detection the same way as BOPM does.

Re: Need these modules working on UnrealIRCd 4.x (m_rmtkl & m_bopmhelper)

Posted: Fri Jan 22, 2016 6:09 pm
by Syzop
none: yes I would recommend using our blacklist block.

I wasn't aware of a proxyscan module on anope but I suppose you can use those as well if you want active scanning.
I would recommend using UnrealIRCd's blacklist checking rather than anope, since it will "always" be available. If your network is under attack, services may split, disabling the protection right at the moment you need it. For the same reason UnrealIRCd's blacklist checking is "better" than BOPM (it's also initiated faster).

Not everyone agrees active scanning (proxyscan / BOPM) is still necessary. So the blacklist may be all you need. It's up to you :). Personally I still do it on one network but not on others.

Re: Need these modules working on UnrealIRCd 4.x (m_rmtkl & m_bopmhelper)

Posted: Wed Feb 03, 2016 8:32 am
by IRCNet
thanks u all. I'm using now the blacklist block feature as you said and it works fine.

Which dnsbl you recommend me to set? It would be useful for all of us if we share our blacklist blocks to keep shit away from our servers.

Re: Need these modules working on UnrealIRCd 4.x (m_rmtkl & m_bopmhelper)

Posted: Thu Mar 24, 2016 1:37 am
by Dydouch
Hi,

m_rmtkl is he going to go on version 4 ?

Dydouch.

Re: Need these modules working on UnrealIRCd 4.x (m_rmtkl & m_bopmhelper)

Posted: Sun Jun 05, 2016 9:13 am
by Syzop
I currently have no plans to work on m_rmtkl. Perhaps someone else..