Sun Mar 15 11:15:55 2020 UTC ()
(chat/matterircd) Updated 0.18.4 to 0.19.4

# v0.19.4

## Bugfix

- slack: fix regression with slack library (#264)
- slack: fix an unexpected panic (#263)

# v0.19.3

## Enhancement

* general: Add UPDATELASTVIEWED command, and make DisableAutoView work consistently (#255)
* slack: Handle message edits and deletion (#260)
* slack: Add handling of reactions, stars and pins (#229)

## Bugfix

* mattermost: Fix a panic #247
* mattermost: Fixes incorrect users because of paging. #244
* mattermost: Fix outdated channel issue
* mattermost: Add paging so we can see > 200 users in a channel #248
* mattermost: Fix expired session panic #259
* general: Fix datarace #246
* general: Fix empty JoinInclude
* general: Fix panic #257

This release couldn't exist without the following contributors:
@Aketzu, @bucko909, @42wim

# v0.19.2
## Enhancement
* general: Add a default value matterirc.toml for the '-conf' flag (#240)
* slack: library updated
* mattermost: library updated
* mattermost: Add support for channel created/deleted events

## Bugfix
* mattermost: Remove ourselves from the channel when removed in mattermost. Fixes #233
* mattermost: Add/remove ourselves to the channel if we join using the GUI. #239
* mattermost: Update topics in mattermost. Closes #241
* mattermost: Fix pastes and attachments in direct message. Closes #228
* mattermost: Update channels if not known on join yet

# v0.19.1
## New features
* mattermost: Added support for disabling of automatic view flag updates (#226). See DisableAutoView in matterircd.toml.example
* slack: Add message showing enhancements and add slackbot to all channels (#230)

## Bugfix
* general: Fix tight loop (100% CPU). Closes #231

# v0.19.0
## New features
* irc: Add support for spoofing query messages. #195
	* You can now see your own messages you've typed on slack/mattermost web in irc
* irc: Add PasteBufferTimeout option (send ascii-art!)
   	* See matterircd.toml.example for an example.
   	* PasteBufferTimeout specifies the amount of time in milliseconds that messages get kept in matterircd internal buffer before being sent to
   	 mattermost or slack.  Messages that will be received in this time will be concatenated together
   	 So this can be used to paste stuff like ascii-art or code.
   	 Default 0 (is disabled)
   	 Depending on how fast you type 2500 is a good number

## Bugfix
* slack: Correctly handle different nick and username #203
* slack: Ignore channel join messages #198


(mef)
diff -r1.22 -r1.23 pkgsrc/chat/matterircd/Makefile
diff -r1.3 -r1.4 pkgsrc/chat/matterircd/distinfo

cvs diff -r1.22 -r1.23 pkgsrc/chat/matterircd/Makefile (expand / switch to unified diff)

--- pkgsrc/chat/matterircd/Makefile 2020/02/02 14:18:56 1.22
+++ pkgsrc/chat/matterircd/Makefile 2020/03/15 11:15:54 1.23
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.22 2020/02/02 14:18:56 bsiegert Exp $ 1# $NetBSD: Makefile,v 1.23 2020/03/15 11:15:54 mef Exp $
2 2
3DISTNAME= matterircd-0.18.4 3DISTNAME= matterircd-0.19.4
4MASTER_SITES= ${MASTER_SITE_GITHUB:=42wim/} 4MASTER_SITES= ${MASTER_SITE_GITHUB:=42wim/}
5PKGREVISION= 11 
6CATEGORIES= chat 5CATEGORIES= chat
7GITHUB_TAG= v${PKGVERSION_NOREV} 6GITHUB_TAG= v${PKGVERSION_NOREV}
8EXTRACT_USING= bsdtar 7EXTRACT_USING= bsdtar
9 8
10MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= https://github.com/42wim/matterircd 10HOMEPAGE= https://github.com/42wim/matterircd
12COMMENT= Minimal IRC server which integrates with Mattermost and Slack 11COMMENT= Minimal IRC server which integrates with Mattermost and Slack
13LICENSE= mit 12LICENSE= mit
14 13
15GO_DIST_BASE= ${PKGNAME_NOREV} 14GO_DIST_BASE= ${PKGNAME_NOREV}
16GO_SRCPATH= github.com/42wim/matterircd 15GO_SRCPATH= github.com/42wim/matterircd
17GO_BUILD_PATTERN= ${GO_SRCPATH} 16GO_BUILD_PATTERN= ${GO_SRCPATH}
18 17

cvs diff -r1.3 -r1.4 pkgsrc/chat/matterircd/distinfo (expand / switch to unified diff)

--- pkgsrc/chat/matterircd/distinfo 2019/01/18 22:21:02 1.3
+++ pkgsrc/chat/matterircd/distinfo 2020/03/15 11:15:54 1.4
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.3 2019/01/18 22:21:02 bsiegert Exp $ 1$NetBSD: distinfo,v 1.4 2020/03/15 11:15:54 mef Exp $
2 2
3SHA1 (matterircd-0.18.4.tar.gz) = d64b164657a12fd14f43697366dc8e0bdbfec9fb 3SHA1 (matterircd-0.19.4.tar.gz) = bcaa6ad3725fc2b5c26eaa230baebf82da58d4ca
4RMD160 (matterircd-0.18.4.tar.gz) = d2a39084e47984c525e2ec1015347df96f40169e 4RMD160 (matterircd-0.19.4.tar.gz) = f39ca9e92f4ceb3aa21a3744f957993056e659b0
5SHA512 (matterircd-0.18.4.tar.gz) = 9d4619f8f5dc4af86839e0199ec7a4e0bd0bccdff51baa8b20ec66dbc147a7b20190424360b9144b28d146f588a48eb9402964ea0ad27dda2c57e813e31f5f9d 5SHA512 (matterircd-0.19.4.tar.gz) = a259414d865398fb23a2de1c156e81740b1b420f0b0d3a8510034f4f2c1718a0827a8d128084eccc921c34658dd489c087ceade830c1709f3e5b423346db6f63
6Size (matterircd-0.18.4.tar.gz) = 1578695 bytes 6Size (matterircd-0.19.4.tar.gz) = 2234367 bytes