Skip to content

Releases: ekmartin/slack-irc

3.3.2

16 May 22:20
Compare
Choose a tag to compare

[3.3.2] - 2015-05-17

Fixed

  • Upgrade dependencies.

3.3.1

16 May 22:10
Compare
Choose a tag to compare

[3.3.1] - 2015-05-17

Fixed

  • Make IRC channel names case insensitive in the channel mapping.
    Relevant issue: #31

3.2.0

04 Apr 15:08
Compare
Choose a tag to compare

Added

  • Support for passing node-irc
    options directly by adding an ircOptions object to the config. Also sets floodProtection on
    by default, with a delay of 500 ms.

3.1.0

27 Mar 15:35
Compare
Choose a tag to compare

Added

  • Make the bot able to join password protected IRC channels. Example:
"channelMapping": {
  "#slack": "#irc channel-password",
}

3.0.0

24 Mar 09:26
Compare
Choose a tag to compare

Changed

Move from using outgoing/incoming integrations to Slack's bot users. See
README.md for a new example configuration. This mainly means slack-irc won't need to listen on a port anymore, as it uses websockets to receive the messages
from Slack's RTM API.

To change from version 2 to 3, do the following:

  • Create a new Slack bot user (under integrations)
  • Add its token to your slack-irc config, and remove
    the outgoingToken and incomingURL config options.

Added

  • Message formatting, follows Slack's rules.