Nick Groenen

Results 6 issues of Nick Groenen

Errbot automatically splits a chat message up into multiple smaller messages when the original is bigger than `self.bot_config.MESSAGE_SIZE_LIMIT`. The [current implementation](https://github.com/errbotio/errbot/blob/4.1.3/errbot/errBot.py#L188) is rather naive and will happily split words into...

type: feature
newcomer-friendly

As explained in the last paragraph of https://github.com/errbotio/errbot/issues/184#issuecomment-192895024, I think working with plugins can become a little more flexible if errbot allows you to change what branch to use for...

type: feature

XMPP currently has a `XMPP_CA_CERT_FILE` that can be set to adjust how certificate validation is done for XMPP back-ends. It would be nice however if there would be a generic...

type: feature
backend: IRC
backend: XMPP
backend: Slack
newcomer-friendly
#configuration

This document aims to provide guidance which makes contributions easier by: 1. Defining the expectations I have of submissions to the codebase and the pull request process. 2. Helping users...

At Castor, we run a somewhat non-uniform MySQL infrastructure: - Some MySQL servers we have direct control over where we can run mysqld_exporter on the host itself. - Some MySQL...

Users have [reported](https://github.com/errbotio/errbot/issues/942) that errbot does not properly detect messages coming from the bot itself with this backend. (Specifically, `!echo !echo foo` would loop indefinitely - it's supposed to print...

bug