Skip to content

Releases: OpenTTD/dibridge

v1.4.1

01 Jul 10:38
506aebc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.0...v1.4.1

v1.4.0

09 Apr 17:58
952270f
Compare
Choose a tag to compare

What's Changed

  • feat(irc): allow setting a small ip-range for puppets by @TrueBrain in #211
  • fix(discord): a single "_" is not an action; just a message by @TrueBrain in #220
  • fix(irc-puppet): pick a random IPv6 address to connect to IRC hosts by @TrueBrain in #227
  • fix(discord): don't try to send messages when there is no asyncio loop by @TrueBrain in #230
  • fix(discord): reconnect when websocket connection is unexpectedly lost by @TrueBrain in #231

Full Changelog: v1.3.4...v1.4.0

v1.3.4

27 Jun 10:45
abb439c
Compare
Choose a tag to compare

What's Changed

  • fix(irc): restrict the start of usernames even more by @TrueBrain in #198

Full Changelog: v1.3.3...v1.3.4

v1.3.3

26 Jun 23:40
be03b1c
Compare
Choose a tag to compare

What's Changed

  • fix(irc): also remove _ from username for puppets by @TrueBrain in #196

Full Changelog: v1.3.2...v1.3.3

v1.3.2

26 Jun 23:26
30203c8
Compare
Choose a tag to compare

What's Changed

  • fix(irc): usernames are not allowed to start with _ by @TrueBrain in #194
  • fix(irc): crash when server disconnects before first full connect by @TrueBrain in #195

Full Changelog: v1.3.1...v1.3.2

v1.3.1

05 May 07:16
d507cfd
Compare
Choose a tag to compare

What's Changed

  • fix(irc): tail of long messages weren't arriving on IRC by @TrueBrain in #169

Dependency updates

Full Changelog: v1.3.0...v1.3.1

v1.3.0

04 Mar 10:07
b7829d6
Compare
Choose a tag to compare

What's Changed

  • feat(irc): on kill, don't reconnect by @TrueBrain in #138
  • fix(irc): also indicate a user left IRC on QUIT too by @TrueBrain in #139
  • fix(irc): prevent async-tasks to be garbage-collected too early by @TrueBrain in #144

Dependency updates

Full Changelog: v1.2.1...v1.3.0

v1.2.1

29 Dec 16:01
26c5701
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.2.1

v1.2.0

19 Oct 18:32
6fc9f03
Compare
Choose a tag to compare

What's Changed

  • feat(irc): an ignore list for IRC nicknames; mostly to ignore bots by @TrueBrain in #85
  • feat(irc): disconnect IRC puppets a while after the Discord user went offline by @TrueBrain in #88
  • feat(irc): setting to add a postfix to nicknames for all IRC puppets by @TrueBrain in #89
  • fix(irc): status message fails when enough IRC puppets are connected by @TrueBrain in #84
  • chore(docs): typo in comment by @stormcone in #69

Dependency updates

  • chore(deps): bump jaraco-classes from 3.2.2 to 3.2.3 by @dependabot in #77
  • chore(deps): bump sentry-sdk from 1.9.8 to 1.9.9 by @dependabot in #76
  • chore(deps): bump jaraco-functools from 3.5.1 to 3.5.2 by @dependabot in #75
  • chore(deps): bump certifi from 2022.9.14 to 2022.9.24 by @dependabot in #74
  • chore(deps): bump aiohttp from 3.8.1 to 3.8.3 by @dependabot in #73
  • chore(deps): bump pytz from 2022.2.1 to 2022.5 by @dependabot in #83
  • chore(deps): bump typing-extensions from 4.3.0 to 4.4.0 by @dependabot in #81
  • chore(deps): bump sentry-sdk from 1.9.9 to 1.9.10 by @dependabot in #80

New Contributors

Full Changelog: v1.1.0...v1.2.0

v1.1.0

16 Sep 20:35
97ffdab
Compare
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