Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update to tengo v2 (#976) | Wim | 2020-01-09 | 191 | -11830/+11404 |
| | |||||
* | Update dependencies (#975) | Wim | 2020-01-09 | 360 | -42689/+72919 |
| | |||||
* | Clean up go.mod and vendor | Wim | 2020-01-09 | 23 | -11610/+1965 |
| | |||||
* | Add support for WhatsApp media (jpeg/png/gif) bridging (#974) | Guillaume Lazzara | 2020-01-09 | 5 | -43/+205 |
| | | | | | | | | * Whatsapp image bridging * Prevent double message in telegram when media with caption received Co-authored-by: imShara <shara@protonmail.com> | ||||
* | move stripCustomoji logic to default Tengo script (#973) | c0ncord2 | 2020-01-09 | 3 | -7/+7 |
| | | | | | | | | | | | | * move stripCustomoji logic to default Tengo script Removing the image ID from the message (without any possibility of recovering it later) is a loss of valuable data that prevents users from giving support to custom emoji via Tengo scripts. * bugfix - do send colors to other irc bridges "if we're not sending to an irc bridge we strip the IRC colors" Co-authored-by: c0ncord <59654954+c0ncord@users.noreply.github.com> | ||||
* | Add extra mimetypes to docker image. Fixes #969 | Wim | 2020-01-07 | 1 | -1/+1 |
| | |||||
* | Add link to Ansible role for Matterbridge (#968) | Justin W. Flory | 2020-01-01 | 1 | -1/+1 |
| | | | | | | | | | | This commit replaces the FOSSRIT/infrastructure link to the Matterbridge role to a properly-defined Ansible role published in Ansible Galaxy. I am the maintainer of the FOSSRIT/infrastructure repo and I decided to split the Ansible role there into its own dedicated role. I figure this might make it more accessible to others and also gives other folks a chance to contribute. :smile: Signed-off-by: Justin W. Flory <git@jwf.io> | ||||
* | Bump version | Wim | 2019-12-16 | 1 | -1/+1 |
| | |||||
* | Release v1.16.3v1.16.3 | Wim | 2019-12-15 | 3 | -2/+9 |
| | |||||
* | Return when we have only WebhookURL (mattermost). Fixes #954 (#960) | Wim | 2019-12-15 | 1 | -2/+1 |
| | |||||
* | Update slack vendor to fix regression (#959) | Wim | 2019-12-08 | 4 | -3/+5 |
| | |||||
* | Update slack vendor to master (#958) | Wim | 2019-12-07 | 20 | -60/+263 |
| | |||||
* | Bump version | Wim | 2019-11-26 | 1 | -1/+1 |
| | |||||
* | Re-add binary to .gitignore (#951) | Qais Patankar | 2019-11-26 | 1 | -0/+2 |
| | | | | * Fix binary path and include windows | ||||
* | Release v1.16.2v1.16.2 | Wim | 2019-11-17 | 3 | -8/+23 |
| | |||||
* | Upgrade linter and travis to go1.13 (#949) | Wim | 2019-11-17 | 3 | -6/+7 |
| | |||||
* | Switch to new emoji library kyokomi/emoji (#948) | Wim | 2019-11-17 | 17 | -20600/+4381 |
| | |||||
* | Update shazow/ssh-chat dependency (#947) | Wim | 2019-11-17 | 17 | -16/+1518 |
| | |||||
* | Update markdown parsing library to github.com/gomarkdown/markdown (#944) | Benjamin | 2019-11-17 | 120 | -47873/+8282 |
| | |||||
* | Use own slack fork to fix #937 (#943) | Wim | 2019-11-14 | 7 | -4/+37 |
| | |||||
* | Add MatterAMXX link | Wim | 2019-11-04 | 1 | -0/+2 |
| | |||||
* | Bump version | Wim | 2019-11-01 | 1 | -1/+1 |
| | |||||
* | Add support for receiving attachments (keybase) (#923) | Gonçalo Ribeiro | 2019-11-01 | 1 | -4/+27 |
| | |||||
* | Release v1.16.1v1.16.1 | Wim | 2019-10-27 | 3 | -2/+27 |
| | |||||
* | Update vendor (#932) | Wim | 2019-10-27 | 33 | -1529/+4078 |
| | | | | | | * Update vendor * Fix godiscord api change | ||||
* | Convert slack bold/strike to correct markdown (slack). Fixes #918 (#930) | Wim | 2019-10-27 | 2 | -0/+31 |
| | |||||
* | Remove obsolete file upload links (discord). Fixes #908 (#931) | Wim | 2019-10-27 | 1 | -12/+0 |
| | | | | Since v1.16.0 we now can upload files via webhook. Old way of showing files with webhook only setup can be removed. | ||||
* | Add support for uploading application/x and audio/x (matrix). Fixes #925 (#929) | Wim | 2019-10-27 | 1 | -1/+14 |
| | |||||
* | Update vendor matterbridge/gomatrix fork (#928) | Wim | 2019-10-26 | 9 | -89/+212 |
| | |||||
* | Update golang-commonmark/linkify vendor and use upstream again. Fixes #924 ↵ | Wim | 2019-10-26 | 5 | -11/+15 |
| | | | | (#926) | ||||
* | Fix panic on WebhookURL only setting (mattermost). Closes #916 (#917) | Wim | 2019-10-04 | 1 | -0/+5 |
| | |||||
* | Suppress unhandled HelloEvent message (slack) (#913) | Qais Patankar | 2019-10-04 | 2 | -3/+4 |
| | |||||
* | Add UserTypingSupport (discord) (#914) | Qais Patankar | 2019-10-04 | 3 | -1/+24 |
| | | | | | | | | * Add Discord to UserTypingSupport * discord: start typing in a channel on EventUserTyping receive * discord: emit EventUserTyping to gateway | ||||
* | Try to fix blackfriday go modules mess | Wim | 2019-09-22 | 3 | -10/+4 |
| | |||||
* | Specify correct GuildID on unknown user query (discord). Fixes #879 (#894) | Wim | 2019-09-15 | 2 | -4/+4 |
| | |||||
* | Add token support (RocketChat) (#892) | Michal Suchánek | 2019-09-13 | 2 | -0/+8 |
| | | | Signed-off-by: Michal Suchanek <msuchanek@suse.de> | ||||
* | Do configuration validation on start-up. Fixes #888 (#889) | Wim | 2019-09-09 | 4 | -1/+38 |
| | | | | | | Fail if: * we don't have any gateways configured * we have gateways configured but with non-existing bridge configuration * we have gateways configured without any configuration | ||||
* | Fix deprecation in goreleaser | Wim | 2019-09-07 | 1 | -8/+12 |
| | |||||
* | Bump version and fix changelog | Wim | 2019-09-07 | 2 | -1/+6 |
| | |||||
* | Release v1.16.0v1.16.0 | Wim | 2019-09-07 | 3 | -13/+34 |
| | |||||
* | Update dependencies (#886) | Wim | 2019-09-07 | 145 | -16444/+24155 |
| | |||||
* | Make getChannelIdTeam behave like GetChannelId for groups (mattermost) (#873) | David Buckley | 2019-09-07 | 1 | -14/+13 |
| | | | | | | GetChannelId will support names generated from query groups when a team is not set, but not when a team is set since it falls through to getChannelIdTeam which has a different inner loop. i This pull makes the two implementations do the same thing. | ||||
* | Bail if incorrect Jid (xmpp). Fixes #869 (#883) | Wim | 2019-09-07 | 1 | -0/+3 |
| | |||||
* | Update lrstanley/girc vendor (#884) | Wim | 2019-09-07 | 13 | -101/+420 |
| | |||||
* | Add tengo example for nick color filter. See #881 | Wim | 2019-09-07 | 1 | -0/+14 |
| | |||||
* | Add extra debug info (discord) | Wim | 2019-09-05 | 1 | -1/+1 |
| | |||||
* | Add support for sending files via webhook (discord) (#872) | MOZGIII | 2019-08-29 | 3 | -36/+69 |
| | |||||
* | Create .fixmie.yml | Wim | 2019-08-26 | 1 | -0/+3 |
| | |||||
* | Replace bwmarrin/discordgo with matterbridge/discordgo (#878) | Wim | 2019-08-26 | 5 | -7/+74 |
| | | | Needed for #872 | ||||
* | Update Rhymen/go-whatsapp vendor (#876) | Wim | 2019-08-26 | 13 | -40/+509 |
| |