- 04 Jan, 2017 1 commit
-
-
daryl herzmann authored
-
- 09 Apr, 2016 1 commit
-
-
Guus der Kinderen authored
To represent a stream ID, Openfire defines the StreamID interface. However, that interface is hardly used. Instead, simple String representations are used in most places. StreamIDs should conform to some specifications (notably: they shouldn't include XML special characters). An implementation of the StreamID interface is a good place to enforce specifications like that. This commit replaces all String-based stream ID representations with an implemenation of StreamID. For clustering/hazelcast, the serialized string is still being used to exchange data between nodes (I expect that this allows older and newer cluster nodes to continue to exchange cache information within the same cluster). Also in this commit: - StreamID implementations check for (and escape) XML special characters. - Duplicate implemenations of the StreamID interface are removed. Some code refers to streamID while in reality session IDs are implemented. This commit does not affect those pieces of code.
-
- 03 Mar, 2016 1 commit
-
-
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.
-
- 11 Jan, 2016 1 commit
-
-
akrherz authored
Previously, we had a quasi-hack of `3.11.0-alpha` as the min requirement on these, but this release never happened. This update moves all these plugins to 4.0.0, which hopefully provokes less confusion.
-
- 11 Dec, 2015 1 commit
-
-
Christian Schudt authored
-
- 19 Nov, 2015 3 commits
-
-
akrherz authored
The new Version.java comparison in master branch evaluates '3.11.0' as newer than '3.11.0 alpha' (which is correct), but causes a problem when attempting to load plugins requiring '3.11.0' on a developmental '3.11.0 alpha' release.
-
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)
-
Guus der Kinderen authored
-
- 18 Nov, 2015 1 commit
-
-
Christian Schudt authored
in the same fashion as e.g. `java.util.concurrent.Callable`
-
- 07 May, 2014 1 commit
-
-
Christian Schudt authored
-
- 05 Apr, 2014 1 commit
-
-
csh authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@14012 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 13 Sep, 2013 1 commit
-
-
Daryl Herzmann authored
This was necessary as Ignite now distributes java6 'binaries' and we need to make sure these don't get downloaded to java5 openfire hosts running old versions. refs OF-698 git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13743 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 02 May, 2013 1 commit
-
-
Tom Evans authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13630 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 19 Mar, 2013 2 commits
-
-
Axel Brand authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13573 b35dd754-fafc-0310-a699-88a17e54d16e
-
Axel Brand authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13572 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 02 Feb, 2013 1 commit
-
-
guus authored
OF-607: prevent the resource-intensive JID constructor from being used when serializing cluster objects. git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13425 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 16 Jan, 2013 1 commit
-
-
Tom Evans authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13396 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 09 Jan, 2013 1 commit
-
-
Tom Evans authored
OF-590: Improved exception handling and error recovery in core clustering classes; retooled cache configuration to prevent eviction of core components; updated versions and documentation for clustering and hazelcast plugins git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13392 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 12 Sep, 2012 1 commit
-
-
Tom Evans authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/branches/pubsub_clustering@13290 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 31 Aug, 2012 1 commit
-
-
Tom Evans authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/branches/pubsub_clustering@13283 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 30 Aug, 2012 1 commit
-
-
Tom Evans authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/branches/pubsub_clustering@13277 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 12 Feb, 2012 1 commit
-
-
guus authored
OF-523: Apply defensive coding to the MUC implementation (mainly: use JIDs, not Strings - but includes some other fixes as well). git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@12978 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 01 Jan, 2012 1 commit
-
-
guus authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@12942 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 30 Jan, 2010 1 commit
-
-
guus authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@11580 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 06 Jan, 2010 1 commit
-
-
guus authored
Partial rewrite of the PEP implementation. A cache is used that's regularly cleaned, which should improve concurrency and reduce the memory footprint (OF-82). git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@11498 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 10 Nov, 2009 1 commit
-
-
Gaston Dombiak authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@11401 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 02 Nov, 2009 1 commit
-
-
Gaston Dombiak authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@11361 b35dd754-fafc-0310-a699-88a17e54d16e
-