- 14 Nov, 2017 3 commits
-
-
akrherz authored
command form this time was git ls-files '*.jsp' | while read f; do tail -n1 $f | read -r _ || echo >> $f; done
-
akrherz authored
the command line form was find . -name '*.jsp' ! -type d -exec bash -c 'expand -i -t 4 "$0" > /tmp/e && mv /tmp/e "$0"' {} \;
-
akrherz authored
all done via the magic of dos2unix
-
- 30 Jul, 2017 1 commit
-
-
wroot authored
* OF-1354 add option to CC to disable start a chat * OF-1354 add option to CC to disable start a chat * OF-1354 add option to CC to disable start a chat * OF-1354 add option to CC to disable start a chat * OF-1354 add option to CC to disable start a chat * OF-1354 add option to CC to disable start a chat * OF-1354 add option to CC to disable start a chat * OF-1354 add option to CC to disable start a chat * OF-1354 add option to CC to disable start a chat * OF-1354 add option to CC to disable start a chat * OF-1354 add option to CC to disable start a chat * OF-1354 add option to CC to disable start a chat * OF-1354 add option to CC to disable start a chat * OF-1354 add option to CC to disable start a chat * OF-1354 add option to CC to disable start a chat * OF-1354 add option to CC to disable start a chat
-
- 25 May, 2017 2 commits
-
-
Guus der Kinderen authored
This commit copies version number, author and description from plugin.xml to pom.xml. This makes the same information available as Maven metadata. When Ant support is dropped, the duplicate data in the plugin.xml should be replaced by a filter (which takes the data from the pom.xml).
-
Guus der Kinderen authored
I continue to be thoroughly confused by having two directories per plugin, one for the plugin sources, and one for the maven build. This commit merges both directories. As a side effect, various plugin unit tests are now executed by default. Some failed, for which I applied fixes. This commit also adds some plugins to the Maven structure that previously were not.
-
- 08 May, 2017 2 commits
-
-
Michael Klein authored
-
Michael Klein authored
* OF-1325 -- Implement separate History settings in Client Control * OF-1325 -- Implement separate History settings in Client Control * OF-1325 -- Implement separate History settings in Client Control
-
- 26 Apr, 2017 1 commit
-
-
Guus der Kinderen authored
Javadoc comment are dangling if they don't belong to any class, method or field. For example a Javadoc comment in between method declarations that have their own javadoc comments. These generate needless warnings, which are in most instances easily solved. By far most problems occur in the license block that's in most files.
-
- 04 Jan, 2017 1 commit
-
-
daryl herzmann authored
-
- 30 Dec, 2016 2 commits
-
-
Guus der Kinderen authored
This fix applies to the Client Control plugin.
-
wroot authored
-
- 19 Dec, 2016 3 commits
-
-
Dave Cridland authored
-
Dave Cridland authored
-
Dave Cridland authored
Note that audit-policy *is* covered, though appears not to be. Several of these will re-present the form without processing now.
-
- 25 Nov, 2016 1 commit
-
-
Michael Klein authored
* OF-1211 - Fix description of Broadcast disabling option in Client Control plugin * OF-1211 - Fix description of Broadcast disabling option in Client * OF-1211 - Fix description of Broadcast disabling option in Client * OF-1211 - Fix description of Broadcast disabling option in Client * Revert "OF-1211 - Fix description of Broadcast disabling option in Client" This reverts commit fa12c8169b556c1d4d157a57609648e69637499a. * Revert "OF-1211 - Fix description of Broadcast disabling option in Client" This reverts commit 84a52e90e794eff62fc13a0330544fe16c850575. * OF-1211 - Fix description of Broadcast disabling option in Client * OF-1211 - Fix description of Broadcast disabling option in Client * OF-1221 -- Add options from default.properties to Client Control plugin
-
- 04 Nov, 2016 1 commit
-
-
Michael Klein authored
* OF-1211 - Fix description of Broadcast disabling option in Client Control plugin * OF-1211 - Fix description of Broadcast disabling option in Client * OF-1211 - Fix description of Broadcast disabling option in Client * OF-1211 - Fix description of Broadcast disabling option in Client * Revert "OF-1211 - Fix description of Broadcast disabling option in Client" This reverts commit fa12c8169b556c1d4d157a57609648e69637499a. * Revert "OF-1211 - Fix description of Broadcast disabling option in Client" This reverts commit 84a52e90e794eff62fc13a0330544fe16c850575. * OF-1211 - Fix description of Broadcast disabling option in Client * OF-1211 - Fix description of Broadcast disabling option in Client
-
- 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.
-
- 12 Jan, 2016 1 commit
-
-
Guus der Kinderen authored
-
- 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.
-
- 07 Dec, 2015 1 commit
-
-
Guus der Kinderen authored
-
- 21 Nov, 2015 1 commit
-
-
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
-
- 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
-
- 08 Nov, 2015 1 commit
-
-
akrherz authored
-
- 22 Jun, 2015 1 commit
-
-
Guus der Kinderen authored
- Reworked file transfer event handling - Fixed spelling in API (as this change already broke API backwards compatibility). - Updated ClientControl plugin to reflect these changes.
-
- 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
-
- 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
-
- 07 Feb, 2010 1 commit
-
-
guus authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@11608 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 01 Feb, 2010 1 commit
-
-
guus authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@11594 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 01 Dec, 2009 1 commit
-
-
guus authored
* Applied java generics. git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@11440 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 30 Sep, 2009 1 commit
-
-
Matt Tucker authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@11291 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 12 Jun, 2009 1 commit
-
-
guus authored
Replaced all Component.getLog() wrappers with a direct call to the static methods of Log. (TINDER-2) Some initial work on migrating out the old DataForm implementation (TINDER-1) git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@11050 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 27 Aug, 2008 1 commit
-
-
Daniel Henninger authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@10789 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 13 Aug, 2008 1 commit
-
-
Daniel Henninger authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@10748 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 20 Jun, 2008 1 commit
-
-
Gaston Dombiak authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@10565 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 27 May, 2008 2 commits
-
-
Gaston Dombiak authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@10447 b35dd754-fafc-0310-a699-88a17e54d16e
-
Gaston Dombiak authored
2) Updated client name from Gaim to Pidgin. git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@10445 b35dd754-fafc-0310-a699-88a17e54d16e
-