aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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