[ HiveTalk/swarm ] Add initial configuration for fly.toml
[ akiomik/nostui ] Merge pull request #305 from akiomik/refactor-enable-used-underscore-binding refactor: enable used_underscore_binding rule
[ burned-caroche455/haven-kit ] Update README.md
[ grahamonero/nosmero ] Security fixes: private key closure in auth-ui, XSS fixes in thread and search
[ soapbox-pub/shakespeare ] Refactor git credentials to be an array instead of an object
[ melvincarvalho/gamestr ] add RAF heartbeat to auto-detect browser suspension - Use requestAnimationFrame as continuous heartbeat - When browser suspends JS, RAF stops; when it resumes, we detect the gap - If >5 seconds elapsed since last heartbeat, auto-reconnect without user tap - This should recover connection immediately when returning to the app
[ HiveTalk/swarm ] Remove relay URL from nostr.json Removed a relay URL from the Nostr configuration.
[ nodetec/relaywizard ] chore: update readme to use updated curl command (#78)
[ TsukemonoGit/lumilumi ] Merge pull request #883 from TsukemonoGit/dev γ΅γƒο½˜
[ melvincarvalho/gamestr ] add aggressive stale connection detection for Android - Add pageshow event listener (more reliable than visibilitychange on mobile) - Add touchstart/click handlers to detect frozen state on user interaction - Add window focus handler to check connection on focus - Add checkAndReconnectIfStale() helper (triggers if >60s since last message) - Add forceReconnect() for hard connection reset - Clean up all new event listeners on unmount