aboutsummaryrefslogtreecommitdiffstats
path: root/calls.py
Commit message (Collapse)AuthorAgeFilesLines
* improve callsvela-jabber2021-04-171-10/+26
|
* fix: nodename quotation issuenico2020-11-241-5/+15
| | | | | | | | | | * update nodename method to not use regex anymore * update readme with 2 new columns for the exit code table We used quite the broad regex to parse the nodename from the status string. But we relied on a single quote to mark the starting point. It seems some distributions don't have this starting quote, therefore breaking the api.
* black reformatnico2020-06-291-5/+5
| | | | * black reformatted the code
* add call for nodenamegenofire2020-06-261-0/+18
|
* add more global valuesnico2020-06-251-0/+10
| | | | | | * organize global values + add global uptime value + add global processes count value
* pep8 and friendsnico2020-06-171-0/+98
* add default logging NullHandler * fix indentation mismatch * rename control to calls to better point out its purpose * rename class to EjabberdApiCalls to better point out it purpose * changed get_nodes to an internal support method