]> code.delx.au - pymsnt/commit
Merged branches/msnfix 204:217 to trunk
authorjamesbunton <jamesbunton@55fbd22a-6204-0410-b2f0-b6c764c7e90a>
Wed, 9 Aug 2006 04:25:10 +0000 (04:25 +0000)
committerjamesbunton <jamesbunton@55fbd22a-6204-0410-b2f0-b6c764c7e90a>
Wed, 9 Aug 2006 04:25:10 +0000 (04:25 +0000)
commitfca228030295117f69ade6644859c10f1b10b388
tree448e83886813c25a6a55debb1bd9dce128d6a502
parentc4eb8b9539f07ade9f7db902545b9ae5882b8966
Merged branches/msnfix 204:217 to trunk
Changes:
* Use twistfix library for twisted compatibility.
* Fixed licensing issues for the Debian packager.
* Fixed an XDB hash problem.
* Added python-imaging notes to docs

git-svn-id: http://delx.cjb.net/svn/pymsnt/trunk@218 55fbd22a-6204-0410-b2f0-b6c764c7e90a

committer: jamesbunton <jamesbunton@55fbd22a-6204-0410-b2f0-b6c764c7e90a>
43 files changed:
PyMSNt.py
TODO
docs/developer.html
docs/server.html
docs/user.html
src/avatar.py
src/baseproto/__init__.py
src/baseproto/glue.py
src/contact.py
src/disco.py
src/ft.py
src/groupchat.py
src/housekeep.py
src/jabw.py
src/lang.py
src/legacy/glue.py
src/legacy/msn/__init__.py [moved from src/tlib/msn/__init__.py with 75% similarity]
src/legacy/msn/msn.py [moved from src/tlib/msn/msn.py with 99% similarity]
src/legacy/msn/msnft.py [moved from src/tlib/msn/msnft.py with 100% similarity]
src/legacy/msn/msnp11chl.py [moved from src/tlib/msn/msnp11chl.py with 100% similarity]
src/legacy/msn/msnw.py [moved from src/tlib/msn/msnw.py with 99% similarity]
src/legacy/msn/test_msn.py [moved from src/tlib/msn/test_msn.py with 99% similarity]
src/legacy/msn/test_msnw.py [moved from src/tlib/msn/test_msnw.py with 100% similarity]
src/main.py
src/misciq.py
src/register.py
src/session.py
src/socks5.py [moved from src/tlib/socks5.py with 100% similarity]
src/svninfo.py
src/throttle.py [moved from src/tlib/throttle.py with 86% similarity]
src/tlib/__init__.py [deleted file]
src/tlib/domish.py [deleted file]
src/tlib/jabber/__init__.py [deleted file]
src/tlib/jabber/client.py [deleted file]
src/tlib/jabber/component.py [deleted file]
src/tlib/jabber/jid.py [deleted file]
src/tlib/jabber/jstrports.py [deleted file]
src/tlib/jabber/xmpp_stringprep.py [deleted file]
src/tlib/xmlstream.py [deleted file]
src/tlib/xmlw.py [deleted file]
src/utils.py
src/xdb.py
src/xmlconfig.py