Adam Pritchard
Adam Pritchard
The [`privateMasks`](https://github.com/sebest/xff/blob/671bd2870b3a94230620f8a68525a3a17e3a4585/xff.go#L11-L18) list is incomplete. Here is a good list to use: https://github.com/letsencrypt/boulder/blob/30a516737c9daa4c88c8c47070c25a5e7033cdcf/bdns/dns.go#L31-L145 (Then you can also remove the `ip.IsGlobalUnicast` check.)
The README says that xff is intended to parse the RFC 7239 `Forwarded` header, but it's not -- it parses the `X-Forwarded-For` header. These are very different things.
The Tor service should only run when the device has connectivity. Peer pulling and Nominatim requests (etc.) should only be done when the Tor circuit is established. Relatedly, Briar has...
As it is now, `LocationMonitor` may start making reverse geocode requests to the Nominatim server before Tor is bootstrapped and the circuit is established (this is more likely the happen...
This is an offshoot of issue #11. There is a command to export the user's identity to a file, but there's no command to add a friend from a file...
Currently, if a user clicks their own `.ploggy` file they can add themselves as a friend.
Much credit to http://stackoverflow.com/a/18562855/729729, especially for helping to get play/pause/resume working. Note that this extension now also works in Firefox. You just need to add this to the manifest: ```...
The [Google Image Charts API](https://developers.google.com/chart/image/) has been deprecated and could disappear at any time. This will wreck the rending of MDH math images. See discussion of alternatives [in issue #144](https://github.com/adam-p/markdown-here/issues/144#issuecomment-64654115)....