Skip to content

Releases: n7st/rssirc

v1.3.0

16 Jan 22:59
4a7151e
Compare
Choose a tag to compare

Changelog

  • Upgraded to Go 1.21.
  • Upgraded Go module dependencies.

v1.2.0

20 Feb 22:54
8110ac7
Compare
Choose a tag to compare

Changelog

Changed

  • Upgraded the project's Go dependencies to address security advisories.

v1.1.0

01 Feb 22:47
a3de67f
Compare
Choose a tag to compare

Changelog

Changed

  • Upgraded from Go 1.14 to 1.19.

v1.0.3

17 Aug 16:31
83f40d4
Compare
Choose a tag to compare

Changed

Fixed

  • Passing a specific config filename now works correctly. (#2)

v1.0.2

12 Jul 12:22
7780e03
Compare
Choose a tag to compare

Changelog

Fixed

  • The bot will now join channels at the end of event 001 when a nickserv password is provided. The previously used event 900 is non-standard.
  • Nickserv identification now uses the full nickname (or nickserv account) and password, rather than just sending the password. Services configuration on some networks means that both are required if you are using a grouped nick rather than the main one.

v1.0.1

11 Jul 21:35
3f25c83
Compare
Choose a tag to compare

Changelog

Fixed

  • Addressed a potential flaw in the cache module. Maps in Go are not safe for concurrent reading and writing, so the bot now locks the cache with a RWMutex.

v1.0.0

11 Jul 15:12
2f6b0d2
Compare
Choose a tag to compare

This is the initial working release of rssirc.