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
0cdf44c2c9fe7283d31d32a37a9032abf02209d2
next.orly.dev
/
app
History
mleku
0cdf44c2c9
Some checks failed
Go / build (push)
Has been cancelled
Details
fully working deletes bump to v0.14.0
2025-10-10 21:52:32 +01:00
..
config
implement first draft of sprockets
2025-10-09 19:09:37 +01:00
web
fully working deletes bump to v0.14.0
2025-10-10 21:52:32 +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
fully working deletes bump to v0.14.0
2025-10-10 21:52:32 +01:00
handle-event.go
fully working deletes bump to v0.14.0
2025-10-10 21:52:32 +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
Enhance delete event handling and logging
2025-10-10 20:36:53 +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
Enhance delete event handling and logging
2025-10-10 20:36:53 +01:00
sprocket.go
Enhance Sprocket functionality and error handling
2025-10-09 19:55:20 +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