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
67a74980f9
Enhance delete event handling and logging
...
- Improved logging for delete events in handle-delete.go, including detailed information about the event and its tags.
- Added checks for admin and owner deletions, with appropriate logging for each case.
- Updated HandleEvent to process delete events more robustly, including success and error logging.
- Introduced a new fetchEventById function in nostr.js to verify event deletion.
- Updated App.svelte to handle event deletion verification and state management.
- Changed favicon references in HTML files to use the new orly-favicon.png.
- Added orly-favicon.png to the public and docs directories for consistent branding.
3 months ago
..
config
implement first draft of sprockets
3 months ago
web
Enhance delete event handling and logging
3 months ago
handle-auth.go
Refactor authentication handling to use WebSocket URLs instead of Service URLs for improved connection management. Introduce WebSocketURL method in the Server struct to dynamically generate WebSocket URLs based on request headers. Clean up whitespace in handle-auth.go for better code readability.
3 months ago
handle-close.go
Migrate internal module imports to unified package path.
4 months ago
handle-count.go
add count (NIP-45) envelope support, bump to version v0.10.0
3 months ago
handle-delete.go
Enhance delete event handling and logging
3 months ago
handle-event.go
Enhance delete event handling and logging
3 months ago
handle-message.go
Refactor logging in event handling and message processing to use trace-level logs, enhancing clarity and consistency across the application. Update web application structure to utilize Svelte and remove unused React components, streamlining the project. Additionally, clean up `.gitignore` and update package dependencies for improved performance.
3 months ago
handle-relayinfo.go
add count (NIP-45) envelope support, bump to version v0.10.0
3 months ago
handle-req.go
Refactor logging in event handling and message processing to use trace-level logs, enhancing clarity and consistency across the application. Update web application structure to utilize Svelte and remove unused React components, streamlining the project. Additionally, clean up `.gitignore` and update package dependencies for improved performance.
3 months ago
handle-websocket.go
Increase WebSocket message size limit to 100MB and implement handling for oversized messages. Introduce optimal chunk size calculation in Spider for efficient pubkey processing, ensuring compliance with WebSocket constraints. Enhance logging for message sizes and connection events for better debugging.
3 months ago
helpers.go
update docker and apache stuff to new next-orly and make it all more proxy-friendly
3 months ago
listener.go
Refactor logging in event handling and message processing to use trace-level logs, enhancing clarity and consistency across the application. Update web application structure to utilize Svelte and remove unused React components, streamlining the project. Additionally, clean up `.gitignore` and update package dependencies for improved performance.
3 months ago
main.go
Enhance delete event handling and logging
3 months ago
ok.go
Migrate internal module imports to unified package path.
4 months ago
payment_processor.go
Add relay identity pubkey and subscription-based profile updates; bump version to v0.8.4.
4 months ago
publisher.go
Improve logging and handling for WebSocket message processing, delivery, and diagnostics.
3 months ago
server.go
Enhance delete event handling and logging
3 months ago
sprocket.go
Enhance Sprocket functionality and error handling
3 months ago
web.go
Implement NIP-98 authentication for HTTP requests, enhancing security for event export and import functionalities. Update server methods to validate authentication and permissions, and refactor event handling in the Svelte app to support new export and import features. Add UI components for exporting and importing events with appropriate permission checks.
3 months ago