BotFramework-Hubot icon indicating copy to clipboard operation
BotFramework-Hubot copied to clipboard

Hubot adapter for botframework

Results 31 BotFramework-Hubot issues
Sort by recently updated
recently updated
newest added

Bumps [moment](https://github.com/moment/moment) from 2.18.1 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex 2.29.3 Full changelog Release Apr 17, 2022...

dependencies

Is this being maintained at all? My org has moved from Slack, where we used hubot daily for automations, to Teams, where we're trying to get hubot set up to...

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.4 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.0.10 to 4.7.7. Changelog Sourced from handlebars's changelog. v4.7.7 - February 15th, 2021 fix weird error in integration tests - eb860c0 fix: check prototype property access in...

dependencies

Bumps [pathval](https://github.com/chaijs/pathval) from 1.1.0 to 1.1.1. Release notes Sourced from pathval's releases. v1.1.1 Fixes a security issue around prototype pollution. Commits db6c3e3 chore: v1.1.1 7859e0e Merge pull request #60 from...

dependencies

Hi -- is this repository being actively maintained? I'd love to submit a bug report for a longstanding issue we're seeing with token refreshes failing (or a PR with a...

I am aware of https://github.com/microsoft/BotFramework-Hubot/issues/28#issuecomment-438772116 but it is really a deal breaker for using Teams. I've been asked to move our department from Slack to Teams, but I cannot transition...

In package.json botbuilder dependency is defined as "botbuilder": ">=3.5.0" Since botbuilder moved from version 3.15.0 to 4.0.6 the framework is downloading the latest and greates. Unfortunately Hubot is throwing an...

bug

I have installed Hubot and added to MS Teams but the reply I am getting from Hubot is being displayed as a paragraph instead of Multiple Lines. I have tried...

I am trying to integrate BotFramework-Hubot with StackStorm 3.2.0. I always get `Cannot GET /api/messages` from `/api/messages`. ``` curl http://localhost:8081/api/messages Error Cannot GET /api/messages ``` Then I added `export NODE_DEBUG='*'`,...