index
:
~steering
/
bitbot.git
this commit
master
Unnamed repository; edit this file 'description' to name the repository.
steering7253
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
rss.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
suggest similar feeds when trying to remove an unknown feed
•••
closes #100
jesopo
2019-08-12
1
-2
/
+6
*
check hashed and unhashed IDs, for backwards compatibility
jesopo
2019-08-12
1
-6
/
+7
*
Store more "seen ids", hash seen ids so they take up a constant space
jesopo
2019-08-12
1
-7
/
+9
*
`!rss read` will assume url if there's only url registered for the channel
jesopo
2019-08-12
1
-2
/
+8
*
typo, 'if seen_ids' -> 'if entries'
jesopo
2019-08-09
1
-1
/
+1
*
implement `!rss read <url>`
•••
closes #94
jesopo
2019-08-09
1
-4
/
+21
*
Don't try to get rss urls when there are none
jesopo
2019-07-16
1
-0
/
+3
*
add setting to shorten rss urls (rss-shorten)
jesopo
2019-07-15
1
-19
/
+21
*
add depends-on hashflags to rss.py
jesopo
2019-07-15
1
-0
/
+3
*
use entry["link"] for unique checking if entry["id"] isn't available
jesopo
2019-07-08
1
-7
/
+12
*
TRACE log RSS timing
jesopo
2019-07-08
1
-0
/
+7
*
Handle request_many() not returning a Response for a url
jesopo
2019-07-08
1
-0
/
+4
*
add missing schema in utils.http.sanitise_url, use in rss.py
jesopo
2019-07-08
1
-2
/
+2
*
switch rss.py to use utils.http.request_many
jesopo
2019-07-08
1
-9
/
+3
*
support rss/atom feeds that have no feed title
jesopo
2019-07-07
1
-2
/
+4
*
WARN log when a RSS feed throws in _check_url
jesopo
2019-07-04
1
-1
/
+2
*
add botset IntSetting for RSS interval
jesopo
2019-07-04
1
-1
/
+4
*
delete rss-hooks setting when it's empty
jesopo
2019-07-01
1
-1
/
+4
*
We should be parsing out (server, channel) for rss hooks
jesopo
2019-07-01
1
-2
/
+2
*
Only abort individual RSS feeds when they fail
jesopo
2019-06-27
1
-1
/
+1
*
seems i completely forgot try/except syntax
jesopo
2019-06-27
1
-1
/
+1
*
Only show Exception message when rss feeds fail
jesopo
2019-06-27
1
-3
/
+3
*
exc_info need to be in an `except` block
jesopo
2019-06-27
1
-5
/
+3
*
get rss feed xml ourselves so feedparser.parse can't hang on us
jesopo
2019-06-27
1
-2
/
+4
*
rss-seen-ids should be set per-url or they'll overwrite each other
jesopo
2019-06-24
1
-3
/
+3
*
'_title' -> '_name'
jesopo
2019-06-24
1
-1
/
+1
*
Get RSS feed and mark all IDs as "seen" when first adding the URL
jesopo
2019-06-24
1
-0
/
+15
*
iter through rss entries backwards
jesopo
2019-06-23
1
-3
/
+3
*
First version of rss.py
jesopo
2019-06-23
1
-0
/
+118