Wim
d60468bb05
Bump version
2019-04-19 18:24:13 +02:00
Wim
82d6210464
Update changelog
2019-04-19 18:23:50 +02:00
Wim
ff198042d2
Remove deprecated TengoModifyMessage
...
This has become InMessage under [tengo]
2019-04-19 00:13:28 +02:00
chotaire
6b47e29583
Add verbose IRC joins/parts (ident@host) ( #805 )
...
New configuration setting: VerboseJoinPart (default is false)
2019-04-18 23:56:05 +02:00
Wim
380c38674c
Fix deadlock on reconnect (irc). Closes #757
2019-04-15 23:28:47 +02:00
Wim
3c14a0891e
Remove hipchat
2019-04-14 23:54:05 +02:00
Wim
8513a07416
Update README
2019-04-14 23:48:54 +02:00
Qais Patankar
220485a849
Add remotenickformat-zerowidth.tengo to contrib ( #799 )
2019-04-14 23:42:16 +02:00
Wim
4db34b0506
Send channel_created and deleted event through message channel (mattermost)
2019-04-13 21:52:39 +02:00
Wim
5677c912a8
Add useraction support (rocketchat). Closes #772 ( #794 )
2019-04-08 23:30:22 +02:00
Wim
7a24de15e4
Add tengo support to RemoteNickFormat ( #793 )
...
This commit add support for using the result of a tengo script in RemoteNickFormat using {TENGO}
Also adds a new toml table [tengo] with key RemoteNickFormat and value location of the script.
This also moves the TengoModifyMessage from [general] to Message in [tengo]
Documentation:
RemoteNickFormat allows you to specify the location of a tengo (https://github.com/d5/tengo/ ) script.
The script will have the following global variables:
to modify: result
to read: channel, bridge, gateway, protocol, nick
The result will be set in {TENGO} in the RemoteNickFormat key of every bridge where {TENGO} is specified
The script is reloaded on every message, so you can modify the script on the fly.
Example script can be found in https://github.com/42wim/matterbridge/tree/master/contrib/remotenickformat.tengo
[tengo]
RemoteNickFormat="remotenickformat.tengo"
2019-04-08 20:58:21 +02:00
Wim
99d9ea283a
Build on every branch (travis)
2019-04-07 23:57:47 +02:00
Wim
dac92a0e0a
Add xmpp room to README. Closes #758
2019-04-07 15:48:19 +02:00
Wim
a25efb16f3
Bump version
2019-04-07 15:41:14 +02:00
Wim
e4d73b29a1
Release v1.14.2
2019-04-06 23:29:49 +02:00
Wim
8a875f292e
Revert fix for #722 . Closes #781
...
Revert "Fix typo"
This reverts commit dffd67eb31
.
Revert "Handle quit message relay better on gateways with one channel on the irc bridge #722 "
This reverts commit 240559581a
.
Revert "Support quits from irc correctly. Fixes #722 (#724 )"
This reverts commit d76a04bd0a
.
2019-04-06 23:12:48 +02:00
Wim
60a85621ea
Return when not connected and drop a message (irc). Fixes #786
2019-04-06 22:34:41 +02:00
Wim
115d20373c
Update tengo vendor and load the stdlib. Fixes #789 ( #792 )
2019-04-06 22:18:25 +02:00
Wim
cdf33e5748
Use default nick if none specified (irc). Fixes #785
2019-04-05 00:17:46 +02:00
Wim
01d0a9f412
Handle nil message (telegram). Fixes #777
2019-04-05 00:04:08 +02:00
Wim
8cc2d3b4fe
Revert "Bail if any vars are nil, not if all (telegram) ( #778 )"
...
This reverts commit efd2c99862
.
2019-04-05 00:02:26 +02:00
Wim
aba9e4f3be
Fix travis before_deploy
2019-04-04 23:22:56 +02:00
Wim
4d575ba13a
Fix travis deploy condition and update to golangci-lint v1.16
2019-04-04 23:05:58 +02:00
Duco van Amstel
7f0e4ad448
Add CI fixes and improvements ( #780 )
...
* Update GolangCI-lint and lint config
The `algo` parameter for the `unparam` linter has been removed and we
should thus no longer specify it. Also, bumping the GolangCI-lint
version to the latest available minor release.
See: mvdan/unparam@e6a6d1c51b
* Fix and improve bintray CI script
* Further CI setup improvements
* Split-out CI steps into stand-alone scripts
2019-04-04 22:54:51 +02:00
Wim
17cc14a9d2
Send user_added and removed event through message channel (mattermost)
2019-04-02 00:15:58 +02:00
Wim
1f8016182c
Return channelId for other channeltypes too (mattermost)
2019-04-01 22:50:19 +02:00
Wim
caf9ef2c4b
Bump travis to go 1.12.x
2019-03-27 23:22:55 +01:00
Wim
64b57f2da3
Ignore message_replied and hidden messages (slack). Fixes #709 ( #779 )
2019-03-27 22:54:18 +01:00
David Hill
efd2c99862
Bail if any vars are nil, not if all (telegram) ( #778 )
2019-03-27 21:00:57 +01:00
Wim
cc05ba8907
Thank DigitalOcean ( https://digitalocean.com ) for another year of sponsorship
2019-03-25 21:13:11 +01:00
Wim
16763b715a
Look up #channel too (rocketchat). Fix #773 ( #775 )
2019-03-24 20:15:15 +01:00
Wim
ffaa598796
Bump version
2019-03-24 19:52:31 +01:00
Wim
858e16d34f
Release v1.14.1
2019-03-21 21:07:11 +01:00
Wim
a60e62efb1
Update doc wrt rocketchat api issue
2019-03-21 21:05:27 +01:00
David Hill
97f9d4be67
Fix double unlock (slack) ( #771 )
2019-03-21 17:30:28 +01:00
Wim
fa4eec41f7
Release v1.14.0
2019-03-20 23:30:03 +01:00
Wim
77516c97db
Allow the # in rocketchat channels (backward compatible) ( #769 )
2019-03-20 23:19:27 +01:00
Wim
cba01f0865
Update rocketchat documentation
2019-03-20 23:18:40 +01:00
Duco van Amstel
8b754017ca
Fix race-condition in populateUser() ( #767 )
...
Fix the root-cause of #759 by introducing synchronisation points for
individual user fetches.
2019-03-20 22:54:31 +01:00
Wim
a27600046e
Fix regression for legacy slack by #766 ( #768 )
2019-03-20 22:52:23 +01:00
Duco van Amstel
fb2667631d
Refactor channel and user management (slack) ( #766 )
2019-03-15 21:23:09 +01:00
Duco van Amstel
b638f7037a
Force Slack link unfurling ( #763 )
2019-03-12 22:56:43 +01:00
Duco van Amstel
74699a8262
Split-out Slack user and channel management ( #762 )
2019-03-12 22:52:36 +01:00
Duco van Amstel
eabf2a4582
Check module files in CI run ( #761 )
2019-03-12 22:47:18 +01:00
Wim
325d62b41c
Update vendor d5/tengo
2019-03-05 23:10:45 +01:00
Wim
e955a056e2
Trim <p> and </p> tags (matrix). Closes #686 ( #753 )
2019-03-03 00:29:29 +01:00
Wim
723f8c5fd5
Only build travis on master branch
2019-03-03 00:24:49 +01:00
Wim
a16137f53f
Bump version
2019-03-02 23:48:46 +01:00
Wim
d60b8b97f9
Add related projects to README
2019-03-02 23:48:30 +01:00
Wim
7b0bc51183
Release v1.14.0-rc2
2019-03-02 23:23:43 +01:00