Postponed (maintainer needs more info)
Project:
Whois lookup
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
14 Jun 2007 at 18:04 UTC
Updated:
11 Nov 2011 at 12:27 UTC
Jump to comment: Most recent file
Comments
Comment #1
Gurpartap Singh commentedAdded watchdog logging in 6.x version.
If someone can take up with the above suggested feature, patches are welcomed anytime! :-)
Comment #2
obsidiandesign commentedThe attached patch will store the data in the database and allow the admin to return a cached result over a specified time period. One issue is that the storage relies on the cache time, as the result will be stored every request if the cache time is set to 0.
I'm working on the block next, hope to have a separate patch tomorrow or Saturday. I'm working on this for a client project, so he's agreed to contribute the work back to the modules.
Bryan O'Shea
Obsidian Design
Comment #3
obsidiandesign commentedForgot to attach the patch, sorry.
Comment #4
giorgio79 commentedThanks for this :)
Was the block part ever finished? :)
Comment #5
giorgio79 commentedIt seems the patch does not apply anymore, will try to reroll it
patch < whois_store_data.patch
(Stripping trailing CRs from patch.)
patching file whois.install
Hunk #1 FAILED at 5.
1 out of 1 hunk FAILED -- saving rejects to file whois.install.rej
(Stripping trailing CRs from patch.)
patching file whois.module
Hunk #1 FAILED at 85.
Hunk #2 FAILED at 197.
2 out of 2 hunks FAILED -- saving rejects to file whois.module.rej
Comment #6
helmo commentedA generic cache feature has been added in the meantime.
Even though a history list of past lookups seems cool I fail to see a business case for it.
Keeping an eye on the watchdog system would suffice for now...
Comment #7
helmo commented