| .. |
|
indexes
|
Improve logging consistency across the application, handle context cancellation during WebSocket writes, and introduce async ACL reconfiguration for admin events.
|
4 months ago |
|
database.go
|
Refactor database methods: simplify `SaveEvent` signature, enhance logging, and introduce deletion check logic with `CheckForDeleted`.
|
4 months ago |
|
delete-event.go
|
Migrate package imports from `next.orly.dev` to new `orly` domain structure; add new `varint` and `binary` encoders with comprehensive tests; enhance existing tag and envelope implementations with additional methods, validations, and test coverage; introduce shared `test.sh` script for streamlined testing across modules.
|
4 months ago |
|
delete-expired.go
|
Migrate package imports from `next.orly.dev` to new `orly` domain structure; add new `varint` and `binary` encoders with comprehensive tests; enhance existing tag and envelope implementations with additional methods, validations, and test coverage; introduce shared `test.sh` script for streamlined testing across modules.
|
4 months ago |
|
export.go
|
Improve memory safety with `defer` for event cleanup across handlers, optimize conditional logging, and bump version to `v0.4.3`.
|
4 months ago |
|
export_test.go
|
implement auth and a simple admin-follows whitelist
|
4 months ago |
|
fetch-event-by-serial.go
|
Migrate package imports from `next.orly.dev` to new `orly` domain structure; add new `varint` and `binary` encoders with comprehensive tests; enhance existing tag and envelope implementations with additional methods, validations, and test coverage; introduce shared `test.sh` script for streamlined testing across modules.
|
4 months ago |
|
fetch-event-by-serial_test.go
|
Refactor database methods: simplify `SaveEvent` signature, enhance logging, and introduce deletion check logic with `CheckForDeleted`.
|
4 months ago |
|
get-fullidpubkey-by-serial.go
|
Migrate package imports from `next.orly.dev` to new `orly` domain structure; add new `varint` and `binary` encoders with comprehensive tests; enhance existing tag and envelope implementations with additional methods, validations, and test coverage; introduce shared `test.sh` script for streamlined testing across modules.
|
4 months ago |
|
get-fullidpubkey-by-serials.go
|
Migrate package imports from `next.orly.dev` to new `orly` domain structure; add new `varint` and `binary` encoders with comprehensive tests; enhance existing tag and envelope implementations with additional methods, validations, and test coverage; introduce shared `test.sh` script for streamlined testing across modules.
|
4 months ago |
|
get-indexes-for-event.go
|
implemented event and req
|
4 months ago |
|
get-indexes-for-event_test.go
|
Migrate package imports from `next.orly.dev` to new `orly` domain structure; add new `varint` and `binary` encoders with comprehensive tests; enhance existing tag and envelope implementations with additional methods, validations, and test coverage; introduce shared `test.sh` script for streamlined testing across modules.
|
4 months ago |
|
get-indexes-from-filter.go
|
Improve logging consistency across the application, handle context cancellation during WebSocket writes, and introduce async ACL reconfiguration for admin events.
|
4 months ago |
|
get-indexes-from-filter_test.go
|
Migrate package imports from `next.orly.dev` to new `orly` domain structure; add new `varint` and `binary` encoders with comprehensive tests; enhance existing tag and envelope implementations with additional methods, validations, and test coverage; introduce shared `test.sh` script for streamlined testing across modules.
|
4 months ago |
|
get-serial-by-id.go
|
Remove debug logging across the codebase and update version to `v0.3.0`.
|
4 months ago |
|
get-serial-by-id_test.go
|
Refactor database methods: simplify `SaveEvent` signature, enhance logging, and introduce deletion check logic with `CheckForDeleted`.
|
4 months ago |
|
get-serials-by-range.go
|
Improve logging, error handling for ID queries, and ensure inclusive range boundaries in event management.
|
4 months ago |
|
get-serials-by-range_test.go
|
Refactor database methods: simplify `SaveEvent` signature, enhance logging, and introduce deletion check logic with `CheckForDeleted`.
|
4 months ago |
|
go.mod
|
Introduce `ProcessDelete` method in `database` package; update `go.mod` with `database.orly` module replacements across packages
|
4 months ago |
|
go.sum
|
Migrate package imports from `next.orly.dev` to new `orly` domain structure; add new `varint` and `binary` encoders with comprehensive tests; enhance existing tag and envelope implementations with additional methods, validations, and test coverage; introduce shared `test.sh` script for streamlined testing across modules.
|
4 months ago |
|
import.go
|
Ensure proper memory management by adding `Free` calls to release pooled buffers across `export`, `import`, and event handling workflows.
|
4 months ago |
|
logger.go
|
Migrate package imports from `next.orly.dev` to new `orly` domain structure; add new `varint` and `binary` encoders with comprehensive tests; enhance existing tag and envelope implementations with additional methods, validations, and test coverage; introduce shared `test.sh` script for streamlined testing across modules.
|
4 months ago |
|
migrations.go
|
Refactor database methods: simplify `SaveEvent` signature, enhance logging, and introduce deletion check logic with `CheckForDeleted`.
|
4 months ago |
|
process-delete.go
|
Introduce `ProcessDelete` method in `database` package; update `go.mod` with `database.orly` module replacements across packages
|
4 months ago |
|
query-events-multiple-param-replaceable_test.go
|
implement auth and a simple admin-follows whitelist
|
4 months ago |
|
query-events.go
|
Remove debug logging across the codebase and update version to `v0.3.0`.
|
4 months ago |
|
query-events_test.go
|
implement auth and a simple admin-follows whitelist
|
4 months ago |
|
query-for-authors-tags_test.go
|
implement auth and a simple admin-follows whitelist
|
4 months ago |
|
query-for-created-at_test.go
|
Refactor database methods: simplify `SaveEvent` signature, enhance logging, and introduce deletion check logic with `CheckForDeleted`.
|
4 months ago |
|
query-for-deleted.go
|
Block resubmission of deleted events by ID in `SaveEvent` and simplify deletion timestamp checks in `QueryForDeleted`.
|
4 months ago |
|
query-for-ids.go
|
Migrate package imports from `next.orly.dev` to new `orly` domain structure; add new `varint` and `binary` encoders with comprehensive tests; enhance existing tag and envelope implementations with additional methods, validations, and test coverage; introduce shared `test.sh` script for streamlined testing across modules.
|
4 months ago |
|
query-for-ids_test.go
|
implement auth and a simple admin-follows whitelist
|
4 months ago |
|
query-for-kinds-authors-tags_test.go
|
implement auth and a simple admin-follows whitelist
|
4 months ago |
|
query-for-kinds-authors_test.go
|
Refactor database methods: simplify `SaveEvent` signature, enhance logging, and introduce deletion check logic with `CheckForDeleted`.
|
4 months ago |
|
query-for-kinds-tags_test.go
|
implement auth and a simple admin-follows whitelist
|
4 months ago |
|
query-for-kinds_test.go
|
Refactor database methods: simplify `SaveEvent` signature, enhance logging, and introduce deletion check logic with `CheckForDeleted`.
|
4 months ago |
|
query-for-serials.go
|
implemented event and req
|
4 months ago |
|
query-for-serials_test.go
|
Refactor database methods: simplify `SaveEvent` signature, enhance logging, and introduce deletion check logic with `CheckForDeleted`.
|
4 months ago |
|
query-for-tags_test.go
|
implement auth and a simple admin-follows whitelist
|
4 months ago |
|
save-event.go
|
Improve logging consistency across the application, handle context cancellation during WebSocket writes, and introduce async ACL reconfiguration for admin events.
|
4 months ago |
|
save-event_test.go
|
Refactor database methods: simplify `SaveEvent` signature, enhance logging, and introduce deletion check logic with `CheckForDeleted`.
|
4 months ago |
|
subscriptions.go
|
Migrate package imports from `next.orly.dev` to new `orly` domain structure; add new `varint` and `binary` encoders with comprehensive tests; enhance existing tag and envelope implementations with additional methods, validations, and test coverage; introduce shared `test.sh` script for streamlined testing across modules.
|
4 months ago |
|
subscriptions_test.go
|
Migrate package imports from `next.orly.dev` to new `orly` domain structure; add new `varint` and `binary` encoders with comprehensive tests; enhance existing tag and envelope implementations with additional methods, validations, and test coverage; introduce shared `test.sh` script for streamlined testing across modules.
|
4 months ago |