2025-01-23 12:22:24 by Santhosh Raju | Files touched by this commit (6) |
Log message:
chat/ircd-hybrid: Update to 8.2.46
Changes since 8.2.45:
-- Noteworthy changes in version 8.2.46 (2025-01-22)
* The user mode subsystem now supports dynamic registration and unregistration \
of user
modes. This allows modules to register and unregister their own user modes, \
making the
system more flexible and modular.
* The `INFO` command output now includes namespaces, organizing configuration entries
according to their respective configuration blocks for better clarity and structure
* The `INFO` command output now shows entries from the admin {} config block
* The `WALLOPS` command has been removed
* The `serverinfo::motd_file` configuration directive has been added, allowing the
Message of the Day (MOTD) file path to be customized instead of hardcoded
* The `channel::max_kick_length` configuration directive has been added, allowing
servers to specify the maximum length of a `KICK` message that the server will
accept from a client.
|
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
|
2023-11-08 14:21:43 by Thomas Klausner | Files touched by this commit (2377) |
Log message:
*: recursive bump for icu 74.1
|