windows does not like filenames starting with a dot, rename

This commit is contained in:
Joey Hess 2016-04-08 17:07:03 -04:00
parent 56dee9af10
commit c2ce3dfed3
Failed to extract signature
51 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,12 @@
[[!comment format=mdwn
username="http://joeyh.name/"
ip="4.154.4.90"
subject="comment 1"
date="2013-07-16T17:33:23Z"
content="""
Hmm, actually the XMPP library it's using does not fail on an invalid or self-signed cert. This is something that SSL using libraries sadly often get wrong, and yeah, I see I contacted the library author a while ago, and a \"sessionIsSecure\" has been added to it, which can be used to check if the cert was valid.
This leaves open the question of what's happening with you on the CCC server. Did you get an error message?
"""]]

View file

@ -0,0 +1,8 @@
[[!comment format=mdwn
username="http://joeyh.name/"
ip="4.154.4.90"
subject="comment 2"
date="2013-07-16T17:42:42Z"
content="""
Actually, sessionIsSecure only tells me if it's using SSL at all; still waiting on the XMPP library to add cert checking..
"""]]

View file

@ -0,0 +1,8 @@
[[!comment format=mdwn
username="https://launchpad.net/~psycojoker"
nickname="psycojoker"
subject="comment 3"
date="2013-11-25T09:54:33Z"
content="""
Just to confirm that I'm also affected. Maybe you should add the possibility in the error message next to \"is the password correct?\".
"""]]

View file

@ -0,0 +1,14 @@
[[!comment format=mdwn
username="http://xlogon.net/yminus"
nickname="http://xlogon.net/yminus"
subject="comment 4"
date="2014-05-08T21:12:49Z"
content="""
When will this issue be fixed? Currently my Jabber account is on jabber.ccc.de.
This is the error message:
Unable to connect to the Jabber server. Maybe you entered the wrong password? (Error message: host jabberd.jabber.ccc.de.:5222 failed: AuthenticationFailure (Element {elementName = Name {nameLocalName = \"failure\", nameNamespace = Just \"urn:ietf:params:xml:ns:xmpp-sasl\", namePrefix = Nothing}, elementAttributes = [], elementNodes = [NodeElement (Element {elementName = Name {nameLocalName = \"bad-protocol\", nameNamespace = Just \"urn:ietf:params:xml:ns:xmpp-sasl\", namePrefix = Nothing}, elementAttributes = [], elementNodes = []})]}); host jabberd.jabber.ccc.de.:80 failed: AuthenticationFailure (Element {elementName = Name {nameLocalName = \"failure\", nameNamespace = Just \"urn:ietf:params:xml:ns:xmpp-sasl\", namePrefix = Nothing}, elementAttributes = [], elementNodes = [NodeElement (Element {elementName = Name {nameLocalName = \"bad-protocol\", nameNamespace = Just \"urn:ietf:params:xml:ns:xmpp-sasl\", namePrefix = Nothing}, elementAttributes = [], elementNodes = []})]}))
Can you advise me another trustworthy non-profit and free (free as in free beer\" as well as \"free as in free speech\") jabber server?
"""]]

View file

@ -0,0 +1,12 @@
[[!comment format=mdwn
username="http://joeyh.name/"
ip="209.250.56.36"
subject="comment 5"
date="2014-05-24T20:03:46Z"
content="""
AFAIKS, this is not a failure from a self-signed certificate. git-annex contacted the jabber server, accepted its certificate, and tried to log in. The jabber server rejected the login.
This kind of problem has in the past turned out to involve incompatabilities in SASL authentication using some newish authentication schemes. Often it's been a bug in the XMPP server that's tickled by the haksell TLS library. See for example <http://bugs.debian.org/717463>
So, what XMPP server is used by CCC?
"""]]