lord3nd3r
  • Joined on 2026-03-21
lord3nd3r pushed to master at lord3nd3r/aprhodite 2026-04-12 23:39:55 +00:00
8cce8e6c2e security: add CSRF protection, input sanitization, security logging, and JWT expiry reduction
lord3nd3r pushed to master at lord3nd3r/aprhodite 2026-04-12 20:08:21 +00:00
e86d69ce35 Rewrite README from scratch with comprehensive project documentation
lord3nd3r pushed to master at lord3nd3r/aprhodite 2026-04-12 19:50:34 +00:00
4e3583ef9a Violet replies to unregistered guests with friendly signup prompt
lord3nd3r pushed to master at lord3nd3r/aprhodite 2026-04-12 19:41:44 +00:00
fa030a32b7 Fix admin panel: live AI access toggle, auto-refresh after actions
lord3nd3r pushed to master at lord3nd3r/aprhodite 2026-04-12 19:39:45 +00:00
887482d3db Add role-based admin panel with root/admin/mod/user hierarchy
lord3nd3r pushed to master at lord3nd3r/aprhodite 2026-04-12 19:28:08 +00:00
064f6bf0ba Add 10 color themes to Chat settings
lord3nd3r pushed to master at lord3nd3r/aprhodite 2026-04-12 19:17:54 +00:00
d5e942d06d Add settings panel with Account, Chat, Violet, and Premium tabs
lord3nd3r pushed to master at lord3nd3r/aprhodite 2026-04-12 18:58:47 +00:00
8cd76ff72d Add per-user conversation memory for Violet AI
lord3nd3r pushed to master at lord3nd3r/aprhodite 2026-04-12 18:33:47 +00:00
389415f04d Fix Violet PM: echo user message + add session restore on refresh
lord3nd3r pushed to master at lord3nd3r/aprhodite 2026-04-12 18:25:30 +00:00
1d6413cfd6 Switch Violet model to sadiq-bd/llama3.2-3b-uncensored (installed)
lord3nd3r pushed to master at lord3nd3r/aprhodite 2026-04-12 18:03:36 +00:00
8214f9c244 Enter key sends messages; admins can chat with Violet
lord3nd3r pushed to master at lord3nd3r/aprhodite 2026-04-12 18:00:05 +00:00
01c6c4a1b0 Fix #11: Replace deprecated datetime.utcnow with timezone-aware UTC
lord3nd3r pushed to master at lord3nd3r/aprhodite 2026-04-12 17:59:22 +00:00
9570283ad8 Fix #10: Persist bans and mutes to database
lord3nd3r pushed to master at lord3nd3r/aprhodite 2026-04-12 17:56:35 +00:00
496701c713 Fix #9: Fix context menu breaking after first use
lord3nd3r pushed to master at lord3nd3r/aprhodite 2026-04-12 17:56:01 +00:00
b38eb01e27 Fix #7: Replace CORS wildcard with configurable origins
lord3nd3r pushed to master at lord3nd3r/aprhodite 2026-04-12 17:55:22 +00:00
46ba1d7273 Fix #6: Add missing DOM elements, fix null references
lord3nd3r pushed to master at lord3nd3r/aprhodite 2026-04-12 17:54:11 +00:00
cdfbb666b9 Fix #5: Fix broken E2E encryption for user-to-user PMs
lord3nd3r pushed to master at lord3nd3r/aprhodite 2026-04-12 17:51:58 +00:00
a0a96addb6 Fix #4: Don't broadcast PM invite when target is Violet
lord3nd3r pushed to master at lord3nd3r/aprhodite 2026-04-12 17:51:33 +00:00
be3503b31b Fix #3: Remove client-exploitable payment endpoint
lord3nd3r pushed to master at lord3nd3r/aprhodite 2026-04-12 17:50:50 +00:00
8da91ebf70 Fix #2: Validate PM room join authorization