From 989db12a53257993506114ad4d4ce6c6efff86fb Mon Sep 17 00:00:00 2001 From: bsiegert Date: Fri, 18 Jan 2019 22:21:02 +0000 Subject: [PATCH] Update matterircd to 0.18.4. Matterircd v0.18.4 Bugfix - general: fix cli args not override configuration file #205 - mattermost: support multi DM-groups correctly #209 - mattermost: add correct support for personal tokens #208 Use /msg mattermost login token= - mattermost: Fix JoinInclude / JoinExclude logic when joining/parting channels. Also support #team/channel - mattermost: Fix issue with empty channelname - mattermost: Fix re-login on session expiry Matterircd v0.18.3 Bugfix - slack: api changed, show uploaded files again Because of changes in slack API and the forced use of pagination, big channels with lots of users can take a while to load. Matterircd v0.18.2 Bugfix - slack: fix panic on websocket bug #189, #196 Matterircd v0.18.1 New features - mattermost: support mattermost 5.x Matterircd v0.18.0 New features - general: Add debugmode true/false message in banner - irc: Add PrefixMainTeam setting. Also set the main team name as prefix in the irc-channel. See matterircd.toml.example - slack: Add support for login for slack (as addition to login ) Bugfix - mattermost: update channels when adding/removing users to new channel. Alsso join channel when we are added. Closes #178 - irc: fix NAMES reply to send entire member list - irc: Use service for on-join topic changes (instead of your own username) - irc: Handle \r, ACTION and colour sanitization everywhere - irc: Fix concurrent map read/write. Closes #188 - slack: Make sure to return for not implemented functions in slack. Closes # 186 - slack: Replace spaces to underscore in botnames. Closes #184 Matterircd v0.17.3 Bugfix - slack: Fix issues with bots with spaces in the name - mattermost: Actually join/remove users to channel when they join, not when they say something #113 - mattermost: Join/remove users when they're added by someone else. Use a system message to show this #175 Matterircd v0.17.2 Bugfix - mattermost: Fix message looping issue Matterircd v0.17.1 New features - general: enable login via irc PASS command during handshake instead of PRIVMSG Bugfix - mattermost: Update GetFileLinks to API_V4 - slack/mattermost: Fix issue with matterircd users not being able to chat to eachother - slack: Do not join channels for single direct messages (slack) - slack: Split fallback messages on newline (slack) Matterircd v0.17.0 New features - general: mattermost configuration settings need to be migrated to [mattermost] settings. See matterircd.toml.example - slack: Add BlackListUser config setting. Blacklist users from connecting to slack. See matterircd.toml.example - slack: Add JoinMpImOnTalk config setting. Only join MultiPerson IM when someone talks. See mattericd.toml.example - slack: Add Restrict config setting. Only allowed to connect to specified slack teams. See matterircd.toml.example - slack: Add UseDisplayName config setting. If displayname is set, the message will be prepended with . See matterircd.toml.example - slack: also show messages from bots - slack: reconnect on disconnects Bugfix - &users join speedup on teams with massive amount of users (tested on 26k users) - Only allow 1 login/logout in progress - slack: Fix on-join race condition - slack: Always add yourself to your channels (fixes problem with > 500 users channels) - slack: remove carriage returns from topic - slack: Autojoin new channel/group when invited - slack: Join MpIm channel if we haven't joined it yet --- chat/matterircd/Makefile | 5 ++--- chat/matterircd/distinfo | 10 +++++----- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/chat/matterircd/Makefile b/chat/matterircd/Makefile index 1d9dc1c6804c..41856744818a 100644 --- a/chat/matterircd/Makefile +++ b/chat/matterircd/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2018/12/19 15:46:59 bsiegert Exp $ +# $NetBSD: Makefile,v 1.10 2019/01/18 22:21:02 bsiegert Exp $ -DISTNAME= matterircd-0.16.5 +DISTNAME= matterircd-0.18.4 MASTER_SITES= ${MASTER_SITE_GITHUB:=42wim/} -PKGREVISION= 4 CATEGORIES= chat GITHUB_TAG= v${PKGVERSION_NOREV} EXTRACT_USING= bsdtar diff --git a/chat/matterircd/distinfo b/chat/matterircd/distinfo index 638995a2f2c6..9b8c59735ce4 100644 --- a/chat/matterircd/distinfo +++ b/chat/matterircd/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2018/03/14 08:39:12 bsiegert Exp $ +$NetBSD: distinfo,v 1.3 2019/01/18 22:21:02 bsiegert Exp $ -SHA1 (matterircd-0.16.5.tar.gz) = 40b376796643a9383f41413fc4ee474cdc8c9019 -RMD160 (matterircd-0.16.5.tar.gz) = 7ba4e1d2b8ae66cfcc8ce8b179b9afa57d27468b -SHA512 (matterircd-0.16.5.tar.gz) = dded3620f4a98271ab545a408eaa1e7b7ff6b67719c365787da3aad749ce95b49aaaa198c3bd21bfb438e48e6fc59d9d1dfbf182a90dc811209d34d613d3cb39 -Size (matterircd-0.16.5.tar.gz) = 816814 bytes +SHA1 (matterircd-0.18.4.tar.gz) = d64b164657a12fd14f43697366dc8e0bdbfec9fb +RMD160 (matterircd-0.18.4.tar.gz) = d2a39084e47984c525e2ec1015347df96f40169e +SHA512 (matterircd-0.18.4.tar.gz) = 9d4619f8f5dc4af86839e0199ec7a4e0bd0bccdff51baa8b20ec66dbc147a7b20190424360b9144b28d146f588a48eb9402964ea0ad27dda2c57e813e31f5f9d +Size (matterircd-0.18.4.tar.gz) = 1578695 bytes