Mirco Bauer
Mirco Bauer
", it would also prevent that a handler that has desubscribed already, gets the call anyway." I dont agree with that statement, the local copy does not solve that issue....
This could be a compromise of readable code vs no NRE race: http://stackoverflow.com/a/786473
http://blogs.msdn.com/b/ericlippert/archive/2009/04/29/events-and-races.aspx is also a very good read about this topic and the issues of the different fixes and non-fixes
Quote from http://blogs.msdn.com/b/ericlippert/archive/2009/04/29/events-and-races.aspx: ``` Essentially there are two problems here that are being conflated. The two problems are: 1) The event handler delegate can be null at any time. 2)...
jabber.ccc.de requires PFS in the TLS/SSL stack and Mono does not support that yet.With Mono 4.2 or 4.3 there is a new TLS/SSL implementation but it needs to be enabled...
Hm maybe it even needs Mono 4.4, I am not sure. setting this env var enables it: MONO_TLS_PROVIDER="Mono.Security.Providers.NewTls.NewTlsProvider, Mono.Security.Providers.NewTls, Version=4.0.0.0, Culture=neutral, PublicKeyToken=84e3aee7225169c2" see http://permalink.gmane.org/gmane.comp.gnome.mono.devel/43222
A simpler workaround is to use stunnel and connect with Smuxi through stunnel to the jabber.ccc.de server.
I have written a FAQ item that explains how to use stunnel with Smuxi here: https://smuxi.im/faq/usage/stunnel/
Thanks for pointing these issues out. The git repos have changed over time but not all web page references where correctly updated. https://wiki.gnome.org/Apps/Smuxi is not really obsolete, because the Smuxi...
@aklapper we have reviewed the translation situation of the Smuxi project and will no longer import translations from Transifex, but GNOME-only as these are the native and active translation groups....