- 10 Dec, 2015 2 commits
-
-
Guus der Kinderen authored
-
Guus der Kinderen authored
-
- 09 Dec, 2015 1 commit
-
-
Guus der Kinderen authored
The page on which a user can manage the settings for External Components should offer all features that are available now that the new ConnectionManager has been implemented.
-
- 08 Dec, 2015 1 commit
-
-
Dave Cridland authored
Fix NPE when accessing AuditManager module
-
- 07 Dec, 2015 13 commits
-
-
Tom Evans authored
Not sure when this got changed, but the module loader uses the interface class name as a key, not the implementation class name.
-
Dave Cridland authored
Avoid using classes from sealed packages
-
Tom Evans authored
This fix was applied a while back on an earlier incarnation of this test class.
-
Dave Cridland authored
OF-122: Fix inconsistent MUC subject handling
-
Dave Cridland authored
OF-993: Replace thread factory boilerplate code.
-
Tom Evans authored
Ensure that the MUC room subject is set correctly from initial request and upon subsequent reload.
-
Guus der Kinderen authored
Subscribe with Response Unsubscribed Causes Roster Push to Responding Client
-
Guus der Kinderen authored
Assume a client with MUC elements in presence needs to join
-
Guus der Kinderen authored
-
Dave Cridland authored
OF-992: Re-init on restart
-
Dave Cridland authored
OF-991: Ant build should use property values when available.
-
Guus der Kinderen authored
-
Guus der Kinderen authored
-
- 05 Dec, 2015 3 commits
-
-
Christian Schudt authored
-
Christian Schudt authored
-
Dave Cridland authored
Fix XEP-0012 logic.
-
- 04 Dec, 2015 16 commits
-
-
Dave Cridland authored
JDBCAuthProvider: adding support for bcrypt and more
-
Dave Cridland authored
Prevent WritePendingException during delivery of BOSH packets.
-
Christian Schudt authored
If a query has no 'to' attribute it should be treated on behalf of the sender. It should not be treated as if it were targeted to the server (and return the server uptime). The former logic also threw an UserNotFoundException, if the user queried itself, because the user was not on his own roster. I've fixed that in the canProbePresence method. Fixes issue OF-982
-
Christian Schudt authored
This exception caused serious trouble, e.g.: - Clients got an invalid/incomplete packet, which breaks them. - Openfire logged related exceptions like org.jivesoftware.openfire.http.HttpConnectionClosedException: The http connection is no longer available to deliver content It was caused by calling complete() although the previous write() has not completed (due to its async nature). I also restructured that the Content-Length header is only set once. Fixes OF-989. See also https://community.igniterealtime.org/thread/57622
-
Dave Cridland authored
OF-983 Do not bounce packets while lock is held
-
Dave Cridland authored
OF-984 / OF-985 Dialback fixes for to attribute and TLS
-
Guus der Kinderen authored
OF-631 Reduce salt size to fit database
-
Dave Cridland authored
The salt size was 32, and the database column was a VARCHAR(32). However, the salt was base64 encoded prior to insertion, and this caused it to be too large. Therefore this patch reduces the size to 24 bytes, which expands to 8 units of three bytes encoded as four characters, hence 32 characters total.
-
daryl herzmann authored
OF-631 Fix all the SCRAM faults
-
Dave Cridland authored
-
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
-
- 02 Dec, 2015 2 commits
-
-
Dave Cridland authored
-
Dave Cridland authored
-
- 01 Dec, 2015 1 commit
-
-
Guus der Kinderen authored
Refactor connectionmanagement
-