I am loving the repository module as it is the main feature on the site I started building 2 weeks ago. My site is basically a place where people can download game demos, and indie game authors can upload their demos.
I have a question though - when a user downloads a file, is there a table in the database where details of that info is stored? (perhaps datetime, ip address, etc). I've searched what I believe is everywhere, and aside from the downloads field in the repository objects table, I don't see anything else.
What I wanted to do is show things such as most downloaded, but limit the results to downloads in the past N days. I was also trying to find a way to determine unique downloads, that is, do not count a download of the same file from the same ip address twice.
Thanks.