Results 681 comments of Mat

This issue can be closed (but could be reused in the future).

> On my side tho, I still have -0x2700, which lead me to think that this is a related issue to the original post here. I tried to look a...

Similar findings as https://github.com/cuberite/cuberite/pull/5456#issuecomment-1321197243 after looking into this a bit. This code is called until all incoming data is processed: https://github.com/cuberite/cuberite/blob/b0376367562d6c2c9f69d3b16b3c62bf7c353c78/src/mbedTLS%2B%2B/BlockingSslClientSocket.cpp#L278-L299 This code is called, `m_IsConnected` becomes false: https://github.com/cuberite/cuberite/blob/b0376367562d6c2c9f69d3b16b3c62bf7c353c78/src/mbedTLS%2B%2B/BlockingSslClientSocket.cpp#L366-L371 Then,...

> Not strictly a bug. When right clicking a queued file or folder in the "download" section it will be cool if you could add a "search again" function recalling...

Easier to maintain, in my opinion. No need to ensure we're always giving the correct parent window to a dialog, the previously focused window will always be used. This is...

We can't change the Soulseek protocol or server, so hashing wouldn't be possible. The best we could do is store the password in the system keyring.

I'm not quite sure what you're trying to do. The only thing you can change in the edit dialog is the virtual name of a share, not the path. Are...

Doesn't matter which programs have this functionality or not. Due to the way the Soulseek protocol works, changing the port requires a server reconnect. This isn't something we can change....

> > Doesn't matter which programs have this functionality or not. Due to the way the Soulseek protocol works, changing the port requires a server reconnect. This isn't something we...

In Nicotine+, we need to cache IP addresses when ignoring chat messages by IP, to avoid excessive GetPeerAddress requests to the server. For direct connections however, assuming the official clients...