Search found 24 matches

by ivp
Sun Feb 06, 2022 10:45 am
Forum: UnrealIRCd modules (third party)
Topic: Porting GetLegitUsers from 5.x to 6.x
Replies: 0
Views: 14860

Porting GetLegitUsers from 5.x to 6.x

Gottem, would you be so kind to port GetLegitUsers module to 6.x?

Many thanks in advance!
by ivp
Wed Aug 26, 2020 4:18 pm
Forum: Spam, drones and proxies
Topic: Spamfilter to ignore whitespaces
Replies: 0
Views: 12934

Spamfilter to ignore whitespaces

To block URLs like: https://imgbbb.com/image/ABC123 we are using /spamfilter regex: imgbbb\.com It worked fine until user started writing URLs like: https :// im gbbb.com/image/ABC123 So would need to modify regex to: i\s*m\s*g\s*b\s*b\s*b[\s.]*c\s*o\s*m Since having 100 different URLs similar to th...
by ivp
Sun Dec 15, 2019 3:27 pm
Forum: UnrealIRCd modules (third party)
Topic: [REQUEST] Module to report bullying and harassment
Replies: 4
Views: 8756

Re: Module to report bullying and harassment

Most of our users are using web clients, such as KiwiIRC and they don't know IRC commands. /IGNORE doesn't solve the issue, because problematic user usually repeats the behavior in conversation with other users. Screenshots and copy&paste can be easily faked. So one of the parties in private cha...
by ivp
Sun Dec 15, 2019 3:13 pm
Forum: UnrealIRCd modules (third party)
Topic: [DONE] Porting GetLegitUsers from 4.x to 5.x
Replies: 2
Views: 8385

[DONE] Porting GetLegitUsers from 4.x to 5.x

Gottem, can you please port this module to 5.x? Many thanks in advance.
by ivp
Sun Dec 15, 2019 1:31 pm
Forum: UnrealIRCd modules (third party)
Topic: [REQUEST] Module to report bullying and harassment
Replies: 4
Views: 8756

[REQUEST] Module to report bullying and harassment

Wondering is it possible to create module, somewhat similar to UnrealIRCd 5's channel history playback, so users can report bullying and harassment from private chat to IRC operators? For example, user would type /REPORT and the last X lines of private chat would be forwarded to #help channel, so op...
by ivp
Sat Oct 19, 2019 10:51 am
Forum: Generic support
Topic: connthrottle module issues
Replies: 9
Views: 6762

Re: connthrottle module issues

Also seeing "Connection throttling" messages after restarting webircgateway (https://github.com/kiwiirc/webircgateway).
by ivp
Fri Oct 18, 2019 10:22 pm
Forum: Generic support
Topic: connthrottle module issues
Replies: 9
Views: 6762

Re: connthrottle module issues

Code: Select all

blacklist-module "connthrottle";
is not enough.

It reports:

modules.optional.conf:218: unknown directive set::connthrottle
by ivp
Sat Sep 21, 2019 7:53 am
Forum: Generic support
Topic: connthrottle module issues
Replies: 9
Views: 6762

Re: connthrottle module issues

I confirm it works fine with raised settings, many thanks!

So data/reputation.db is not cleared/deleted after the server restart?
by ivp
Sun Sep 15, 2019 9:25 am
Forum: Generic support
Topic: connthrottle module issues
Replies: 9
Views: 6762

Re: connthrottle module issues

Running single server on UnrealIRCd 4.2.4.1. Throttling just happened and there are really 20 new legit IP addresses within 60 seconds. I assume IP reputation data is not preserved after IRCd restart so that could be one of the reasons? I've raised allowed connections to: local-throttle 40:60; globa...
by ivp
Sat Sep 14, 2019 11:39 am
Forum: Generic support
Topic: connthrottle module issues
Replies: 9
Views: 6762

Re: connthrottle module issues

Many thanks for reply.

I find it very odd, too. Is it possible to have more details in log about connthrottle activities? To see what IP addresses are rejected/accepted?
by ivp
Wed Aug 28, 2019 8:55 pm
Forum: Generic support
Topic: connthrottle module issues
Replies: 9
Views: 6762

connthrottle module issues

Wondering how to disable connthrottle module without changing modules.optional.conf? Tried changing local-throttle and global-throttle numbers without success: set { connthrottle { new-users { local-throttle 20:60; global-throttle 30:60; }; }; }; Also noticed in connthrottle.c that reputation-gather...
by ivp
Sun Jul 07, 2019 10:08 am
Forum: Generic support
Topic: Websocket
Replies: 5
Views: 7371

Re: Websocket

Did anybody manage to make Kiwi IRC web client work directly with UnrealIRCd (without gateway)?
by ivp
Sat Jul 28, 2018 5:24 pm
Forum: Generic support
Topic: Websocket
Replies: 5
Views: 7371

Re: Websocket

by ivp
Sun Jan 28, 2018 8:23 am
Forum: UnrealIRCd 4 modules (third party)
Topic: [N] Allow authorized nicks to bypass banned IP address
Replies: 3
Views: 9144

Re: Allow authorized nicks to bypass banned IP address

We are already using proxy detector, DNSBL and have captcha when connecting. It is easy to change IP addresses when using mobile broadband modem or mobile phone. Just restart it or turn airplane mode on, wait 2 minutes, then turn it off. With the new module, spammers wouldn't pass thorough without r...
by ivp
Thu Jan 18, 2018 7:53 am
Forum: UnrealIRCd 4 modules (third party)
Topic: [N] Allow authorized nicks to bypass banned IP address
Replies: 3
Views: 9144

[N] Allow authorized nicks to bypass banned IP address

We are having trouble fighting spammers and often using KLINE/ZLINE/GLINE to ban IP addresses. This is not ideal solution, since many users are using dynamic IP addresses. Wondering how to implement this scenario: When user connects to IRC server to receive message: "Access from your IP address...