rajvasani / pubsubhubbub

Automatically exported from code.google.com/p/pubsubhubbub
Other
0 stars 0 forks source link

Hub should record feed IDs for arbitrary pings it has not seen in the last N days #87

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This further helps handle the aliasing problem by allowing the Hub to keep
a record of all feeds it's ever seen and how those feeds alias to real feed
URLs. This also decouples (amazing) the publisher's URL of choice from the
subscriber's URL of choice by having the presence of pinging act as a weird
kind of registration. For DoS protection we're going to need to enforce a
maximum number of feeds per domain and potentially a whitelist.

Original issue reported on code.google.com by bslatkin on 9 Oct 2009 at 12:52

GoogleCodeExporter commented 9 years ago

Original comment by bslatkin on 3 Jun 2010 at 11:45

GoogleCodeExporter commented 9 years ago
Due to the approaching shutdown of Google Code 
(http://google-opensource.blogspot.ch/2015/03/farewell-to-google-code.html) 
we're moving all public PubSubHubbub development to the pubsubhubbub 
organization on Github:

https://github.com/pubsubhubbub

The protocol spec resides under https://github.com/pubsubhubbub/PubSubHubbub 
while the various client libraries and example applications have separate 
repositories.

Wiki content has been migrated to the PubSubHubbub project as well:

https://github.com/pubsubhubbub/PubSubHubbub/wiki

Please re-open your issue on GitHub if it's still relevant. 

Original comment by the...@google.com on 18 May 2015 at 7:25