mleku
de57fd7bc4
Revert "fixing app icon"
...
This reverts commit b7c2e609f6 .
3 months ago
mleku
b7c2e609f6
fixing app icon
3 months ago
mleku
cc63fe751a
bumping to v0.11.1
3 months ago
mleku
d96d10723a
events view works with infinite scroll and load more button, filter switch to show only user's events
3 months ago
mleku
ec50afdec0
Enhance event management in App.svelte by implementing pagination and caching for user and all events. Introduce new functions for loading events with timestamp-based pagination, and update UI components to support event expansion and deletion. Refactor event fetching logic in nostr.js to utilize WebSocket REQ envelopes for improved performance. Update default relay settings in constants.js to include local WebSocket endpoint.
3 months ago
mleku
ade987c9ac
working export my/all events
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
f85a8b99a3
Update export functionality in App.svelte to allow both admin and owner roles to export all events. Adjust permission checks and UI components to reflect new role-based access for exporting events, enhancing user experience and security.
3 months ago
mleku
d7bda40e18
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
mleku
b67961773d
Refactor login and logout button styles in App.svelte for improved UI consistency. Update button text from icons to labels for better accessibility. Introduce a floating logout button in the profile banner for enhanced 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
c43ddb77e0
Add App.svelte and LoginModal.svelte components for user authentication; update .gitignore to include Svelte files
3 months ago
mleku
e90fc619f2
Update title in index.html from 'Svelte app' to 'ORLY?'
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
7ee613bb0e
Add initial project structure with Svelte, TypeScript support, and basic Nostr client implementation
3 months ago
mleku
23985719ba
Move Docker-related files to `contrib/stella` directory and update paths accordingly
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
mleku
dbdc5d703e
Add `ToSliceOfSliceOfStrings` method to `tag` encoder and bump version to v0.10.3
3 months ago
mleku
c1acf0deaa
Add `ToSliceOfStrings` method to `tag` encoder and bump version to v0.10.2
3 months ago
mleku
ccffeb902c
Bump dependency versions in go.mod and go.sum
3 months ago
mleku
35201490a0
Add `retract v1.0.3` to go.mod
3 months ago
mleku
3afd6131d5
add count (NIP-45) envelope support, bump to version v0.10.0
3 months ago
mleku
386878fec8
Bump version to v0.9.3.
3 months ago
mleku
474e16c315
Merge pull request #2 from Silberengel/main
...
Fixe the startup and make proxying smoother.
3 months ago
Silberengel
47e94c5ff6
fixed configuration
3 months ago
Silberengel
c62fdc96d5
fixed initialization and syncing
3 months ago
Silberengel
4c66eda10e
implement bootstrap relays
3 months ago
Silberengel
9fdef77e02
update docker and apache stuff to new next-orly and make it all more proxy-friendly
3 months ago
mleku
e8a69077b3
Remove generated JavaScript bundle from the project.
3 months ago
mleku
128bc60726
Bump version to v0.9.2.
3 months ago
mleku
6c6f9e8874
Refine event filtering logic to enforce combined match criteria for Authors, Kinds, Tags, and search terms.
3 months ago
mleku
01131f252e
Rank search results by match relevance and recency, update deduplication, and bump version to v0.9.1.
3 months ago
mleku
02333b74ae
completed fulltext index migration
3 months ago
mleku
86ac7b7897
Add full-text search indexing for word tokens and update tokenization logic
...
- Introduced word index (`WordPrefix`) for tokenized search terms.
- Added word token extraction in event and filter processing.
- Implemented Unicode-aware, case-insensitive tokenizer with URL, mention, and hex filters.
- Extended full-text indexing to include tags and content.
3 months ago
mleku
7e6adf9fba
Adjust BadgerDB memory configurations to optimize resource usage and bump version to v0.8.9.
3 months ago
mleku
7d5ebd5ccd
Adjust BadgerDB memory settings to prevent OOM issues and update version to v0.8.8.
3 months ago
mleku
f8a321eaee
Add connection start time tracking and improve logging for WebSocket lifecycle
...
- Introduced `startTime` field in `Listener` to log connection duration.
- Enhanced diagnostics with detailed connection statistics on close.
- Improved logging and error handling for PING/PONG and message lifecycle.
- Updated version to v0.8.7.
3 months ago
mleku
48c7fab795
Improve logging and handling for WebSocket message processing, delivery, and diagnostics.
...
- Enhanced logging for WebSocket writes, message handling, and delivery timing.
- Added diagnostics for slow deliveries, failures, and context timeouts.
- Incorporated extensive error handling for malformed messages and client notifications.
- Enabled command results and refined subscription management.
- Introduced detailed connection state tracking and metrics for messages, requests, and events.
- Added new `run-market-probe.sh` script for relay testing and Market seeding.
3 months ago
mleku
f6054f3c37
Add `run-relay-and-seed.sh` script, remove redundant JS library mappings, and improve logging consistency.
...
- Introduced `scripts/run-relay-and-seed.sh` to simplify relay testing and Market seeding.
- Removed `.idea/jsLibraryMappings.xml` as it is no longer required.
- Enhanced consistency by reintroducing relevant debug logs and removing redundant comments.
3 months ago
mleku
e1da199858
Bump version to v0.8.5.
3 months ago
mleku
45b4f82995
Enable additional NIP support, improve tag handling validation, and simplify WebSocket message processing.
3 months ago
mleku
e58eb1d3e3
Remove commented-out debug logs and update rules for Go version and Nostr protocol documentation.
3 months ago
mleku
72d6ddff15
Merge remote-tracking branch 'origin/main'
3 months ago
mleku
a50ef55d8e
Remove commented-out debug logs and update rules for Go version and Nostr protocol documentation.
3 months ago
mleku
c2d5d2a165
Merge pull request #1 from Silberengel/docker-deployment-setup
...
Add Docker deployment and Apache reverse proxy setup
lgtm 👍
4 months ago
mleku
05b13399e3
Expand README with follows ACL and relay sync spider documentation.
4 months ago
mleku
0dea0ca791
Expand README with detailed build instructions, dependency setup, stress testing, and performance benchmarking.
4 months ago