Chris Benard

Results 25 comments of Chris Benard

I don't get images either. No notification or anything. I have to open the regular client to see them after I realize I've missed one.

How do I gather that log? There's nothing in [the readme](https://github.com/EionRobb/skype4pidgin/tree/master/skypeweb#skypeweb-plugin-for-pidgin). I am running the debug DLL. Edit: Just saw the Help->Debug Window from comment above. When I turned that...

I'm getting the same thing. I just emailed a debug log to Rob.

Thanks for the workaround, but I believe we will just use `Host.CreateDefaultBuilder()` for now for legibility and maintainability. We look forward to the .NET 8 compatibility.

I'm having to mount a custom `nginx.conf` to fix this. I would like this changed too.

This doesn't work when you have Cloudflare Tunnel (cloudflared) connecting to an https nginx endpoint and they requested HTTP. The working code changes this: ``` if ($http_x_forwarded_proto = "https") {...

This doesn't work when you have Cloudflare Tunnel (cloudflared) connecting to an https nginx endpoint and they requested HTTP. The working code changes this: ``` if ($http_x_forwarded_proto = "https") {...

First, thanks for replying. Second, before reviewing my reply, please also look at #1412. **It would negate my need for any of the stuff below or this bug.** > Why...

If I use the default constructor for `UnixDomainSocketBinding` on both sides, I get the following client-side (ServiceModel) exception. That's basically what lead me toward trying to modify security/protection level parameters...

@mconnew can you look at the stack trace caused with the default constructor?