jowj pushed to master at hosted/arke 2020-01-28 04:41:35 +00:00
71a2df01f8 Document my insanity as I don't understand why json.loads() breaks.
b7b702baef Move to "with file open" syntax from "file.read()" style.
2075d715ab Move to single datastore dict, instead of list; add pdb.
8679a9ee48 Update poetry.lock
Compare 4 commits »
jowj pushed to master at hosted/arke 2020-01-27 22:56:05 +00:00
8c9c773786 Update readme with next few steps.
jowj pushed to master at hosted/arke 2020-01-27 22:46:01 +00:00
50df968293 Move from magic strings to two variables.
jowj pushed to master at hosted/arke 2020-01-27 22:36:12 +00:00
34e94f6576 Move from line by line items to object by object.
1d02b3102b Check for file before trying to read it.
2793db07fd Move to poetry for dependency management.
Compare 3 commits »
jowj pushed to master at hosted/arke 2020-01-27 21:34:44 +00:00
30439f9f67 Fix python > python3 typo.
jowj pushed to master at hosted/arke 2020-01-27 21:28:58 +00:00
8c26b9d433 Fix dockerfile to reference proper apks, remove pip3's pyopenssl.
618b005da4 Clarify comments around state tracking.
Compare 2 commits »
jowj pushed to master at projects/pynit 2020-01-27 00:32:13 +00:00
a62d316569 Update readme with roadmap
jowj pushed to master at jowj/chd 2020-01-25 21:03:38 +00:00
9a508f94c7 Move from mod + to Cntrl/Alt + to be more similar to macOS config.
jowj pushed to master at jowj/chd 2020-01-25 20:44:55 +00:00
8fd80255c6 Merge from head.
55c1968316 Ensure ansible, yaml mode exit
Compare 2 commits »
jowj pushed to master at hosted/mojojojo-bot 2020-01-25 04:50:09 +00:00
3920131cb6 Remove the quotes that have betrayed me
jowj pushed to master at hosted/mojojojo-bot 2020-01-25 04:43:49 +00:00
a0ee9f1702 Update zalgo logic to remove 'zalgo' from response
jowj pushed to master at hosted/mojojojo-bot 2020-01-25 03:56:31 +00:00
fea8bcc7bd Add random import.
jowj pushed to master at hosted/mojojojo-bot 2020-01-25 03:51:41 +00:00
4438d66ed1 Add var definition
jowj pushed to master at hosted/mojojojo-bot 2020-01-25 03:40:04 +00:00
6ec3083b3a Stop using async
jowj pushed to master at hosted/mojojojo-bot 2020-01-25 03:32:28 +00:00
9739a1691c Add initial zalgo function.
jowj pushed to master at jowj/adc 2020-01-25 02:25:20 +00:00
ee31d08681 Create new hatchery client config:
jowj pushed to master at hosted/arke 2020-01-23 20:41:26 +00:00
cb9dae54c9 Add healthy text; remove new lines to make file and stateFile match.
jowj pushed to master at hosted/arke 2020-01-21 23:16:06 +00:00
acd81c9c2b Add a second domain to domains_to_check to prevent type issues.
jowj pushed to master at hosted/arke 2020-01-21 23:11:49 +00:00
eb76259715 Remove https:// string from tlsTargets var.
jowj pushed to master at hosted/arke 2020-01-21 22:59:37 +00:00
c4dd4aa653 Add tlsTargets, move the cert check to check against those.