Results 681 comments of Mat

Just a general note: Please don't start implementing anything before a consensus is reached, otherwise work will probably be wasted. Anything filter/column-related quickly becomes convoluted, and I want to avoid...

We should check if the `execute_command` function can be removed in favor of something simpler, ideally handled by the OS. This is probably the only piece of code that hasn't...

The leech detector plugin currently checks the number of shared files and folders sent from the server (visible in room user lists and user info), but this is unreliable due...

> I'm not sure that downloading users would want to receive notifications that "x user is browsing your shared files" from this plugin, because that would making it difficult to...

> Is that not what the N+ script does already? SoulseekQt does this.

Note to self: if a Nicotine+ user shares a lot of files, and rescan on startup is enabled, there may be a small window where their shares are empty after...

It's possible that we have already have a cached copy of the shares list before we start rescanning. In that case, there shouldn't be a problem.

Seems unrelated to this issue. The user's shares had not been scanned yet for some reason.

> Note to self: if a Nicotine+ user shares a lot of files, and rescan on startup is enabled, there may be a small window where their shares are empty...

> Do you think it will be necessary for the plugin to trigger a browse shares request to verify zero stats? If so then do you have a plan for...