Search found 38 matches

by Valware
Sun Mar 24, 2024 6:39 pm
Forum: UnrealIRCd Webpanel and JSON-RPC
Topic: Let's pick your brain, community!
Replies: 1
Views: 127

Re: Let's pick your brain, community!

For the record, I have my own (very much third-party) ideas regarding web integration. Do you have any particular web integration ideas?
by Valware
Sun Mar 24, 2024 6:26 pm
Forum: UnrealIRCd Webpanel and JSON-RPC
Topic: Let's pick your brain, community!
Replies: 1
Views: 127

Let's pick your brain, community!

Hi everyone. I recently made a post about making third-party UnrealIRCd modules . Well I don't just write modules, I also wrote the Webpanel. But did you know you can have plugins on your Webpane l? You can even contribute your plugins to the plugins repository . And so I would like to ask for your ...
by Valware
Sat Mar 23, 2024 10:23 pm
Forum: UnrealIRCd modules (third party)
Topic: So, what do you want?
Replies: 2
Views: 187

So, what do you want?

Hi, I write third-party UnrealIRCd modules and I just wanted to ask the UnrealIRCd community what sort of modules they want but are too afraid to ask for. Maybe you don't ask because you think your idea is stupid, or small, or would get easily rejected or something; well stop thinking that, and give...
by Valware
Thu Mar 21, 2024 4:16 pm
Forum: UnrealIRCd modules (third party)
Topic: [Request] Countries and Channel
Replies: 3
Views: 111

Re: [Request] Countries and Channel

Happy IRCing! =]
by Valware
Thu Mar 21, 2024 2:12 pm
Forum: UnrealIRCd modules (third party)
Topic: [Request] Countries and Channel
Replies: 3
Views: 111

Re: [Request] Countries and Channel

Hi David,

You can achieve this using a security-group and a `set <security-group> {}` block, like so:

Code: Select all

security-group german {
  country DE;
}

set german {
  auto-join "#deutsch";
}
by Valware
Sat Feb 03, 2024 10:07 am
Forum: General chat
Topic: Funding and donations
Replies: 10
Views: 1281

Re: Funding and donations

Hiya! Indeed there are many ideas/things that can be done, I'm excited to see more suggestion of a merch shop. I have compiled a small list, which I will add more to at a later time, but for now my list of idea contribution is this: Merch shop Yes, a merch shop is a great idea, as you know I'm alrea...
by Valware
Tue Dec 05, 2023 4:57 pm
Forum: General chat
Topic: What song are you listening to?
Replies: 5
Views: 21503

Re: What song are you listening to?

Maria by Blondie
by Valware
Thu Jul 06, 2023 8:47 pm
Forum: Generic support
Topic: Is it possible to do g/line in all countries?
Replies: 8
Views: 5825

Re: Is it possible to do g/line in all countries?

I will tell you, but first a forewarning: Not every IP address has GEOIP location attached to it, and so you may be banning many regular users who could be using a mobile device or something. As a result of this, I recommend that you make it into a soft-gline, in that if someone were to authenticate...
by Valware
Thu Jul 06, 2023 7:49 pm
Forum: Generic support
Topic: Is it possible to do g/line in all countries?
Replies: 8
Views: 5825

Re: Is it possible to do g/line in all countries?

you should be able to gline ~country:* and add an e-line for certain countries using the same manner
by Valware
Thu Jun 15, 2023 8:37 am
Forum: Installing and getting connected
Topic: random server
Replies: 3
Views: 2703

Re: random server

I will answer this question under the assumption that by "randomize" you actually mean something like a round-robin, where you could attempt a connection at one domain name (irc.example.org) and it would take you to a "random" server on your network. This is called a DNS Round-Ro...
by Valware
Wed Jun 07, 2023 10:45 am
Forum: Installing and getting connected
Topic: error: Alarm clock
Replies: 10
Views: 5012

Re: error

It's difficult, but based on that information alone, I think you may have skipped the very first step in installing UnrealIRCd - the prerequisites
by Valware
Tue Jun 06, 2023 1:03 pm
Forum: Installing and getting connected
Topic: error: Alarm clock
Replies: 10
Views: 5012

Re: error

Please can you provide some more context? For example, what command did you run, and what was the rest of the output?
by Valware
Mon Jun 05, 2023 9:45 am
Forum: Generic support
Topic: enable ipv6
Replies: 6
Views: 12104

Re: enable ipv6

You can add your IPv6 address in your DNS by adding an AAAA record pointing towards your IPv6 for the same subdomain
by Valware
Mon Jun 05, 2023 9:37 am
Forum: Generic support
Topic: enable ipv6
Replies: 6
Views: 12104

Re: enable ipv6

Sorry, I didn't understand your meaning.
by Valware
Mon Jun 05, 2023 9:12 am
Forum: Generic support
Topic: enable ipv6
Replies: 6
Views: 12104

Re: enable ipv6

If you have a listen block that matches ip/mask "*", this means "listen on all available IPs".

The reason it's already in use is because you're already listening with it using "*"