Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Jajcus/pyxmpp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-01-17- Release 1.0.1 taggedpyxmpp-1.0.1Jacek Konieczny
2009-01-17- Version: 1.0.1Jacek Konieczny
2009-01-17- updated for new epydoc and docutilsJacek Konieczny
2009-01-17- svn2log.py updated to use the standard ElementTree interface instead of pyxmlJacek Konieczny
2009-01-17- use docCopyNode() and reconciliateNs() to make sure namespaces references areJacek Konieczny
2008-12-05- Python 2.6 update: use 'hashlib' module instead of 'md5' and 'sha' when ava...Jacek Konieczny
2008-12-05- Python 2.6 update: usage of deprecated BaseException.message droppedJacek Konieczny
2008-12-05- small TLS improvements from Ron FrederickJacek Konieczny
2008-08-21- login after registration fix by andrew.p.Hahn (fixes #26)Jacek Konieczny
2008-08-08- allow spaces between challenge and response parameters (RFC 2831, section 7...Jacek Konieczny
2008-08-08- GSSAPI SASL support by Jelmer VernooijJacek Konieczny
2008-05-06- dataforms API and tests fixesJacek Konieczny
2007-08-30- .get_to() and get_from() documentation fix (correct return type)Jacek Konieczny
2007-06-28- last fix applied to two other occurences of the buf (closes #13, again)Jacek Konieczny
2007-06-27- RFC2425 parsing of VCardImage and attribute initialization fix (closes #13)Jacek Konieczny
2007-06-26- fixed #12Jacek Konieczny
2007-05-09- make 'deny', not 'accept' response in make_deny_responseJacek Konieczny
2007-02-21- as_xml() already adds content to the stanza ('if' changed to 'elif')Jacek Konieczny
2007-02-03- interfaces API improvementsJacek Konieczny
2007-01-05- return feature-not-implemented error if no handler is found for otherwise v...Jacek Konieczny
2006-12-11- typoJacek Konieczny
2006-12-03- set_identities() fixJacek Konieczny
2006-12-03- XMPP-IM, not XHTML-IM, of course. Thanks machekku.Jacek Konieczny
2006-11-03- docstring for JIDMalformedProtocolError fixedJacek Konieczny
2006-10-25- include serialized stanza in the 'stanza has no error' exceptionJacek Konieczny
2006-10-24- do not try to print M2Crypto version if M2Crypto is not availableJacek Konieczny
2006-09-29- hopefuly fixed processing of 'additional data with success'Jacek Konieczny
2006-09-28- do not put serv-name in digest-uri if it is same as hostJacek Konieczny
2006-09-06- Stream.tls_is_certificate_valid() method added to check certificate subject...Jacek Konieczny
2006-09-02- M2Crypto 0.16 support added, support for older M2Crypto version droppedJacek Konieczny
2006-09-02- exception handling unification (more ProtocolErrors raised)Jacek Konieczny
2006-09-01- interface based API created to easily add various stanza handlers in separa...Jacek Konieczny
2006-08-31- missing files added: build.cfg and configure.py Jacek Konieczny
2006-08-30- Zope Interface API infrastructure added with very simplified fallback imple...Jacek Konieczny
2006-08-28- now stanza handlers may return stanzas which should be send as the response...Jacek Konieczny
2006-08-27- "owner" attribute added to stream classes. May be used to get right Client ...Jacek Konieczny
2006-08-27- stream attribute added to Stanza objectsJacek Konieczny
2006-08-27- a little docstring improvementJacek Konieczny
2006-08-27- automatic handling of ProtocolError exceptions (catching them generating XM...Jacek Konieczny
2006-08-27- exception handling improvements, part oneJacek Konieczny
2006-08-26- copyright headers updatedJacek Konieczny
2006-08-26- CachedPropertyObject class and its usage in pyxmpp.jabber.disco removedJacek Konieczny
2006-08-18- __cmp__ implementation fixed for Delay objectsJacek Konieczny
2006-08-18- fix error occuring when executing via 'python configure.py'Jacek Konieczny
2006-07-24- simple configure.py script (fixes #2)Jacek Konieczny
2006-07-24- docstings about __iter__, __contains__ and __getitem__ usageJacek Konieczny
2006-07-24- mapping interface for Roster object (__getitem__ gets item by jid)Jacek Konieczny
2006-07-18- fixed problem with non-ascii characters in JID during resource-bindingJacek Konieczny
2006-07-13- generate <bad-request/> error for <iq/> stanzas with invalid type, as the R...Jacek Konieczny
2006-07-12- catch all socket.errors (patch by Winfried Tilanus)Jacek Konieczny