- 30 Jun, 2017 2 commits
-
-
Guus der Kinderen authored
XMPP defines two configuration fields for password-protecting a room: - one that defines if the room is password protected. - another one that defines the password. Openfire, internally, only stores the password, if password-protection is required. Some clients send only a password, without explicitly defining the password-protection boolean. In such cases, Openfire should be somewhat flexible, and process the configuration form as intended by the user.
-
wroot authored
* OF-1343 added comments about changes in 4.1.5 * OF-1343 a note about new service behavior
-
- 27 Jun, 2017 1 commit
-
-
Guus der Kinderen authored
The static web content handler is allowed to be null (when there's no static content to be served). In such case, the null-handler shouldn't be loaded in Jetty (which will throws nullpointers).
-
- 25 Jun, 2017 1 commit
-
-
Guus der Kinderen authored
-
- 20 Jun, 2017 1 commit
-
-
Guus der Kinderen authored
-
- 19 Jun, 2017 1 commit
-
-
Speedy authored
* OF-1342 Remove "Run Openfire" from the final step of the installer. Changed to "Start Openfire Service" * OF-1342 Remove "Run Openfire" from the final step of the installer. Changed to "Start Openfire Service" * OF-1349 Create separate Windows installer with and without JRE
-
- 15 Jun, 2017 1 commit
-
-
Guus der Kinderen authored
This commit fixes a runtime problem caused by SortedSet usage with providers that are not Comparable. By using a different Set implementation, iteration order is predictable, without there being a need for providers being Comparable.
-
- 14 Jun, 2017 1 commit
-
-
Guus der Kinderen authored
This commit adds some UX improvements to the 'edit group' page on the admin console.
-
- 12 Jun, 2017 3 commits
-
-
Guus der Kinderen authored
-
Guus der Kinderen authored
-
Guus der Kinderen authored
-
- 09 Jun, 2017 8 commits
-
-
speedy01 authored
-
speedy01 authored
Hopefully addressses UAC issues. Installs services on windows at install. Replaces launcher with starting service and launching web browser. Adds option to create x64 installer for windows.
-
Guus der Kinderen authored
-
Guus der Kinderen authored
The Openfire plugin developer guide states that 'additinal' files should be in /classes/. Apparently, the old Ant script also included any files in the /src/. The new Maven structure does not. To work around compatibility issues, code that was in /src/ is now moved to /classes/. This should work with both Ant, as well as Maven. Additionally, this plugin now makes use of the new HttpBindManager API for registering contexts with the BOSH context. I do wonder if this plugin has any reason to be here though. Can't it just run its own embedded Jetty server?
-
Guus der Kinderen authored
-
Guus der Kinderen authored
Intead of using a parent context, a collection of Jetty handlers can be used to dynamically add/remove functionality to the BOSH context. This commit replaces the parent context instance with a ordered list of handlers, which will attempt to process a request by: 1. Checking if this is a BOSH request 2. Checking if this is a request for BOSH metadata 3. Check if an extension was provided that can handle the request 4. Try to serve static content as a last resort. In step 3, a collection of handlers is used, that can be modified at runtime. This allows plugins to register/remove handlers. The entire collection of handlers (1 to 4) is maintained with a lifecycle that's different from the embedded Jetty server that uses them. This allows the collection to survive a server reconfiguration, as well as act independent of the 'enabled' state of the BOSH service.
-
speedy01 authored
Hopefully addressses UAC issues. Installs services on windows at install. Replaces launcher with starting service and launching web browser. Adds option to create x64 installer for windows.
-
Guus der Kinderen authored
-
- 16 May, 2017 1 commit
-
-
Gugli authored
OF-1332 Update MySQL JDBC client to latest version. Conflicts: xmppserver/pom.xml
-
- 15 May, 2017 1 commit
-
-
daryl herzmann authored
-
- 09 May, 2017 1 commit
-
-
akrherz authored
patch contributed by Evgeny Kuklo
-
- 04 May, 2017 3 commits
- 27 Apr, 2017 2 commits
-
-
Guus der Kinderen authored
-
Guus der Kinderen authored
This commit adds an upper-limit to the amount of stanzas that can be queued in an outgoing session promise. Any data that won't fit in the queue is rejected immediately. Note that this can lead to a situation where later stanzas are rejected before stanzas that or sent earlier (but got in the queue).
-
- 26 Apr, 2017 4 commits
-
-
Guus der Kinderen authored
-
Guus der Kinderen authored
-
Guus der Kinderen authored
-
Dave Cridland authored
-
- 25 Apr, 2017 2 commits
-
-
Guus der Kinderen authored
-
Guus der Kinderen authored
-
- 14 Apr, 2017 2 commits
-
-
Guus der Kinderen authored
This fixes some encoding issues, preventing LDAP users that have an '@' character in their username from becoming admin.
-
Dave Cridland authored
-
- 13 Apr, 2017 2 commits
-
-
akrherz authored
-
Guus der Kinderen authored
* OF-1311: Allow lists to be stored in a property. * OF-1312: Allow SASL mechanisms to be configured in the admin console.
-
- 10 Apr, 2017 1 commit
-
-
Guus der Kinderen authored
-
- 03 Apr, 2017 1 commit
-
-
akrherz authored
-
- 29 Mar, 2017 1 commit
-
-
Guus der Kinderen authored
A new property (ldap.encodeMultibyteCharacters) is introduced that controls if multibyte characters in LDAP search queries are escaped. Escaping of these characters started with the fix for OF-830, which appears to have caused OF-1305. Although I can't say that escaping of characters is wrong (per RFC 4515), it does cause real-world problems. This fix defaults to not encoding again (reverting back to the behavior pre OF-830, without affecting other changes made in OF-830).
-