- 26 Apr, 2017 3 commits
-
-
Guus der Kinderen authored
These add nothing, but warnings in tooling.
-
Guus der Kinderen authored
These statements do nothing but generate warnings. Easily fixed.
-
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
-
- 20 Dec, 2016 1 commit
-
-
Guus der Kinderen authored
The file transfer proxy will listen on, and report, a set of network interfaces. Sometimes, the proxy is not reachable on these addresses directly (for instance in a network environment where NAT comes into play). This commit re-purposes the 'xmpp.proxy.externalip' property. Earlier, this was used to make the proxy bind to a specific interface. As this is quite similar to the functionality provided by the 'network.interface' property, 'xmpp.proxy.externalip' now controls only what interface is reported. It no longer affect the interface binding process directly. This functionality has also been added to the admin console.
-
- 15 Aug, 2016 1 commit
-
-
Guus der Kinderen authored
Instead of one address, the file transfer proxy should lists all interfaces on which it is reachable (unless configured otherwise).
-
- 09 Nov, 2015 1 commit
-
-
Christian Schudt authored
There were still ~1500 missing annotations! This time fixed with IntelliJ ;-)
-
- 30 Oct, 2015 1 commit
-
-
Christian Schudt authored
- Not all resources were closed in finally block (see Launcher, PluginManager, UpdateManager, FaviconServlet, ...) - Get rid of verbose finally blocks and empty catch blocks, which makes the code more readable. - Generally, this is the more modern approach to deal with resources.
-
- 29 Oct, 2015 2 commits
-
-
Christian Schudt authored
This has performance benefits. On my machine it's nearly twice as fast.
-
Christian Schudt 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.
-
- 21 Apr, 2010 1 commit
-
-
God Ly authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@11683 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
-
- 09 Nov, 2009 1 commit
-
-
guus authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@11388 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
-
- 16 Jun, 2008 1 commit
-
-
Daniel Henninger authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@10535 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 11 Apr, 2008 1 commit
-
-
Gaston Dombiak authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@10204 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 06 Feb, 2008 1 commit
-
-
Daniel Henninger authored
Couple of minor tweaks here and there, mostly alt tags for imgs. Added emailListener and sip plugins to Plugin.iml, as well as necessary libraries. Repaired incompatible API issue with TLSPolicy. git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@9857 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 08 Oct, 2007 1 commit
-
-
Gaston Dombiak authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@9293 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 17 Sep, 2007 1 commit
-
-
Gaston Dombiak authored
Modified Statistic interface to indicate if sample value hold value of cluster node only or entire cluster. git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@9135 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 18 May, 2007 1 commit
-
-
Gaston Dombiak authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@8353 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 04 May, 2007 1 commit
-
-
Matt Tucker authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@8192 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 02 May, 2007 1 commit
-
-
Pete Matern authored
Replaces usages of CacheManager.initializeCache with CacheFactory.createCache. Added coherence config files. git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@8151 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 01 May, 2007 1 commit
-
-
Pete Matern authored
Moved some cache related classes to org.jivesoftware.util.cache. Made Cache an interface and moved its implementation down into DefaultCache. Initial pass at porting CacheFactory from clearspace. git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@8139 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 28 Mar, 2007 1 commit
-
-
Gaston Dombiak authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@7742 b35dd754-fafc-0310-a699-88a17e54d16e
-