aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * build(deps): bump requests from 2.25.1 to 2.26.0dependabot[bot]2021-07-231-1/+1
|/ | | | | | | | | | | | | | | Bumps [requests](https://github.com/psf/requests) from 2.25.1 to 2.26.0. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/master/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.25.1...v2.26.0) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* fix: relative import inside packagenico wellpott2021-07-233-5/+5
| | | | + change from .file to module.file in the import statement
* Merge branch 'dependabot/pip/ruamel-yaml-clib-0.2.6'nico wellpott2021-07-061-1/+1
|\
| * build(deps): bump ruamel-yaml-clib from 0.2.4 to 0.2.6dependabot[bot]2021-07-051-1/+1
|/ | | | | | | | | | | | Bumps [ruamel-yaml-clib](https://sourceforge.net/p/ruamel-yaml-clib/code/ci/default/tree) from 0.2.4 to 0.2.6. --- updated-dependencies: - dependency-name: ruamel-yaml-clib dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #11 from mightyBroccoli/dependabot/pip/ruamel-yaml-clib-0.2.4nico2021-06-261-1/+1
|\ | | | | build(deps): bump ruamel-yaml-clib from 0.2.2 to 0.2.4
| * build(deps): bump ruamel-yaml-clib from 0.2.2 to 0.2.4dependabot[bot]2021-06-251-1/+1
|/ | | | | | | | | | | | Bumps [ruamel-yaml-clib](https://sourceforge.net/p/ruamel-yaml-clib/code/ci/default/tree) from 0.2.2 to 0.2.4. --- updated-dependencies: - dependency-name: ruamel-yaml-clib dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #10 from mightyBroccoli/dependabot/pip/ruamel-yaml-0.17.10nico2021-06-241-1/+1
|\ | | | | build(deps): bump ruamel-yaml from 0.17.9 to 0.17.10
| * build(deps): bump ruamel-yaml from 0.17.9 to 0.17.10dependabot[bot]2021-06-241-1/+1
|/ | | | | | | | | | | | Bumps [ruamel-yaml](https://sourceforge.net/p/ruamel-yaml/code/ci/default/tree) from 0.17.9 to 0.17.10. --- updated-dependencies: - dependency-name: ruamel-yaml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #9 from mightyBroccoli/dependabot/pip/ruamel-yaml-0.17.9nico2021-06-141-1/+1
|\ | | | | build(deps): bump ruamel-yaml from 0.17.8 to 0.17.9
| * build(deps): bump ruamel-yaml from 0.17.8 to 0.17.9dependabot[bot]2021-06-111-1/+1
|/ | | | | | | | | | | | Bumps [ruamel-yaml](https://sourceforge.net/p/ruamel-yaml/code/ci/default/tree) from 0.17.8 to 0.17.9. --- updated-dependencies: - dependency-name: ruamel-yaml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #8 from mightyBroccoli/dependabot/pip/ruamel-yaml-0.17.8nico2021-06-101-1/+1
|\ | | | | build(deps): bump ruamel-yaml from 0.17.7 to 0.17.8
| * build(deps): bump ruamel-yaml from 0.17.7 to 0.17.8dependabot[bot]2021-06-101-1/+1
|/ | | | | | | | | | | | Bumps [ruamel-yaml](https://sourceforge.net/p/ruamel-yaml/code/ci/default/tree) from 0.17.7 to 0.17.8. --- updated-dependencies: - dependency-name: ruamel-yaml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #7 from mightyBroccoli/dependabot/pip/ruamel-yaml-0.17.7nico2021-06-011-1/+1
|\ | | | | build(deps): bump ruamel-yaml from 0.17.6 to 0.17.7
| * build(deps): bump ruamel-yaml from 0.17.6 to 0.17.7dependabot[bot]2021-06-011-1/+1
|/ | | | | Bumps [ruamel-yaml](https://sourceforge.net/p/ruamel-yaml/code/ci/default/tree) from 0.17.6 to 0.17.7. Signed-off-by: dependabot[bot] <support@github.com>
* requirements: remove urllib3nico wellpott2021-05-311-1/+0
| | | | * remove urllib3 from direct requirements file
* Merge pull request #6 from mightyBroccoli/dependabot/pip/ruamel-yaml-0.17.6nico2021-05-311-1/+1
|\ | | | | build(deps): bump ruamel-yaml from 0.17.4 to 0.17.6
| * build(deps): bump ruamel-yaml from 0.17.4 to 0.17.6dependabot[bot]2021-05-311-1/+1
|/ | | | | Bumps [ruamel-yaml](https://sourceforge.net/p/ruamel-yaml/code/ci/default/tree) from 0.17.4 to 0.17.6. Signed-off-by: dependabot[bot] <support@github.com>
* license: update license to gpl30.1nico wellpott2021-04-192-14/+675
|
* packaging: rename to bl-impnico wellpott2021-04-173-4/+3
| | | | | * ajust setup cfg/py to use the new name . remove unnecessary variable from main
* Merge branch 'readme_update'nico wellpott2021-04-161-43/+43
|\
| * readme: copiable confignico wellpott2021-04-161-6/+6
| | | | | | | | * add # to config comments to allow for easy copying
| * readme: various smaller changesnico wellpott2021-04-161-18/+17
| | | | | | | | + add automatic ejabberd config reload option to the example
| * readme: update ejabberd install sectionnico wellpott2021-04-161-0/+7
| |
| * ReadMe: update readme to reflect the latest changesnico wellpott2021-04-141-43/+37
|/
* Merge remote-tracking branch 'github/dependabot/pip/ruamel-yaml-0.17.4'nico wellpott2021-04-081-1/+1
|\
| * Bump ruamel-yaml from 0.17.2 to 0.17.4dependabot[bot]2021-04-081-1/+1
|/ | | | | Bumps [ruamel-yaml](https://sourceforge.net/p/ruamel-yaml/code/ci/default/tree) from 0.17.2 to 0.17.4. Signed-off-by: dependabot[bot] <support@github.com>
* Merge branch 'ci-setup'nico wellpott2021-04-062-0/+39
|\
| * Github CInico wellpott2021-03-152-0/+39
| | | | | | | | | | + add dependabot configuration file + add python workflow configuration file
* | Merge branch 'packaging'nico wellpott2021-04-0610-154/+244
|\ \ | |/ |/|
| * flake8: unnecessary elsenico wellpott2021-04-061-6/+5
| | | | | | | | * modified method to not use an unnecessary else statement
| * flake8: remove cyclic importnico wellpott2021-04-062-2/+0
| |
| * requirements: push ruamel.yaml to 0.17.2nico wellpott2021-04-061-1/+1
| |
| * cleanup: make flake8 happy againnico wellpott2021-04-063-26/+5
| | | | | | | | | | | | * remove wildcard import * remove unnecessary imports * various smaller whitespace cleanups
| * packaging: various smaller fixes and correctionsnico wellpott2021-03-285-25/+19
| | | | | | | | | | | | | | - remove placeholder print statements * replace wildcard import with a direct one * rename main class to blimp * optimized imports
| * Python Packagenico wellpott2021-03-2710-154/+274
|/ | | | | + init basic python package + add console_script blimp
* update gitignore filenico wellpott2021-03-101-5/+64
|
* update requirements filenico wellpott2021-03-101-2/+4
|
* editorconfignico wellpott2021-03-101-0/+19
| | | | + add editorconfig settings
* readme licence updatenico wellpott2021-03-102-9/+18
| | | | | * update readme instructions * update licence to 2021
* ejabberdctl missing catchnico2019-06-261-1/+9
| | | | + add catch to prevent ejabberdctl missing FIleNotFoundError
* Quality of Life changesnico2019-06-262-25/+82
| | | | | | | | + add help output if script arguments are invalid + add custom exit codes to highlight invalid arguments * update code comments * major README rework
* minor improvementsnico2019-06-262-8/+20
| | | | | | | | + add Licence * correct subprocess.call syntax * optimized imports * some path optimizations
* code quality improvementsnico2019-04-271-9/+10
| | | | * change os.system to subprocess - removed overshadow of system functions
* unnecessary file creationnico2019-04-251-7/+11
| | | - remove unnecessary file creation in unexpected places
* further improvementsnico2019-03-101-13/+23
| | | | | | + added more code comments + fix rare traceback if .etag file is present, but the local blacklist.txt file was removed * removed unnecessary try statement
* None Type Fixnico2019-03-041-4/+9
| | | | * fix self.process None Type operation error
* condition order fixnico2019-02-151-5/+5
| | | | | * fixed condition order to prevent NoneType errors * fixed readline to read
* yaml is crazynico2018-12-222-8/+5
| | | | | - removed PyYAML from requirements * TODO remove try statements
* code finishup and cleanupnico2018-12-224-36/+195
| | | | | | | + yaml composing ejabberd conformal + added README.md + added .gitignore + added requirements.txt
* Initial Commitnico2018-12-211-0/+112
+ request working + ejabberd working