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
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
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
34bb1c34a2
v0.7.10 - Fixed api errors in accepting : in subscriptions
2025-10-12 10:31:03 -04:00
Your Name
d449513861
Add MUSL static binary build system using Alpine Docker
...
- Create Dockerfile.alpine-musl for truly portable static binaries
- Update build_static.sh to use Docker with sudo fallback
- Fix source code portability issues for MUSL:
* Add missing headers in config.c, dm_admin.c
* Remove glibc-specific headers in nip009.c, subscriptions.c
- Update nostr_core_lib submodule with fortification fix
- Add comprehensive documentation in docs/musl_static_build.md
Binary characteristics:
- Size: 7.6MB (vs 12MB+ for glibc static)
- Dependencies: Zero (truly portable)
- Compatibility: Any Linux distribution
- Build time: ~2 minutes with Docker caching
Resolves fortification symbol issues (__snprintf_chk, __fprintf_chk)
that prevented MUSL static linking.
2025-10-11 10:17:20 -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
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
f6d13d4318
v0.4.11 - Fixed nasty DM bug
2025-10-06 10:06:24 -04:00
Your Name
f7b463aca1
Fixing whitelist and blacklist functionality
2025-09-30 15:02:49 -04:00