aboutsummaryrefslogtreecommitdiffstats
path: root/main.py
Commit message (Collapse)AuthorAgeFilesLines
* Python Packagenico wellpott2021-03-271-152/+0
| | | | | + init basic python package + add console_script blimp
* ejabberdctl missing catchnico2019-06-261-1/+9
| | | | + add catch to prevent ejabberdctl missing FIleNotFoundError
* Quality of Life changesnico2019-06-261-7/+21
| | | | | | | | + 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-261-8/+7
| | | | | | | | + 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-221-7/+5
| | | | | - removed PyYAML from requirements * TODO remove try statements
* code finishup and cleanupnico2018-12-221-36/+37
| | | | | | | + yaml composing ejabberd conformal + added README.md + added .gitignore + added requirements.txt
* Initial Commitnico2018-12-211-0/+112
+ request working + ejabberd working