Commit b6cd54ab authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gato

Ported changes from trunk.

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/branches@10446 b35dd754-fafc-0310-a699-88a17e54d16e
parent ccd66ef7
...@@ -44,8 +44,10 @@ ...@@ -44,8 +44,10 @@
Client Control Plugin Changelog Client Control Plugin Changelog
</h1> </h1>
<p><b>1.0.1</b> -- May 19, 2008</p> <p><b>1.0.1</b> -- May 26, 2008</p>
<ul> <ul>
<li>Authentication is no longer required to download new Spark version.</li>
<li>Updated client name from Gaim to Pidgin.</li>
<li>Added missing icons.</li> <li>Added missing icons.</li>
<li>Improved readme documentation.</li> <li>Improved readme documentation.</li>
</ul> </ul>
...@@ -57,4 +59,4 @@ Client Control Plugin Changelog ...@@ -57,4 +59,4 @@ Client Control Plugin Changelog
</body> </body>
</html> </html>
\ No newline at end of file
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
<description>Controls clients allowed to connect and available features</description> <description>Controls clients allowed to connect and available features</description>
<author>Jive Software</author> <author>Jive Software</author>
<version>1.0.1</version> <version>1.0.1</version>
<date>5/19/2008</date> <date>5/26/2008</date>
<minServerVersion>3.5.0</minServerVersion> <minServerVersion>3.5.0</minServerVersion>
<databaseKey>clientcontrol</databaseKey> <databaseKey>clientcontrol</databaseKey>
<databaseVersion>0</databaseVersion> <databaseVersion>0</databaseVersion>
......
...@@ -40,7 +40,7 @@ public class SparkDownloadServlet extends HttpServlet { ...@@ -40,7 +40,7 @@ public class SparkDownloadServlet extends HttpServlet {
public void init(ServletConfig config) throws ServletException { public void init(ServletConfig config) throws ServletException {
super.init(config); super.init(config);
AuthCheckFilter.addExclude("enterprise/getspark"); AuthCheckFilter.addExclude("clientControl/getspark");
} }
public void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { public void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
Spark("Spark", "spark", "http://www.igniterealtime.org/projects/spark/index.jsp", "images/client-icon_spark.gif"), Spark("Spark", "spark", "http://www.igniterealtime.org/projects/spark/index.jsp", "images/client-icon_spark.gif"),
Adium("Adium", "libgaim", "http://www.adiumx.com/", "images/client-icon_adium.gif"), Adium("Adium", "libgaim", "http://www.adiumx.com/", "images/client-icon_adium.gif"),
Exodus("Exodus", "exodus", "http://exodus.jabberstudio.org/", "images/client-icon_exodus.gif"), Exodus("Exodus", "exodus", "http://exodus.jabberstudio.org/", "images/client-icon_exodus.gif"),
Gaim("Gaim", "gaim", "http://gaim.sourceforge.net", "images/client-icon_gaim.gif"), Pidgin("Pidgin", "pidgin", "http://www.pidgin.im/", "images/client-icon_pidgin.gif"),
IChat("IChat", "ichat", "http://www.mac.com/1/ichat.html", "images/client-icon_ichat.gif"), IChat("IChat", "ichat", "http://www.mac.com/1/ichat.html", "images/client-icon_ichat.gif"),
JBother("JBother", "jbother", "http://www.jbother.org/", "images/client-icon_jbother.gif"), JBother("JBother", "jbother", "http://www.jbother.org/", "images/client-icon_jbother.gif"),
Pandion("Pandion", "pandion", "http://www.pandion.be/", "images/client-icon_pandion.gif"), Pandion("Pandion", "pandion", "http://www.pandion.be/", "images/client-icon_pandion.gif"),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment