summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Collapse)AuthorAgeFilesLines
* NoneType isdigit Hotfixnico2018-11-111-2/+4
| | | | * fix AttributeError if isdigit is called on a NoneType object
* elif amount reductionnico2018-11-092-20/+16
| | | | * reduced amount of unnecessary elif after return * some formatting
* code quality improvementsnico2018-11-092-4/+3
| | | | | | - remove unused variable * better iteration of xdata nodes - removed unnecessary else
* small fixupnico2018-11-071-1/+1
| | | | | + added timestamp to logging output * finished up HandleError output
* * corrected CamelCasenico2018-11-071-3/+3
| | | | | * corrected logging.INFO to .info * small changes to HandleError class
* simplification and major reworknico2018-11-062-40/+49
| | | | | | | | | | | | | | | * 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
* new async logicnico2018-10-101-0/+59
|
* small improvementsnico2018-10-061-0/+54
* leading 0 fix * validation function improvements * moved strings.py and misc files to /common/