Skip to content

Latest commit

 

History

History
75 lines (59 loc) · 2.19 KB

CHANGELOG.md

File metadata and controls

75 lines (59 loc) · 2.19 KB

Changelog

This project adheres to Semantic Versioning.

[3.3.0] - 2015-04-17

Added

  • Conversion of emojis to text smileys from Slack to IRC, by andebor. Relevant issue: #10

[3.2.1] - 2015-04-07

Fixed

  • Convert newlines sent from Slack to spaces to prevent the bot from sending multiple messages.

[3.2.0] - 2015-04-03

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] - 2015-03-27

Added

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

[3.0.0] - 2015-03-24

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.

[2.0.1]- 2015-03-03

Added

  • MIT License

[2.0.0] - 2015-02-22

Changed

  • Post URL changed from /send to /.

[1.1.0] - 2015-02-12

Added

Changed

  • Status code from 202 to 200.

[1.0.0] - 2015-02-09

Added

  • Support for running multiple bots (on different Slacks)

Changed

  • New configuration format, example here.

[0.2.0] - 2015-02-06

Added

  • Add support for channel mapping.

Changed

  • Use winston for logging.