Commit 45e793d4 authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gato

1) Authentication is no longer required to download new Spark version.

2) Updated client name from Gaim to Pidgin.

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@10445 b35dd754-fafc-0310-a699-88a17e54d16e
parent 4bb2b8d7
......@@ -44,8 +44,10 @@
Client Control Plugin Changelog
</h1>
<p><b>1.0.1</b> -- May 19, 2008</p>
<p><b>1.0.1</b> -- May 26, 2008</p>
<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>Improved readme documentation.</li>
</ul>
......
......@@ -9,7 +9,7 @@
<description>Controls clients allowed to connect and available features</description>
<author>Jive Software</author>
<version>1.0.1</version>
<date>5/19/2008</date>
<date>5/26/2008</date>
<minServerVersion>3.5.0</minServerVersion>
<databaseKey>clientcontrol</databaseKey>
<databaseVersion>0</databaseVersion>
......
......@@ -40,7 +40,7 @@ public class SparkDownloadServlet extends HttpServlet {
public void init(ServletConfig config) throws ServletException {
super.init(config);
AuthCheckFilter.addExclude("enterprise/getspark");
AuthCheckFilter.addExclude("clientControl/getspark");
}
public void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {
......
......@@ -16,7 +16,7 @@
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"),
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"),
JBother("JBother", "jbother", "http://www.jbother.org/", "images/client-icon_jbother.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