Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Be less lossy when throttling IRC messages #1004

Merged
merged 1 commit into from
Feb 9, 2020

Conversation

qaisjp
Copy link
Collaborator

@qaisjp qaisjp commented Feb 9, 2020

This doesn't actually fix anything, but should make the IRC side more predictable.

Note that msg.Text and chucking it through a chan is OK: https://play.golang.org/p/MTfT3YSsgPX

Note that msg.Text and chucking it through a chan is OK: https://play.golang.org/p/MTfT3YSsgPX
@42wim 42wim merged commit 8ae5917 into 42wim:master Feb 9, 2020
@42wim 42wim added this to the 1.17.0 milestone Feb 9, 2020
@qaisjp qaisjp deleted the feature/less-lossy-irc branch February 9, 2020 21:22
jwflory added a commit to FOSSRIT/infrastructure that referenced this pull request Mar 27, 2020
Matterbridge upstream released a new minor feature release:

    https://github.com/42wim/matterbridge/releases/tag/v1.17.0

There are a good number of changes, including support for Microsoft
Teams. (What?!) But the relevant bits of the changelog for us are below:

* general: support JSON and YAML config formats
  (42wim/matterbridge#1045)
* irc: Be less lossy when throttling IRC messages
  (42wim/matterbridge#1004)
* slack: Use upstream slack-go/slack again (42wim/matterbridge#1018)
* slack: Ignore ConnectingEvent (42wim/matterbridge#1041)
* slack: use blocks not attachments (42wim/matterbridge#1048)
* slack: Fix 42wim/matterbridge#1039: messages sent to Slack being
  synced back (42wim/matterbridge#1046)

And a hat tip to our upstream devs who made this release possible:
@qaisjp, @jakubgs, @burner1024, @notpushkin, @MartijnBraam, and @42wim.

This upgrade is currently running in production without issue. This
commit brings the config management up to date with what is currently
running out in prod.

Signed-off-by: Justin W. Flory <git@jwf.io>
kennedy pushed a commit to FOSSRIT/infrastructure that referenced this pull request Mar 29, 2020
Matterbridge upstream released a new minor feature release:

    https://github.com/42wim/matterbridge/releases/tag/v1.17.0

There are a good number of changes, including support for Microsoft
Teams. (What?!) But the relevant bits of the changelog for us are below:

* general: support JSON and YAML config formats
  (42wim/matterbridge#1045)
* irc: Be less lossy when throttling IRC messages
  (42wim/matterbridge#1004)
* slack: Use upstream slack-go/slack again (42wim/matterbridge#1018)
* slack: Ignore ConnectingEvent (42wim/matterbridge#1041)
* slack: use blocks not attachments (42wim/matterbridge#1048)
* slack: Fix 42wim/matterbridge#1039: messages sent to Slack being
  synced back (42wim/matterbridge#1046)

And a hat tip to our upstream devs who made this release possible:
@qaisjp, @jakubgs, @burner1024, @notpushkin, @MartijnBraam, and @42wim.

This upgrade is currently running in production without issue. This
commit brings the config management up to date with what is currently
running out in prod.

Signed-off-by: Justin W. Flory <git@jwf.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants