aMule Forum

English => Feature requests => Topic started by: gav616 on March 05, 2008, 09:24:20 PM

Title: Advnaced IPfilter updater
Post by: gav616 on March 05, 2008, 09:24:20 PM
some emule mods offer a more advanced ipfilter updater that saves the user from downloading the full ipfilter file every time.

it work in downloading the ipfilter file from the url then analyzing it and giving that specific file a unique ID number (or tbh it might just check the time that the creation time of the file at the url), then every time it checks for an update if the IDs(or file times) are different from the current one it only then fully downloads it (because its obviously a more up-to-date one)
Title: Re: Advnaced IPfilter updater
Post by: Capitán Hispania on March 23, 2008, 08:11:26 PM
More simple to implement than this but i think would be effective too is to put an option to download ipfilter.dat every "x" days being this value configurable by the user.
Title: Re: Advnaced IPfilter updater
Post by: gav616 on March 24, 2008, 02:29:24 PM
More simple to implement than this but i think would be effective too is to put an option to download ipfilter.dat every "x" days being this value configurable by the user.

yeah, either would save bandwidth at both ends.
Title: Re: Advnaced IPfilter updater
Post by: Xaignar on March 24, 2008, 05:30:21 PM
We can check the "Last-Modified" http-header, and only download if it is different from the previous one. However, it'll take a number of changes to the current HTTP-download implementation.
Title: Re: Advnaced IPfilter updater
Post by: gav616 on March 24, 2008, 05:58:33 PM
i actually prefer Capitán Hispania idea, and must be really easy to implement