- 03 Aug, 2015 8 commits
-
-
Guus der Kinderen authored
-
Guus der Kinderen authored
-
Guus der Kinderen authored
OF-930: When a directory is defined by property, that should be used instead of a relative reference.
-
Guus der Kinderen authored
-
Guus der Kinderen authored
-
Guus der Kinderen authored
-
Guus der Kinderen authored
OF-934: Shared configuration for the Ant javac task should be predefined
-
Guus der Kinderen authored
-
- 30 Jul, 2015 6 commits
-
-
Dave Cridland authored
Address XSS issues in admin console and monitoring plugin (master)
-
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.
-
Dave Cridland authored
OF-933: Initial WebSocket implementation
-
Dave Cridland authored
Allow users to specifiy custom classes to map credentials from certificates
-
Dave Cridland authored
OF-631: Fix upgrade script for SQLServer
-
- 29 Jul, 2015 10 commits
-
-
Tom Evans authored
-
Tom Evans authored
-
Tom Evans authored
Determine whether optional stream management is available, fallback to standard routing; allows WebSocket plugin to be installed for versions 3.10.0 and greater (per plugin.xml)
-
Tom Evans authored
Adds websocket capabilities compliant with the latest specifications (RFC 7395). Note that the new component is implemented as a plugin, but I have included a few small modifications to core classes to improve extensibility. I have tested these changes using the stanza.io client library on both Chrome and Firefox.
-
akrherz authored
-
daryl herzmann authored
Fixed small copy paste error in hybrid auth provider
-
Roman S. authored
-
Dave Cridland authored
FIX: Monitoring plugin list request with max tag does not work correctly
-
Dave Cridland authored
OF-631: Implement SCRAM support
-
Dave Cridland authored
Initial xep-0198 message ack implementation
-
- 28 Jul, 2015 4 commits
-
-
Victor Hong authored
-
Guus der Kinderen authored
OF-903: Simplify backup packet delivery
-
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.
-
Dave Cridland authored
After discussion with Jonny, switched the existing Map to a Deque, and in response to Tom's suggestion, added XEP-0203 (and legacy) delay stamping. Tested using Gajim and Swift; testing the delay stamping was done by disabling the acknowledgement handling to force retransmission.
-
- 27 Jul, 2015 1 commit
-
-
JonnyHeavey authored
-
- 24 Jul, 2015 8 commits
-
-
JonnyHeavey authored
This patch adds a basic, non-resumable, XEP-0198 acking solution. It will redirect "lost" messages to offline storage, but does not attempt to suspend the session, so will not allow any resumptions.
-
Richard Midwinter authored
This implements the SCRAM-SHA1 mechanism, and includes extending the existing DefaultAuthProvider to store the Scram hashes for faster authentication. If user.scramHashedOnly is set to true, then only these non-reversable hashes are stored (and thus security is increased in exchanged for removing support for DIGEST-MD5 et al).
-
Dave Cridland authored
Add Proxy Authorization to DefaultAuthorizationPolicy
-
Dave Cridland authored
Fix some javadoc warnings found with `ant javadoc` build target
-
Dave Cridland authored
fix XML Schema instance namespace in two XML Schema files.
-
Dave Cridland authored
Improve installation guide
-
Dave Cridland authored
FIXED: typo
-
Dave Cridland authored
FIXED: typo
-
- 22 Jul, 2015 3 commits
-
-
Roman S. authored
Fix collection requests XEP-0059
-
Roman S. authored
XEP-0202 Entity Time should respect Daylight Saving Time
-
Christian Schudt authored
Fixes OF-932
-