- 04 Jun, 2014 1 commit
-
-
Dave Cridland authored
I don't think we should be maintaining our own set if at all possible, this patch was created by creating a new keystore and inserting every certificate from an Ubuntu system's Mozilla ca-certificates set: rm -f ./src/security/truststore for x in /usr/share/ca-certificates/mozilla/*.crt; do y=`basename -s .crt $x` keytool -import -storepass changeit -keystore ./src/security/truststore -alias $y -file $x -noprompt done
-
- 02 Jun, 2014 7 commits
-
-
dwd authored
Fix OF-799: Select correct input radio on click into the text field.
-
Florian Schmaus authored
-
Christian Schudt authored
Move all property keys regarding connection settings into a one class
-
Sven Bunge authored
-
Florian Schmaus authored
Upgrade debian package dependencies to openjdk7.
-
Florian Schmaus authored
Fix error message if build is started with an java version < 7
-
Sven Bunge authored
-
- 01 Jun, 2014 2 commits
-
-
Sven Bunge authored
-
Sven Bunge authored
-
- 30 May, 2014 1 commit
-
-
Florian Schmaus authored
Replace deprecated toURL() with toURI().toURL() as per the JavaDoc
-
- 29 May, 2014 3 commits
-
-
Christian Schudt authored
-
Florian Schmaus authored
OF-811 Remove deprecated xml-not-well-formed error in favor of not-well-...
-
Christian Schudt authored
-
- 27 May, 2014 1 commit
-
-
Florian Schmaus authored
-
- 25 May, 2014 1 commit
-
-
Florian Schmaus authored
for now.
-
- 24 May, 2014 1 commit
-
-
Florian Schmaus authored
Fix eclipse project files
-
- 21 May, 2014 1 commit
-
-
Klaus Reimer authored
-
- 19 May, 2014 2 commits
-
-
Christian Schudt authored
-
Christian Schudt authored
-
- 18 May, 2014 4 commits
-
-
Christian Schudt authored
-
Christian Schudt authored
OF-736 Openfire should return <incorrect-encoding></incorrect> SASL failure, when not using base64 encoding
-
Christian Schudt authored
-
Christian Schudt authored
-
- 17 May, 2014 2 commits
-
-
Florian Schmaus authored
-
Florian Schmaus authored
and raise those values to 1.7 OF-466
-
- 16 May, 2014 3 commits
-
-
Tom Evans authored
No need to emit a warning message for the MUC history reload limit.
-
Tom Evans authored
-
Florian Schmaus authored
-
- 15 May, 2014 2 commits
-
-
Florian Schmaus authored
-
Florian Schmaus authored
Remove ant-subdirtask since it's automatically generated from source by the 'anttasks' target.
-
- 13 May, 2014 2 commits
-
-
Christian Schudt authored
OF-804 Joining a locked MUC room should return <item-not-found/> instead of <recipient-unavailable/>
-
Christian Schudt authored
-
- 12 May, 2014 1 commit
-
-
Dele Olajide authored
-
- 11 May, 2014 1 commit
-
-
Dele Olajide authored
-
- 10 May, 2014 2 commits
-
-
Dele Olajide authored
-
Dele Olajide authored
OF-801: Extend Ant build script to support multi-platform binaries that do not have a file extension
-
- 09 May, 2014 1 commit
-
-
Tom Evans authored
Properly detect and modify encryption settings from the system properties page. Remove encryption settings for deleted properties.
-
- 08 May, 2014 2 commits