pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/chat/matterircd



Module Name:    pkgsrc
Committed By:   mef
Date:           Sun Mar 15 11:15:55 UTC 2020

Modified Files:
        pkgsrc/chat/matterircd: Makefile distinfo

Log Message:
(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


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/chat/matterircd/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/chat/matterircd/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/chat/matterircd/Makefile
diff -u pkgsrc/chat/matterircd/Makefile:1.22 pkgsrc/chat/matterircd/Makefile:1.23
--- pkgsrc/chat/matterircd/Makefile:1.22        Sun Feb  2 14:18:56 2020
+++ pkgsrc/chat/matterircd/Makefile     Sun Mar 15 11:15:54 2020
@@ -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

Index: pkgsrc/chat/matterircd/distinfo
diff -u pkgsrc/chat/matterircd/distinfo:1.3 pkgsrc/chat/matterircd/distinfo:1.4
--- pkgsrc/chat/matterircd/distinfo:1.3 Fri Jan 18 22:21:02 2019
+++ pkgsrc/chat/matterircd/distinfo     Sun Mar 15 11:15:54 2020
@@ -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



Home | Main Index | Thread Index | Old Index