Doug Hoyte
Doug Hoyte
Hi, sorry for the late reply, this slipped through the cracks somehow. One person was working on this some time ago, but I'm not sure the current status.
Good idea! It will need a bit of a refactor to log the IP on that line, but it should be possible. I'm adding that to the TODO list. One...
I'm not sure TBH. It looks like `noscl` is unable to connect to the relay? Any more information on how to reproduce this might help. In case it's helpful, here...
Hi, thanks for the comment! I have briefly looked into the event delegation specs, but haven't really thought about how strfry would implement it yet.
This probably means you don't have the libsecp256k1 library and its header files installed. Are you on debian/ubuntu? If so, make sure the `libsecp256k1-dev` package is installed. Otherwise, your platform...
Hi, thank you for reporting this! I noticed this issue too, and actually fixed it in this commit: https://github.com/hoytech/strfry/commit/7d5aebbf43b0ec4c0e50499042944b0918b3a2be I haven't merged it yet because it's tied in with changes...
I have a list of possible spam mitigations like IP and/or pubkey-based rate limits. I'm not sure what would be the most effective. Looking at the number of followers of...
You are using the version from the master branch right? This version has a known issue that the harddrive usage will grow excessively over time. I'm almost ready to release...
Regarding rate limiting, there is a plugin architecture in `beta` branch that we're working on, described here: https://github.com/hoytech/strfry/blob/beta/docs/plugins.md The trick is being able to programmatically determine what is spam and...
@jb55 - The `master` branch is still the older "stable" one. The `beta` branch has most of the bug fixes and improvements. Let me know if you encounter any issues...