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

Releases: litaio/lita-hipchat

3.0.2

22 Feb 11:04
Compare
Choose a tag to compare

Bug fixes:

  • The adapter will ignore socket errors that occur if it's already shutting down. (#38)

3.0.1

11 Oct 08:55
Compare
Choose a tag to compare

Bug fixes:

  • Joined rooms are now persisted properly.

3.0.0

18 Jun 08:30
Compare
Choose a tag to compare
  • Changed: Lita 4.4's persisted rooms feature is now used by lita-hipchat. Remove any value assigned to config.adapters.hipchat.rooms and use Lita's built-in join and part commands instead. For backwards compatibility, the configuration attribute will take precedence and disable usage of the persisted rooms if set. The configuration attribute is now deprecated and will be removed in lita-hipchat 4.0.
  • Fixed: The adapter now waits until it can verify it's connected to HipChat before attempting further action. This may fix an issue some users were having where Lita would crash unless the adapter's debug mode was enabled.

2.1.3

07 May 05:42
Compare
Choose a tag to compare
  • Fixed: If the connection to HipChat is reset, the adapter will shut down, allowing process management tools to restart Lita. For real this time.

2.1.2

23 Apr 04:56
Compare
Choose a tag to compare
  • Fixed: If the connection to HipChat is reset, the adapter will shut down, allowing process management tools to restart Lita.

2.1.1

24 Dec 05:31
Compare
Choose a tag to compare
  • Fixed: Lita will no longer disconnect from HipChat in certain cases involving strings not encoded as UTF-8.

2.1.0

20 Nov 00:16
Compare
Choose a tag to compare

Added: The address of the server can now be specified in the configuration, allowing use of the adapter with private HipChat Server installations.

2.0.1

05 Nov 11:30
Compare
Choose a tag to compare
  • Fixed: Updated deprecated use of Lita.config.adapter.

2.0.0

23 Oct 14:38
Compare
Choose a tag to compare
  • Changed: Configuration now uses the system introduced in Lita 4.

1.6.2

16 Oct 11:23
Compare
Choose a tag to compare

Fixed: An exception leading to unresponsiveness when Lita.config.adapter.ignore_unknown_users = true and a message from an unknown user is received.