- 16 Dec, 2015 2 commits
-
-
Dave Cridland authored
OF-1004: Reduce complexity of connection configuration
-
Dave Cridland authored
OF-1005: Rolling back modules.xml
-
- 15 Dec, 2015 11 commits
-
-
Guus der Kinderen authored
-
Guus der Kinderen authored
My original implementation had options to both include as well as exclude specific encryption protocols and cipher suites. This proved to be to much - Configuration becomes a nightmare and setups ended up with having no enabled suites at all. This commit simplifies things: a connection listener now gets a list of protocols and suites that are enabled - that's it. When no setting is provided, the JVM default is used (which itself is tweakable through generic Java configuration revolving around the file JRE_HOME/lib/security/java.security )
-
Guus der Kinderen authored
-
Guus der Kinderen authored
-
Guus der Kinderen authored
This reverts commit 285b2093. Conflicts: build/build.xml
-
Guus der Kinderen authored
Revert "Make module loading driven by a file to allow modules to be replaced without changing Openfire code" This reverts commit 866cbd40. Conflicts: src/conf/modules.xml src/java/org/jivesoftware/openfire/XMPPServer.java
-
Guus der Kinderen authored
Making Travis happy
-
Guus der Kinderen authored
The Github-based CI server (Travis), tends to run out of resources quickly. This commit adds a new optional flag that allows the build to skip tests that are known to be resource intensive. Example usage: ant -DskipResourceIntensiveTests=true clean test This change also splits up build steps distinct Travis environments. This helps to isolate resource usage, as well as speed things up (as things run in parallel now)
-
Dave Cridland authored
Do not depend on platform-provided junit integration for Ant.
-
Guus der Kinderen authored
-
Guus der Kinderen authored
When executing junit, Openfire used to depend on the Ant/JUnit integration as provided in the home directory of ant. This leads to platform-specific build results. By providing the ant/junit libraries, this effect is reduced.
-
- 13 Dec, 2015 5 commits
-
-
Dave Cridland authored
Denote Openfire 4.0.0 Beta
-
akrherz authored
-
Dave Cridland authored
Reflected XSS Issues in Admin Console
-
Dave Cridland authored
OF-1003 OF-1002 Make XEP-0198 thread safer
-
Dave Cridland authored
Don't let ServerDialback ask for stream:features
-
- 12 Dec, 2015 3 commits
-
-
daryl herzmann authored
ofmeet plugin version 0.3.1
-
Dele Olajide authored
updated plugin date
-
Dele Olajide authored
Fixed issue with broken presence broadcast Fixed issue with broken desktop/screen sharing Fixed issue with missing jnsctp.dll dependencies Removed some more redundant or duplicate jar files in jitsivideobridge lib
-
- 11 Dec, 2015 11 commits
-
-
Dave Cridland authored
-
Dave Cridland authored
-
Dave Cridland authored
OF-973: TLS negotiation failures should come in two flavors.
-
Dave Cridland authored
DefaultUserProvider: Rethrow exception instead of silently logging it.
-
Dave Cridland authored
-
Dave Cridland authored
-
Dave Cridland authored
OF-997 Deny framing to avoid clickjacking
-
Christian Schudt authored
The reason is, that when calling the createUser() method, the caller thinks user creation succeeded, even if it might not. This leads to unexpected behavior. I've experienced that, when trying to create a user with a name of > 100 length: com.mysql.jdbc.MysqlDataTruncation: Data truncation: Data too long for column 'name' at row 1 at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4230) at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4164) at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2615) at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2776) at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2838) at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2082) at com.mysql.jdbc.PreparedStatement.execute(PreparedStatement.java:1307) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at org.logicalcobwebs.proxool.ProxyStatement.invoke(ProxyStatement.java:100) at org.logicalcobwebs.proxool.ProxyStatement.intercept(ProxyStatement.java:57) at com.mysql.jdbc.Statement$$EnhancerByProxool$$cb3cdf02.execute(<generated>) at org.jivesoftware.openfire.user.DefaultUserProvider.createUser(DefaultUserProvider.java:164)
-
Dave Cridland authored
-
Dave Cridland authored
OF-1001 Drop Clearspace support
-
Christian Schudt authored
-
- 10 Dec, 2015 6 commits
-
-
Guus der Kinderen authored
OF-928 Add a copy of the extendedInformation
-
Dave Cridland authored
Upgrading the Ant Contrib & XmlTask libraries
-
Guus der Kinderen authored
-
Dave Cridland authored
-
Guus der Kinderen authored
-
Dave Cridland authored
Admin Console: External Component Settings
-
- 09 Dec, 2015 2 commits
-
-
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.
-
Dave Cridland authored
OF-995: Parent plugin identification should not be case-sensitive.
-