- 21 Dec, 2017 1 commit
-
-
Greg Thomas authored
-
- 19 Dec, 2017 1 commit
-
-
GregDThomas authored
* OF-1419: Replace Proxool with Apache Commons DBCP * Restore the -SNAPSHOT which somehow got lost in the merge
-
- 14 Nov, 2017 2 commits
- 06 Oct, 2017 1 commit
-
-
akrherz authored
-
- 28 Sep, 2017 1 commit
-
-
Greg Thomas authored
to enable use of testing. Clear-out lgeacy jmock files, add in new mockito files and make use of them to test the changes to the AuthCheckFilter
-
- 16 May, 2017 1 commit
-
-
Gugli authored
OF-1332 Update MySQL JDBC client to latest version.
-
- 24 Apr, 2017 1 commit
-
-
Guus der Kinderen authored
-
- 19 Apr, 2017 1 commit
-
-
Guus der Kinderen authored
-
- 21 Nov, 2016 1 commit
-
-
daryl herzmann authored
* adjust LOGSIZE and WRITE_DELAY settings * did simple smoke test of install, stop, start, OK * observed some errors on shutdown within PubSub, noted in OF-955
-
- 11 Oct, 2016 1 commit
-
-
Guus der Kinderen authored
This commit improves the SMS service for speed / data transfer. Instead of establishing a new connection to the SMSC for each message, such connections can be pooled and re-used.
-
- 26 Sep, 2016 1 commit
-
-
Guus der Kinderen authored
This commit introduces a new SMS service that takes after the existing email service. The new service utilizes SMPP to allow for messages to be sent to a suitable service provider.
-
- 20 Jul, 2016 1 commit
-
-
akrherz authored
Note: this is the 'v4', which is Java1.6 compat
-
- 10 Jun, 2016 1 commit
-
-
Guus der Kinderen authored
- Plugin Monitor moved to different class - Methods that operate on plugin.xml files moved to utilility class (and made to work even when plugin is not yet loaded) - Plugin monitoring now loads plugins more efficiently by: -- Observing parent/child hierarchy (allowing for one-shot load) -- allowing for concurrent plugin loading - Dev plugins are now processed as if they were ordinary plugins - Plugin canoncical naming is now used throughout the code (fixes case sensitivity bug)
-
- 09 May, 2016 1 commit
-
-
Daniel Hams authored
Bug fix to allow compilation of JSP pages for the admin console when running with -DdevelopmentMode=true. Fixed by adding jetty-annotations of appropriate version and using the servlet container initializer inside there. Includes a change to mark index.html as the welcome page rather than the jsp to avoid bypassing context security in development mode.
-
- 03 Mar, 2016 2 commits
-
-
Guus der Kinderen authored
This commit adds more structure to the logging done when loading and unloading plugins. The plugin manager was adapted to create log statements for loading and unloading each plugin. It also logs to std-out for log statements of priority INFO and above. This mimics what some (but not all) plugins were doing internally. There's an added log statement that informs that the loading of the entire set of plugins has finished (which helps users to determine when Openfire is ready to be used). Corresponding log statements from individual plugins have been removed.
-
Guus der Kinderen authored
-
- 26 Jan, 2016 1 commit
-
-
Guus der Kinderen authored
This commit moves jetty 9.2.9 to 9.2.14, which currently is the latest release of it 9.2 branch.
-
- 25 Jan, 2016 1 commit
-
-
Guus der Kinderen authored
Instead of using our proprietary commons logging wrapper for slf4j, use the one provided by slf4j. Not only does is reduce code, it also does a better job logging things (using the correct log category). The jcl-over-slf4j.jar is a drop-in replacement for commons-logging.jar (for version 1.1.1 commons-logging - our copy was probably older).
-
- 05 Jan, 2016 1 commit
-
-
Guus der Kinderen authored
Ant (or rather, the XMLTask in our build) attempts to lookup DTDs online. The build (of plugins) will fail if no internet connectivity is available. This commit references DTDs locally, allowing Ant to skip the online lookup.
-
- 15 Dec, 2015 1 commit
-
-
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.
-
- 10 Dec, 2015 2 commits
-
-
Guus der Kinderen authored
-
Guus der Kinderen authored
-
- 30 Nov, 2015 1 commit
-
-
Guus der Kinderen authored
-
- 25 Nov, 2015 2 commits
-
-
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
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.
-
- 20 Nov, 2015 2 commits
-
-
David Greene authored
-
David Greene authored
-
- 19 Nov, 2015 2 commits
-
-
Tom Evans authored
These sources were added to support the pending Maven refactor (PR #361). However the classes are not needed for the core compile/build. Moved into separate archive for safekeeping.
-
Guus der Kinderen authored
By replacing Jetty 6.x era libraries with 9.x-based variants, JSP support will be brought back up-to-date. Additionally, Openfire will no longer have a mix of dependencies from various versions of Jetty. This commit contains a number of changes that go hand-in-hand: - Replaces JAR files - Applies uniformity to the buildscript where JSPC is executed - Replaces JSTL 1.0 taglibs with later versions - Adds a simple logger to the build process (to stop it from complaining)
-
- 28 Oct, 2015 1 commit
-
-
Christian Schudt authored
JDIC is obsolete starting with JDK 1.6: "Most of the features provided by JDIC were incorporated into the JDK starting with version 1.6. As a result, the development of JDIC has come to an end."
-
- 28 Sep, 2015 1 commit
-
-
Guus der Kinderen authored
i18n files can now be modified by files in <overlay>/i18n/. Files are merged, where the overlay values have preference over the original values. This commit removes support for the (poorly implemented) overlay.properties file.
-
- 01 Sep, 2015 1 commit
-
-
akrherz authored
Note: this is the 'v4', which is Java1.6 compat
-
- 17 Jun, 2015 3 commits
-
-
Tom Evans authored
Rollback of this commit for OF-421: https://github.com/igniterealtime/Openfire/commit/89c06a88d75e15d36ce7f6ace88bbf5c71fb08df
-
akrherz authored
-
akrherz authored
-
- 20 Mar, 2015 1 commit
-
-
akrherz authored
Note: this is java 1.6+ compat
-
- 25 Feb, 2015 1 commit
-
-
Guus der Kinderen authored
-
- 07 Feb, 2015 1 commit
-
-
Tom Evans authored
* Updated JAR file dependencies for Jetty 9.2.7.v20150116 * Extended max HTTP header size to 32k (jetty default is 8k), and added a property to configure it as needed.
-
- 30 Jan, 2015 1 commit
-
-
Dele Olajide authored
Added xalan.jar (ver 2.7.1) to ANT build lib folder
-