-
Notifications
You must be signed in to change notification settings - Fork 9
/
changelog.html
204 lines (180 loc) · 9.15 KB
/
changelog.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html lang="en">
<head>
<title>Client Control Plugin Changelog</title>
<style type="text/css">
BODY {
font-size : 100%;
}
BODY, TD, TH {
font-family : tahoma, verdana, arial, helvetica, sans-serif;
font-size : 0.8em;
}
H2 {
font-size : 10pt;
font-weight : bold;
padding-left : 1em;
}
A:hover {
text-decoration : none;
}
H1 {
font-family : tahoma, arial, helvetica, sans-serif;
font-size : 1.4em;
font-weight: bold;
border-bottom : 1px #ccc solid;
padding-bottom : 2px;
}
TT {
font-family: courier new, monospace;
font-weight : bold;
color : #060;
}
PRE {
font-family: courier new, monospace;
font-size : 100%;
}
</style>
</head>
<body>
<h1>
Client Control Plugin Changelog
</h1>
<p><b>2.1.10</b> (To be determined)</p>
<ul>
</ul>
<p><b>2.1.9</b> September 12, 2024</p>
<ul>
<li>Requires Openfire 4.8.0 or later.</li>
<li>Bump commons-fileupload from 1.4 to 1.5.</li>
<li>Update of Chinese translation</li>
<li>[<a href='https://github.com/igniterealtime/openfire-clientControl-plugin/issues/46'>Issue #46</a>] - Compatible with Openfire 4.9.0</li>
</ul>
<p><b>2.1.8</b> -- August 30, 2022</p>
<ul>
<li>[<a href='https://github.com/igniterealtime/openfire-clientControl-plugin/issues/31'>Issue #31</a>] - Add block option for Spellchecker plugin(requires Spark 3.0.0 or later)</li>
<li>[<a href='https://github.com/igniterealtime/openfire-clientControl-plugin/issues/38'>Issue #38</a>] - Add control over IBB file transfer setting(requires Spark 3.0.0 or later)</li>
<li>[<a href='https://github.com/igniterealtime/openfire-clientControl-plugin/issues/33'>Issue #33</a>] - Add control over idle settings (requires Spark 3.0.0 or later)</li>
<li>[<a href='https://github.com/igniterealtime/openfire-clientControl-plugin/issues/5'>Issue #5</a>] - Client Control can't identify Spark since 2.8.0 version(requires Spark 2.9.0 or later)</li>
<li>[<a href='https://github.com/igniterealtime/openfire-clientControl-plugin/issues/35'>Issue #35</a>] - Replace tooltip javascript library.</li>
<li>[<a href='https://github.com/igniterealtime/openfire-clientControl-plugin/issues/39'>Issue #39</a>] - Update Apache Commons FileUpload to 1.4</li>
</ul>
<p><b>2.1.7</b> -- June 23, 2021</p>
<ul>
<li>[<a href='https://github.com/igniterealtime/openfire-clientControl-plugin/issues/23'>Issue #23</a>] - Add block option for other plugins (requires Spark 2.9.4 or later)</li>
</ul>
<p><b>2.1.6</b> -- November 14, 2020</p>
<ul>
<li>[<a href='https://github.com/igniterealtime/openfire-clientControl-plugin/issues/4'>Issue #4</a>] - Add option to disable selected plugins in Spark (requires Spark 2.9.4 or later)</li>
</ul>
<p><b>2.1.5</b> -- August 17, 2020</p>
<ul>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1452'>OF-1452</a>] - Add Russian translation</li>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1517'>OF-1517</a>] - Don't require i18n source files for all plugins to be encoded</li>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1641'>OF-1641</a>] - Ensure all JSP pages have the correct contentType</li>
<li>[<a href='https://github.com/igniterealtime/openfire-clientControl-plugin/issues/6'>Issue #6</a>] - Clarify Save Password & Auto Login description</li>
<li>[<a href='https://github.com/igniterealtime/openfire-clientControl-plugin/issues/8'>Issue #8</a>] - Add hostame or version as resource to plugin settings (requires Spark 2.9.0 or later)</li>
<li>[<a href='https://github.com/igniterealtime/openfire-clientControl-plugin/issues/9'>Issue #9</a>] - Make Client Control backwards compatible</li>
<li>[<a href='https://github.com/igniterealtime/openfire-clientControl-plugin/issues/10'>Issue #10</a>] - Fix Maven build</li>
<li>[<a href='https://github.com/igniterealtime/openfire-clientControl-plugin/issues/15'>Issue #15</a>] - Update readme</li>
<li>As of 2.9.0 version of Spark Save Password and Auto login options will also be hidden in Preferences when this setting is disabled in Client Control.</li>
<li>When both Hostname and Version as Resource options are enabled, Hostname is used as a resource.</li>
<li>Minimum Java requirement: 1.8</li>
</ul>
<p><b>2.1.3</b> -- July 30, 2017</p>
<ul>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1354'>OF-1354</a>] - Add option to Client Control plugin to disable Start a chat in Spark.</li>
<li>This update corresponds with ticket SPARK-1946 and requires Spark version 2.9.0 and above for new functionality.</li>
</ul>
<p><b>2.1.2</b> -- May 8, 2017</p>
<ul>
<li>[<a href='http://www.igniterealtime.org/issues/browse/OF-1325'>OF-1325</a>] - Adds 'History Transcripts' and fixes 'History Settings' in Client Control.</li>
</ul>
<ul>
<li><b>NOTE:</b> This update corresponds to ticket SPARK-1915 and requires Spark version 2.9.0 and above for proper functionality.</li>
<li>If a previous version of this plugin was installed, the previous History Settings will be carried over and split into the new settings.</li>
</ul>
<ul>
<li><b>History Settings</b> - Corresponds to <i>HIDE_HISTORY_SETTINGS</i> in 'default.properties' file and performs the following actions when set to <i>Disabled</i>:
<ul>
<li>Removes history settings from Preferences menu</li>
<li>Removes 'clear' option from context menu in the chat window</li>
</ul>
<br>
<li><b>History Transcripts</b> - Corresponds to <i>HISTORY_DISABLED</i> in 'default.properties' file and performs the following actions when set to <i>Disabled</i>:
<ul>
<li>Removes history settings from Preferences menu</li>
<li>Removes 'clear' option from context menu in the chat window</li>
<li>Removes history button from the chat window</li>
<li>Removes 'View Log' option from context menu in chat window</li>
<li>Removes history from the chat window</li>
<li>Removes 'View contact history' option from contact's context menu</li>
<li>Does not save history into transcript files</li>
</ul>
</ul>
<ul>
<li>[<a href='http://www.igniterealtime.org/issues/browse/OF-1277'>OF-1277</a>] - Change setting name to 'Invisible Login and Status'</li>
</ul>
<p><b>2.1.1</b> -- December 30, 2016</p>
<ul>
<li>[<a href='http://www.igniterealtime.org/issues/browse/OF-1258'>OF-1258</a>] - Adds an option to enable/disable anonymous login in Spark.</li>
<li>This update corresponds with ticket SPARK-1852 and requires Spark version 2.8.3 and above for new functionality.</li>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1260'>OF-1260</a>] - Improve CSRF error message.</li>
</ul>
<p><b>2.1.0</b> -- November 24, 2016</p>
<ul>
<li>[<a href='http://www.igniterealtime.org/issues/browse/OF-1221'>OF-1221</a>] - Adds many more options from 'default.properties' which now allow administrators to enable them network wide.</li>
<li>This update corresponds with ticket SPARK-1835 and requires Spark version 2.8.2 and above for functionality.</li>
<li>Locale files updated are: EN, cs_CZ, ES, FR, PT_BR, and zh_CN.</li>
</ul>
<p><b>2.0.1</b> -- November 4, 2016</p>
<ul>
<li>[<a href='http://www.igniterealtime.org/issues/browse/OF-1211'>OF-1211</a>] - Updated description for 'Broadcasting' option to correspond with issue resolved in ticket SPARK-1827. Locale files updated are EN, CZ, ES, FR, PT_BR.</li>
</ul>
<p><b>2.0.0</b> -- January 11, 2016</p>
<ul>
<li>No longer supports Bookmarks functionality (this functionality has been moved to the new Bookmarks Plugin).</li>
</ul>
<p><b>1.3.1</b> -- Nov 18, 2015</p>
<ul>
<li>[<a href='http://www.igniterealtime.org/issues/browse/OF-953'>OF-953</a>] - Updated JSP libraries.</li>
</ul>
<p><b>1.3.1</b> -- Nov 08, 2015</p>
<ul>
<li>Added Name as a nickname option to Group Chat Bookmark.</li>
</ul>
<p><b>1.3.0</b> -- June 22, 2015</p>
<ul>
<li>Requires Openfire 3.11.0.</li>
</ul>
<p><b>1.2.0</b> -- September 13, 2013</p>
<ul>
<li>Requires Openfire 3.9.0.</li>
</ul>
<p><b>1.1.0</b> -- December 1, 2009</p>
<ul>
<li>Now requires Openfire 3.7.0.</li>
<li>Applied Java generics.</li>
<li>[<a href='http://www.igniterealtime.org/issues/browse/OF-53'>OF-53</a>] - Replace custom logging implementation with a third party library.</li>
</ul>
<p><b>1.0.3</b> -- August 27, 2008</p>
<ul>
<li>Upgraded for Openfire 3.6.0 API.</li>
</ul>
<p><b>1.0.2</b> -- June 20, 2008</p>
<ul>
<li>Authentication is no longer required to download new Spark version.</li>
</ul>
<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>
<p><b>1.0.0</b> -- May 13, 2008</p>
<ul>
<li>Functionality ported from Openfire Enterprise, now Open Source.</li>
</ul>
</body>
</html>