- 03 Oct, 2016 5 commits
-
-
Dave Cridland authored
OF-777: email service fixes
-
Dave Cridland authored
OF-1196: Don't overflow system property name/value
-
Dave Cridland authored
OF-1198: Don't respond to responses of MUC non-occupants.
-
Dave Cridland authored
OF-1197: XEP-0227 support for User import Export plugin
-
Dave Cridland authored
OF-1199: New JDBC based AdminProvider
-
- 30 Sep, 2016 2 commits
-
-
Robert Marcano authored
JDBCAdminProvider can read the list of admin users from a database
-
Guus der Kinderen authored
-
- 28 Sep, 2016 1 commit
-
-
Anno van Vliet authored
-
- 27 Sep, 2016 3 commits
-
-
Anno van Vliet authored
Portable Import/Export Format for XMPP-IM Servers
-
Anno van Vliet authored
A typo was fixed which caused a invalid error "The import file does not match the user schema." when importing.
-
Guus der Kinderen authored
-
- 26 Sep, 2016 2 commits
-
-
Guus der Kinderen authored
-
Guus der Kinderen authored
This fixes a bug where the EmailService settings could not be changed through the admin panel. Note that this is introduced in the same version of Openfire (4.1.0) as that will include this commit.
-
- 17 Aug, 2016 3 commits
-
-
akrherz authored
-
daryl herzmann authored
-
daryl herzmann authored
Simply repeated dwd's commit 73b59106 on Ubuntu Trusty (20160104ubuntu0.14.04.1)
-
- 16 Aug, 2016 10 commits
-
-
Dave Cridland authored
OF-477: For DIGEST-MD5, use domain rather than host name.
-
Guus der Kinderen authored
OF-1172 Add support for a wildcard DNS override
-
Dave Cridland authored
OF-1174: MUC should always respond to IQ requests.
-
Dave Cridland authored
OF-1170 Advertise all proxy addresses
-
Guus der Kinderen authored
OF-1173: X.509/TLS related fixes
-
Guus der Kinderen authored
IQ requests must always be responded to, if only with an error reply. For good measure, IQ-Ping support was added too.
-
Dave Cridland authored
This also addresses a worrying (but harmless) mis-redirect to a success page.
-
Dave Cridland authored
Without this change, EXTERNAL is never offered by default.
-
Dave Cridland authored
Individual domains can be redirected to a specific handling host by use of the DNS override property, dnsutil.dnsOverride This patch allows a wildcard "*" entry to override all domains without a specific override, for example: dnsutil.dnsOverride = {*,127.0.0.1:5269} ... redirects all outgoing S2S traffic to port 5269 on localhost.
-
Guus der Kinderen authored
Judging from most current implementations (Smack, Conversations, Gajim), most clients will use the domain name rather than the fully qualified host name when constructing the DIGEST-MD5 digest-uri. Although this isn't conforming to RFC2831, interop is of more value than 'doing the right thing'. This commit makes SASL use the domain name when the mechanism in play is DIGEST-MD5, and will use the host name for other mechanisms.
-
- 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).
-
- 13 Aug, 2016 2 commits
-
-
Guus der Kinderen authored
OF-1116: Apply workaround for Java 7/8 compatibility issue
-
Guus der Kinderen authored
The JDK 7 signature of ConcurrentHashMap#keySet() returns a Set, while JDK 8 signature returns a KeySetView, which is a new class in JDK 8. As a result, using Java 7 to run an Openfire instance that is compiled with Java 8 (using the -source/-target 1.7 compilation flags) causes a java.lang.NoSuchMethodError. To work around this problem, this commit applies a workaround as presented by Martin Buchholz in https://bugs.openjdk.java.net/browse/JDK-8151366
-
- 12 Aug, 2016 2 commits
-
-
Guus der Kinderen authored
Revert "OF-1156: Be consistent with the contents of DefaultCache ..."
-
Guus der Kinderen authored
This reverts commit d93e8d83.
-
- 09 Aug, 2016 1 commit
-
-
Dave Cridland authored
OF-1168 fix Oracle DDL to use varchar2 and fix alter statements
-
- 08 Aug, 2016 1 commit
-
-
Hal Deadman authored
alter statements (at least in oracle 11g or earlier) do not allow the COLUMN keyword after ADD in an ALTER statement
-
- 04 Aug, 2016 2 commits
-
-
Dave Cridland authored
Add newly added jmxweb libs to the eclipse project classpath.
-
Daniel Hams authored
-
- 01 Aug, 2016 1 commit
-
-
akrherz authored
-
- 25 Jul, 2016 4 commits
-
-
Dave Cridland authored
OF-1147 plugin management refactoring
-
Dave Cridland authored
OF-1139: User-to-provider mapping
-
Dave Cridland authored
OF-1141 Fix default configuration of PEP/PubSub
-
Dave Cridland authored
OF-1153 Optionally allow binding admin console to separate network interface
-