Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Add initial Keybase Chat support (#877) | cori hudson | 2019-08-26 | 152 | -566/+5408 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * initial work on native keybase bridging * Hopefully make a functional keybase bridge * add keybase to bridgemap * send to right channel, try to figure out received msgs * add account and userid * i am a Dam Fool * Fix formatting for messages, handle /me * update vendors, ran golint and goimports * move handlers to handlers.go, clean up unused config options * add sample config, fix inconsistent remote nick handling * Update readme with keybase links * Resolve fixmie errors * Error -> Errorf * fix linting errors in go.mod and go.sum * explicitly join channels, ignore messages from non-specified channels * check that team names match before bridging message | ||||
* | Fix regression (discord). Closes #864 (#866) | Wim | 2019-07-29 | 1 | -1/+1 |
| | |||||
* | Bump version | Wim | 2019-07-15 | 2 | -1/+4 |
| | |||||
* | Release v1.15.1v1.15.1 | Wim | 2019-07-15 | 3 | -2/+6 |
| | |||||
* | Add support for discord category channels (discord) (#863) | Wim | 2019-07-15 | 3 | -23/+54 |
| | | | | | | | | | | | | | | This adds support for the discord category option that can be used to group channels in. This means we can have multiple channels with the same name. We add the option to specify a category in the channel option of a discord account under [[gateway]] Besides channel="channel" or channel="ID:channelID", now also channel="category/channel" can be specified. This change remains backwards compatible with people that haven't specified the category and incorporates the fix in #861 | ||||
* | Fix discord channel & category name clash. #860 (#861) | Qais Patankar | 2019-07-14 | 2 | -6/+24 |
| | |||||
* | Fix panic by checking slice bounds in handleEntities (telegram). Fixes #857 ↵ | Wim | 2019-07-08 | 1 | -3/+9 |
| | | | | | | (#858) Besides the bound checking, this now also use utf16 as suggested by https://github.com/go-telegram-bot-api/telegram-bot-api/issues/231 |