summaryrefslogtreecommitdiffstats
path: root/classes/servercontact.py
Commit message (Collapse)AuthorAgeFilesLines
* initial rework of the implemented functionsdevnico2019-01-091-21/+5
| | | | | | | | | + 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
* Hotfix NoneType len exeptionHEADmasternico2018-11-111-3/+3
| | | | * fix NoneType not having a len exeption
* quality of life improvement to servercontactnico2018-11-091-2/+22
| | | + added opt_arg abbreviation
* code quality improvementsnico2018-11-091-4/+4
| | | | | | - remove unused variable * better iteration of xdata nodes - removed unnecessary else
* simplification and major reworknico2018-11-061-10/+35
| | | | | | | | | | | | | | | * 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
* + added etree implementation to grab contact addresses from bare xmlnico2018-10-101-0/+61