- 17 Nov, 2015 1 commit
-
-
akrherz authored
patch by tevans, applied to master, backported to 3.10 by tevans
-
- 13 Nov, 2015 1 commit
-
-
Tom Evans authored
Original issue (OF-857) has been addressed by providing an alternate packet deliverer (to offline storage). This additional logic was an ill-advised "belt-and-suspenders" attempt to prevent the recursion which was occurring before the backup deliverer was implemented.
-
- 12 Nov, 2015 9 commits
-
-
Tom Evans authored
Detect offline messages that fail to parse; write to error log before discarding as undeliverable. This will unblock the offline message queue for future (valid) messages addressed to the affected user.
-
Tom Evans authored
This patch fixes a problem introduced by an earlier patch whereby a change to the Packet namespace inadvertently cascaded to child XML elements.
-
Tom Evans authored
Append XMPP client namespace to outbound BOSH packets only when needed.
-
akrherz authored
-
Guus der Kinderen authored
Problems are inevatible when a resource is opened, passed around and closed by a different method. This can improved upon easily.
-
Tom Evans authored
Applying patch proposed by Luki de Silva.
-
akrherz authored
-
-
akrherz authored
-
- 10 Nov, 2015 1 commit
-
-
daryl herzmann authored
Ldapconnectionfixes
-
- 06 Nov, 2015 4 commits
-
-
speedy01 authored
Added readtimeout and connect time out to getcontext
-
speedy01 authored
-
speedy01 authored
Reverting some changes made with PR #239. by enabling the custom socket factory. Added the use of Comparator per http://docs.oracle.com/javase/8/docs/technotes/guides/jndi/jndi-ldap.html#pooling for connection pooling
-
speedy01 authored
Reverting some changes made with PR #239. by enabling the custom socket factory. Added the use of Comparator per http://docs.oracle.com/javase/8/docs/technotes/guides/jndi/jndi-ldap.html#pooling for connection pooling
-
- 22 Oct, 2015 2 commits
-
-
Tom Evans authored
Improves GroupAwareMap and GroupAwareList implementations by caching group names (in lieu of group instances) that are referenced in the corresponding collection. This enables rapid group retrieval from primary cache where applicable.
-
Tom Evans authored
Fixes caching issue which prevented users from joining MUC rooms in certain cases.
-
- 19 Oct, 2015 2 commits
-
-
Guus der Kinderen authored
OF-918: BOSH should use UTF-8 character set.
-
Guus der Kinderen authored
-
- 30 Jul, 2015 3 commits
-
-
Dave Cridland authored
Address XSS issues in admin console and monitoring plugin
-
Dave Cridland authored
-
Dave Cridland authored
A number of stored XSS issues were found by Dean Hardcastle during testing of the monitoring plugin's admin console. These include cases where chatroom nicknames and message text are not adequately escaped.
-
- 22 Jun, 2015 5 commits
-
-
akrherz authored
-
akrherz authored
-
Dave Cridland authored
Denote Openfire 3.10.2 Release
-
Speedy authored
See http://docs.oracle.com/javase/8/docs/technotes/guides/jndi/jndi-ldap.html#pooling LDAP Connection Pooling is disabled when using a custom ssl socket. The custom socket was used to accept unsigned/untrusted/expired ssl certs. I removed the use of the custom socket, and also added the required system property to enable connection pooling when using SSL, which was missing.
-
akrherz authored
-
- 19 Jun, 2015 2 commits
-
-
Tom Evans authored
Rollback of this commit for OF-421: https://github.com/igniterealtime/Openfire/commit/89c06a88d75e15d36ce7f6ace88bbf5c71fb08df
-
Tom Evans authored
The inputClosed method was added during troubleshooting for MINA 2.0.9 and can be removed now that we have downgraded to 2.0.7.
-
- 17 Jun, 2015 1 commit
-
-
akrherz authored
-
- 16 Jun, 2015 2 commits
-
-
daryl herzmann authored
Openfire 3.10.1 Release
-
akrherz authored
-
- 15 Jun, 2015 1 commit
-
-
Dave Cridland authored
Prevent sessions in admin console from showing UnknownHostException
-
- 11 Jun, 2015 1 commit
-
-
andi@symphono.com authored
OF-889: Added try-catch blocks to the various JSP pages where Session.getHostName or Session.getHostAddress is called to prevent the Sessions tab from showing UnknownHostExceptions when there are bad client sessions laying around
-
- 10 Jun, 2015 3 commits
-
-
daryl herzmann authored
Address current problems in 3.10
-
Dave Cridland authored
Where the session is part-closed, these can throw NPE due to getRemoteAddress() returning null. This sledge-hammers the problem away.
-
Dave Cridland authored
Addressing DIRMINA-1012
-
- 09 Jun, 2015 1 commit
-
-
daryl herzmann authored
Do not synchronize on isClosed()
-
- 08 Jun, 2015 1 commit
-
-
Dave Cridland authored
There is a deadlock while reading the state variable if close() is running. This switches the state to be volatile instead - it's only written to inside the lengthy close() lock, so this should be reasonable.
-