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
14b6960070
Add admin-only "All Events Log" feature with WebSocket integration.
...
- Implemented an "All Events Log" section accessible only to admin users.
- Added WebSocket-based data fetching to retrieve all events from the relay.
- Included profile caching and metadata fetching for event authors.
- Updated UI components to display events with expandable raw JSON details.
- Adjusted CSS for avatar sizes and improved layout.
- Refactored logout logic to reset all event states.
4 months ago
..
config
Enable dev mode for React app with proxy support; refine build, styles, and UI.
4 months ago
web
Add admin-only "All Events Log" feature with WebSocket integration.
4 months ago
handle-auth.go
Migrate internal module imports to unified package path.
4 months ago
handle-close.go
Migrate internal module imports to unified package path.
4 months ago
handle-delete.go
Migrate internal module imports to unified package path.
4 months ago
handle-event.go
Add spider functionality for relay crawling, marker management, and new SpiderMode config.
4 months ago
handle-message.go
Add spider functionality for relay crawling, marker management, and new SpiderMode config.
4 months ago
handle-relayinfo.go
Migrate internal module imports to unified package path.
4 months ago
handle-req.go
Add spider functionality for relay crawling, marker management, and new SpiderMode config.
4 months ago
handle-websocket.go
Add spider functionality for relay crawling, marker management, and new SpiderMode config.
4 months ago
helpers.go
complete the marshal/unmarshal of events using the new pool enabled tag codecs
5 months ago
listener.go
Migrate internal module imports to unified package path.
4 months ago
main.go
Add user authentication interface with Nostr relay support.
4 months ago
ok.go
Migrate internal module imports to unified package path.
4 months ago
publisher.go
added profiler tooling to enable automated generation of profile reports
4 months ago
server.go
use websockets for events log
4 months ago
web.go
Embed React app and add new user authentication interface.
4 months ago