- 20 Dec, 2016 4 commits
-
-
Dave Cridland authored
OF-477 correct tooltip message in setup
-
akrherz authored
-
Dave Cridland authored
In one case, the outgoing stream header includes the wrong domain, which causes an error in SASL EXTERNAL on some servers.
-
daryl herzmann authored
-
- 19 Dec, 2016 11 commits
-
-
Dave Cridland authored
OF-1228 Prevent NPE on first boot
-
Dave Cridland authored
OF-1247 HSQL VARBINARY now requires length
-
akrherz authored
related to upgrade of HSQL done with OF-955 PR#679
-
akrherz authored
-
Dave Cridland authored
* OF-1188 Add remote domain access check in main thread By adding an additional access check fo the remote domain in the main loop, we avoid the need to tie up an OutgoignSessionPromise thread during S2S initiation. * OF-1188 Improve logging
-
Dave Cridland authored
-
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.
-
Dave Cridland authored
Still present is the DWR case.
-
Dave Cridland authored
Turns out we protected only the PluginServlet, which is only used for Plugins and not the main Admin console itself.
-
- 18 Dec, 2016 6 commits
-
-
Guus der Kinderen authored
-
Dave Cridland authored
OF-1244: Admin console DNS SRV evaluation
-
Dave Cridland authored
OF-1245: Prevent error while parsing self-generated certificate
-
Guus der Kinderen authored
Openfire, during setup, generates a certificate, that it cannot parse later. This commit changes the generation routine, changing the subjectAltName value from a tagged object to non-tagged string.
-
Guus der Kinderen authored
This commit adds an admin console page that allows an administrator to evaluate the DNS SRV configuration in context of the XMPP domain name and fully qualified domain name of the sever that is running Openfire.
-
Gugli authored
-
- 16 Dec, 2016 3 commits
-
-
Dave Cridland authored
OF-477: Improve default XMPP domain name and FQDN
-
Dave Cridland authored
This change means that room subject changes are no longer held within the history transcript, but instead are always sent in a distinct action afterward. Although this means that repeated changes will not be replayed in history, this seems to be normal behaviour on other servers, and simplified the history replay code considerably.
-
Guus der Kinderen authored
This commit intends to have better default values for two properties of Openfire: - the XMPP domain name (eg: igniterealtime.org) - the FQDN of the server (eg: xmpp.igniterealtime.org) Older code did not always make a clear distinction (ambiguously referring to 'server name'). Having a proper FQDN has become more important, as newer SASL implementations depend on the client using the same FQDN as what is configured in the server). This commit removes support for changing the XMPP domain name at run time (although you can obviously still change the corresponding property). Instead, the FQDN can now be changes (although will require a restart). Additionally, the XMPPServerInfo implementation got a bit of a refactoring: values that are not expected to be modified (or considered unmodifiable from a functional perspective), are no longer passed around, but are rather hardcoded in the implementation. Support for deprecated ServerPort was removed. Finally, most access to the properties that hold the XMPP domain name and FQDN are now encapsulated by XMPPServerInfoImpl.
-
- 15 Dec, 2016 1 commit
-
-
daryl herzmann authored
* javadoc fixes and remove legacy SVN RCS tags * Better javadoc correction as per review
-
- 14 Dec, 2016 4 commits
-
-
Dave Cridland authored
* 4.1.0 Beta * Remove extraneous bits Cut and paste is clearly too advanced for me.
-
Dave Cridland authored
OF-1081 Enforce StartTLS policy even when dialback enabled
-
Dave Cridland authored
Add NT hashing for JDBC connections
-
Felix Zachlod authored
-
- 13 Dec, 2016 11 commits
-
-
Dave Cridland authored
OF-1240 Disallow empty nicknames in rooms with reserved nicknames
-
Chinmay Dani authored
-
Dave Cridland authored
-
Dave Cridland authored
-
Dave Cridland authored
-
Dave Cridland authored
-
akrherz authored
muc.form.conf.owner_allowpm
-
akrherz authored
-
akrherz authored
-
Dave Cridland authored
add LocalMUCRoomManager to encapsule the simple management for LocalM…
-
Dave Cridland authored
OF-1236 Handle and generate single equals sign in SASL exchanges properly
-