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
Fixed aria2c daemon restart race - a TIME_WAIT socket from a previously-killed daemon could block port 6800, causing an endless "aria2c daemon exited... restarting" loop and "aria2.addTorrent failed: rpc error". The daemon startup now waits for the port to clear and never kills its own managed process.
Bare-magnet links now route through aria2.addUri (fetching metadata) instead of aria2.addTorrent.
copper:// scheme injection for Chrome & Firefox extensions.