- 05 Jan, 2016 6 commits
-
-
Tom Evans authored
OF-1000 Prevent NPE and improve logging
-
Tom Evans authored
Fixed group population for colliding full names.
-
Tom Evans authored
OF-122: MUC subject change policy
-
Tom Evans authored
MUC Invitation rejection delegate call
-
Dave Cridland authored
Improve quality of random data generation.
-
Guus der Kinderen authored
When a log directory cannot be created, a warning should be logged, and null pointers should be prevented when the directory is being referenced.
-
- 04 Jan, 2016 12 commits
-
-
Tom Evans authored
Per PR feedback, default to a strict (conforming) policy when detecting MUC room subject change requests. Additional work could be done to add a corresponding configuration option to the MUC service admin console, but is not included in the scope of this PR.
-
Guus der Kinderen authored
StreamIDFactory is designed to generate stream IDs. It's silly to use something else when generating stream IDs.
-
Guus der Kinderen authored
Stream ID generation should be based on a strong random number generator, should use a wider variety of characters than just hexadecimals, and could be a bit larger for reduced chance of duplicates.
-
Guus der Kinderen authored
-
Guus der Kinderen authored
-
Guus der Kinderen authored
xml:lang in stream header should conform to a language tag.
-
Christian Schudt authored
toString() was called on the Locale here, resulting e.g. in "de_DE". Instead it should be "de-DE".
-
daryl herzmann authored
Improving logging for S2S / dialback
-
Tom Evans authored
Default to lenient policy, allowing override to strict (conforming) policy. Tested using Pidgin, Psi, and Exodus. Refer to details in OF-122.
-
Guus der Kinderen authored
Add explanation to setup about default admin password
-
Guus der Kinderen authored
Fix twice sending of messages on route.really-all-resources=true
-
Guus der Kinderen authored
The S2S (federation) code was not big on logging. This commit introduces new logging, and structures the logged messages. This commit does not introduce functional changes.
-
- 30 Dec, 2015 1 commit
-
-
wroot authored
Add explanation to setup about default admin password https://igniterealtime.org/issues/browse/OF-1016
-
- 29 Dec, 2015 1 commit
-
-
Nik Okuntseff authored
When LDAP search returns a multiple result set for a user CN, we now iterate through the entire set to find a matching user DN.
-
- 24 Dec, 2015 3 commits
-
-
Ivan A. Shmakov authored
add call of sendingInvitationRejection for MUCEventDelegate
-
Ivan A. Shmakov authored
add event delegate on decline invitation
-
Ivan A. Shmakov authored
If route.really-all-resources enabled it's not requere process message again via priority algorithm. We already processed in 560 line. If we not stop (return) than session.process() call twice (first in line 560 and next in next other)
-
- 19 Dec, 2015 1 commit
-
-
Dele Olajide authored
ofmeet plugin removal Looks like I have to approve this myself. Here goes
-
- 18 Dec, 2015 1 commit
-
-
Dele Olajide authored
Move openfire meetings from core repository
-
- 17 Dec, 2015 15 commits
-
-
Dave Cridland authored
OF-1011: Trim each line of a PEM representation
-
Dave Cridland authored
Admin console: SSLv2Hello isn't a protocol, but an option.
-
Dave Cridland authored
OF-1006: Improve handling for pooled resources
-
Dave Cridland authored
OF-856: Cherry Picking of linuschien solution
-
Tom Evans authored
Optimized configuration for XMPPPacketReader pool; improved exception handling and reporting.
-
Guus der Kinderen authored
OF-1009: Ignore the exception indicating an error
-
Guus der Kinderen authored
This commit is a cosmetic change to the admin panel. If the JVM supports SSLv2Hello, it is no longer presented as an encryption protocol, but rather as an option.
-
Guus der Kinderen authored
Although not 'properly ended', the handshake failed in an expected manner. This should be processed as a 'normal' handshake failure (not an exceptional one).
-
Guus der Kinderen authored
-
Dave Cridland authored
OF-1010: Cannot re-init default SSLContext
-
Dave Cridland authored
OF-1008: Prevent loops of message failure
-
Christian Schudt authored
OF-793: Improve exception message
-
Guus der Kinderen authored
When the local user that is sent a message delivery failure report is not online, drop the stanza. This prevents loops where the failure to deliver the failure message triggers another failure message.
-
Guus der Kinderen authored
This commit makes handling of stanzas that could not be delivered uniform, in regards to logging. Other than log levels and messages, this commit does not make a functional change.
-
Guus der Kinderen authored
A default SSLContext object cannot be re-initialized. This causes LDAPS to fail.
-