Bpistle/src
codytseng 2efc884e01 feat: migrate NIP-51 list encryption from NIP-04 to NIP-44
NIP-04 encryption is deprecated due to security vulnerabilities.
This migrates MuteList (kind 10000) and PinnedUsers (kind 10010)
private entries to use NIP-44 encryption, with backward compatibility
for reading existing NIP-04 encrypted content. When NIP-04 content
is detected, it is automatically re-encrypted with NIP-44 and
republished to gradually migrate users.

Co-Authored-By: captain-stacks <201298974+captain-stacks@users.noreply.github.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-04 23:52:49 +08:00
..
__tests__ feat: add schemata schema validation tests (#689) 2026-04-04 15:18:04 +08:00
assets chore: 💨 2025-10-11 16:10:36 +08:00
components feat: improve addressable video (kind 34235/34236) display with title and hashtags 2026-04-04 16:30:48 +08:00
hooks fix: HTTP avatar image rendering issue 2026-03-28 15:18:50 +08:00
i18n feat: add support for displaying kind 7 and kind 17 reaction events 2026-04-04 14:56:04 +08:00
layouts chore: format 2026-01-22 22:28:07 +08:00
lib feat: improve addressable video (kind 34235/34236) display with title and hashtags 2026-04-04 16:30:48 +08:00
pages fix: HTTP avatar image rendering issue 2026-03-28 15:18:50 +08:00
providers feat: migrate NIP-51 list encryption from NIP-04 to NIP-44 2026-04-04 23:52:49 +08:00
routes feat: community mode (#738) 2026-01-24 00:09:10 +08:00
services feat: add support for displaying kind 7 and kind 17 reaction events 2026-04-04 14:56:04 +08:00
types feat: migrate NIP-51 list encryption from NIP-04 to NIP-44 2026-04-04 23:52:49 +08:00
App.tsx refactor: 🏗️ 2025-12-25 23:03:44 +08:00
constants.ts feat: add support for displaying kind 7 and kind 17 reaction events 2026-04-04 14:56:04 +08:00
index.css refactor: polish UI details 2025-12-04 23:24:16 +08:00
index.d.ts refactor: remove electron-related code 2024-12-21 23:20:30 +08:00
main.tsx fix: adjust layout styles for better responsiveness 2025-08-30 23:04:55 +08:00
PageManager.tsx feat: support navigating to primary pages via URL query parameter 2026-02-09 22:11:26 +08:00
polyfill.ts refactor: remove electron-related code 2024-12-21 23:20:30 +08:00
vite-env.d.ts feat: community mode (#738) 2026-01-24 00:09:10 +08:00