- 24 May, 2018 1 commit
-
-
Guillaume Binet authored
-
- 08 May, 2017 1 commit
-
-
Guillaume Binet authored
* Uses plugin name instead of class name in !help It is recorded beside the doc at cls.__errname__ so it can be reused. * linting * propagate the change Also added a property "name" on the plugin objects as a new API. * linting * test + few corrections. * Adapted the tests. * Fixed the naming of the flows too. * fix for help * linting
-
- 20 Apr, 2017 1 commit
-
-
Guillaume Binet authored
* utils.py cleanup. I just applied a couple principles: - This should not be an API of Errbot - If not used in Errbot, it is removed - If is it used only once in Errbot, it is moved to the spot where it is used - If it is used a couple times in Errbot and doesn't have a natural spot within the source tree, it stays. * linting
-
- 07 Jun, 2016 1 commit
-
-
Guillaume Binet authored
-
- 22 May, 2015 1 commit
-
-
Guillaume Binet authored
This allow a clearer view in the log and a better fine grained filtering of the verbosity.
-
- 06 Jan, 2015 2 commits
-
-
Andrii Kostenko authored
-
Andrii Kostenko authored
make errbot work with python2 on case-insensitive file system (for example, macos)
-
- 24 Nov, 2014 1 commit
-
-
Guillaume Binet authored
-
- 30 Aug, 2014 2 commits
-
-
Guillaume BINET authored
-
Guillaume BINET authored
-
- 29 Aug, 2014 3 commits
-
-
Guillaume BINET authored
With a reference implementation with the tox backend.
-
Guillaume BINET authored
It works, still have very rough edges.
-
Guillaume BINET authored
we have the stream callback contract and a Tee that can stream from one source to multiple destinations
-