Skip to content

Releases: google/alertmanager-irc-relay

0.5.1 release

16 Feb 15:20
2cb8078
Compare
Choose a tag to compare
  • [security] Bump github.com/prometheus/client_golang from 1.9.0 to 1.11.1

0.5.0 release

19 Oct 10:26
Compare
Choose a tag to compare
  • Introduce nickserv_name and chanserv_name config options to allow custom names (e.g. DALnet's).

0.4.3 release

26 Nov 11:27
Compare
Choose a tag to compare
  • fix alert messages with newlines handling

0.4.2 release

13 Jun 21:18
Compare
Choose a tag to compare
  • update nickserv_identify_patterns to include Atheme's version used by libera.chat

0.4.1 release

17 Apr 21:21
Compare
Choose a tag to compare
  • fix config declaration typo for newly introduced parameter nickserv_identify_patterns

0.4.0 release

16 Apr 16:31
Compare
Choose a tag to compare
  • explicitly handle nickserv identify requests instead of blindly issuing a message when connected
  • introduce a nickserv_identify_patterns config option. these patterns are used to guess identify requests of the various nickserv implementations
  • add simple logging system, this includes a new --debug flag to inspect raw irc logs
  • simple ban handling: try to unban upon join

0.3.1 release

30 Mar 09:14
Compare
Choose a tag to compare
  • improve channel join retry logic (the bot gave up trying to join a channel under certain circumstances)
  • update goirc library to v1.1.1

0.3.0 release

03 Mar 17:08
Compare
Choose a tag to compare
  • config: added alert_buffer_size to set the internal buffer size for alerts received but not yet sent to IRC
  • fixed issue where under certain circumstances the bot was slow to terminate ( #6 )

0.2.0 release

17 Nov 09:45
Compare
Choose a tag to compare

Config improvements:

  • extended msg_template supported functions with strings/encoding functions such as ToUpper, Join, QueryEscape, etc
  • added irc_host_password to handle IRC server password
  • added support for environment variables in the config file

0.1.0 release

17 Mar 09:37
Compare
Choose a tag to compare
Add basic monitoring instrumentation

Signed-off-by: Luca Bigliardi <[email protected]>