You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
mleku 117e5924fd
Remove deprecated JSON encoder/decoder and update dependencies
3 months ago
..
indexes Add full-text search indexing for word tokens and update tokenization logic 3 months ago
count.go add count (NIP-45) envelope support, bump to version v0.10.0 3 months ago
database.go Enhance graceful shutdown and logging for HTTP server 3 months ago
delete-event.go Enhance delete event handling and logging 3 months ago
delete-expired.go Migrate internal module imports to unified package path. 4 months ago
export.go small cleanups 3 months ago
export_test.go Refactor event processing in tests for chronological order 3 months ago
fetch-event-by-serial.go Add detailed benchmark results for multiple relays. 4 months ago
fetch-event-by-serial_test.go Refactor event processing in tests for chronological order 3 months ago
fetch-events-by-serials.go Add detailed benchmark results for multiple relays. 4 months ago
get-fullidpubkey-by-serial.go Migrate internal module imports to unified package path. 4 months ago
get-fullidpubkey-by-serials.go Migrate internal module imports to unified package path. 4 months ago
get-indexes-for-event.go Add full-text search indexing for word tokens and update tokenization logic 3 months ago
get-indexes-for-event_test.go Refactor event processing in tests for chronological order 3 months ago
get-indexes-from-filter.go fixes memory problem with many pubkeys in query 3 months ago
get-indexes-from-filter_test.go Migrate internal module imports to unified package path. 4 months ago
get-serial-by-id.go Delete outdated benchmark reports and results. 4 months ago
get-serial-by-id_test.go Refactor event processing in tests for chronological order 3 months ago
get-serials-by-range.go make replacement not delete, and filter query results respect limits 3 months ago
get-serials-by-range_test.go Refactor event processing in tests for chronological order 3 months ago
identity.go Add relay identity management and subscription enhancements. 4 months ago
import.go refactored SaveEvent to return if it is replacing an event 3 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
managed-acl.go implemented nip-86 relay management API and added to relay client 3 months ago
markers.go Add spider functionality for relay crawling, marker management, and new SpiderMode config. 4 months ago
migrations.go completed fulltext index migration 3 months ago
process-delete.go Migrate internal module imports to unified package path. 4 months ago
query-events-multiple-param-replaceable_test.go Refactor event processing in tests for chronological order 3 months ago
query-events-search_test.go refactored SaveEvent to return if it is replacing an event 3 months ago
query-events.go fixes memory problem with many pubkeys in query 3 months ago
query-events_test.go make replacement not delete, and filter query results respect limits 3 months ago
query-for-authors-tags_test.go Refactor event processing in tests for chronological order 3 months ago
query-for-created-at_test.go Refactor event processing in tests for chronological order 3 months ago
query-for-deleted.go make replacement not delete, and filter query results respect limits 3 months ago
query-for-ids.go Refine event filtering logic to enforce combined match criteria for Authors, Kinds, Tags, and search terms. 3 months ago
query-for-ids_test.go Refactor event processing in tests for chronological order 3 months ago
query-for-kinds-authors-tags_test.go Refactor event processing in tests for chronological order 3 months ago
query-for-kinds-authors_test.go Refactor event processing in tests for chronological order 3 months ago
query-for-kinds-tags_test.go Refactor event processing in tests for chronological order 3 months ago
query-for-kinds_test.go Refactor event processing in tests for chronological order 3 months ago
query-for-serials.go Delete outdated benchmark reports and results. 4 months ago
query-for-serials_test.go Refactor event processing in tests for chronological order 3 months ago
query-for-tags_test.go Refactor event processing in tests for chronological order 3 months ago
save-event.go make replacement not delete, and filter query results respect limits 3 months ago
save-event_test.go Refactor event processing in tests for chronological order 3 months ago
subscriptions.go Remove deprecated JSON encoder/decoder and update dependencies 3 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
tokenize.go completed fulltext index migration 3 months ago