| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
+ added __init__ import file for all functions
+ added new helper function
+ added strings.json file
* some logic fixups
* validator fixup
* arg abbreviation moved to misc
|
|
|
|
| |
* fix AttributeError if isdigit is called on a NoneType object
|
|
|
|
| |
* reduced amount of unnecessary elif after return
* some formatting
|
|
|
|
|
|
| |
- remove unused variable
* better iteration of xdata nodes
- removed unnecessary else
|
|
|
|
|
| |
+ added timestamp to logging output
* finished up HandleError output
|
|
|
|
|
| |
* corrected logging.INFO to .info
* small changes to HandleError class
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* updated gitignore file
* partly reworked servercontact implementation
* complete rework of uptime, version
* part rework of xep requests
+ added more comments to xep requests
+ added opt_arg to version, xep and contact
* complete rework of validate function
* updated HandleError function
* part rework of StaticStrings function
+ implemented data dictionary to hold all data in main bot
+ added message_ids
* complete rework of queue building and deduplication
|
| |
|
|
* leading 0 fix
* validation function improvements
* moved strings.py and misc files to /common/
|