Changeset 645
Legend:
- Unmodified
- Added
- Removed
-
trunk/ChangeLog
r637 r645 1 2008-07-28 Tomasz Sterna <tomek@xiaoka.com> 2 * Clear SSL error stack on each new SSL ctx 3 * Added SSL error messages to debug output 4 5 2008-07-27 Tomasz Sterna <tomek@xiaoka.com> 6 * Implemented MIO read throttling in c2s. Now we pause reading socket 7 instead of disconnection on throttle. 8 9 2008-07-24 Tomasz Sterna <tomek@xiaoka.com> 10 * Referring the default sqlite.db in db-setup.sqlite example. Fixes #238 11 1 12 2008-07-23 Mark Doliner <mark@meebo.com> 2 13 * Removed scod module. … … 7 18 incoming stanza even though the stanza already had an xmlns attribute 8 19 set. 20 21 2008-07-19 Tomasz Sterna <tomek@xiaoka.com> 22 * Added missing %s argument in printf call. Refs #237 9 23 10 24 2008-07-15 Tomasz Sterna <tomek@xiaoka.com> -
trunk/UPGRADE
r631 r645 1 1 This file contains upgrade instructions between different versions of jabberd2. 2 3 4 * 2.2.1 to 2.2.2 upgrade: 5 6 What changed: 7 - SCOD is gone (again) 8 - implemented rate limiting throtling 9 - option to limit stanzas per second 10 11 See io.limits.stanzas section in etc/c2s.xml.dist and copy to yours c2s.xml. 12 Now, when you rate limit your clients, they are throttled instead of disconnected. 13 2 14 3 15 * 2.2.0 to 2.2.1 upgrade: … … 15 27 You may now expect rate limiting to actually work. 16 28 Jabberd should now grow memory usage like before, but may eat a bit more CPU power. 29 17 30 18 31 * 2.1.24 to 2.2.0 upgrade:
