Path to this page:
./
chat/ircd-hybrid,
IRC server with many options
Branch: CURRENT,
Version: 8.2.45nb3,
Package name: ircd-hybrid-8.2.45nb3,
Maintainer: pkgsrc-usersIRC (Internet Relay Chat) provides a way of communicating in real time with
people. Generally, the user runs a client program to a server running a
IRC server software. Hybrid ircd is such a server.
Required to run:[
security/openssl]
Required to build:[
pkgtools/cwrappers]
Package options: openssl
Master sites:
Filesize: 1077.144 KB
Version history: (Expand)
- (2024-11-15) Updated to version: ircd-hybrid-8.2.45nb3
- (2024-11-01) Updated to version: ircd-hybrid-8.2.45nb2
- (2024-11-01) Updated to version: ircd-hybrid-8.2.45nb1
- (2024-07-05) Updated to version: ircd-hybrid-8.2.45
- (2024-06-29) Updated to version: ircd-hybrid-8.2.44
- (2024-05-29) Updated to version: ircd-hybrid-8.2.43nb6
CVS history: (Expand)
2024-11-14 23:22:33 by Thomas Klausner | Files touched by this commit (2429) |
Log message:
*: recursive bump for icu 76 shlib major version bump
|
2024-11-01 13:55:19 by Thomas Klausner | Files touched by this commit (2426) |
Log message:
*: revbump for icu downgrade
|
2024-11-01 01:54:33 by Thomas Klausner | Files touched by this commit (2427) |
Log message:
*: recursive bump for icu 76.1 shlib bump
|
2024-07-04 23:59:11 by Santhosh Raju | Files touched by this commit (3) | |
Log message:
chat/ircd-hybrid: Update to 8.2.45
Changes since 8.2.44:
-- Noteworthy changes in version 8.2.45 (2024-07-02)
* The module API has been rewritten for improved flexibility. A modules.conf
file is now required for configuring and loading modules. For further
information, refer to the doc/reference.modules.conf.
* The `INFO` subsystem has been updated to support dynamic registration and
unregistration of info entries. This allows modules to register and unregister
their own info entries, which are shown in the `INFO` output.
* Added support for a flattened `MAP` output when `serverhide::flatten_links`
is enabled. This allows users to view a simplified network topology where
all servers appear as if they are directly connected to the local server.
|
2024-06-29 03:10:14 by Santhosh Raju | Files touched by this commit (5) |
Log message:
chat/ircd-hybrid: Update to 8.2.44
Changes since 8.2.43:
-- Noteworthy changes in version 8.2.44 (2024-06-15)
* Fixed FTCBFS issue caused by ./configure using macros that lacked special
handling for cross-compilation scenarios
* Fixed the issue where XLINE and UNXLINE were not working properly on
servers within a cluster
* Command-line options now support both short (`-c`) and long
(`--configfile`) formats.
The available options are:
* `-c` or `--configfile` for the configuration file
* `-k` or `--klinefile` for the kline database file
* `-d` or `--dlinefile` for the dline database file
* `-x` or `--xlinefile` for the xline database file
* `-r` or `--resvfile` for the resv database file
* `-l` or `--logfile` for the log file
* `-p` or `--pidfile` for the PID file
* `-f` or `--foreground` to run in the foreground
* `-v` or `--version` to print the version and exit
* `-h` or `--help` to display help information
* The new IRC operator flag, `message:mass`, has been implemented. This flag
controls access to sending mass messages using the `NOTICE $$*.mask` command.
* Upon connecting, a user will now receive a notice with their client
certificate fingerprint, if provided.
* The `INFO` command now includes the `serverinfo::name`, `serverinfo::sid`,
and`serverinfo::description` configuration options in its output.
* The `STATS` subsystem has been rewritten to support dynamic registration
and unregistration of stats handlers. This allows modules to register and \
unregister
their own stats handlers.
* Implemented hostname cloaking API to improve user privacy and security by
obfuscating real IP addresses. The cloaking process uses CIDR masking,
SHA3 hashing, and base32 encoding to generate secure and unique cloaked
hostnames. The following configuration directives have been introduced:
* `cloak_enabled`: Enable or disable hostname cloaking.
* `cloak_cidr_len_ipv4`: CIDR length for IPv4 addresses used in hostname cloaking.
* `cloak_cidr_len_ipv6`: CIDR length for IPv6 addresses used in hostname cloaking.
* `cloak_num_bits`: Number of bits for the MAC computation used in hostname \
cloaking.
* `cloak_secret`: Secret key used in the MAC computation for hostname cloaking.
* `cloak_suffix`: Suffix appended to the cloaked hostname.
* Added user mode `+x` (cloak) to activate hostname cloaking for the user,
replacing their real IP address with a cloaked hostname.
* The `INFO` command now includes the new cloaking configuration options in
its output. The following cloaking-related configuration directives will be shown:
* `general::cloak_enabled`
* `general::cloak_cidr_len_ipv4`
* `general::cloak_cidr_len_ipv6`
* `general::cloak_num_bits`
* `general::cloak_secret` (displayed as `<REDACTED>` for security)
* `general::cloak_suffix`
|
2024-05-29 18:35:19 by Adam Ciarcinski | Files touched by this commit (1929) | |
Log message:
revbump after icu and protobuf updates
|
2024-05-16 08:15:47 by Thomas Klausner | Files touched by this commit (692) |
Log message:
*: recursive bump for gnutls p11-kit option
(existing installations need the bl3.mk included, but it's now only
optionally included)
|
2024-03-16 12:19:33 by Nia Alarie | Files touched by this commit (1) |
Log message:
ircd-hybrid: Fix building on versions of Mac OS X before 10.12
|