Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Release v1.17.3 (#1103)v1.17.3 | Wim | 2020-04-19 | 3 | -2/+21 |
| | |||||
* | Clip too long messages on 3000 length (slack). Fixes #1081 (#1102) | Wim | 2020-04-19 | 1 | -0/+2 |
| | |||||
* | Add extra space before colon in attachments (irc). Fixes #1089 (#1101) | Wim | 2020-04-19 | 1 | -2/+2 |
| | |||||
* | Ignore non-critical errors (whatsapp). Fixes #1094 (#1100) | Wim | 2020-04-19 | 1 | -1/+2 |
| | |||||
* | Update matterbridge/go-xmpp. Fixes #1097 (#1099) | Wim | 2020-04-19 | 4 | -73/+78 |
| | |||||
* | Add JoinDelay option (irc). Fixes #1084 (#1098) | Wim | 2020-04-19 | 3 | -0/+9 |
| | |||||
* | Prevent image/message looping (slack). Fixes #1088 (#1096) | Wim | 2020-04-18 | 1 | -6/+10 |
| | | | Also check for our matterbridge ID in Blocks set in SubMessages. | ||||
* | Fix the behavior of ShowTopicChange and SyncTopic (#1086) | ldruschk | 2020-04-18 | 1 | -1/+1 |
| | | | | | | | | Currently, the "topic_change" events are ignored if both, ShowTopicChange and SyncTopic are set, and forwarded otherwise. This pull requests changes the behavior such that the events are only forwarded if one of those two config options is set to true and ignored otherwise. | ||||
* | Relay Joins/Topic changes in RocketChat bridge (#1085) | ldruschk | 2020-04-18 | 2 | -1/+30 |
| | | | This pull request properly sets the events EventJoinLeave and EventTopicChange for messages from the RocketChat bridge and drops messages which are neither one of those events nor plain messages. | ||||
* | Update matterbridge/go-xmpp to add PEP-0030 support (#1095) | Wim | 2020-04-18 | 6 | -15/+161 |
| | |||||
* | Sort README bridge and library links (#1093) | Qais Patankar | 2020-04-18 | 1 | -34/+34 |
| | |||||
* | Implement User Avatar spoofing of XMPP users (#1090) | Alexander | 2020-04-16 | 4 | -3/+83 |
| | | | * Implement User Avatar spoofing of XMPP users | ||||
* | Update matterbridge/Rocket.Chat.Go.SDK (#1087) | Wim | 2020-04-16 | 5 | -4/+30 |
| | |||||
* | Bump version | Wim | 2020-04-09 | 1 | -1/+1 |
| | |||||
* | Release v1.17.2 (#1080)v1.17.2 | Wim | 2020-04-09 | 3 | -2/+18 |
| | |||||
* | Update Rhymen/go-whatsapp vendor and whatsapp version (#1078) | Wim | 2020-04-09 | 11 | -542/+1158 |
| | |||||
* | Clarify terminology used in mapping group chat IDs to channels in config (#1079) | Jerry Heiselman | 2020-04-08 | 1 | -27/+37 |
| | | | | | * Clarify embedded docs for channel specification Should help with #1072 | ||||
* | Reset start timestamp on reconnect (whatsapp). Fixes #1059 (#1064) | Wim | 2020-03-31 | 1 | -0/+1 |
| | |||||
* | Update matterbridge/go-xmpp to add xmpp avatar support (#1070) | Wim | 2020-03-29 | 5 | -9/+178 |
| | |||||
* | Use DebugWriter after upstream changes (xmpp) | Wim | 2020-03-29 | 1 | -1/+3 |
| | |||||
* | Sync matterbridge/go-xmpp with upstream | Wim | 2020-03-29 | 6 | -83/+331 |
| | |||||
* | Update vendor slack-go/slack (#1068) | Wim | 2020-03-28 | 23 | -189/+1001 |
| | |||||
* | Use upstream yaegashi/msgraph.go/msauth (msteams) (#1067) | Wim | 2020-03-28 | 9 | -210/+2 |
| | |||||
* | Update vendor d5/tengo (#1066) | Wim | 2020-03-28 | 7 | -11/+124 |
| | |||||
* | Bump version | Wim | 2020-03-28 | 1 | -1/+1 |
| | |||||
* | Release v1.17.1 (#1063)v1.17.1 | Wim | 2020-03-28 | 3 | -2/+19 |
| | |||||
* | Update client version whatsapp. Fixes #1061 (#1062) | Wim | 2020-03-28 | 1 | -0/+1 |
| | | | See https://github.com/Rhymen/go-whatsapp/issues/305 | ||||
* | Remove build dependencies from final docker image (multistage build) (#1057) | Alex Wigen | 2020-03-22 | 1 | -6/+8 |
| | | | | This multistage build takes the resulting image size down from 346MB to 90MB. | ||||
* | Don't transmit typing events from ourselves (slack/discord) (#1056) | Qais Patankar | 2020-03-22 | 3 | -1/+17 |
| | |||||
* | Add support for build tags (#1054) | Qais Patankar | 2020-03-22 | 17 | -40/+181 |
| | | | | | | | | By default all bridges are available. You can turn off certain bridges by providing e.g. "nodiscord" as a build tag. go build -tags nomsteams,noapi | ||||
* | Exclude gateway/bridgemap from linting (#1055) | Wim | 2020-03-22 | 1 | -1/+1 |
| | |||||
* | Strip extra info from emotes (discord) (#1052) | Qais Patankar | 2020-03-22 | 2 | -0/+8 |
| | |||||
* | Update vendor yaegashi/msgraph.go to v0.1.2 (2) | Qais Patankar | 2020-03-22 | 4255 | -196894/+191113 |
| | |||||
* | Update vendor yaegashi/msgraph.go to v0.1.2 (1) | Qais Patankar | 2020-03-22 | 5 | -8/+20 |
| | |||||
* | Add more msteams docs (#1051) | Wim | 2020-03-21 | 2 | -0/+96 |
| | |||||
* | Bump version | Wim | 2020-03-21 | 1 | -1/+1 |
| | |||||
* | Release v1.17.0 (#1050)v1.17.0 | Wim | 2020-03-21 | 3 | -2/+37 |
| | |||||
* | Fix duplicate separator on empty description/url (discord). Fixes #1008 (#1035) | Wim | 2020-03-21 | 2 | -1/+89 |
| | | | | Make this work for all possible cases. Add tests | ||||
* | Use blocks not attachments (slack) (#1048) | Qais Patankar | 2020-03-21 | 2 | -11/+21 |
| | | | | This removes the extra space below messages, as shown in https://user-images.githubusercontent.com/923242/77235190-a3359980-6bab-11ea-8b7b-697d730ae5c1.png | ||||
* | Fix #1039: messages sent to Slack being synced back (#1046) | Qais Patankar | 2020-03-21 | 1 | -1/+2 |
| | | | | | This is a regression from https://github.com/42wim/matterbridge/pull/581#issuecomment-562937576 Behaves the same as https://github.com/matterbridge/slack/commit/95190f11bfb6405b0394b75a29bd1c1bb91f553e | ||||
* | Support JSON and YAML config formats (#1045) | Jakub | 2020-03-18 | 1 | -4/+18 |
| | | | Signed-off-by: Jakub SokoĊowski <jakub@status.im> | ||||
* | Fix #1027: warning when handling inbound webhooks (discord) (#1044) | Qais Patankar | 2020-03-18 | 1 | -3/+3 |
| | |||||
* | Refactor webhook permission checks | Qais Patankar | 2020-03-18 | 1 | -8/+10 |
| | |||||
* | Fix #1040: spotty webhook permission verification | Qais Patankar | 2020-03-18 | 1 | -3/+7 |
| | |||||
* | Ignore ConnectingEvent (slack) (#1041) | Qais Patankar | 2020-03-18 | 1 | -1/+1 |
| | |||||
* | Add markdownv2 mode for telegram documentation, see #1032 (#1037) | burner1024 | 2020-03-18 | 1 | -4/+5 |
| | |||||
* | Update vendor shazow/ssh-chat (#1029) | Wim | 2020-03-08 | 7 | -7/+35 |
| | |||||
* | Remove replace directives and use own fork to make go get work again (#1028) | Wim | 2020-03-08 | 3308 | -291/+291 |
| | | | | See https://github.com/golang/go/issues/30354 go get doesn't honor the go.mod replace options. | ||||
* | Make some discord matterbridge.toml.sample lines less verbose | Qais Patankar | 2020-03-08 | 1 | -10/+10 |
| | |||||
* | Remove trailing newlines from matterbridge.toml.sample | Qais Patankar | 2020-03-08 | 1 | -122/+122 |
| |