260 Commits (be6cd8c7402f0ddfb52ac6cd537559317f031aa4)

Author SHA1 Message Date
mleku cd6a53a7b7
Remove spider functionality and related configurations 3 months ago
mleku 117e5924fd
Remove deprecated JSON encoder/decoder and update dependencies 3 months ago
mleku 6cff006e54
Update policy management and documentation 3 months ago
mleku 7f5bd3960c
Update user tagging in payment processor and bump version to v0.17.11 3 months ago
mleku 8287035920
version bump to v0.17.10 3 months ago
mleku 0bcd83bde3
version bump 3 months ago
mleku da66e26614
Implement private tag filtering for event visibility 3 months ago
mleku 8609e9dc22
bumping version to v0.17.6 3 months ago
mleku 4e3f391c3f
bumping version to `cat pkg/version/version` 3 months ago
mleku 9aa1e7fab3
Enhance graceful shutdown and logging for HTTP server 3 months ago
mleku 15e2988222
Refactor self-connection handling and improve message processing 3 months ago
mleku 95c6082564
Implement blacklisting for IPs and enhance follow list fetching 3 months ago
mleku 384b6113bc
fixes memory problem with many pubkeys in query 3 months ago
mleku 465de549d0
bump to v0.17.3 3 months ago
mleku c7dcbdec9f
make replacement not delete, and filter query results respect limits 3 months ago
mleku 65e8ab4fbe
Enhance logging and add policy test client 3 months ago
mleku 105e372712
Refactor and enhance UI components for improved styling and functionality 3 months ago
mleku bcd79aa967
implemented nip-86 relay management API and added to relay client 3 months ago
mleku a4c4f14b87
Refactor event processing in tests for chronological order 3 months ago
mleku db941a18ea
Enhance policy system with global rules and age validation 3 months ago
mleku a99c004ee8
bumping version 3 months ago
mleku a84782bd52
Implement policy system with comprehensive testing and configuration 3 months ago
mleku f19dc4e5c8
Implement compose tab for event creation and management 3 months ago
mleku 9064717efa
bump version to v0.14.4 3 months ago
mleku 506ad66aeb
bump v0.14.2 3 months ago
mleku 4a835a8b43
fix workflow 3 months ago
mleku 3c11aa6f01
refactored SaveEvent to return if it is replacing an event 3 months ago
mleku bc5177e0ec
refactor save event method to expose whether it replaced an event 3 months ago
mleku 40f3cb6f6e
Enhance delete event functionality and UI updates 3 months ago
mleku 67a74980f9
Enhance delete event handling and logging 3 months ago
mleku dc184d7ff5
Revert ephemeral event handling changes that broke relaytester 3 months ago
mleku c31cada271
small cleanups 3 months ago
mleku 96276f2fc4
putting a proper favicon in 3 months ago
mleku 075838150d
fix ephemeral handling to not save 3 months ago
mleku 27af174753
Implement event deletion logic with relay handling in App.svelte and add connectToRelay method in NostrClient 3 months ago
mleku cad366795a
bump to v0.12.2 for sprocket failure handling fix 3 months ago
mleku 5b4dd9ea60
bump for better documentation 3 months ago
mleku f01cd562f8
added sprocket script capability 3 months ago
mleku d2d0821d19
implement first draft of sprockets 3 months ago
mleku 09b00c76ed
bump to v0.11.3 3 months ago
mleku de57fd7bc4
Revert "fixing app icon" 3 months ago
mleku b7c2e609f6
fixing app icon 3 months ago
mleku cc63fe751a
bumping to v0.11.1 3 months ago
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. 3 months ago
mleku 5fd58681c9
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
mleku 2bdc1b7bc0
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
mleku 332b9b05f7
Enhance user role management in App.svelte by adding fetchUserRole function; update UI to display user role badge upon login. Modify Follows struct to include owners and adjust access level logic in acl package for improved permission handling. 3 months ago
mleku 29e5444545
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
mleku 3314a2a892
Refactor event replacement logic into `WouldReplaceEvent` and bump version to v0.10.5 3 months ago
mleku 7c14c72e9d
Remove error return from `ToSliceOfSliceOfStrings` method in `tag` encoder and bump version to v0.10.4 3 months ago