mleku
4532def9f5
Remove large outdated `stacktrace.txt` log file.
...
- Deleted auto-generated `stacktrace.txt` file to reduce repository clutter and maintain relevance of retained files.
4 months ago
mleku
81a40c04e5
Refactor `publishCacheEvents` for concurrent publishing and optimize database access.
...
- Updated `publishCacheEvents` to utilize multiple concurrent connections for event publishing.
- Introduced worker-based architecture leveraging `runtime.NumCPU` for parallel uploads.
- Optimized database fetch logic in `FetchEventsBySerials` for improved maintainability and performance.
- Bumped version to `v0.4.8`.
4 months ago
mleku
2ccdc5e756
Bump version to `v0.4.7`.
4 months ago
mleku
509aac3819
Remove unused ACL integration and related configuration logic, bump version to `v0.4.6`.
4 months ago
mleku
a9893a0918
Bump version to `v0.4.5`.
4 months ago
mleku
bc1527e6cf
Bump version to `v0.4.4`.
4 months ago
mleku
2dd119401b
Improve memory safety with `defer` for event cleanup across handlers, optimize conditional logging, and bump version to `v0.4.3`.
4 months ago
mleku
6e06905773
Replace `WriteTimeout` with `DefaultWriteTimeout` in publisher for consistency and bump version to `v0.4.2`.
4 months ago
mleku
d1316a5b7a
Introduce `DefaultWriteTimeout` for WebSocket operations, replace hardcoded timeouts, and upgrade version to `v0.4.1`.
4 months ago
mleku
b45f0a2c51
Bump version to `v0.4.0`.
4 months ago
mleku
57ac3667e6
Bump version to `v0.3.2`.
4 months ago
mleku
fdcfd863e0
Update `SaveEvent` to improve logging consistency, block duplicate event creations more explicitly, and handle multi-line log formatting updates. Bump version to `v0.3.1`.
4 months ago
mleku
4e96c9e2f7
Remove debug logging across the codebase and update version to `v0.3.0`.
4 months ago
mleku
85d806b157
Bump version to v0.2.1
4 months ago
mleku
8ddc34d202
Bump version to v0.2.0
4 months ago
mleku
5edb7a3b09
implement auth and a simple admin-follows whitelist
4 months ago
mleku
8add32bb78
Add relayinfo package and utility modules for NIP-11 support
...
Introduce the `relayinfo` package with `NIP-11` utilities, including `Fees`, `Limits`, and `NIPs` structures. Add utility modules for handling numbers, timestamps, and kinds. Integrate functionality for fetching and managing relay information.
5 months ago
mleku
ecaf52b98f
Add core packages, configuration system, and initial application structure
5 months ago