| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | delete rss-hooks setting when it's empty | 2019-07-01 | 1 | -1/+4 | |
| * | We should be parsing out (server, channel) for rss hooks | 2019-07-01 | 1 | -2/+2 | |
| * | Only abort individual RSS feeds when they fail | 2019-06-27 | 1 | -1/+1 | |
| * | seems i completely forgot try/except syntax | 2019-06-27 | 1 | -1/+1 | |
| * | Only show Exception message when rss feeds fail | 2019-06-27 | 1 | -3/+3 | |
| * | exc_info need to be in an `except` block | 2019-06-27 | 1 | -5/+3 | |
| * | get rss feed xml ourselves so feedparser.parse can't hang on us | 2019-06-27 | 1 | -2/+4 | |
| * | rss-seen-ids should be set per-url or they'll overwrite each other | 2019-06-24 | 1 | -3/+3 | |
| * | '_title' -> '_name' | 2019-06-24 | 1 | -1/+1 | |
| * | Get RSS feed and mark all IDs as "seen" when first adding the URL | 2019-06-24 | 1 | -0/+15 | |
| * | iter through rss entries backwards | 2019-06-23 | 1 | -3/+3 | |
| * | First version of rss.py | 2019-06-23 | 1 | -0/+118 |
