osagit

Results 7 issues of osagit

Hi, In Web.py we found starting line 84 a while loop with a 'x' var unused: ```yaml domains_list = [] PST = Paste.Paste(filename) client = ip2asn() for x in PST.get_regex(url_regex):...

On dashboard graph, feeder name is always set to the default `unnamed_feeder` when comming from pystemon. default is set in core.cfg: ```ini default_unnamed_feed_name = unnamed_feeder ``` Feeder name is search...

In Phone.py line 26-27, var reg_phone is defined twice ```python # regex to find phone numbers, may raise many false positives (shalt thou seek optimization, upgrading is required) reg_phone =...

In Phone.py line 26-27, var reg_phone is defined twice ```python # regex to find phone numbers, may raise many false positives (shalt thou seek optimization, upgrading is required) reg_phone =...

Hi, In Web.py we found starting line 84 a while loop with a 'x' var unused: ```yaml domains_list = [] PST = Paste.Paste(filename) client = ip2asn() for x in PST.get_regex(url_regex):...

Hello, I wonder why RedisStorage doesn't store paste content unlike other storage systems ? Is there a limitation of Redis or stuff like that RedisStorage should only store paths and...

enhancement

How about separating the `pystemon.yaml` config file into 2 files ? For instance, sources.yaml for the site sources maintenance and pystemon.yaml for other stuff like log, network etc. In production,...