• Joined on 2024-06-13
clxud pushed to main at duskchat/app 2026-02-16 02:01:08 +00:00
5a61b81811 feat: add mention functionality and improve notification system
clxud pushed to main at duskchat/app 2026-02-16 00:54:31 +00:00
1626a40f32 feat: integrate notification functionality with Tauri plugin
clxud pushed to main at duskchat/app 2026-02-15 23:45:46 +00:00
4bf42706c3 feat: add CommunitySettingsModal component for managing community settings
clxud pushed to main at duskchat/relay 2026-02-15 22:20:21 +00:00
5c8f57e07c add in-memory gif cache and rate limiter to optimize api requests
clxud pushed to main at duskchat/app 2026-02-15 21:46:41 +00:00
26c1563ea9 feat: add GIF search and trending functionality with Tauri commands
e468f5ae44 feat: add GIF search and trending functionality with Tauri commands
Compare 2 commits »
clxud pushed to main at duskchat/relay 2026-02-15 21:46:14 +00:00
d4b558b35b lint fix
5073351fb9 add gif search service using request-response protocol and update dependencies
Compare 2 commits »
clxud pushed to main at duskchat/app 2026-02-15 19:15:03 +00:00
aa640bf81d fix(DMSidebar): change button to div for better accessibility and keyboard navigation
clxud pushed to main at duskchat/app 2026-02-15 18:49:39 +00:00
42f3f86f08 feat(directory): update peer profile to include public key and improve placeholder handling in user directory
clxud pushed to main at duskchat/app 2026-02-15 17:37:50 +00:00
718bd9557e feat(dev-server): add development-only HTTP API for programmatic access
clxud pushed to main at duskchat/app 2026-02-15 15:51:44 +00:00
1940bb3fbf feat(readme): enhance README with versioning, licensing, and system dependencies
clxud pushed to main at duskchat/app 2026-02-15 03:14:54 +00:00
ed7e6d6239 feat(relay): add custom relay address handling and UI for selection
clxud pushed to main at duskchat/relay 2026-02-15 03:14:31 +00:00
47af6658a2 add connection limits configuration and logging for max concurrent peers
clxud pushed to main at duskchat/relay 2026-02-15 02:08:20 +00:00
6ed6a1524e add gossipsub support for relay federation and update dependencies
clxud pushed to main at duskchat/app 2026-02-15 01:42:42 +00:00
b4f75cd995 feat(peer-discovery): implement global peer discovery and update peer profile handling
clxud pushed to main at duskchat/app 2026-02-15 01:31:36 +00:00
34cc1883f5 feat(auth): handle fresh install flow in splash screen
clxud pushed to main at duskchat/app 2026-02-15 00:55:18 +00:00
086c2a9d2c lint fixes
clxud pushed to main at duskchat/app 2026-02-15 00:55:05 +00:00
1f06ada9d2 started implementing core features (profiles, dms, servers, text/voice, settings, etc)
clxud pushed to main at duskchat/relay 2026-02-14 20:57:50 +00:00
10900e7740 increase ping interval to 30s and idle connection timeout to 300s
clxud pushed to main at duskchat/relay 2026-02-14 02:44:38 +00:00
db66dc2bed add volume
clxud pushed to main at duskchat/relay 2026-02-14 00:01:55 +00:00
675aaedf9a update Dockerfile to use Rust 1.85-slim; add MIT License