Path to this page:
./
chat/unrealircd,
Advanced IRC server with IPv6 and SSL support
Branch: CURRENT,
Version: 5.2.4nb8,
Package name: unrealircd-5.2.4nb8,
Maintainer: pkgsrc-usersUnrealIRCd is an IRC server based on the branch of IRCu called
Dreamforge, formerly used by the DALnet IRC Network.
Key features include SSL, cloaking, its advanced anti-flood and
anti-spam systems, swear filtering and module support.
MESSAGE.inet6 [+/-]===========================================================================
$NetBSD: MESSAGE.inet6,v 1.1.1.1 2005/11/29 19:17:03 adrianp Exp $
In order to support IPv6 addresses with unrealircd your system must be
configured to support IPv4-mapped address. On NetBSD this can be achieved
by placing the following in your sysctl.conf:
net.inet6.ip6.v6only=0
The setting will come into effect on the next system reboot or
alternatively type the following for the change to take place immediately:
sysctl -w net.inet6.ip6.v6only=0
NOTE: There are potential security issues to be aware of when changing this
setting.
===========================================================================
Required to run:[
net/libcares] [
security/openssl] [
devel/pcre2] [
security/argon2]
Required to build:[
pkgtools/cwrappers]
Package options: unrealircd-showlistmodes
Master sites:
Filesize: 7032.425 KB
Version history: (Expand)
- (2024-11-01) Updated to version: unrealircd-5.2.4nb8
- (2024-11-01) Updated to version: unrealircd-5.2.4nb7
- (2024-05-29) Updated to version: unrealircd-5.2.4nb6
- (2024-05-16) Updated to version: unrealircd-5.2.4nb5
- (2023-11-08) Updated to version: unrealircd-5.2.4nb4
- (2023-10-25) Updated to version: unrealircd-5.2.4nb3
CVS history: (Expand)
2023-11-08 14:21:43 by Thomas Klausner | Files touched by this commit (2377) |
Log message:
*: recursive bump for icu 74.1
|
2023-10-25 00:11:51 by Thomas Klausner | Files touched by this commit (2298) |
Log message:
*: bump for openssl 3
|
2023-04-19 10:12:01 by Adam Ciarcinski | Files touched by this commit (2359) | |
Log message:
revbump after textproc/icu update
|
2022-10-26 12:32:08 by Thomas Klausner | Files touched by this commit (687) |
Log message:
*: bump PKGREVISION for libunistring shlib major bump
|
2022-03-04 09:50:46 by Nia Alarie | Files touched by this commit (3) | |
Log message:
unrealircd: update to 5.2.4
This fixes a crash bug.
|
2021-12-08 17:07:18 by Adam Ciarcinski | Files touched by this commit (3063) |
Log message:
revbump for icu and libffi
|
2021-10-26 12:05:29 by Nia Alarie | Files touched by this commit (146) |
Log message:
chat: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-18 13:13:34 by Nia Alarie | Files touched by this commit (7) | |
Log message:
unrealircd: update to 5.2.2
UnrealIRCd 5.2.2 Release Notes
===============================
This 5.2.2 release only contains some minor changes.
Fixes:
* Fix issues with Let's Encrypt certificates for
[remote includes](https://www.unrealircd.org/docs/Remote_includes) (quite
common) and with linking to servers with link::verify-certificate enabled
(more rare). Both issues only happen with:
* OpenSSL 1.0.2 and older, which is officially unsupported, but still in
use on e.g. Debian 8 and Ubuntu 16.04.
* LibreSSL, such as with UnrealIRCd on Windows
* OpenBSD compile issue when using shipped c-ares
Enhancements:
* [set::allowed-nickchars](https://www.unrealircd.org/docs/Nick_Character_Sets):
added ```arabic-utf8```
* \
[set::server-linking](https://www.unrealircd.org/docs/Set_block#set::server-linking):
add another autoconnect-strategy called ```sequential-fallback```.
Module coders / IRC protocol:
* S2S: Allow ```SVSLOGIN``` also when
[set::sasl-server](https://www.unrealircd.org/docs/Set_block#set::sasl-server)
is not set.
* Some minor ```CHATHISTORY``` fixes, for example the subcommand is now
case-insensitive.
* You can use the new ```UNREAL_VERSION``` macro. It is easier than the
old individual UNREAL_VERSION_MAJOR/MINOR/etc macros.
|