Search found 1777 matches
- Sat Mar 27, 2021 5:18 pm
- Forum: Installing and getting connected
- Topic: UnrealIRCD Need Help Please
- Replies: 5
- Views: 231
Re: UnrealIRCD Need Help Please
For help with eggdrop and such you are better of on an eggdrop forum. As for your can't kick even if IRCOp issue: FAQ: I can't change channel modes, join invite only channels, etc even though I am IRCOp!! And I really recommend reading the IRCOp guide : This is a guide for everyone who has their IRC...
- Fri Mar 26, 2021 2:53 pm
- Forum: Installing and getting connected
- Topic: Cloaking is not working Need Help Please
- Replies: 4
- Views: 149
Re: Cloaking is not working Need Help Please
You can change the set::cloak-method
So:
This is also mentioned at the end of the page of the Cloaking documentation.
And, I did not understand your second question, sorry
So:
Code: Select all
set {
cloak-method ip;
}
And, I did not understand your second question, sorry

- Fri Mar 26, 2021 7:55 am
- Forum: News and Releases
- Topic: UnrealIRCd 5.0.9.1 released and update on OpenSSL crashbug
- Replies: 0
- Views: 461
UnrealIRCd 5.0.9.1 released and update on OpenSSL crashbug
Hi everyone, UnrealIRCd 5.0.9.1 released: build improvements on *NIX I've released UnrealIRCd 5.0.9.1 for *NIX. If you are already running 5.0.9 then there is absolutely NO reason to upgrade to this version. It ONLY improves the ./Config and ./configure script. It fixes a problem where UnrealIRCd di...
- Thu Mar 25, 2021 6:14 pm
- Forum: News and Releases
- Topic: UnrealIRCd and the recent OpenSSL advisory (CVE-2021-3449)
- Replies: 2
- Views: 480
UnrealIRCd and the recent OpenSSL advisory (CVE-2021-3449)
Hi everyone, Today, the OpenSSL project issued a security advisory : "NULL pointer deref in signature_algorithms processing (CVE-2021-3449)". It basically means most SSL/TLS servers on the Internet can be crashed. Other than crashing the server no damage can be done (no execution of code)....
- Sat Mar 20, 2021 7:06 am
- Forum: News and Releases
- Topic: UnrealIRCd 5.0.9 released
- Replies: 0
- Views: 415
UnrealIRCd 5.0.9 released
UnrealIRCd 5.0.9 is out! This release comes with improved connection notices and logging for admins, global maxperip limit, dated log file names, max connections bumped to 16384, and more. There are no major bug fixes. See the release notes for full details. As always, you can download UnrealIRCd fr...
- Sat Mar 13, 2021 7:24 am
- Forum: News and Releases
- Topic: UnrealIRCd 5.0.9-rc1 available for testing
- Replies: 0
- Views: 461
UnrealIRCd 5.0.9-rc1 available for testing
The release candidate for UnrealIRCd 5.0.9 is now available for testing, see the release notes for full details. If you find any bugs, please report them on the bugtracker so we can get them fixed before the final 5.0.9 release. As always, you can download UnrealIRCd from https://www.unrealircd.org/...
- Mon Mar 08, 2021 3:57 pm
- Forum: Generic support
- Topic: Problem to enable SASL
- Replies: 1
- Views: 676
Re: Problem to enable SASL
Although it may not be directly related to your problem, we noticed you are using an outdated UnrealIRCd version. So upgrade to UnrealIRCd 5 and also make sure you are using a recent anope version (2.0.7 or later). SASL should then work out of the box once services are linked in. (And they are linke...
- Thu Mar 04, 2021 5:31 pm
- Forum: Generic support
- Topic: halfop couldn't remove the bans
- Replies: 1
- Views: 497
Re: halfop couldn't remove the bans
The short answer is: at the moment there is no such option to configure that. Long answer: The basic idea behind halfops is that they can take moderator actions but cannot change "policy channel modes" such as +CGHSTV. Although in practice this doesn't hold true for all channel mode letter...
- Thu Mar 04, 2021 5:28 pm
- Forum: Generic support
- Topic: How to use windows version without SSL/TLS
- Replies: 1
- Views: 396
Re: How to use windows version without SSL/TLS
You can simply connect without SSL/TLS to port 6667 (that is the plaintext IRC port).
If you have a more specific problem / error message, let us know.
If you have a more specific problem / error message, let us know.
- Wed Feb 10, 2021 7:05 am
- Forum: Generic support
- Topic: Restrict opers creation
- Replies: 7
- Views: 476
Re: Restrict opers creation
Seems this discussion continues in a new thread: Authentication service?
- Wed Feb 10, 2021 6:52 am
- Forum: Generic support
- Topic: Authentication service?
- Replies: 4
- Views: 482
Re: Authentication service?
The actual authentication of users (via SASL or otherwise) is done by services. When UnrealIRCd receives an authentication request it just hands it over to services, and services basically send a response back if it is OK / not OK. As you can read in https://www.unrealircd.org/docs/Authentication#Ho...
- Fri Jan 08, 2021 4:04 pm
- Forum: News and Releases
- Topic: UnrealIRCd 5.0.8 released
- Replies: 0
- Views: 4052
UnrealIRCd 5.0.8 released
The main purpose of this release is to enhance the reputation functionality. There have also been some other changes and minor bug fixes. See the release notes for full details. Reminder: UnrealIRCd 4 is no longer supported UnrealIRCd 4 is no longer supported . Admins must upgrade to UnrealIRCd 5. I...
- Fri Jan 01, 2021 2:08 pm
- Forum: News and Releases
- Topic: UnrealIRCd 4 no longer supported
- Replies: 0
- Views: 2098
UnrealIRCd 4 no longer supported
After five years it is time to say goodbye to the old UnrealIRCd 4 series. As of today, UnrealIRCd 4.x is no longer supported. This should be no surprise, given that the end-of-life announcement was in July 2019. And, of course, the repeated announcements pointing out the EOL date on the website, fo...
- Wed Dec 30, 2020 1:59 pm
- Forum: News and Releases
- Topic: UnrealIRCd 5.0.8-rc1 available for testing
- Replies: 0
- Views: 1838
UnrealIRCd 5.0.8-rc1 available for testing
The release candidate for UnrealIRCd 5.0.8 is now available for testing, see the release notes for full details. If you find any bugs, please report them on the bugtracker so we can get them fixed before the final 5.0.8 release. Reminder: UnrealIRCd 4 End Of Life after 2020 UnrealIRCd 4 is no longer...
- Thu Dec 10, 2020 6:24 am
- Forum: Generic support
- Topic: Channels do not remain "persistent" on unrealircd 5.0.6
- Replies: 5
- Views: 1237
Re: Channels do not remain "persistent" on unrealircd 5.0.6
I cannot reproduce that problem, although I am on 5.0.7 (but nothing changed between .6 and .7 in this respect to my knowledge). Note that +P is not related to chanserv and/or services. This is the expected +P behavior: JOIN #test :c5667!x@Mask-4E7B8307 JOIN :#test :maintest.test.net 332 c5667 #test...