Neo

Results 12 issues of Neo

Do you have plans to add authentication to Siberite? Or if not, do you know of any proxies that might be suitable for the memcache protocol that I could use...

In the documentation here, fanout queue usage is described as: > Siberite allows you to insert new message into multiple queues at once by using the following syntax `set ++...

I was working with the project when I encountered an issue with my inputs that manifested itself as an uncaught `URLNotFoundNomadException`. It took me a while to figure out that...

The recommended URL for the documentation (http://multimechanize.com) doesn't actually lead anywhere. It just redirects back to the author's Github page. Is there an alternate location where there is starter documentation?

Previously, the resolver instance used by the process is set up with no arguments to the constructor but since the signature of the constructor is: ```python def __init__(self, nameservers =...

Currently, the reeper process (which replaces "lazy" workers) and the worker processes themselves are not collected properly before termination which leads to zombies being left over each time the code...

When checking `CNAME` records, the code calls: ```python self.resolver.query(cname_host, "A", total_rechecks) ``` Which results in an integer argument being given for the `name_server` argument in the `resolver.query` method which has...

Added a timeout to DNS queries. Not having this could make the initial bootstrapping process take a **really** long time. This happens when a significant proportion of the resolvers being...

There is a period during the bootstrapping process (when there are still very few verified servers in `resolver_q`) and possibly near the end (when the list is exhausted) when a...

Whilst trying the tool on some domains that use Cloudflare for their authoritative nameserver (along with another factor which seems to vary by domain) I found that using type `ANY`...