Skip to content
This repository has been archived by the owner on Jun 30, 2022. It is now read-only.

Releases: litaio/lita-irc

v2.2.0

07 Jun 05:22
Compare
Choose a tag to compare

New features:

  • Added an event for :user_parted_room.
  • Added an event for :user_disconnected.
  • Added an event for :user_nick_changed.

2.1.0

09 Feb 14:14
Compare
Choose a tag to compare

New features:

  • Added an event for :user_joined_room. See the README.

2.0.3

19 Apr 08:21
Compare
Choose a tag to compare
  • Fixed: lita-irc no longer overwrites Cinch plugins that have been registered when registering its own Cinch plugin.

2.0.2

11 Jan 14:26
Compare
Choose a tag to compare
  • Fixed: Update a method call to the underlying Cinch library to avoid deprecation warnings in Lita's logs.

2.0.1

11 Jan 12:07
Compare
Choose a tag to compare
  • Fixed: Messages sent by Lita starting with "/me" now send the message as an IRC action instead of sending the literal text "/me".

2.0.0

23 Oct 14:38
Compare
Choose a tag to compare
  • Changed: Configuration now uses the system introduced in Lita 4.
  • Changed: Additional Cinch options are now configured using a proc.

1.3.0

23 Feb 04:21
Compare
Choose a tag to compare
  • Changed: Lita.config is no longer mutated, for compatibility with Lita 3.0.
  • Added: #join and #part methods implemented, which are usable with Lita >= 3.0.
  • Changed: Relaxed dependency versions so the gem can be installed with Lita >= 2.5.x, and newer versions of Cinch can be used.

1.2.3

20 Dec 15:34
Compare
Choose a tag to compare
  • Changed: Message destinations (chat room vs. private message) are now determined using Source#private_message? for improved control.

1.2.2

20 Dec 06:21
Compare
Choose a tag to compare

Minor internal changes.

1.2.1

11 Oct 07:43
Compare
Choose a tag to compare

Changed: lita-irc now uses the new API for Lita::Source.