2020-07-13 15:12:09 by Kimmo Suominen | Files touched by this commit (3) |
Log message:
Fix day-of-month format so that strftime(3) will recognize it.
|
2020-05-22 12:56:49 by Adam Ciarcinski | Files touched by this commit (624) |
Log message:
revbump after updating security/nettle
|
2020-05-04 13:40:10 by Santhosh Raju | Files touched by this commit (2) |
Log message:
chat/ircd-hybrid: Updates to 8.2.31
Changes since 8.2.30:
-- Noteworthy changes in version 8.2.31 (2020-05-03)
o) macOS compatibility fixes
o) Removed 'spoof_notice' from auth::flags. With vhosts now this notice doesn't make
much sense anymore
o) Fixed issue where ban masks might become malformed if set by remote \
clients/servers
o) Fixed issue with channel mode +c where high ascii characters can be erroneously
detected as control characters
o) For a full list of all changes in this release, see https://git.io/JfsmV
|
2020-03-14 03:52:36 by Santhosh Raju | Files touched by this commit (3) |
Log message:
chat/ircd-hybrid: Updates to 8.2.30
Changes since 8.2.29:
-- Noteworthy changes in version 8.2.30 (2020-03-01)
o) "QUOTE HELP extban" didn't work because the extban help file hasn't been
installed properly during 'make install'
o) Fixed broken libcrypto detection which caused the ircd not to work with
openssl under certain circumstances
o) Extban $n of type 'acting' has been implemented. This extban prevents
matching users from changing their nick while in the channel. Users
with voice or above are not affected.
o) Channel mode +N has been changed so channel members with +v can change
their nick name as well
o) For a full list of all changes in this release, see https://git.io/JvgAq
|
2020-03-08 17:51:54 by Thomas Klausner | Files touched by this commit (2833) |
Log message:
*: recursive bump for libffi
|
2020-02-20 07:55:42 by Santhosh Raju | Files touched by this commit (2) |
Log message:
chat/ircd-hybrid: Updates to 8.2.29
Changes since 8.2.28:
-- Noteworthy changes in version 8.2.29 (2020-02-19)
o) Extbans have been implemented. Currently supported extbans:
Matching:
$a:<account> Matches users logged into a matching account.
$c:<channel> Matches users that are on the given channel. An additional
prefix of either @, %, or + can be specified to test for
certain channel privileges.
$o:<class> Matches IRC operators that have joined a class
matching the mask.
$r:<realname> Matches users with a matching realname.
$s:<server> Matches users that are connected to a server matching \
the mask.
$u:<modes> Matches users having the specified user modes set or not set.
$z:<certfp> Matches users having the given TLS certificate fingerprint.
Acting:
$j:<banmask> Prevents matching users from joining the channel.
$m:<banmask> Blocks messages from matching users. Users with voice
or above are not affected.
For more details, see help/extban.
o) Added 'channel::enable_extbans' configuration option. See doc/reference.conf
for more information.
o) For a full list of all changes in this release, see https://git.io/JvBca
|
2020-02-04 21:40:18 by Santhosh Raju | Files touched by this commit (1) |
Log message:
chat/ircd-hybrid: Adds support for wolfSSL TLS option.
|
2020-01-27 23:41:42 by Santhosh Raju | Files touched by this commit (2) |
Log message:
chat/ircd-hybrid: Updates to 8.2.28
Changes since 8.2.27:
-- Noteworthy changes in version 8.2.28 (2020-01-26)
o) Fixed issue with topics set by TBURST not being propagated properly to clients
o) Allow IRC operators to search for real hosts in "WHO"
o) Ban/exempt/invex masks are now also tested against realhosts to prevent clients
from bypassing channel bans by activating a fakehost
o) For a full list of all changes in this release, see https://git.io/JvqpT
|
2020-01-26 00:48:31 by Santhosh Raju | Files touched by this commit (1) |
Log message:
chat/ircd-hybrid: Adds option for supporting GnuTLS.
Thanks to leot@ for reviewing.
|
2020-01-23 11:06:22 by Santhosh Raju | Files touched by this commit (1) |
Log message:
chat/ircd-hybrid: Replaces deprecated openssl options.
Replaces the deprecated --enable-openssl / --disable-openssl with the
--with-tls=openssl for OpenSSL support.
|