pkgsrc-WIP-cvs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: wip/jabberd2
Module name: wip
Committed by: schnoebe
Date: Thu Jul 23 03:06:10 UTC 2009
Modified Files:
wip/jabberd2: Makefile distinfo
wip/jabberd2/patches: patch-aa patch-ac
Log Message:
read: http://codex.xiaoka.com/svn/jabberd2/trunk/UPGRADE
This release brings MANY new features among MANY bugfixes.
Main changes are:
- Component clustering
- Many virtual hosts in one SM process
- FreeBSD kqueue support
- PBX integration interface
- Memory usage improvements
- XML serializer fixes
- 64 bit platform fixes
- SQLite is a default storage backend
You may read about the clustering and virtual hosts in my blog posts:
- http://tomasz.sterna.tv/2009/06/virtual-domains-for-jabberd2/
- http://tomasz.sterna.tv/2009/06/clustering-for-jabberd2/
- http://tomasz.sterna.tv/2009/06/transport-clustering-in-jabberd2/
ChangeLog:
* Enable experimental features by default
* Added external to authentication mechanisms examples
* change the definition of xhash_walker, in case that somebody
zaps items of the hash table while walking.
* Merged a patch for size_t related GSASL crash on 64bit platform.
Fixes Bug #367783
* VERY crude test infrastructure added
* Fixed S2S incoming packet beeing damaged while mangling. When
there are already 'jabber:client' elements move them to next
namespace before cutting uri_CLIENT chain.
* should put method:xhash_free to pool_cleanup instead of
method:pool_free.
* should use method:pmalloco to allocate memory for xhash:stat.
* Removed check of multiple names from legacy components
connections
* Inform about select() FD_SETSIZE overrun
* Gracefully abort when MIO was not allocated
* Do not throw stream errors on SSL wrapper sockets when
pre-stream
* Gracefully abort when MIO was not created
* SSL errors are undefined-condition not internal errors
* Do not send invalid XML down the outgoing stream
* Correctly iterate streams while shutdown
* Proper checks for serviced domains in SM
* Do not crash on shutdown with pending streams
* Get outgoing packets to/from addresses from the packet data
* Do not disable superseeded <session> request yet
* Return feature-not-implemented when user client requested not
implemented feature
* Proper Makefile dependencies for etc/ files
* Remove presence routing optimisations. We now do not have
authoritative domain information. There may be other SM
servicing the domain.
* Implemented component clustering. You may now connect many SM
instances and external components servicing the same domain. The
routing is based on user JID, which (after hashing) selects the
component to deliver packet to.
* Split shahash to shahas_raw() and shahash_r()
* Attach <error/> element in root namespace
* Use SM id as a response packet source
* Process disco results to sm id also
* Better error packet generation
* Use router.lost setting after router disconnection.
* Minor ns check fix
* Added preliminary support for multiple component routes for one
domain name.
* Fixed some signedness compilation warnings
* Defaulting to SQLite storage
* Implemented virtual hosts support in SM. (merged r791-792,r797
from vhosts branch) Session Manager is now able to handle more
than one domain. This means that you do not need to launch more
than one sm process instance for many domains with same
configuration.
* Drop IQ result packet before delivering them to the router. User
client is generating IQ result packet for every server generated
IQ set. If we do not process them in SM module, we should not
deliver them back to the client.
* Fixed mutual subscription flow
* Fixed xhash freeing related crash
* Implemented correct disco#info for 'sessions' node
* Merged xhash optimisations by Eric Liang. Refs Bug #385035
* Merged crypt() password support for LDAP backend by Dan
Fandrich. Closes Bug #384940
* Do not null first bytes of just freed memory
* Do not close already closed sockets
* Give hint on user.auto-create when user not found in storage
* Removed unneded C++ compiler check from configure. Fixes Bug
#383571
* Merged patch for problem with os_copy() compilation in
ldap_vcard backend. Fixes Bug #383526
* Merged patch for problem with crypt() support compilation in
MySQL backend. Fixes Bug #383516
* Merged patch fixing Cyrus SASL decode calls. Fies Bug #383512
* Merged patch to not link PAM to every lib. Fies Bug #383506
* Implemented PBX integration interface. You may now start/stop
``fake'' sessions in SM with a pipe interface commands.
* Merged patch with kqueue support by jh. Bug #373159
* Mark user table as freed on free
For a full ChangeLog see:
http://codex.xiaoka.com/svn/jabberd2/tags/jabberd-2.2.9/ChangeLog
--
Tomasz Sterna
Instant Messaging & EDI Consultant
Open Source Developer
http://tomasz.sterna.tv/ http://www.xiaoka.com/
--
To unsubscribe send a mail to jabberd2+unsubscribe%lists.xiaoka.com@localhost
To generate a diff of this commit:
cvs -z3 rdiff -u -r1.14 -r1.15 wip/jabberd2/patches/patch-aa
cvs -z3 rdiff -u -r1.28 -r1.29 wip/jabberd2/distinfo
cvs -z3 rdiff -u -r1.64 -r1.65 wip/jabberd2/Makefile
cvs -z3 rdiff -u -r1.8 -r1.9 wip/jabberd2/patches/patch-ac
To view a diff of this commit:
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/jabberd2/patches/patch-aa?r1=1.14&r2=1.15
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/jabberd2/distinfo?r1=1.28&r2=1.29
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/jabberd2/Makefile?r1=1.64&r2=1.65
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/jabberd2/patches/patch-ac?r1=1.8&r2=1.9
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
------------------------------------------------------------------------------
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs
Home |
Main Index |
Thread Index |
Old Index