Search found 222 matches

by CrazyCat
Sun May 05, 2024 11:36 am
Forum: Generic support
Topic: Exception in tld block
Replies: 2
Views: 143

Re: Exception in tld block

Short answer from myself: changing the mask to add exclude-security-group in it seems to work :)
by CrazyCat
Sun May 05, 2024 11:01 am
Forum: Generic support
Topic: Exception in tld block
Replies: 2
Views: 143

Exception in tld block

Hi,

I made tld blocks in my configuration, works fine, but now I'm looking on how to create exception: I don't want some users (in a particular security group) to be forced to join the channel setted in the tld block.
Is there a way to do that ?
by CrazyCat
Sat Apr 27, 2024 11:14 am
Forum: Services
Topic: Help setting up Anope!
Replies: 8
Views: 7691

Re: Help setting up Anope!

Don't double post.
Just set correctly the uplink block in anope, and the link block and run the services after having started your ircd.
If you get errors, correct them, the error messages on both sides (unrealircd and services) are often relevant and helpfull
by CrazyCat
Sun Mar 24, 2024 1:53 pm
Forum: UnrealIRCd modules (third party)
Topic: So, what do you want?
Replies: 2
Views: 1776

Re: So, what do you want?

Hi Valware,

For years, I hoped for a module allowing to have an action (warn, kill, gline... same as spamfilter) on users which are not on any channel after a reasonnable delay.
by CrazyCat
Sun Mar 10, 2024 4:50 pm
Forum: General chat
Topic: Funding and donations
Replies: 11
Views: 2768

Re: Funding and donations

Is https://www.patreon.com/unrealircd the real one ?
I joined it but there is only "free membership" :)
by CrazyCat
Sat Feb 03, 2024 11:39 pm
Forum: General chat
Topic: Funding and donations
Replies: 11
Views: 2768

Re: Funding and donations

I always come in the forum, and don't look the unrealircd site. So, the donation page... never sen it. I suggest to create a project @ https://opencollective.com/ which allows automated monthly (anonymous) donation, and advertisment about it in the forum and the build message. I'll relay the donatio...
by CrazyCat
Thu Jan 04, 2024 11:14 am
Forum: General chat
Topic: bluesky ?
Replies: 0
Views: 2393

bluesky ?

@syzop : if you want an invitation for bluesky (bsky.app), just ask me, I've one available :)
by CrazyCat
Tue Nov 14, 2023 8:59 am
Forum: News and Releases
Topic: New Central Blocklist to reduce spam
Replies: 2
Views: 7059

Re: New Central Blocklist to reduce spam

Thanks for this module. After having installed central-api and central-blocklist (and having an api-key) , is there a way to test it ? The only info I get is via ./unrealircd module list showing me they are installed. I don't have any error msg in logs, so I think they work, but lack of evidence is ...
by CrazyCat
Wed Oct 18, 2023 9:57 pm
Forum: Generic support
Topic: Is it possible to retain private message history?
Replies: 1
Views: 3681

Re: Is it possible to retain private message history?

No.
Private messages are... private. Unrealircd can only have the history of channels with +H mode.
by CrazyCat
Sat Aug 19, 2023 1:09 pm
Forum: Generic support
Topic: 3 question about safety irc "service|" channels.
Replies: 7
Views: 5271

Re: 3 question about safety irc "service|" channels.

You can use a script in your eggdrop (with ircop access) to automate actions (like /clones) on user connexion. The "clones" are users with the same IP, you won't know if they are brothers, or an user and 2 bots, or just a ghost (in case of ping timeout). If you don't want clones, change yo...
by CrazyCat
Fri Aug 18, 2023 3:39 pm
Forum: Generic support
Topic: 3 question about safety irc "service|" channels.
Replies: 7
Views: 5271

Re: 3 question about safety irc "service|" channels.

To install it, from the unreal directory: ./unrealircd module install third/clones Than i get error: Bash... not workig. I try aslso first: cd eggdrop and than this command line, but also bash error. What i doing wrong? "from the unreal directory"... cd unrealircd ./unrealircd module inst...
by CrazyCat
Thu Aug 17, 2023 3:56 pm
Forum: Generic support
Topic: 3 question about safety irc "service|" channels.
Replies: 7
Views: 5271

Re: 3 question about safety irc "service|" channels.

To install it, from the unreal directory:

Code: Select all

./unrealircd module install third/clones
Then, edit your unrealircd.conf to add loadmodule "third/clones" and rehash the server.

Usage: read the link I gave or type /helpop clones
by CrazyCat
Thu Aug 10, 2023 10:53 am
Forum: Generic support
Topic: 3 question about safety irc "service|" channels.
Replies: 7
Views: 5271

Re: 3 question about safety irc "service|" channels.

Well. Question 1 : it's anope related, not unreal. You can have main bots (chanserv, nickserv, botserv...) in a channel by enabling service::channels in each service config file, but I don't think you can have all botserv' bots in a channel without any anope module. Question 2: configure blacklists ...