Skip to content

Commit

Permalink
(chat/matterircd) Updated 0.18.4 to 0.19.4
Browse files Browse the repository at this point in the history
# 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
  • Loading branch information
mef committed Mar 15, 2020
1 parent a0e0a7b commit 7914dcc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
5 changes: 2 additions & 3 deletions chat/matterircd/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.22 2020/02/02 14:18:56 bsiegert Exp $
# $NetBSD: Makefile,v 1.23 2020/03/15 11:15:54 mef Exp $

DISTNAME= matterircd-0.18.4
DISTNAME= matterircd-0.19.4
MASTER_SITES= ${MASTER_SITE_GITHUB:=42wim/}
PKGREVISION= 11
CATEGORIES= chat
GITHUB_TAG= v${PKGVERSION_NOREV}
EXTRACT_USING= bsdtar
Expand Down
10 changes: 5 additions & 5 deletions chat/matterircd/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.3 2019/01/18 22:21:02 bsiegert Exp $
$NetBSD: distinfo,v 1.4 2020/03/15 11:15:54 mef Exp $

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
SHA1 (matterircd-0.19.4.tar.gz) = bcaa6ad3725fc2b5c26eaa230baebf82da58d4ca
RMD160 (matterircd-0.19.4.tar.gz) = f39ca9e92f4ceb3aa21a3744f957993056e659b0
SHA512 (matterircd-0.19.4.tar.gz) = a259414d865398fb23a2de1c156e81740b1b420f0b0d3a8510034f4f2c1718a0827a8d128084eccc921c34658dd489c087ceade830c1709f3e5b423346db6f63
Size (matterircd-0.19.4.tar.gz) = 2234367 bytes

0 comments on commit 7914dcc

Please sign in to comment.