./chat/unrealircd, Advanced IRC server with IPv6 and SSL support

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 5.2.4nb4, Package name: unrealircd-5.2.4nb4, Maintainer: pkgsrc-users

UnrealIRCd 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 [+/-]

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)


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) | Package updated
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) | Package updated
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) | Package updated
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.