Tracker-Friendly arzumify
  • A person who does way too much for their own good

  • Joined on 2023-09-09
arzumify pushed to main at Ailur/burgernotes 2024-07-21 09:49:57 +01:00
6ac1c27db5 Made spent cleanups run on the correct database and make them show how many rows where deleted
arzumify pushed to main at Ailur/burgernotes 2024-07-21 09:45:50 +01:00
ef54b67803 made stamps be able to be spent and add an expiration mechanism
arzumify pushed to main at Ailur/burgernotes-client-web 2024-07-21 09:09:52 +01:00
60b58143e7 Made changing passwords work correctly and made the legacy password migration set the migrate flag serverside
arzumify pushed to main at Ailur/burgernotes 2024-07-21 09:09:33 +01:00
9725de7fb3 Added support for migration on changepassword and login
arzumify pushed to main at Ailur/burgernotes 2024-07-21 09:03:36 +01:00
1fb0d1c85a Make the memory database use a set name so it's safe to defer
arzumify pushed to main at Ailur/burgernotes 2024-07-21 08:59:18 +01:00
d4148a4939 Make the memory database actually in memory and not defer it so that it doesn't kill itself
arzumify pushed to main at Ailur/burgernotes 2024-07-21 08:49:43 +01:00
9bd62dbf64 Made migrations not kill the process
arzumify pushed to main at Ailur/burgernotes 2024-07-20 20:37:04 +01:00
866f07825e Made failed migrations non-fatal
arzumify pushed to main at Ailur/burgernotes 2024-07-20 20:35:57 +01:00
c2aa6673b0 Added migration detection functionality to the server
arzumify pushed to main at Ailur/burgernotes-client-web 2024-07-20 17:50:54 +01:00
1a94acba76 Made it clear the PoW challenge can take a long time and nothing is broken
arzumify pushed to main at Ailur/burgernotes-client-web 2024-07-20 17:46:45 +01:00
fd7e5274e9 Removed useless variable that leads nowhere
arzumify pushed to main at Ailur/burgernotes-client-web 2024-07-20 17:45:12 +01:00
7a7dc61f07 Updated the mobileconfig, finally, accidentally forgot to add the WASM file
arzumify pushed to main at Ailur/burgernotes-client-web 2024-07-20 17:12:30 +01:00
05279a0811 Fixed the labels not being hidden in inoutdivs, made inoutdivs use a flexbox or table to avoid the use of a calc() and a transform(), updated to AES-256 GCM Native crypto from CryptoJS, added a migration page to migrate from CryptoJS, remove the Argon2 Compatibility thing, remove all backwards-compatibility measures, updated the changelog to be accurate, made NoScript cancel-able, made the inoutdiv dynamically scale, told people what a homeserver is, switched to argon2id from sha-3 and sha-512, add a PoW captcha using WASM, make a really long commit message.
arzumify pushed to main at Ailur/hashcash-wasm 2024-07-20 16:50:15 +01:00
f3de9b4eb4 Added the code
arzumify pushed to main at Ailur/burgernotes 2024-07-20 16:46:21 +01:00
0a22d2fd39 Made memory-based sessions work correctly, add a proof-of-work captcha to deter spamming
arzumify pushed to main at Ailur/hashcash-wasm 2024-07-20 16:46:06 +01:00
22bf3daac6 Death by license
arzumify created repository Ailur/hashcash-wasm 2024-07-20 16:45:24 +01:00
arzumify pushed to main at Ailur/burgernotes 2024-07-20 10:54:00 +01:00
55bec8e5f8 Specified which encryption to use
3b70fe7b4b Removed a bunch of legacy APIs, added OAuth2 support, using Burgernotes 2.0 Draft 2 style encryption.
Compare 2 commits »
arzumify pushed to main at arzumify/shoDater 2024-07-19 01:51:51 +01:00
f2f395bb34 Ignore exports folder
arzumify pushed to main at arzumify/shoDater 2024-07-19 01:51:38 +01:00
40ca647ccc Made saving much simpler and web-compatible