This website requires JavaScript.
Explore
Help
Register
Sign In
mleku
/
next.orly.dev
Watch
1
Star
0
Fork
1
You've already forked next.orly.dev
Code
Issues
2
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
9f39ca8a62b0aef725cc10efcf7e1210afc5b4d7
next.orly.dev
/
app
History
mleku
9f39ca8a62
Refactor export functionality in App.svelte to support both GET and POST methods for event exports, enhancing flexibility in user permissions. Update server-side handling to accommodate pubkey filtering and improve response handling for file downloads. Adjust UI components to reflect these changes, ensuring a seamless user experience.
2025-10-09 14:55:29 +01:00
..
config
implement bootstrap relays
2025-10-03 17:01:34 +02:00
web
Refactor export functionality in App.svelte to support both GET and POST methods for event exports, enhancing flexibility in user permissions. Update server-side handling to accommodate pubkey filtering and improve response handling for file downloads. Adjust UI components to reflect these changes, ensuring a seamless user experience.
2025-10-09 14:55:29 +01:00
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.
2025-10-08 21:31:04 +01:00
handle-close.go
Migrate internal module imports to unified package path.
2025-09-12 16:12:31 +01:00
handle-count.go
add count (NIP-45) envelope support, bump to version v0.10.0
2025-10-06 12:21:34 +01:00
handle-delete.go
Refactor deletion checks and error handling; bump version to v0.6.4.
2025-09-21 18:15:27 +01:00
handle-event.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.
2025-10-08 16:10:51 +01:00
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.
2025-10-08 16:10:51 +01:00
handle-relayinfo.go
add count (NIP-45) envelope support, bump to version v0.10.0
2025-10-06 12:21:34 +01:00
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.
2025-10-08 16:10:51 +01:00
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.
2025-10-08 20:40:46 +01:00
helpers.go
update docker and apache stuff to new next-orly and make it all more proxy-friendly
2025-10-03 11:44:02 +02:00
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.
2025-10-08 16:10:51 +01:00
main.go
Add relay identity management and subscription enhancements.
2025-09-23 14:22:24 +01:00
ok.go
Migrate internal module imports to unified package path.
2025-09-12 16:12:31 +01:00
payment_processor.go
Add relay identity pubkey and subscription-based profile updates; bump version to v0.8.4.
2025-09-23 15:08:30 +01:00
publisher.go
Improve logging and handling for WebSocket message processing, delivery, and diagnostics.
2025-10-01 08:27:22 +01:00
server.go
Refactor export functionality in App.svelte to support both GET and POST methods for event exports, enhancing flexibility in user permissions. Update server-side handling to accommodate pubkey filtering and improve response handling for file downloads. Adjust UI components to reflect these changes, ensuring a seamless user experience.
2025-10-09 14:55:29 +01:00
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.
2025-10-08 20:06:58 +01:00