- 28 Nov, 2015 6 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
-
- 26 Nov, 2015 3 commits
-
-
Guus der Kinderen authored
-
Guus der Kinderen authored
Replaced c2s and s2s config pages, removed ssl-config. Made all i18n files have the same line-ending.
-
Guus der Kinderen authored
-
- 25 Nov, 2015 21 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
Initially, I added a connection type 'admin' that was somewhat abstract. This poses a practical issue: there's no instantiating an abstract type. As it is hardly used, it should be removed.
-
Guus der Kinderen authored
This commit adds ConnectionListener and -Configuration for the webadmin panel. This required some properties to be optional (where they were not).
-
Guus der Kinderen authored
This commit (which is compilable, but breaks some important functionality - work in progess) aims to centralize the configuration for connections. "Connections" are used in a broad sense here, and includes socket-based (TLS and legacy-mode SSL) client connections, BOSH-based client connections, component connections, connectionmanager (multiplexer) connections, but also connections to the admin panel.
-
Guus der Kinderen authored
-
Guus der Kinderen authored
-
Guus der Kinderen authored
-
Guus der Kinderen authored
SSLConfig can now be used to get a consistently configured Jetty SSL configuration.
-
Guus der Kinderen authored
-
Guus der Kinderen authored
This commit: - Refactors SSL-related code to reduce complexity and deprecate unused code - Adds factory methods to obtain SSL/TLS engine / contexts, to replace all code duplication that was going on before.
-
Guus der Kinderen authored
-
Guus der Kinderen authored
The existing version of BouncyCastle (1.51) presents an issue where while working with more than one security provider, the BouncyCastle-issued one won't be considered by the JVM. Version 1.53 does not have this problem.
-
Guus der Kinderen authored
Two out of three arguments in the constructor of the Server Trust Manager are unused. By deprecating them, calling code can be simplified.
-
Guus der Kinderen authored
The code to get an instance of SSLContext is duplicated all over the codebase. Code gets more maintainable by replacing all duplicate code blocks with one utility method. This already fixes an issue where Clearspace integration used a SSL instead of TLS algorithm.
-
Guus der Kinderen authored
-
Guus der Kinderen authored
-
daryl herzmann authored
Update REST API plugin to 1.2.1
-
- 24 Nov, 2015 1 commit
-
-
Redor authored
Fixed an cluster issue by create a chat room
-
- 23 Nov, 2015 2 commits
-
-
Dave Cridland authored
Extended the github readme
-
Dave Cridland authored
OF-115 Process S2S stanzas from a session serially
-
- 22 Nov, 2015 1 commit
-
-
Roman S authored
-
- 21 Nov, 2015 4 commits
-
-
Dave Cridland authored
Update web.xml schema namespaces to version 3.1 (Java EE 7)
-
Dave Cridland authored
Simplify/improve NIOConnection.deliver() by removing ByteBufferWriter.
-
Christian Schudt authored
For every packet being delivered the `ByteBufferWriter` creates a new String for every few chars written and puts it to the buffer. According to my tests it is more efficient to create only one string and put it into the buffer once. (10-20% better performance)
-
Christian Schudt authored
Old version 2.4 was J2EE 1.4 Also remove <taglib> from web.xml. This was required in JSP 1.2, but is no longer in JSP 2.0 (Servlet API 2.4) and gives warnings since it has been removed from the XSD. See http://wiki.metawerx.net/wiki/RemovingTaglibFromWeb.xml
-
- 20 Nov, 2015 2 commits
-
-
Dave Cridland authored
This patch removes the thread pool from the ServerSocketReader, causing stanzas from a particular S2S session to be processed serially on the same thread used by the ServerSocketReader. Each ServerSocketReader currently has a thread to itself, so this is unlikely to have a serious impact on performance, but does have a very positive impact on correctness.
-
daryl herzmann authored
Archive legacy sources for Jive tools
-