5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-11-14 03:50:26 +00:00

Commit Graph

  • 7923cfe8f8 Fix telegram crash #620 Wim 2018-11-29 23:03:50 +0100
  • b51d0a9b05 Bump version Wim 2018-11-29 00:20:09 +0100
  • 09f22a801e Release v1.12.1 Wim 2018-11-29 00:09:18 +0100
  • 3a824c5f9d Update changelog Wim 2018-11-29 00:08:58 +0100
  • d2cfd235ef Release v1.12.1 v1.12.1 Wim 2018-11-29 00:09:18 +0100
  • f8bf7f8d76 Update changelog Wim 2018-11-29 00:08:58 +0100
  • 8432330cb2 Fix regression on using server ID (discord). #619 #617 Wim 2018-11-28 23:50:40 +0100
  • 02577a2b5c Make sure threaded files stay in thread (slack). Fixes #590 Wim 2018-11-25 00:23:42 +0100
  • 73501739d5 Do not post empty messages (slack). Fixes #574 Wim 2018-11-25 00:34:14 +0100
  • ba674af5d4 Handle deleted/edited thread starting messages (slack). Fixes #600 (#605) Wim 2018-11-25 11:08:57 +0100
  • 3c85d937c6 Remove double " from Discord gateway webhookurl= (#607) jamoffat 2018-11-25 20:37:14 +1100
  • df02f51c56 Fix regression on using server ID (discord). #619 #617 Wim 2018-11-28 23:50:40 +0100
  • fc5e3a6728 Create getChannelsByX functions to make codeclimate happy (slack) (#610) Patrick Connolly 2018-11-28 18:04:26 +0800
  • 57fbd3c723
    Refactor irc handlers. Fix linting (#611) Wim 2018-11-28 10:58:56 +0100
  • 25cd1e2cc1
    Refactor telegram handlers. Fix linting (#609) Wim 2018-11-28 10:57:59 +0100
  • f5659d455d Sync channel topics between Slack bridges (#585) Patrick Connolly 2018-11-26 17:47:04 +0800
  • 5ed7abdbeb Drop support for mattermost 3.x Wim 2018-11-25 22:38:15 +0100
  • 09875fe160 Update direct dependencies where possible Duco van Amstel 2018-11-18 17:55:05 +0000
  • f716b8fc0f
    Merge pull request #606 from 42wim/fix-590 Wim 2018-11-25 20:40:22 +0100
  • 9f66f93641
    Add option to send RAW commands after connection (irc). Fixes #490 (#604) Wim 2018-11-25 19:32:16 +0100
  • f00d4d7d3f Make sure threaded files stay in thread (slack). Fixes #590 Wim 2018-11-25 00:23:42 +0100
  • 0929535b2e Do not post empty messages (slack). Fixes #574 Wim 2018-11-25 00:34:14 +0100
  • 8869e253ca Handle deleted/edited thread starting messages (slack). Fixes #600 (#605) Wim 2018-11-25 11:08:57 +0100
  • f3a5ea2956 Remove double " from Discord gateway webhookurl= (#607) jamoffat 2018-11-25 20:37:14 +1100
  • f4d4dc91b1
    Add option to ignore failing bridge on start. Fixes #455 (#603) Wim 2018-11-25 10:35:35 +0100
  • c6fd65d1d7 Limit discord username via webhook to 32 chars Wim 2018-11-23 20:52:31 +0100
  • 0795906533 Rework connection logic (irc) Wim 2018-11-23 00:26:50 +0100
  • a2b45bc799 Fix Nickserv logic (irc) #602 Wim 2018-11-22 22:46:38 +0100
  • 757657f29c Bump version Wim 2018-11-19 21:49:21 +0100
  • 219c7659e1 Release v1.12.0 v1.12.0 Wim 2018-11-19 21:40:46 +0100
  • ae32bae791
    Add protocol to msg.ID in cache (#596) Wim 2018-11-19 21:28:23 +0100
  • 57eba77561 Update changelog, bump dev version Wim 2018-11-18 18:48:26 +0100
  • d5bc7c4343
    Merge pull request #598 from Helcaraxan/feature/update-deps Duco van Amstel 2018-11-18 16:32:26 +0000
  • 32f57b7c26 Add links to slack bot and legacy config in error message (slack) Wim 2018-11-18 17:14:47 +0100
  • 692bb8faa7
    Upgrade logrus / testify to stable versions Duco van Amstel 2018-11-18 00:28:29 +0000
  • 455a0fc239
    Replace documentation image Duco van Amstel 2018-11-18 00:16:49 +0000
  • b2cbd13251
    Images for Slack documentation on the wiki Duco van Amstel 2018-11-18 00:03:11 +0000
  • ce21ba1545 Fix golint linter issues and enable it in CI (#593) Duco van Amstel 2018-11-15 19:43:43 +0000
  • c89085bf44 Fix and enable goimports linter (#591) Duco van Amstel 2018-11-15 18:24:22 +0000
  • 4254ed3c63 Fix regression in skip logic (slack). (#592) Patrick Connolly 2018-11-16 02:23:46 +0800
  • 85564a35fd Fix IRC line splitting. Closes #584 (#587) Duco van Amstel 2018-11-14 21:43:52 +0000
  • 09713d40ba Fix file caching issue (slack). #572 (#575) Patrick Connolly 2018-11-15 04:00:21 +0800
  • 16d5aeac7c Make config.Config more unit-test friendly (#586) Duco van Amstel 2018-11-13 22:30:56 +0000
  • e19ba5a06a Add new Slack connection and forked legacy Slack bridge (#582) Duco van Amstel 2018-11-13 19:51:19 +0000
  • f7a5077d5d Fix goconst linter failure Wim 2018-11-13 20:40:15 +0100
  • f8dc24bc09 Switch back go upstream bwmarrin/discordgo Wim 2018-11-13 00:02:07 +0100
  • e9419f10d3 Restore file comments coming from Slack (#583) Duco van Amstel 2018-11-12 14:58:00 +0000
  • cded603c27 Add note about matterbridge mattermost-plugin Wim 2018-11-11 23:39:36 +0100
  • d2ae3ebf9e Disable Connect(), JoinChannel(), Send() for mattermost.plugin Wim 2018-11-11 22:42:33 +0100
  • 730ccdd456 Add support for mattermost matterbridge plugin Wim 2018-11-11 21:56:12 +0100
  • 2f042ad915 Add more rate-limit handling (slack) (#581) Duco van Amstel 2018-11-10 21:09:41 +0000
  • ba70691877 Increase git depth for travis Wim 2018-11-10 19:35:38 +0100
  • ed11686a99 Improve user_typing botname suggestion. (#580) Patrick Connolly 2018-11-10 04:52:37 +0800
  • 5c50d86908 Add demo explanation Wim 2018-11-09 21:25:04 +0100
  • fea31753b0 Improve README formatting (incl codeclimate badges) (#578) Patrick Connolly 2018-11-10 04:19:36 +0800
  • 0d64cd8bab Switch to golangci-lint Wim 2018-11-08 23:09:58 +0100
  • 9be0f8f000 Make gochecknoinits linter happy Wim 2018-11-08 22:33:03 +0100
  • 78401214b0 Make scopelint happy Wim 2018-11-08 22:29:34 +0100
  • b2a07aba3a Make goconst linter happy Wim 2018-11-08 22:20:03 +0100
  • 1e0bb3da95 Make gocritic linter happier Wim 2018-11-08 22:01:29 +0100
  • 59994da176 Act only on UserTypingEvents when enabled Wim 2018-11-08 21:52:10 +0100
  • 3d281b3316 Add ability to show when user is typing across Slack bridges (#559) Patrick Connolly 2018-11-09 03:45:40 +0800
  • ea86849a58 Fix Slack edit usernames (#570) Duco van Amstel 2018-11-08 19:07:21 +0000
  • 399789811e Make gocritic linter happy Wim 2018-11-08 00:46:34 +0100
  • 8d117cb0a4 Make structcheck linter happy Wim 2018-11-08 00:38:33 +0100
  • 588b8e0303 Make interfacer linter happy Wim 2018-11-08 00:35:30 +0100
  • 1794922263 Make unparam linter happy Wim 2018-11-08 00:29:30 +0100
  • 0ededb8863 Merge branch 'master' of github.com:42wim/matterbridge Wim 2018-11-08 00:26:13 +0100
  • aa59bb1a41 Enable go vet Wim 2018-11-08 00:17:38 +0100
  • f2703979a4 Clean up config loading. (#561) Patrick Connolly 2018-11-08 05:32:12 +0800
  • d2a1dc792f Refactor and clean-up handlers. (slack) (#533) Duco van Amstel 2018-11-07 20:35:59 +0000
  • 06d66a0b2b Fix travis typo Wim 2018-11-07 20:40:09 +0100
  • 0e2522279e Clean up various stuff (#508) David Hill 2018-11-07 14:36:50 -0500
  • 141a42a75b Add go fmt test again to travis Wim 2018-11-07 20:32:39 +0100
  • a1bf37e457 Do not join Slack channel without API access (slack) (#563) Duco van Amstel 2018-11-07 16:25:00 +0000
  • a20b7895a9 Preserve threading between Slack instances (#529) Patrick Connolly 2018-11-07 16:14:31 +0800
  • 5666821e7b Add a health endpoint to API (#554) Patrick Connolly 2018-11-07 16:11:59 +0800
  • 5132d8f097 Stop setting API ring buffer capacity if not specified. (#552) Patrick Connolly 2018-11-06 04:53:51 +0800
  • b81ff9c008 Add SendDirectMessageProps to send a DM with extra props (mattermost) Wim 2018-11-03 21:51:04 +0100
  • 7e62bc4819 Remove hyphens when auto-loading envvars from viper config (#545) Patrick Connolly 2018-11-03 21:42:27 +0800
  • d058be25ad Respond with message on connect (api) (#550) NikkyAI 2018-11-02 16:35:13 +0100
  • 1269be1d04 Prevent Slack API rate-limit overflow (#539) Duco van Amstel 2018-11-01 20:28:22 +0000
  • 3b8837a16b Update README Wim 2018-10-28 14:54:25 +0100
  • 32f478e4a0 Check for expiring sessions and reconnect (mattermost) Wim 2018-10-27 22:03:41 +0200
  • e2b50d6194 Add better support for multiperson DM (mattermost) Wim 2018-10-27 22:02:25 +0200
  • 74e33b0a51 Update channels when a new group is created (mattermost) Wim 2018-10-27 13:20:40 +0200
  • 107969c09a
    Split up cookie token and personal token (mattermost). Fixes #530 (#540) Wim 2018-10-26 16:47:56 +0200
  • d379118772 Fix bridge no longer POSTing username and avatar (slack) (#536) Patrick Connolly 2018-10-25 03:12:20 +0800
  • 291594b99c Allow origin CHANNEL to be used in RemoteNickFormat (#515) Patrick Connolly 2018-10-24 03:53:11 +0800
  • f2cdda7278 Update Blackfriday dependency (closes #522) (#532) Duco van Amstel 2018-10-22 10:48:29 -0700
  • 6911458d15 Clean up message send logic (slack). (#531) Duco van Amstel 2018-10-22 10:43:57 -0700
  • 6238effdc2 Clean up user and channel information management (slack) (#521) Duco van Amstel 2018-10-16 19:34:09 +0100
  • 498377a230 Clean up code and strengthening (slack) (#519) Duco van Amstel 2018-10-13 00:02:14 +0100
  • 3dd4ec57ff Fix race in gateway test. (#520) Duco van Amstel 2018-10-12 23:47:18 +0100
  • e15b0e04b8 Refactor slack bridge prelude (#517) Duco van Amstel 2018-10-12 22:16:34 +0100
  • 97b1fc813b Bump Go version in Travis CI (#518) Duco van Amstel 2018-10-12 22:14:36 +0100
  • 917040b044 Update of nlopes/slack dependency (#511) Duco van Amstel 2018-10-07 22:17:46 +0100
  • 69646a160d Add Gateway's name to RemoteNickFormat (#501) Duco van Amstel 2018-10-07 14:22:15 +0100
  • 54adb0509e Fix mentions cuttíng off all text after the mention (discord) (#506) NikkyAI 2018-09-29 20:02:59 +0200
  • bd3a3b6eaf Let webhook also replace mentions (discord). Closes #502 Wim 2018-09-22 22:15:19 +0200