JP Dillingham
JP Dillingham
https://devblogs.microsoft.com/dotnet/announcing-rate-limiting-for-dotnet/
Per this discussion: https://github.com/slskd/slskd/discussions/82
Slots used is incremented, but not decremented. This is probably an issue with a dictionary somewhere, and it might be inside of Soulseek.NET To reproduce, enqueue a bunch of files...
 I thought I tested this with some worst-case-scenario values, but I guess not. I believe something like `1000.00 Bytes/1000.00 Bytes` would be the longest possible value here. This is...
We get presence events for users in rooms that we are joined to, which appears to be fooling slskd into thinking we have added them to our watch list. This...
If a remote user has downloads enqueued and the client restarts, the remote user's client will re-request all of the files when it detects the client has come back online,...
Currently the cache table is dropped and recreated at the start of the scan, which makes the cache unavailable while it is being scanned. Instead, create a temporary table and...
The application needs a way for users to indicate usernames and potentially entire IP address blocks with which no communication is allowed; no fetching user info or browsing shares, no...
Users should be able to see what happened to each transfer; when it was requested, acknowledged, enqueued, started, completed, and most importantly if and when it errored, the reason. Right...
By my math, `osx-arm64` should be the correct binaries for Macs with M1s, however they don't work, immediately reporting `killed` when attempting to start. This may be a lack of...