Search found 219 matches

by CrazyCat
Tue Oct 30, 2018 7:15 am
Forum: Spam, drones and proxies
Topic: Spam Bots
Replies: 8
Views: 14274

Re: Spam Bots

You have to install it: Copy the source of m_listrestrict.c (https://gitgud.malvager.net/Wazakindjes/unrealircd_mods/raw/master/u4/m_listrestrict.c) in the src/modules/third/ directory of your unreal sources, then make and make install . After that, add in your unrealircd.conf file: loadmodule "...
by CrazyCat
Mon Oct 29, 2018 3:48 pm
Forum: Spam, drones and proxies
Topic: Spam Bots
Replies: 8
Views: 14274

Re: Spam Bots

The only solution I found was to install m_listrestrict and to put a delay of 180s. The bots fed up before they can spam.
by CrazyCat
Mon Oct 29, 2018 12:59 pm
Forum: UnrealIRCd 4 modules (third party)
Topic: Ban on no version
Replies: 0
Views: 10569

Ban on no version

Hello there, I notice that some flooding bots doesn't reply to ctcp version. But the ban version block doesn't work when there is no answer to a version request. It may be interresting to have a module which made an action (kill|tempshun|shun|kline|zline|gline|gzline) when there is no answer after a...
by CrazyCat
Fri Oct 26, 2018 7:37 am
Forum: Generic support
Topic: Unrealircd & Google captcha
Replies: 1
Views: 2191

Re: Unrealircd & Google captcha

Captcha on IRC, where there's only text ? Are you serious ?
by CrazyCat
Tue Oct 16, 2018 3:18 pm
Forum: Generic support
Topic: Saving and storing channel invite lines.
Replies: 5
Views: 4539

Re: Saving and storing channel invite lines.

The other way is to use an eggdrop, wich can manage invite list.
by CrazyCat
Tue Oct 09, 2018 12:31 pm
Forum: Installing and getting connected
Topic: Windows vs Linux - Need Help and Advice
Replies: 2
Views: 3595

Re: Windows vs Linux - Need Help and Advice

I'll just add two points:
- you don't need to have a root access to install unrealircd if the prerequisites are present.
- a linux server often needs less capacities (HD, RAM, ...) than a windows one if you install just the essential parts (no x-org or any visual things)
by CrazyCat
Mon Oct 01, 2018 6:06 am
Forum: Generic support
Topic: Disable private messages !
Replies: 4
Views: 3541

Re: Disable private messages !

Syzop wrote: Sun Sep 30, 2018 1:41 pm Just a slight correction: the module is loaded by default (since 4.0.10).
Oups :) I used it since a long time, so I didn't remember it was loaded by default...
by CrazyCat
Tue Sep 18, 2018 12:00 pm
Forum: Spam, drones and proxies
Topic: help me
Replies: 1
Views: 8501

Re: help me

Are you sure you don't use it ?
What is the result of:

Code: Select all

/quote module -all
by CrazyCat
Wed Sep 12, 2018 2:23 pm
Forum: Generic support
Topic: Disable private messages !
Replies: 4
Views: 3541

Re: Disable private messages !

The +D (usermodes/privdeaf) is available since the 4.0.10. The module is not loaded by default.
by CrazyCat
Mon Sep 10, 2018 9:17 am
Forum: Installing and getting connected
Topic: Need help having Irc Chat Room
Replies: 5
Views: 4473

Re: Need help having Irc Chat Room

Why pay for an installation, reading this documentaiton is free and simplest. And to integrate your mibbit'iframe in wordpress, just create a static page, edit it (choose source mode, not wysiwyg) and copy the iframe code in it. Note that if you want to manage a website and more things (as IRC serve...
by CrazyCat
Tue Sep 04, 2018 9:00 am
Forum: Installing and getting connected
Topic: Need help having Irc Chat Room
Replies: 5
Views: 4473

Re: Need help having Irc Chat Room

Please stop flooding the forum, learn to be patient. There's no best choice for your VPS, it depends on your country and how much you're able to pay. There are a few things you have to check: - the OS must be linux (debian is the one I prefer, you can choose a derivated one like Ubuntu if you want a...
by CrazyCat
Thu Aug 30, 2018 9:58 am
Forum: Installing and getting connected
Topic: Need help having Irc Chat Room
Replies: 5
Views: 4473

Re: Need help having Irc Chat Room

If you want just a chatroom, you can create it directly using Mibbit and connecting to an existing network. You'll have to register yourself on the network, create the channel (simply join a non-existant channel) and register it.
Then, create a mibbit widget with the good datas and it'll work.
by CrazyCat
Fri Aug 10, 2018 7:56 am
Forum: Generic support
Topic: auto channel admin / owner
Replies: 2
Views: 3060

Re: auto channel admin / owner

Using Anope, you can also group all bot's nick under only one.
by CrazyCat
Thu Aug 09, 2018 7:08 am
Forum: UnrealIRCd 4 modules (third party)
Topic: [DONE] Honeypot channel
Replies: 12
Views: 20435

Re: [REQUEST] Honeypot channel

The spam wave seems to be stopped, but I used m_listrestrict a few days and it worked fine. I had to put a delay of 180s because the bots wait for 2 minutes before spamming -I guess it was a delay to be sure they get the full list on big networks- and noone complain about that :)
by CrazyCat
Mon Aug 06, 2018 7:13 am
Forum: UnrealIRCd 4 modules (third party)
Topic: [DONE] Honeypot channel
Replies: 12
Views: 20435

Re: [REQUEST] Honeypot channel

Using the m_listrestrict module is not a bad idea, I have only netsplit crawler to exempt. But the trap channel (with a real channel) may be simpliest to do than a fake /list result, and the way to automaticaly gline an user trying to join the (fake) channel is alway present. btw, I don't have a lot...