================
- Added parameter to auth() to disable SASL
- Removed early FeaturesHandler call to not start auth before credentials got passed.
- Another SASL case was broken. Fix applied, tested against variety of servers.
- Lots of bugfixes -- thanks Norman
- List of default ssl ports is now [5223,443].
- Changed cl.connected from 'tls' to 'ssl' in case of port 5223/443.
- Commands now work. Errors are also returned if continuing an invalid session.
- Docstring fix
- The setPrivacyList function used a nonexistent payload variable where it
- WARNING! Incompatible change! Now newtag=n.T.newtag do not creates new tag
- Fixed usage of .T. and .NT. notation according to recent change.
- Added support for non-fatal exception handling, exceptions can also be logged to file.
- fixes for error constants
- Added SRV record resolution for new client connections. This is using gajim changesets (2036 2037 2039 2040 3184 3407 3408 3409 3410 3411 3412 3413)
- Added help message to sample config file.
- Added keepalive feature in TODO list.
- Added another todo line about input chunking.
- Added TODO line about roster parsing traceback.
- fix for items being returned on non-items disco
- tidied disco and muc namespaces
- some todo items
- Fixes to make commands work, when you're working with multiple jids and nodes.
- Docstring fixes.
- Bumper pack of namespace definitions. Including gajim 2637.
- Asynchronous In-band Registration. Gajim patches 2035 2318
- Enable SSL on non-standard port. Gajim 2065
- SASL Timeout, Gajim 2066
- Fixed first timestamp detection
- Fixed binding process. Formatiing fixes.
- Added several lines to TODO.
- Added method for retrieve nick value in MUC (Gajim patch 2089).
- Typo and debug line text fixes (Gajim patch 2113).
- Removed useless !/usr/bin/python header (Gajim patch 2115)
- Added events for sent/received bytes (Gajim patches 2789, 2979, 3254).
- Added catchment for exception while tls handshake (Gajim patch 3323).
- Made SRV resolution disableable (Gajim patch 3658).
- fixes for discovery replies that gajim exposed
- fixed whitespace
- [gajim]it is standarD not with T; thanks dkm
- Fixed SASL bug on win32 platform. (Thanks to Martin Thomas)
- Fixed timstamp detecting bug (thanks to Daryl Herzmann).
- Fixed digest-uri parameter in SASL auth.
- command nodes now return correct discoinfo values
- http://trac.gajim.org/ticket/1188 - fix for base64 encoded strings ending with an equals sign
- made failed connections slightly more robust.
- Disabled color output on non-un*x-like platforms.
- Enhanced debug output
- Jabberd2 component protocol support
- Added message events, and minor DataForm fix
- Message.buildReply fix for Gerard
- Namespace fixes
- xmlns fixes, and minor tweaks for speed and safety
- Made xmpppy to print warnings to stdout instead of stderr
- Bugfix for previous commit
- Fixed features.register
- Fixed resources consumation in many places
- Made NoDebug class usable