Your Name
b2ad70b028
v0.8.1 - added screenshots
2025-10-29 07:39:08 -04:00
Your Name
edbc4f1359
v0.7.43 - Add plain text 'status' command handler for NIP-17 DMs
2025-10-27 13:19:10 -04:00
Your Name
3dc09d55fd
v0.7.39 - Set dm's back 2 days to adjust for timestamp ramdomization of giftwraps.
2025-10-23 18:43:45 -03:00
Your Name
9179d57cc9
v0.7.34 - We seemed to maybe finally fixed the monitoring error?
2025-10-22 10:19:43 -04:00
Your Name
57a0089664
v0.7.32 - Implement ephemeral event bypass (NIP-01) - events with kinds 20000-29999 are now broadcast to subscriptions but never stored in database, preventing recursive monitoring event loops
2025-10-19 09:38:02 -04:00
Your Name
53f7608872
v0.7.31 - Fixed production crash by replacing in-memory subscription iteration with database queries in monitoring system
2025-10-18 18:09:13 -04:00
Your Name
48890a2121
v0.7.26 - Tidy up api
2025-10-18 14:48:16 -04:00
Your Name
e312d7e18c
v0.7.25 - Implement SQL Query Admin API
...
- Move non-NIP-17 admin functions from dm_admin.c to api.c for better architecture
- Add NIP-44 encryption to send_admin_response() for secure admin responses
- Implement SQL query validation and execution with safety limits
- Add unified SQL query handler for admin API
- Fix buffer size for encrypted content to handle larger responses
- Update function declarations and includes across files
- Successfully test frontend query execution through web interface
2025-10-16 15:41:21 -04:00
Your Name
b041654611
v0.7.17 - Fixed critical race condition in CLOSE message handler causing segfault during subscription storms
2025-10-15 09:10:18 -04:00
Your Name
e833dcefd4
v0.7.16 - Fixed blacklist authentication system - removed redundant action/parameters columns, added active=1 filtering, added comprehensive debug tracing, and identified that auth must be enabled for blacklist to work
2025-10-14 13:07:19 -04:00
Your Name
29680f0ee8
v0.7.15 - Fixed race condition in subscription management causing intermittent core dumps and format truncation warning
2025-10-14 11:34:55 -04:00
Your Name
670329700c
v0.7.14 - Remove unified config cache system and fix first-time startup - All config values now queried directly from database, eliminating cache inconsistency bugs. Fixed startup sequence to use output parameters for pubkey passing.
2025-10-13 19:06:27 -04:00
Your Name
62e17af311
v0.7.13 - -t
2025-10-13 16:35:26 -04:00
Your Name
e3938a2c85
v0.7.12 - Implemented comprehensive debug system with 6 levels (0-5), file:line tracking at TRACE level, deployment script integration, and default level 5 for development
2025-10-13 12:44:18 -04:00
Your Name
49ffc3d99e
v0.7.11 - Got api back working after switching to static build
2025-10-12 14:54:02 -04:00
Your Name
34bb1c34a2
v0.7.10 - Fixed api errors in accepting : in subscriptions
2025-10-12 10:31:03 -04:00
Your Name
ecd7095123
v0.7.8 - Fully static builds implemented with musl-gcc
2025-10-11 10:51:03 -04:00
Your Name
6709e229b3
v0.7.7 - Prevent sql attacks and rate limiting on subscriptions
2025-10-10 15:44:10 -04:00
Your Name
00a8f16262
v0.7.6 - Delete more old debugging prints
2025-10-10 13:38:18 -04:00
Your Name
00d16f8615
v0.7.5 - Complete debug logging cleanup - remove all remaining DEBUG messages from websockets.c, config.c, and dm_admin.c
2025-10-10 10:52:14 -04:00
Your Name
c90676d2b2
v0.7.4 - Remove excessive debug logging from entire codebase - preserve user-facing error logging
2025-10-10 10:21:30 -04:00
Your Name
5a916cc221
Reupload
2025-10-09 10:43:42 -04:00
Your Name
d655258311
v0.4.12 - Refactor NIP-17 admin commands: eliminate ~400 lines of duplicated code with unified helper functions, fix SQL query bugs, and remove unused parameters
2025-10-06 18:49:25 -04:00
Your Name
f6d13d4318
v0.4.11 - Fixed nasty DM bug
2025-10-06 10:06:24 -04:00
Your Name
c63fd04c92
v0.4.9 - Working on dm admin
2025-10-04 19:04:12 -04:00
Your Name
64b418a551
v0.4.8 - Implement web server functionality for embedded admin interface - serve HTML/CSS/JS from /api/ endpoint with proper MIME types, CORS headers, and performance optimizations
2025-10-04 12:45:35 -04:00
Your Name
36c9c84047
v0.4.7 - Implement NIP-70 Protected Events - Add protected event support with authentication checks, comprehensive testing, and relay metadata protection
2025-10-03 06:44:27 -04:00
Your Name
88b4aaa301
v0.4.6 - Implement NIP-50 search functionality with LIKE-based content and tag searching
2025-10-03 05:43:49 -04:00
Your Name
d5eb7d4a55
v0.4.4 - Just waking up
2025-10-03 04:52:40 -04:00
Your Name
f7b463aca1
Fixing whitelist and blacklist functionality
2025-09-30 15:02:49 -04:00