aperezdc / luabot

An XMPP (Jabber) bot written in Lua using the protocol implementation from Verse/Prosody
Other
27 stars 7 forks source link

urltitles: Cache extracted information #35

Closed aperezdc closed 8 years ago

aperezdc commented 8 years ago

The urltitles plugin could work faster for URLs requested periodically if it kept a cache in memory or disk (or both), and it avoided hitting HTTP servers while content has not expired. Also, this would allow using If-Modified-Since to do cache (in)validation and avoiding even more re-downloads of previously-seen URLs.

aperezdc commented 8 years ago

This is now implemented, closing.