diff options
author | nia <nia@pkgsrc.org> | 2020-05-18 10:10:00 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2020-05-18 10:10:00 +0000 |
commit | 5d7dd4a89fff461858ae4e838b431cfc1488a925 (patch) | |
tree | 9b2cd3ad6be5d05aa8c35474c4971bb9d035f1d0 /chat | |
parent | e7b52a9fbfff33e948950bca3d4bbd2893fcdee7 (diff) | |
download | pkgsrc-5d7dd4a89fff461858ae4e838b431cfc1488a925.tar.gz |
unrealircd: Update to 5.0.4
UnrealIRCd 5.0.4 Release Notes
===============================
This new 5.0.4 version fixes quite a number of bugs. It contains only two small feature improvements.
Fixes:
* When placing a SHUN on an online user it was not always effective.
* Channeldb was not properly restoring all channel modes, such as +P.
* When upgrading UnrealIRCd it could sometimes crash the currently
running IRC server (rare), or trigger a crash report on
```./unrealircd restart``` (quite common).
* UnrealIRCd was giving up too easily on ident lookups.
* Crash when unloading a module with moddata.
* Crash if an authenticated server sends wrong information (rare).
* Removing a TEMPSHUN did not work if the user was on another server.
* SAJOIN to 0 (part all channels) resulted in a desync when used on remote users.
* Forced nick change from services was not showing up if the user
was not in any channels.
Enhancements:
* New option [set::hide-idle-time::policy](https://www.unrealircd.org/docs/Set_block#set%3A%3Ahide-idle-time)
by which you can change usermode +I (hide idle time in WHOIS) from
oper-only to settable by users. More options will follow in a future
release.
* In WHOIS you can now see if a user is currently (temp)shunned.
This only works for locally connected users for technical reasons,
so use ```/WHOIS Nick Nick``` to see it for remote users.
Changes:
* The oper notices and logging with regards to server linking have changed
a little. They are more consistent and log more now.
* When an IRCOp tries to oper up from an insecure connection we will now
mention the https://www.unrealircd.org/docs/FAQ#oper-requires-tls page.
This message is customizable through
[set::plaintext-policy::oper-message](https://www.unrealircd.org/docs/Set_block#set::plaintext-policy).
* The French HELPOP text was updated.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/unrealircd/Makefile | 5 | ||||
-rw-r--r-- | chat/unrealircd/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/chat/unrealircd/Makefile b/chat/unrealircd/Makefile index 611023603d4..07512c97939 100644 --- a/chat/unrealircd/Makefile +++ b/chat/unrealircd/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.72 2020/05/06 14:04:22 adam Exp $ +# $NetBSD: Makefile,v 1.73 2020/05/18 10:10:00 nia Exp $ -DISTNAME= unrealircd-5.0.3.1 -PKGREVISION= 2 +DISTNAME= unrealircd-5.0.4 CATEGORIES= chat MASTER_SITES= https://www.unrealircd.org/downloads/ diff --git a/chat/unrealircd/distinfo b/chat/unrealircd/distinfo index 4424ebdceb0..9e5c862774c 100644 --- a/chat/unrealircd/distinfo +++ b/chat/unrealircd/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.26 2020/02/20 16:12:28 nia Exp $ +$NetBSD: distinfo,v 1.27 2020/05/18 10:10:00 nia Exp $ -SHA1 (unrealircd-5.0.3.1.tar.gz) = fbf570844d6dcf171c13ee366263df83d0aad2d9 -RMD160 (unrealircd-5.0.3.1.tar.gz) = 3f30a6039ed0bee2f6106ac44df49b1b71abd9d9 -SHA512 (unrealircd-5.0.3.1.tar.gz) = 1bf3e2aab2f14d68a02ae6925d9e91135a92cf08886f703be0cd203c8b4b323bfc3930254d2bda381e60b3991f379115c954fa1fd262e28d7a27172a25bb172a -Size (unrealircd-5.0.3.1.tar.gz) = 4902967 bytes +SHA1 (unrealircd-5.0.4.tar.gz) = 0d611e662326520f048bbd6541e443952e5f95fb +RMD160 (unrealircd-5.0.4.tar.gz) = e02ff72aa87b76beaf9222a7e5b6bed72e014ebc +SHA512 (unrealircd-5.0.4.tar.gz) = cdd83fa55bdf1960499fff48ba656b66cf5a1c43a360658bc37add217af36933f00280f7eaddcbbd39720058a401650b944a5f0ce79ae3ca6749bd58c9cd5241 +Size (unrealircd-5.0.4.tar.gz) = 4907069 bytes SHA1 (patch-include_h.h) = 3fa85b08f1d9e317a45cb8f54a61e0560617e72d |