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-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
|
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-10-01 13:59:40 by Santhosh Raju | Files touched by this commit (2) |
Log message:
chat/ircd-hybrid: Update to 8.2.43
Changes since 8.2.42:
-- Noteworthy changes in version 8.2.43 (2022-09-26)
* Due to ongoing protocol modernizations and deprecation of old backwards
compatibility code, ircd-hybrid is now no longer link compatible to
8.2.33 and below. As for the Anope IRC Services, 2.0.8 is the minimum
supported version now.
* Implemented channel mode `V`. `INVITE` cannot be used on channels with
that mode set.
* `WHOIS` on clients connected via TLS now also shows some details about
the TLS version and cipher being used
* Removed user mode `d` (debugging notices)
|
2022-09-04 10:25:09 by Santhosh Raju | Files touched by this commit (2) |
Log message:
chat/ircd-hybrid: Update to 8.2.42
Changes since 8.2.41:
-- Noteworthy changes in version 8.2.42 (2022-08-28)
* Added support for reproducible builds using the `SOURCE_DATE_EPOCH` environment
variable. See https://reproducible-builds.org/docs/source-date-epoch/ for more
information.
* Extban `$Q` of type acting has been implemented. This extban prevents
matching users from using the `KICK` command.
* Implemented channel mode `Q`. `KICK` cannot be used on channels with that \
mode set.
* Implemented user mode `Z`. Users with that mode set may only receive private
messages from other users that are connected via TLS.
* Fixed issue where `WHO nick` on invisible clients (user mode i`) wouldn't work
|
2022-08-08 10:17:18 by Santhosh Raju | Files touched by this commit (3) |
Log message:
chat/ircd-hybrid: Update to 8.2.41
Changes since 8.2.40:
-- Noteworthy changes in version 8.2.41 (2022-07-15)
* Fixed issue where WHO didn't work on channel names with two or more
consequent asterisk characters
* IRCv3 WHOX has been implemented. See doc/who.txt for more information
about the new WHO options and features.
* Clients that are connected via TLS are now flagged with the letter S in
the who reply
|