diff options
author | Runxi Yu <me@runxiyu.org> | 2025-03-24 20:49:12 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-03-24 20:49:12 +0800 |
commit | 6583ffa7053f3f4eccbe4bbe9b412b0739b0629f (patch) | |
tree | 6581b41876c46e23cf34a84b2d1a9fc9cc9821e0 /README.md | |
parent | Update license headers (diff) | |
download | powxy-6583ffa7053f3f4eccbe4bbe9b412b0739b0629f.tar.gz powxy-6583ffa7053f3f4eccbe4bbe9b412b0739b0629f.tar.zst powxy-6583ffa7053f3f4eccbe4bbe9b412b0739b0629f.zip |
README.md: Remove the "JS is slow" notice, we have WebAssembly
Diffstat (limited to '')
-rw-r--r-- | README.md | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -13,8 +13,6 @@ It may experience occasional outages. - **The cryptography hasn't been audited.** I wrote this after a tiring school week and this definitely needs some review. -- The JavaScript challenge solver is very, very slow. The solver written in C - as presented in the web interface is a few thousand times faster. - We should allow Git clients and RSS readers. - If a user is attempting to submit a POST request but their powxy cookie is invalid, powxy would redirect them to a challenge, and their POST data will |