2008-06-11 |
Ported from trunk.
Gaston Dombiak
committed
on 11 Jun 2008
|
---|---|
2008-05-25 |
Pass IP addres of client and listen for disconnection requests. JM-1373
Gaston Dombiak
committed
on 25 May 2008
|
2008-05-02 |
Max buffer size is now configurable. JM-1350
Gaston Dombiak
committed
on 2 May 2008
|
2008-04-25 |
Ported Gato's JM-1338 changes from trunk.
Daniel Henninger
committed
on 25 Apr 2008
|
2008-02-13 |
Latest patch from OF.
Gaston Dombiak
committed
on 13 Feb 2008
|
2008-02-12 |
Fix ported from Openfire. JM-1267
Gaston Dombiak
committed
on 12 Feb 2008
|
2007-10-03 |
Changed idle timeout to consider incoming traffic only. JM-1066
Gaston Dombiak
committed
on 3 Oct 2007
|
2007-09-20 |
Fixed parsing of multibyte chars. JM-1127
Gaston Dombiak
committed
on 20 Sep 2007
|
2007-06-23 |
Fixed OOM. JM-1087 and JM-1088
Gaston Dombiak
committed
on 23 Jun 2007
|
2007-04-13 |
More renaming work from Wildfire to Openfire.
Gaston Dombiak
committed
on 13 Apr 2007
|
2007-03-30 |
Added Artur Hefczyc as author.
Gaston Dombiak
committed
on 30 Mar 2007
|
Added Artur Hefczyc as author.
Gaston Dombiak
committed
on 30 Mar 2007
|
|
Fixed parsing errors. JM-1003 and JM-991
Gaston Dombiak
committed
on 30 Mar 2007
|
|
2007-03-15 |
Updated to same version used by Openfire. SRV records are used now. JM-1000
Gaston Dombiak
committed
on 15 Mar 2007
|
1) Send end of stream and wait for ACK before closing socket.
...
Gaston Dombiak
committed
on 15 Mar 2007
|
|
2007-03-12 |
Fixed sequence of stream headers after TLS was negotiated. JM-997
Gaston Dombiak
committed
on 12 Mar 2007
|
2007-02-20 |
Recognize comments: <!-- -->. JM-984
Gaston Dombiak
committed
on 20 Feb 2007
|
2007-02-19 |
|
2007-02-16 |
1) Throw an exception when parsing a very very big stanza. JM-980
...
Gaston Dombiak
committed
on 16 Feb 2007
|
Close connection of user when a parsing error was found (e.g. user sent a very very big stanza). JM-980
Gaston Dombiak
committed
on 16 Feb 2007
|
|
2007-01-27 |
Fixed parsing for Flash clients.
Gaston Dombiak
committed
on 27 Jan 2007
|
2007-01-26 |
Fixed parsing when handling big packets. Characters before the the initial < of an element are now ignored.
Gaston Dombiak
committed
on 26 Jan 2007
|
2007-01-24 |
Ignore <?xml> stanzas. This fixes Trillian problem.
Gaston Dombiak
committed
on 24 Jan 2007
|
Fixes parsing of elements that where closed in the "same word" (e.g. <presence/>). This fixes Gaim problem.
Gaston Dombiak
committed
on 24 Jan 2007
|
|
2007-01-11 |
Optimization - replaced Map with single listener entry with instance variable that keeps the listener. E.g. 30K connections ==> 30K Maps....
Gaston Dombiak
committed
on 11 Jan 2007
|
2007-01-05 |
Fixed parsing to skip LF, CR, etc before stream header elements.
Gaston Dombiak
committed
on 5 Jan 2007
|
Fixed NPE error.
Gaston Dombiak
committed
on 5 Jan 2007
|
|
Fixed NPE error.
Gaston Dombiak
committed
on 5 Jan 2007
|
|
Run stringprep operations to incoming stanzas. JM-926
Gaston Dombiak
committed
on 5 Jan 2007
|
|
2006-12-18 |
Optimization - removed creation of DOM objects and just pass strings from clients to server. Still pending same optimization from server to clients but first we need to use MINA for that.
Gaston Dombiak
committed
on 18 Dec 2006
|
2006-12-14 |
Removed and replaced with MINA. JM-907
Gaston Dombiak
committed
on 14 Dec 2006
|
Modified to use MINA. JM-907
Gaston Dombiak
committed
on 14 Dec 2006
|
|
Initial version. JM-907
Gaston Dombiak
committed
on 14 Dec 2006
|
|
2006-11-07 |
Added sync block where race condition may occur
Alex Wenckus
committed
on 7 Nov 2006
|
HTTP Connection wasn't being set as closed when the request was timed out.
Alex Wenckus
committed
on 7 Nov 2006
|
|
2006-10-27 |
Added session termination
Alex Wenckus
committed
on 27 Oct 2006
|
2006-10-26 |
Merged changes from Wildfire
Alex Wenckus
committed
on 26 Oct 2006
|
Poll check logic was incorrect.
Alex Wenckus
committed
on 26 Oct 2006
|
|
2006-10-25 |
Small inactivity timeout fix.
Alex Wenckus
committed
on 25 Oct 2006
|
2006-10-17 |
Simplified listening model.
Alex Wenckus
committed
on 17 Oct 2006
|
Added connection open and closed events to properly handle connection idling timeout.
Alex Wenckus
committed
on 17 Oct 2006
|
|
2006-10-14 |
Added closing/idle timeout/polling frequency checks
Alex Wenckus
committed
on 14 Oct 2006
|
2006-10-13 |
Added SSL support
Alex Wenckus
committed
on 13 Oct 2006
|
code comments and beautification
Alex Wenckus
committed
on 13 Oct 2006
|
|
Small fixes to respond to client request.
Alex Wenckus
committed
on 13 Oct 2006
|
|
Code complete for continuations and responding to the client.
Alex Wenckus
committed
on 13 Oct 2006
|
|
2006-10-12 |
Forwarding stanzas to server.
Alex Wenckus
committed
on 12 Oct 2006
|
Initial call and response session estabilshment is up and running.
Alex Wenckus
committed
on 12 Oct 2006
|
|
Work on session creation
Alex Wenckus
committed
on 12 Oct 2006
|
|
2006-10-11 |
Working on parsing client request
Alex Wenckus
committed
on 11 Oct 2006
|
Added jetty to connection manager, it is now listening but will only return errors when you send it a request.
Alex Wenckus
committed
on 11 Oct 2006
|
|
2006-08-14 |
|
2006-06-30 |
Modified property name.
Gaston Dombiak
committed
on 30 Jun 2006
|
2006-06-18 |
Initial version. JM-666
Gaston Dombiak
committed
on 18 Jun 2006
|