Skip to content

Releases: OpenTTD/dibridge

v1.1.0

16 Sep 20:35
97ffdab

Choose a tag to compare

What's Changed

  • chore(docs): IRC channels should be given without the first # by @TrueBrain in #65
  • chore(docs): document better how to setup a Discord bot by @TrueBrain in #66
  • fix(irc-puppet): call to cancel() on task that might not exist by @TrueBrain in #67
  • fix(irc): Discord username with no valid IRC character become empty IRC username by @TrueBrain in #68

Dependency updates

  • chore(deps): bump sentry-sdk from 1.9.5 to 1.9.7 by @dependabot in #53
  • chore(deps): bump pydantic from 1.9.2 to 1.10.1 by @dependabot in #51
  • chore(deps): bump jaraco-logging from 3.1.0 to 3.1.2 by @dependabot in #49
  • chore(deps): bump sentry-sdk from 1.9.7 to 1.9.8 by @dependabot in #54
  • chore(deps): bump pydantic from 1.10.1 to 1.10.2 by @dependabot in #55
  • chore(deps): bump idna from 3.3 to 3.4 by @dependabot in #61
  • chore(deps): bump certifi from 2022.6.15 to 2022.9.14 by @dependabot in #63

Full Changelog: v1.0.0...v1.1.0

v1.0.0

28 Aug 19:42
3a48d9a

Choose a tag to compare

What's Changed

  • chore: rename the environment prefix by @TrueBrain in #5
  • fix(discord): explicitly don't allow mentioning anything except users by @TrueBrain in #4
  • feat(discord): replace mentions with an IRC-safe alternative by @TrueBrain in #6
  • feat(discord): highlight if you are mentioned on IRC by @TrueBrain in #7
  • chore: update README with better information by @TrueBrain in #8
  • fix(discord): we only get a token for a webhook we created by @TrueBrain in #9
  • feat(discord): send Discord attachments as links to IRC by @TrueBrain in #10
  • fix(irc): force the IRC connection to be an SSL one by @TrueBrain in #12
  • feat(irc): create IRC puppets for every Discord user talking in the channel by @TrueBrain in #13
  • feat(irc): option to switch to single-presence on IRC by @TrueBrain in #14
  • fix(discord): don't relay empty lines to IRC; it looks bad by @TrueBrain in #15
  • fix(irc): sanitize IRC nicknames, to make sure they are accepted by IRC by @TrueBrain in #17
  • fix(irc): keep trying to create a unique nickname when joining by @TrueBrain in #18
  • fix(irc): split lines over 470 characters by @TrueBrain in #16
  • chore(irc): missing variable assignment by @TrueBrain in #19
  • feat(irc): assign an unique IPv6 address to each IRC puppet by @TrueBrain in #22
  • chore(discord): use only one logging infrastructure by @TrueBrain in #23
  • fix(irc): after server forces a nick-change, the bridge loses track of the puppet by @TrueBrain in #25
  • fix(discord): don't relay code-block start/end to IRC by @TrueBrain in #26
  • feat(discord): a /status command to see how the bridge is doing by @TrueBrain in #29
  • fix(irc): try other nicknames if the requested nickname is in use by @TrueBrain in #31
  • fix(irc): puppet nicknames may contain regex metacharacters by @glx22 in #38
  • fix: users leaving IRC didn't use the Discord action statement by @TrueBrain in #42
  • chore: improve the README a bit explaining how to run a development setup by @TrueBrain in #41
  • fix: set Discord presence also when IRC connected before Discord by @TrueBrain in #43
  • fix(irc): reconnect on disconnect / failure to connect by @TrueBrain in #44
  • fix(irc): setup a keep-alive to ensure we are still connected to IRC by @TrueBrain in #45
  • fix(irc): don't highlight usernames in URLs by @TrueBrain in #46

Dependency updates

  • chore(deps): bump aiohttp, async-timeout, and chardet by @TrueBrain in #11
  • chore(deps): bump sentry-sdk from 1.9.2 to 1.9.3 by @dependabot in #20
  • chore(deps): bump more-itertools from 8.13.0 to 8.14.0 by @dependabot in #21
  • chore(deps): bump openttd-helpers from 1.0.1 to 1.1.0 by @dependabot in #24
  • chore(deps): bump pytz from 2022.1 to 2022.2 by @dependabot in #27
  • chore(deps): bump sentry-sdk from 1.9.3 to 1.9.4 by @dependabot in #28
  • chore(deps): bump urllib3 from 1.26.11 to 1.26.12 by @dependabot in #39
  • chore(deps): bump charset-normalizer from 2.1.0 to 2.1.1 by @dependabot in #36
  • chore(deps): bump sentry-sdk from 1.9.4 to 1.9.5 by @dependabot in #34
  • chore(deps): bump pytz from 2022.2 to 2022.2.1 by @dependabot in #33
  • chore(deps): bump jaraco-text from 3.8.1 to 3.9.1 by @dependabot in #35
  • chore: switch to a release build of discord.py by @TrueBrain in #40

New Contributors

  • @glx22 made their first contribution in #38

Full Changelog: https://github.com/OpenTTD/dibridge/commits/v1.0.0