Closed (fixed)
Project:
http:BL
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Issue tags:
Reporter:
Created:
6 Apr 2016 at 21:33 UTC
Updated:
26 May 2017 at 00:44 UTC
Jump to comment: Most recent
Comments
Comment #2
alienseer23 commentedJust wanted to throw voice in suppport of this module, and in the upgrade to D8. Just learning that I may not be going to grad school in the fall, perhaps I might have some time to work something out ;) In the meantime, however, any plans?
Comment #3
bryrock commentedJust began taking a crack at this today (no public branch or commits yet). I think it's going to be a bear (meets Leo DiCaprio). So far have an installable, working module with permissions that doesn't actually do anything yet. Admin form is next, along with the task of converting this very variable dependent module to D8 variable handling rules. The real kicker is going to be learning how to get the main "banning" functionality to happen without hook_boot, because there is no hook_boot anymore and that's where the key functionality for this module has lived or been spawned from, since way back to D5.
On the plus side, since this is going to be an overhaul, the schema will be updated to treat these "cache" entries more like entities (like the httpbl_manager does in the 7.x dev branch). That should avoid the past issues with duplicate keys, since they are no longer based on the ip addresses (alone) of the banned sites.
Comment #4
bryrock commentedHttpbl is now available for D8 in a dev release.
https://www.drupal.org/project/httpbl/releases/8.x-1.x-dev
Comment #6
alienseer23 commentedI hope the bear didn't treat you quite as badly... nice work! this opens the door for me to get up to D8, THANK YOU!