| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|\ \
| |/
|/| |
|
| |
| |
| |
| | |
* modified method to not use an unnecessary else statement
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| | |
* remove wildcard import
* remove unnecessary imports
* various smaller whitespace cleanups
|
| |
| |
| |
| |
| |
| |
| | |
- remove placeholder print statements
* replace wildcard import with a direct one
* rename main class to blimp
* optimized imports
|
|/
|
|
|
| |
+ init basic python package
+ add console_script blimp
|
| |
|
| |
|
|
|
|
| |
+ add editorconfig settings
|
|
|
|
|
| |
* update readme instructions
* update licence to 2021
|
|
|
|
| |
+ add catch to prevent ejabberdctl missing FIleNotFoundError
|
|
|
|
|
|
|
|
| |
+ add help output if script arguments are invalid
+ add custom exit codes to highlight invalid arguments
* update code comments
* major README rework
|
|
|
|
|
|
|
|
| |
+ add Licence
* correct subprocess.call syntax
* optimized imports
* some path optimizations
|
|
|
|
| |
* change os.system to subprocess
- removed overshadow of system functions
|
|
|
| |
- remove unnecessary file creation in unexpected places
|
|
|
|
|
|
| |
+ added more code comments
+ fix rare traceback if .etag file is present, but the local blacklist.txt file was removed
* removed unnecessary try statement
|
|
|
|
| |
* fix self.process None Type operation error
|
|
|
|
|
| |
* fixed condition order to prevent NoneType errors
* fixed readline to read
|
|
|
|
|
| |
- removed PyYAML from requirements
* TODO remove try statements
|
|
|
|
|
|
|
| |
+ yaml composing ejabberd conformal
+ added README.md
+ added .gitignore
+ added requirements.txt
|
|
+ request working
+ ejabberd working
|