Hubot Rocketchat Versions Save

Rocket.Chat Hubot adapter

v1.0.11

6 years ago

Fix bug that prevented bot from responding to DM's

v1.0.10

6 years ago

Bug fix release. v1.0.9 required Rocket.Chat version 0.57.0

This release is backwards compatible with older versions

v1.0.9

6 years ago

Note: Requires Rocket.Chat 0.57.0

Features

  • getRoomName added #214
  • Add ability to turn responding to livechat messages on #211
  • Emoji parameter now included in customMessage method #220

Fixes

  • Fix attachments not being included #193
  • Fix sendMessage not returning a promise #197
  • Fix hanging on failed login #204

Other

  • Bumped nodejs version in docker to: 4.8.3 #216
  • Bumped nodejs version used in travis to: 4.8.3 #221

v1.0.6

7 years ago

Add missing message params to set user name and avatar via #170 Add getRoomId to adapter via #168

v1.0.5

7 years ago
  • Add checks for var existance

v1.0.4

7 years ago

Release only compatible with 0.36.0 or higher of Rocket.Chat. Please use v0.1.4 for older versions.

Additions:

  • no feature addition
  • rebuild docker images to include updated dependencies
  • compatibility with SSL secured sites (https://) fixes #95

v1.0.3

7 years ago

Release only compatible with 0.36.0 or higher of Rocket.Chat. Please use v0.1.4 for older versions.

Additions:

  • Using new streaming method introduced into 0.36.0 of Rocket.Chat server via #154
  • Added attachment support via #148 Example Usage:
robot.respond /some string/, (resp) ->
  if resp.message.attachment?
    {attachment} = resp.message
    console.log attachment.type, attachment.link
  • Don't @mention a user when replying in a direct message via #152
  • Allow sending of message with attachment via #150
  • Fix ldap breakage via #155

If you have any bugs please post an issue. If you need help scripting, join us over in #hubot

Special thanks to all of our contributors!

v0.1.4

7 years ago
  • Update docker file to use repo instead of npm via #128
  • Version number of adapter displayed during start up via #129
  • Continue hubot startup on reconnect via #132

v0.1.3

7 years ago

Skipping a few versions to match npm's version

  • Respond to unnamed DM's via #125
  • Set bot alias to rocket.chat user via #125
  • Version matches npm version

0.0.28

7 years ago
  • Add ability to respond to edited messages via #119 thanks to @nishimaki10
  • Filter empty room name via #117 thanks to @webflo