Commit 81fbb2ac authored by Thomas Capricelli's avatar Thomas Capricelli
Browse files

todo..

parent b72901de0740
......@@ -269,6 +269,11 @@ def listbadips(request):
assert(next_timestamp > from_timestamp)
# TODO:
# though it's time consuming, it would be far better to filter against the user white lists.
# it's already done for global lists.
# currently, an ip in user A white list can be reported by another user, and then sent to user A servers..
# Compute answer
# Ok, there's plenty of room for improvements here
ips = set([r.badip.ip for r in reports])
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment