Search found 1917 matches

by Syzop
Fri Dec 23, 2022 8:12 am
Forum: News and Releases
Topic: UnrealIRCd 6.0.5-rc2 available for testing
Replies: 0
Views: 10853

UnrealIRCd 6.0.5-rc2 available for testing

The second release candidate for 6.0.5 is now available for testing. If you have some time during the holidays and would like to try it out, that would be great. Please report any bugs you find at https://bugs.unrealircd.org/. On *NIX you can use the command ./unrealircd upgrade --rc to upgrade to t...
by Syzop
Sun Dec 11, 2022 3:42 pm
Forum: Generic support
Topic: Enable ipv6
Replies: 4
Views: 11641

Re: Enable ipv6

UnrealIRCd On the UnrealIRCd side the only that matters is if you have a listen block: Configuration If you have a generic listen block like this (ip *): listen { ip *; ..etc.. ... then it will listen on both IPv4 and IPv6 and there is nothing left to do on the UnrealIRCd side. All is good. If you ...
by Syzop
Fri Dec 09, 2022 9:07 am
Forum: Generic support
Topic: Fatal Error on rehash (Unrealircd 5.2.4)
Replies: 2
Views: 8659

Re: Fatal Error on rehash (Unrealircd 5.2.4)

Sadly, UnrealIRCd 5 is end of life. Only security bugs are being fixed (so not bugs like the one you mention) until July 1, 2023. After that date it will be completely unsupported. See https://www.unrealircd.org/docs/UnrealIRCd_5_EOL I highly suggest trying UnrealIRCd 6. It is only a minimal effort ...
by Syzop
Wed Dec 07, 2022 10:25 am
Forum: News and Releases
Topic: UnrealIRCd 6.0.5-rc1 available for testing
Replies: 0
Views: 18040

UnrealIRCd 6.0.5-rc1 available for testing

The release candidate for 6.0.5 is now available for testing. You can help us by testing and reporting any issues at https://bugs.unrealircd.org/. This release adds experimental JSON-RPC support which can be used by a web panel or other interface (this is work in progress). There's a new TLINE comma...
by Syzop
Fri Nov 18, 2022 10:33 am
Forum: News and Releases
Topic: UnrealIRCd 6.0.4.2 released
Replies: 0
Views: 16730

UnrealIRCd 6.0.4.2 released

UnrealIRCd 6.0.5 is not ready yet, it is scheduled for January 2023 (with one or more RC's before that). So, in the meantime we have released a small update today, UnrealIRCd 6.0.4.2: Two IRCv3 specifications were ratified which we already supported as drafts: Change CAP draft/extended-monitor to ex...
by Syzop
Fri Oct 14, 2022 7:23 am
Forum: Generic support
Topic: Multiple certificates for unreal ?
Replies: 2
Views: 6287

Re: Multiple certificates for unreal ?

Yes exactly. Both options are possible :) At work for these situations I usually go for multi domain certificates, so one certificate with both hostnames/domains listed. For paid certs it usually only costs like $10 per extra hostname. And for free Let's Encrypt it is usually just adding an extra op...
by Syzop
Fri Oct 14, 2022 7:15 am
Forum: Generic support
Topic: DCC? Is there any way to still send files?
Replies: 4
Views: 6658

Re: DCC? Is there any way to still send files?

In everyday IRC practice DCC is a nightmare. And it has been like that for decades, so that's why the wiki probably says that. Nowadays most people upload things on the web and post a link to on IRC. Some IRC clients even "auto load" image links due to this practice. So people upload to te...
by Syzop
Fri Oct 14, 2022 7:11 am
Forum: Generic support
Topic: Problems with geoip-classic in unrealrcd 6.0.4.1
Replies: 6
Views: 7194

Re: Problems with geoip-classic in unrealrcd 6.0.4.1

Yes, exactly what CrazyCat says. You should normally not have these set::geoip-classic lines in your config file. If you don't have these lines then the databases are automatically fetched online. This works via the last few lines at the end of conf/modules.default.conf. It does automatic updates to...
by Syzop
Sat Oct 01, 2022 7:22 am
Forum: Installing and getting connected
Topic: Next step to setup irc
Replies: 24
Views: 63684

Re: Next step to setup irc

This commands.so and .dll stuff... those lines in the configuration file you are showing... those only exists in UnrealIRCd 3.2.x. Why are you using a UnrealIRCd 3.2 style configuration file when you are trying to setup UnrealIRCd 6? That is not going to work. The only way you can get into such a si...
by Syzop
Fri Sep 23, 2022 7:57 am
Forum: Installing and getting connected
Topic: Next step to setup irc
Replies: 24
Views: 63684

Re: Next step to setup irc

The installation procedure is outlined in https://www.unrealircd.org/docs/Installing_from_source You finished the section called "Compiling" and now you need to follow "Creating a configuration file". https://www.unrealircd.org/docs/Installing_from_source#Creating_a_configuration...
by Syzop
Mon Aug 29, 2022 8:55 am
Forum: News and Releases
Topic: Developing an UnrealIRCd webpanel
Replies: 6
Views: 13098

Re: Developing an UnrealIRCd webpanel

Laravel is for the frontend indeed, it is not used in the library. Development of the PHP library can be tracked at https://github.com/unrealircd/unrealircd-rpc-php. At the moment of writing the README is out of date, so better check the code instead. Development of the frontend can be tracked at ht...
by Syzop
Mon Aug 29, 2022 8:30 am
Forum: News and Releases
Topic: UnrealIRCd 6.0.4.1 released
Replies: 0
Views: 16605

UnrealIRCd 6.0.4.1 released

Today we released a small update to fix two issues in UnrealIRCd 6.0.x. We only suggest upgrading if you are impacted by these problems. Most users will probably not upgrade and wait for 6.0.5 later this year. Fix sporadic crash when linking a server (after successful authentication). This feels lik...
by Syzop
Fri Jul 01, 2022 6:25 pm
Forum: News and Releases
Topic: Developing an UnrealIRCd webpanel
Replies: 6
Views: 13098

Re: Looking for webdevs to make UnrealIRCd webpanel

Today we have found someone who offered to create the webpanel: SketchNI. The following components were chosen: PHP - because lots of people know PHP, including some unrealircd devs/contributors, it seems like the safest choice Laravel - because it's one of the most popular frameworks VueJS - for th...
by Syzop
Sun Jun 26, 2022 8:35 am
Forum: News and Releases
Topic: Developing an UnrealIRCd webpanel
Replies: 6
Views: 13098

Re: Looking for webdevs to make UnrealIRCd webpanel

Small update after 48hrs: Most of the people who joined the channel have shown interest in the concept but nobody has actually come forward to work on the admin panel yet. There's also a sizable group which has shown interest in the JSON-RPC UnrealIRCd API for use cases other than the webpanel, whic...
by Syzop
Fri Jun 24, 2022 9:15 am
Forum: News and Releases
Topic: Developing an UnrealIRCd webpanel
Replies: 6
Views: 13098

Developing an UnrealIRCd webpanel

IMPORTANT: This post contains outdated information, as this first attempt stalled/failed. For the new webpanel, see UnrealIRCd webpanel on the wiki. Original post: We are envisioning an "admin panel" where IRCOps would be able to do a number of server tasks, starting with: Status overview...