You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Fix listen command: now streams via Listen RPC instead of
blocking after initial sync
2. Add input validation on Publish: type, ID, origin, content
size limit (1MB)
3. Warn on --share publish failure instead of silent suppression
4. Constant-time token comparison via crypto/subtle + O(1) map
lookup
5. Wire Raft cluster to Server with SetCluster/Shutdown
6. Reject duplicate project registration in store
7. Disconnect slow fanout listeners instead of silently dropping
8. File locking on sync state to prevent concurrent race
9. Fail fast on auth errors in failover client
Signed-off-by: Murat Parlakisik <parlakisik@gmail.com>
0 commit comments