lp://staging/wokkel

Created by Ralph Meijer and last modified
Get this branch:
bzr branch lp://staging/wokkel

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Ralph Meijer
Project:
Wokkel
Status:
Development

Import details

Import Status: Suspended

This branch is an import of the HEAD branch of the Git repository at https://github.com/ralphm/wokkel.git.

Last successful import was .

Import started on juju-1e3bde-prod-lp-code-import-12 and finished taking 30 seconds — see the log
Import started on pear and finished taking 15 seconds — see the log
Import started on pear and finished taking 15 seconds — see the log
Import started on pear and finished taking 25 seconds — see the log

Recent revisions

132. By Ralph Meijer

Make pyflakes env setting global.

131. By Ralph Meijer

Disable pyflakes doctest checking.

130. By Ralph Meijer

Do proper fallback for Request.stanzaType.

If `stanzaType` is not passed to the constructor of
`wokkel.generic.Request`, it should default to the value in the class
variable, not `get`.

Author: ralphm
Fixes: #80

129. By Ralph Meijer

Deprecate prepareIDNName.

C{unicode.encode('idna')} does exactly the same as the recently
introduced L{generic.prepareIDNName}.

128. By Ralph Meijer

Fix bad test comparing the empty string by identity.

127. By Ralph Meijer

Make pyflakes happy.

126. By Ralph Meijer

Compile against Twisted trunk and pypy, too.

This also adds a pyflakes check step.

125. By Ralph Meijer

Added tag 0.7.1 for changeset 4d3066bc4034

124. By Ralph Meijer

Release Wokkel 0.7.1.

123. By Ralph Meijer

Properly encode IDN domain names for SRV lookups.

Before Twisted 12.3.0, the SRV lookup done for outgoing
connections succeeded if passed a unicode string with all-ASCII
code points. A recent change made the DNS code more strict, and
only byte string are accepted as domain name. See
http://twistedmatrix.com/trac/ticket/6245 for details.

This change makes sure domain names are encoded to their ASCII
Compatible Equivalent (ACE) version before passing the resulting
byte string to `twisted.names.srvconnect.SRVConnector`, as per
RFC 3490.

Note that while connecting to servers with an IDN domain name
now works properly, authentication using MD5-Digest SASL mechanism
will fail until http://twistedmatrix.com/trac/ticket/5066 has been
resolved.

Fixes: #77.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.

Subscribers