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
28ab665285
Implement privileged event filtering and add comprehensive tests
...
- Refactored the HandleReq function to improve the handling of privileged events, ensuring that only authorized users can access them based on their authentication status and associated tags.
- Introduced a new test suite for privileged event filtering, covering various scenarios including authorized access, unauthorized access, and edge cases with malformed tags.
- Enhanced the publisher logic to deny delivery of privileged events to unauthenticated subscribers.
- Bumped version to v0.17.18.
3 months ago
..
bech32encoding
Migrate internal module imports to unified package path.
4 months ago
envelopes
Remove `bufpool` references and unused imports, optimize memory operations.
4 months ago
event
Implement privileged event filtering and add comprehensive tests
3 months ago
filter
Migrate internal module imports to unified package path.
4 months ago
hex
initial addition of essential crypto, encoders, workflows and LLM instructions
5 months ago
ints
Refactor tag encoder to optimize buffer reuse, simplify tag marshaling, and improve event handling; enhance tests with additional coverage and example validation.
5 months ago
kind
Migrate internal module imports to unified package path.
4 months ago
reason
Refactor database methods: simplify `SaveEvent` signature, enhance logging, and introduce deletion check logic with `CheckForDeleted`.
4 months ago
tag
Remove error return from `ToSliceOfSliceOfStrings` method in `tag` encoder and bump version to v0.10.4
3 months ago
text
Implement spider functionality for event synchronization
3 months ago
timestamp
Migrate internal module imports to unified package path.
4 months ago
varint
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