log mod_pubsub_feed/mod_pubsub_feed.lua @ 482:9d62586e7aae

age author description
2011-11-10 Kim Alvefur mod_pubsub_feed: Dynamicaly reloadable config.
2011-10-29 Kim Alvefur Revert various changes accidentally included in previous commit
2011-10-15 Kim Alvefur mod_default_vcard: Sets initial vCard from data enterd on registration
2011-08-27 Kim Alvefur mod_pubsub_feed: Kill the timer on module unload
2011-08-24 Kim Alvefur mod_pubsub_feed: Major cleanup, and use newer APIs. (Thanks Maranda)
2011-08-24 Kim Alvefur mod_pubsub_feed: Use httpserver.new_from_config(). Fixes SSL. And fix traceback when called without a querypart.
2011-08-24 Kim Alvefur mod_pubsub_feed: Try harder to figure out ones callback URL.
2011-08-24 Kim Alvefur mod_pubsub_feed: Fix timestamp on Windows, which has no %T
2011-01-31 Kim Alvefur mod_pubsub_feed: Implement signature verification
2011-01-31 Kim Alvefur mod_pubsub_feed: Fix verify_token checking.
2011-01-31 Kim Alvefur mod_pubsub_feed: Stricter verification handling. Correctly echo the hubs challenge.
2011-01-31 Kim Alvefur mod_pubsub_feed: Implement PubSubHubbub subscriber
2010-12-26 Kim Alvefur mod_pubsub_feed: Catch and handle errors when publishing
2010-12-26 Kim Alvefur mod_pubsub_feed: Fix detection of updated posts
2010-11-27 Kim Alvefur mod_pubsub_feed: Wrap entry in a item element.
2010-11-27 Kim Alvefur mod_pubsub_feed: Fetches Atom feeds and publishes to PubSub