Commit graph

8 commits

Author SHA1 Message Date
nico
a4ab459c05
NoneType isdigit Hotfix
* fix AttributeError if isdigit is called on a NoneType object
2018-11-11 04:00:16 +01:00
nico
86d058237b elif amount reduction
* reduced amount of unnecessary elif after return
* some formatting
2018-11-09 19:56:09 +01:00
nico
cd1442e216 code quality improvements
- remove unused variable
* better iteration of xdata nodes
- removed unnecessary else
2018-11-09 19:42:21 +01:00
nico
146a4efc7f
small fixup
+ added timestamp to logging output
* finished up HandleError output
2018-11-07 00:49:32 +01:00
nico
d7fc664d3b
* corrected CamelCase
* corrected logging.INFO to .info
* small changes to HandleError class
2018-11-07 00:37:24 +01:00
nico
0c313565f2
simplification and major rework
* 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
2018-11-06 23:43:11 +01:00
nico
31ddc8aeb4 new async logic 2018-10-10 01:34:56 +02:00
nico
d305f8adf3 small improvements
* leading 0 fix
* validation function improvements
* moved strings.py and misc files to /common/
2018-10-06 13:16:27 +02:00