Skip to content

Commit

Permalink
Updated ChangeLog and UPGRADE files
Browse files Browse the repository at this point in the history
  • Loading branch information
smokku committed Jul 28, 2008
1 parent ac3d0f9 commit dd150cb
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
14 changes: 14 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
2008-07-28 Tomasz Sterna <tomek@xiaoka.com>
* Clear SSL error stack on each new SSL ctx
* Added SSL error messages to debug output

2008-07-27 Tomasz Sterna <tomek@xiaoka.com>
* Implemented MIO read throttling in c2s. Now we pause reading socket
instead of disconnection on throttle.

2008-07-24 Tomasz Sterna <tomek@xiaoka.com>
* Referring the default sqlite.db in db-setup.sqlite example. Fixes #238

2008-07-23 Mark Doliner <mark@meebo.com>
* Removed scod module.
* Added a maximum stanza limit to c2s. This can be used to set an
Expand All @@ -7,6 +18,9 @@
incoming stanza even though the stanza already had an xmlns attribute
set.

2008-07-19 Tomasz Sterna <tomek@xiaoka.com>
* Added missing %s argument in printf call. Refs #237

2008-07-15 Tomasz Sterna <tomek@xiaoka.com>
* Removed jid prep cache and mysql filters cache.
These are known to grow without restrictions causing memory "leak".
Expand Down
13 changes: 13 additions & 0 deletions UPGRADE
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
This file contains upgrade instructions between different versions of jabberd2.


* 2.2.1 to 2.2.2 upgrade:

What changed:
- SCOD is gone (again)
- implemented rate limiting throtling
- option to limit stanzas per second

See io.limits.stanzas section in etc/c2s.xml.dist and copy to yours c2s.xml.
Now, when you rate limit your clients, they are throttled instead of disconnected.


* 2.2.0 to 2.2.1 upgrade:

What changed:
Expand All @@ -15,6 +27,7 @@ Please see example router-filter.xml for additional notes how it works.
You may now expect rate limiting to actually work.
Jabberd should now grow memory usage like before, but may eat a bit more CPU power.


* 2.1.24 to 2.2.0 upgrade:

What changed:
Expand Down

0 comments on commit dd150cb

Please sign in to comment.