- 04 Dec, 2015 6 commits
-
-
Dave Cridland authored
A few places all use the domain.intern() as the key for a synchronized block. This can lead to clashes when multiple semantics conflict, and this can in turn lead to a deadlock, as witnessed in OF-984. This changes two cases to use a prefixed string to namespace the locking.
-
Dave Cridland authored
OF-983 appears to be caused by a complex bouncing process run while the authentication check lock is held. This patch moves the actual bounce to outside the synchronized block, so the code no longer deadlocks. Untested, but based on the stack traces in OF-983 reports.
-
Guus der Kinderen authored
Revert "OF-115 Remove race during outgoing session creation"
-
Dave Cridland authored
Ignore test that makes Travis fail.
-
Dave Cridland authored
This reverts commit d0667e21. While I think the general code is right, it's clearly got serious shortcomings so I think it's best to back this out for now.
-
Guus der Kinderen authored
-
- 03 Dec, 2015 1 commit
-
-
akrherz authored
-
- 01 Dec, 2015 23 commits
-
-
Guus der Kinderen authored
Refactor connectionmanagement
-
Guus der Kinderen authored
-
Guus der Kinderen authored
Don't log problems that we cannot resolve properly (and originate outside of our influence) to warn.
-
Guus der Kinderen authored
-
Guus der Kinderen authored
-
Guus der Kinderen authored
-
Guus der Kinderen authored
-
Guus der Kinderen authored
-
Guus der Kinderen authored
-
Guus der Kinderen authored
-
Guus der Kinderen authored
-
Guus der Kinderen authored
Conflicts: src/i18n/openfire_i18n_en.properties src/java/org/jivesoftware/openfire/session/LocalOutgoingServerSession.java
-
Guus der Kinderen authored
-
Dele Olajide authored
Document port number to use http instead of https
-
Dave Cridland authored
OF-115 Remove race during outgoing session creation
-
Dave Cridland authored
OF-473: Revert original patch
-
Dave Cridland authored
Fix NPE in Node.java when changing node configuration.
-
Dave Cridland authored
Add and document LDAP startTls option to setup
-
Guus der Kinderen authored
This reverts commit f25491c7.
-
akrherz authored
-
Marc Laporte authored
-
Guus der Kinderen authored
-
Guus der Kinderen authored
-
- 30 Nov, 2015 10 commits
-
-
Guus der Kinderen authored
-
Guus der Kinderen authored
-
Guus der Kinderen authored
-
Guus der Kinderen authored
-
Guus der Kinderen authored
-
Guus der Kinderen authored
-
Guus der Kinderen authored
Conflicts: src/java/org/jivesoftware/openfire/XMPPServer.java src/java/org/jivesoftware/openfire/net/SASLAuthentication.java src/java/org/jivesoftware/openfire/net/ServerStanzaHandler.java src/java/org/jivesoftware/openfire/session/LocalClientSession.java src/java/org/jivesoftware/util/CertificateManager.java src/web/WEB-INF/admin.tld
-
Guus der Kinderen authored
-
Guus der Kinderen authored
-
Guus der Kinderen authored
-