index
:
matterbridge-msglm
master
A fork of matterbridge with some patches.
msglm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bridge
/
bridge.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add sane RemoteNickFormat default for API (#1157)
Qais Patankar
2020-06-25
1
-5
/
+13
*
Add JoinDelay option (irc). Fixes #1084 (#1098)
Wim
2020-04-19
1
-0
/
+2
*
Fail with message instead of panic. #988 (#991)
Wim
2020-02-01
1
-0
/
+5
*
Make all loggers derive from non-default instance (#728)
Wim
2019-02-23
1
-16
/
+15
*
Add initial support for getting ChannelMember info of all bridges (#678)
Wim
2019-01-18
1
-11
/
+23
*
Use logrus imports instead of log (#662)
Duco van Amstel
2018-12-26
1
-5
/
+5
*
Make config.Config more unit-test friendly (#586)
Duco van Amstel
2018-11-13
1
-16
/
+21
*
Fix tests and make megacheck happy
Wim
2018-03-05
1
-5
/
+1
*
Use viper (github.com/spf13/viper) for configuration
Wim
2018-03-04
1
-2
/
+49
*
Refactor using factory
Wim
2018-02-27
1
-62
/
+5
*
Use prefixed-formatter for better logging
Wim
2018-02-21
1
-1
/
+7
*
Move Sirupsen => sirupsen
Wim
2018-02-20
1
-1
/
+1
*
Add more debug
Wim
2018-02-20
1
-1
/
+1
*
Fix regression. Closes #323
Wim
2017-12-26
1
-0
/
+1
*
Refactor and add MediaDownloadSize to General
Wim
2017-12-19
1
-24
/
+25
*
Add quick & dirty sshchat support (https://github.com/shazow/ssh-chat)
Wim
2017-12-03
1
-0
/
+4
*
Modify Send() to return also a message id
Wim
2017-08-27
1
-1
/
+1
*
Allow a webhookurl per channel (discord). #239
Wim
2017-08-12
1
-8
/
+2
*
Fix megacheck / go vet issues
Wim
2017-07-14
1
-4
/
+1
*
Add initial steam support
Wim
2017-06-22
1
-0
/
+4
*
Fix JoinChannel argument to use IRC channel key (#172)
siinus
2017-05-21
1
-1
/
+1
*
Reuse connection when using same bridge with another gateway. See #87
Wim
2017-04-01
1
-3
/
+4
*
Refactor
Wim
2017-03-28
1
-22
/
+16
*
Fail when bridge is unable to join a channel (general)
Wim
2017-03-16
1
-3
/
+12
*
Add matrix support
Wim
2017-02-20
1
-0
/
+4
*
Add REST API support
Wim
2017-02-18
1
-0
/
+4
*
Refactor. Make extra options easier for other protocols
Wim
2017-02-14
1
-8
/
+21
*
Refactor to handle disconnects/reconnects better.
Wim
2017-02-14
1
-3
/
+21
*
Add initial Rocket.Chat support
Wim
2016-12-03
1
-0
/
+4
*
Add initial telegram support
Wim
2016-11-15
1
-0
/
+4
*
Refactor
Wim
2016-11-13
1
-13
/
+28
*
Override config from environment. See #50
Wim
2016-10-30
1
-0
/
+2
*
Add Discord support
Wim
2016-09-19
1
-0
/
+3
*
Refactor for more flexibility
Wim
2016-09-18
1
-129
/
+18
*
Add Slack support
Wim
2016-09-05
1
-0
/
+9
*
Add Gitter support
Wim
2016-09-04
1
-1
/
+9
*
Refactor handleReceive
Wim
2016-08-20
1
-25
/
+26
*
Remove redundant function
Wim
2016-08-20
1
-5
/
+1
*
Move nickformatting into bridge
Wim
2016-08-20
1
-1
/
+27
*
Add Connect() to Bridger interface
Wim
2016-08-20
1
-0
/
+3
*
Add Enable per section (protocol) instead of in general section
Wim
2016-08-20
1
-21
/
+7
*
Add documentation about breaking API changes for mattermost 3.3.0. Start work...
Wim
2016-08-15
1
-3
/
+3
*
Refactor bridge. Allows bridging between every protocol
Wim
2016-08-14
1
-468
/
+66
*
Add initial XMPP support
Wim
2016-08-14
1
-25
/
+142
*
Add (PLAIN) SASL support
Wim
2016-07-21
1
-0
/
+3
*
Remove token check
Wim
2016-07-12
1
-3
/
+2
*
Remove Port from IRC config. Specify it with server
Wim
2016-07-11
1
-1
/
+4
*
Add port to BindAddress
Wim
2016-07-11
1
-2
/
+2
*
Remove multiple Token config. Use same channel setup as from matterbridge-plus
Wim
2016-07-11
1
-53
/
+20
*
Remove UseSlackCircumfix. Use RemoteNickFormat
Wim
2016-07-11
1
-2
/
+0
[next]