Aravinth Manivannan
Aravinth Manivannan
That's the idea with the survey :) [PoW performance varies across devices, this blog post contains some stats](https://mcaptcha.org/blog/pow-performance) [Survey motivation](https://mcaptcha.org/blog/survey): I noticed early on that the experience varied from one...
I'm not sure if I understand, you are asking if it is possible to rapidly increase in difficulty factor when there's a sudden surge in visitor count? It sounds like...
> Redis counting every request would be possible The custom module that mCaptcha uses already counts all requests separately I'm thinking about writing a new backend for counting visitors. The...
Hi, I haven't caught up with the thread yet, I'm in the middle of tests at my Uni but its so nice seeing people chip in to help each other...
Thanks for opening an issue. The traffic measurement should be per `default cooldown` period. [This stuff is set by your instance admin](https://github.com/mCaptcha/mCaptcha/blob/5722a5327ca1f0c1e6054ce3f3823c43c72bd68c/config/default.toml#L42) and is not visible to users at the...
It could be, but not at this point. The traffic will have to be proxied through a "guard" instance, which will forward on successful validation. I think an nginx module...
@RinnDog: It's possible to write modules for any platform that supports a C ABI, which [seems to be the case for caddy](https://caddyserver.com/docs/extending-caddy). Again, I'd love to help anyone that wants...
Thanks for opening this issue, we are investigating alternate names. Should have something by the end of the year :) edit: the demo [exists](https://github.com/mCaptcha/integration/blob/cd7ae9809a6424cab12cd1fa9f29979dbcfe47e4/test/mCaptcha.ts#L601) :wink:
Hi, This is definitely something that I want to do. The project had access to a couple of ARM computers until a while ago (the Pis died :/). I tried...
Hi again, The [cross](https://github.com/cross-rs/cross) seems to be resolved, was able to cross-compile mCaptcha on my local machine. I'll try to set up cross-compilation on the CI to publish binaries soons