Releases: google/alertmanager-irc-relay
Releases · google/alertmanager-irc-relay
0.5.1 release
0.5.0 release
- Introduce
nickserv_name
andchanserv_name
config options to allow custom names (e.g. DALnet's).
0.4.3 release
- fix alert messages with newlines handling
0.4.2 release
- update
nickserv_identify_patterns
to include Atheme's version used by libera.chat
0.4.1 release
- fix config declaration typo for newly introduced parameter
nickserv_identify_patterns
0.4.0 release
- 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
- 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
- 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
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
Add basic monitoring instrumentation Signed-off-by: Luca Bigliardi <[email protected]>