Your Name 580aec7d57 v0.2.15 - Add --database-path command line parameter for database location override
- Added -D/--database-path parameter to specify custom database file location
- Fixed port override timing to apply after configuration system initialization
- Updated help message with examples showing database path usage
- Supports both absolute and relative paths for database location
- Enables running multiple relay instances with separate databases
- Resolves database path issues when running from /usr/local/bin
2025-09-06 10:07:28 -04:00
2025-09-06 09:59:14 -04:00
2025-09-06 04:40:59 -04:00
2025-09-03 20:39:06 -04:00
2025-09-06 07:12:47 -04:00
2025-09-05 14:45:32 -04:00
2025-09-03 20:39:06 -04:00
2025-09-06 06:25:27 -04:00
2025-09-05 14:45:32 -04:00
2025-09-06 09:59:14 -04:00
2025-09-06 09:59:14 -04:00
2025-09-06 09:59:14 -04:00

A nostr relay in C with sqlite on the back end.

NIPs

  • NIP-01: Basic protocol flow implementation
  • NIP-09: Event deletion
  • NIP-11: Relay information document
  • NIP-13: Proof of Work
  • NIP-15: End of Stored Events Notice
  • NIP-20: Command Results
  • NIP-33: Parameterized Replaceable Events
  • NIP-40: Expiration Timestamp
  • NIP-42: Authentication of clients to relays
  • NIP-45: Counting results.
  • NIP-50: Keywords filter.
  • NIP-70: Protected Events
S
Description
A C Nostr relay using PostgreSQL for stronger scalability, advanced querying, and shared database infrastructure.
Readme
289 MiB
Languages
C 72.7%
JavaScript 17.5%
Shell 5.4%
PHP 2%
CSS 0.9%
Other 1.5%