-
I have found these lines in my console log after launching chihaya
```
ERRO[512513] http: internal error: invalid URL escape "%V\xbc"
ERRO[553108] http: internal error: invalid URL escape "%\xbaC"
…
-
I'd like to run chihaya listening on http + https, and not need nginx etc. - I am a HTTPS noob so here are a few questions. tl;dr - What do you think is the best way to implement this?
- Is there a…
-
Can we please re-add the Subnet preference logic that we added originally back in 2014.
Summary:
- Config file allows a CIDR subnet size for v4 and v6
- We store peers and seeders in subnet addre…
-
Does chihaya relay any data about the server it's running on?
For example, assuming someone had tunneled their trackers traffic over TOR, and the clients were using TOR to connect, would the tracker …
-
Given a SIGHUP, I think chihaya should shutdown everything except for the peer store, and then start back up with a newly parsed config.
-
CoreOS has chihaya v2 in prod now 🎉
While testing it I got the following error when I provided chihaya a bogus infohash:
```
time="2016-10-28T21:47:02Z" level=error msg="http: internal error: query…
-
I think it could be useful to add a `bittorrent.IP` to scrapes. This enables us to have a "normal" way of telling whether the Scrape is IPv6 or IPv4, without using the `context`. Because Scrapes are n…
-
https://github.com/chihaya/chihaya/blob/6b376e35221ac4c31a645e5e47617b33192e6314/cmd/chihaya/main.go#L122
-
Especially the peer store. If we do make a change in the architecture, I'll have to come up with something better that's also not horrible on performance or readability.
As of right now it's broken, t…
-
While working on [chihaya](https://github.com/chihaya/chihaya), I was curious what clients are doing with the "downloaded" field in a Scrape. Not only could I not find out how this field was being use…