Christoph Böhmwalder
Christoph Böhmwalder
@beevik any updates on this? To me it looks like this would be just about ready to merge.
I think we should be careful when implementing this. Since light is running with root privileges by default (as far as I understand – feel free to correct me if...
What about handling it more like a mutex? I.e. the first caller gets the lock, the second caller either waits for the lock to clear or aborts with an error...
Please elaborate as to how this is supposed to be a bug. What did you expect to happen?
There definitely is a way to specify the port (e.g. `public void Connect(string hostName, int port, bool useSsl, IrcRegistrationInfo registrationInfo)`). As for the self-signed certificate, there is no option to...
Any limits/preferences on C# versions? I'd like to use some C# 6 features (see [here](https://github.com/dotnet/roslyn/wiki/New-Language-Features-in-C%23-6#expression-bodies-on-property-like-function-members)), e.g. expression-bodied properties or null propagation
There are still a lot of Debug.Asserts even after the .NET standard update. How about just replacing these with exceptions and handling them accordingly?
looks like this one is gonna require a little more effort to rebase... I'll rebase it once the other open PRs that change this file are merged (#39, #51)
I've taken the liberty of examining the situation on this issue. As expected, none of the new features are supported at the moment. I've summarized the missing capabilities below (there...
I'm in a similar position as you @paralin, I haven't worked with C# in a long time and don't use the library anymore, though I'd be more than happy to...