Skip to content

Releases: loafoe/hubot-matteruser

v3.1.0

30 May 22:54
Compare
Choose a tag to compare
  • Several fixes for DM support

You can now directly message Mattermost users from your bot by using their username as the room ID.
Example:

  robot.send {room: "andy"}, "*Hello* `world`!"

Many thanks to @contolini, @marcesher and @Judokus for their contributions to this!
If you quickly want to test this feature check out this Hubot script

v3.0.1

24 May 11:27
Compare
Choose a tag to compare
  • Add direct messaging functionality

v3.0.0

17 May 15:58
Compare
Choose a tag to compare
  • Support for Mattermost 3.x

v1.0.6

21 Mar 19:13
Compare
Choose a tag to compare
  • Better direct message handling
  • Improves robot.brain.user management
  • Mattermost/Slack attachment support
  • Auto-reconnect

v1.0.5

13 Mar 23:29
Compare
Choose a tag to compare
  • Fix user storage in hubot brain

v1.0.4

12 Mar 06:29
Compare
Choose a tag to compare
  • Load users in Hubot brain
  • Configurable of ping interval

v1.0.3

15 Feb 07:53
Compare
Choose a tag to compare
  • Fix enter/leave events

v1.0.2

15 Feb 05:07
Compare
Choose a tag to compare
  • Generates enter/leave room events
  • Better handling of direct messages

v1.0.1

14 Feb 00:20
Compare
Choose a tag to compare
  • Update example

v1.0.0

13 Feb 22:18
Compare
Choose a tag to compare
  • Initial release