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: bsiegert
Date: Wed Mar 14 08:39:12 UTC 2018
Modified Files:
pkgsrc/chat/matterircd: Makefile distinfo
Log Message:
Update matterircd to 0.16.5.
0.16.5
------
New features
- Add support for private channels in slack #142
Bugfix
- Slack: fixes join/parts #143, #146
- Slack: fixes away #144
0.16.4
------
Bugfix
- Fix some messages going to &messages #140
0.16.3
------
Bugfix
- Fix crash on /nick change when not logged in #141
0.16.2
------
Bugfix
- Remove crash on channel lookup of private messages
0.16.1
------
Bugfix
- Remove debug code which could cause a crash
- Only append channel name to sender once in &messages
0.16.0
------
New features
- -conf option (for a config file). See
https://github.com/42wim/matterircd/blob/master/matterircd.toml.example for
an example. Thanks @slowbro for this PR.
New config file options
JoinExclude: an array of channels that won't be joined on IRC.
Messages that get sent to unjoined channels (but you're joined on mattermost)
will get sent to the &messages channel.
You can still /JOIN exclude channels.
JoinExclude = ["#town-square","#boringchannel"]
JoinInclude: an array of channels that only will be joined on IRC.
If it's empty, it means all channels get joined (except those defined in
JoinExclude).
Messages that get sent to unjoined channels (but you're joined on mattermost)
will get sent to the &messages channel.
JoinInclude = ["#devops"]
PartFake: a bool that defines if you do a /LEAVE or /PART on IRC it will also
actually leave the channel on mattermost.
Default false
PartFake = true
- don't log passwords used with 'mattermost' and 'slack'. Closes #73
Bugfix
- Already read messages are replayed again and again #130
- Update to latest mattermost (4.6) libs
- Deprecated flags -bindinterface and -port removed
0.15.0
------
New features
- Support mattermost 4.2 and higher (4.x) (use mattermost v4 API)
- Add -mmskiptlsverify option to skip TLS certificate checks on mattermost
Enhancements
- Display nickname, if set #120
- Replace IRC parsing function with shellwords like function to allow for
passwords with spaces. (#8)
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/chat/matterircd/Makefile
cvs rdiff -u -r1.1 -r1.2 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.4 pkgsrc/chat/matterircd/Makefile:1.5
--- pkgsrc/chat/matterircd/Makefile:1.4 Tue Mar 13 17:00:05 2018
+++ pkgsrc/chat/matterircd/Makefile Wed Mar 14 08:39:12 2018
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2018/03/13 17:00:05 bsiegert Exp $
+# $NetBSD: Makefile,v 1.5 2018/03/14 08:39:12 bsiegert Exp $
-DISTNAME= matterircd-0.14.0
+DISTNAME= matterircd-0.16.5
MASTER_SITES= ${MASTER_SITE_GITHUB:=42wim/}
-PKGREVISION= 2
CATEGORIES= chat
GITHUB_TAG= v${PKGVERSION_NOREV}
EXTRACT_USING= bsdtar
Index: pkgsrc/chat/matterircd/distinfo
diff -u pkgsrc/chat/matterircd/distinfo:1.1 pkgsrc/chat/matterircd/distinfo:1.2
--- pkgsrc/chat/matterircd/distinfo:1.1 Fri Sep 8 16:16:58 2017
+++ pkgsrc/chat/matterircd/distinfo Wed Mar 14 08:39:12 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2017/09/08 16:16:58 jperkin Exp $
+$NetBSD: distinfo,v 1.2 2018/03/14 08:39:12 bsiegert Exp $
-SHA1 (matterircd-0.14.0.tar.gz) = 832e1be8f962c3355cd5616f1e5fc6ce8b5f7ecd
-RMD160 (matterircd-0.14.0.tar.gz) = e92391e852777b5e314415ffa243d7b060763cc7
-SHA512 (matterircd-0.14.0.tar.gz) = d20a6bf196dc3052382c7d01326771977e11525f170761742155d60fbeabac3ee3bfb8496a369c7af6ead2bc7afbb53379c64fb2f94bde56b17afc2bb98ee741
-Size (matterircd-0.14.0.tar.gz) = 453592 bytes
+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
Home |
Main Index |
Thread Index |
Old Index