Lita Hipchat Versions Save

A HipChat adapter for Lita.

v3.0.2

8 years ago

Bug fixes:

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

v3.0.1

8 years ago

Bug fixes:

  • Joined rooms are now persisted properly.

v3.0.0

8 years ago
  • 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.

v2.1.3

9 years ago
  • Fixed: If the connection to HipChat is reset, the adapter will shut down, allowing process management tools to restart Lita. For real this time.

v2.1.2

9 years ago
  • Fixed: If the connection to HipChat is reset, the adapter will shut down, allowing process management tools to restart Lita.

v2.1.1

9 years ago
  • Fixed: Lita will no longer disconnect from HipChat in certain cases involving strings not encoded as UTF-8.

v2.1.0

9 years ago

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

v2.0.1

9 years ago
  • Fixed: Updated deprecated use of Lita.config.adapter.

v2.0.0

9 years ago
  • Changed: Configuration now uses the system introduced in Lita 4.

v1.6.2

9 years ago

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