blocking = list()
+ # c.s isn't part of oliphant's "hidden" blocklists
+ logger.debug("blocker='%s'", blocker)
if blocker != "chaos.social" and not blocklists.is_excluded(blocker):
logger.debug("blocker='%s',software='%s'", blocker, software)
if software == "pleroma":
else:
logger.warning("Unknown software: domain='%s',software='%s'", row["domain"], row["software"])
+ # c.s isn't part of oliphant's "hidden" blocklists
logger.debug("row[domain]='%s'", row["domain"])
-
- # chaos.social requires special care ...
if row["domain"] != "chaos.social" and not blocklists.is_excluded(row["domain"]):
logger.debug("Invoking instances.set_total_blocks(%s, %d) ...", row["domain"], len(blocking))
instances.set_last_blocked(row["domain"])