Brandon Olin

Results 116 comments of Brandon Olin
trafficstars

Probably an straightforward fix if someone wants to add paging support similarly to how I did it for channels. https://github.com/RamblingCookieMonster/PSSlack/pull/90. We pin to a specific version of PSSlack so once...

We'll have to see how we can handle parsing messages from other bots. Currently, messages of type `bot_message` are ignored. https://github.com/poshbotio/PoshBot/blob/master/PoshBot/Implementations/Slack/SlackBackend.ps1#L206 If you manually send a message with `PSSlack` using...

@michaeltlombardi I have the start of the docs here: https://poshbot.readthedocs.io/en/latest/tutorials/backend-development/overview/ I still need to modify this to be more in the form of a walkthrough.

Yes, I think we need some way to manage credentials that commands can run under. One question is should plugin commands be able to access a global collection of credentials...

We may be able to reuse (with some tweaks) the existing functionality in PoshBot that allows plugin authors to specify that a command parameter by dynamically resolved from the bot...

This sounds like an awesome idea! I've tested breaking out the backends into separate PS modules so I think we should go that route for this one. I'll create an...

@michaeltlombardi @megamorf Here is an example repo for what a backend should look like. I tried to make it clear what each class/method does but let me know if anything...

@ducke I have not done any work on a Mattermost backend. Hoping someone who actually uses it will take up the challenge :smile: After a quick glance of the [API...

@Kickbut101 Can you expand on what you mean by "lock up"? You will see rate limit messages in the log but there should be no loss of functionality. The `Rate...

Is this still an issue @Kickbut101?