mirror of https://gitlab.com/bashrc2/epicyon
Update invalid script
parent
8e1c7c2f80
commit
913325a1b4
|
|
@ -10,4 +10,4 @@ if [ ! -d /etc/${dir_name} ]; then
|
|||
fi
|
||||
fi
|
||||
|
||||
journalctl -u ${dir_name} | grep "invalid expanded\|invalid nickname\|invalid header\|invalid characters\|leech bounced\|LLM scraper\|suspicious\|contradictory browsers\|bad path\|not wordpress\|attempt to access passwords\|GET Unknown request"
|
||||
journalctl -u ${dir_name} | grep "invalid expanded\|invalid nickname\|invalid header\|invalid characters\|leech bounced\|LLM scraper\|suspicious\|contradictory browsers\|bad path\|not wordpress\|attempt to access passwords\|GET Unknown request\|no actor domain\|no actor nickname\|should be a string\|has no actor\|no valid context\|fields should be strings\|fields should be lists\|should be a list\|which are too long\|does not look like a url\|actor contains local network address"
|
||||
|
|
|
|||
|
|
@ -237,7 +237,7 @@ def post_to_outbox_thread(self, message_json: {},
|
|||
|
||||
def update_inbox_queue(self, nickname: str, message_json: {},
|
||||
message_bytes: str, debug: bool) -> int:
|
||||
"""Update the inbox queue
|
||||
"""Update the inbox queue with an incoming post
|
||||
"""
|
||||
if debug:
|
||||
print('INBOX: checking inbox queue restart')
|
||||
|
|
|
|||
Loading…
Reference in New Issue