-
Notifications
You must be signed in to change notification settings - Fork 28
/
changelog.html
409 lines (345 loc) · 25.7 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
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Monitoring 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;
font-weight : bold;
color : #060;
}
PRE {
font-family : courier new;
font-size : 100%;
}
</style>
</head>
<body>
<h1>
Monitoring Plugin Changelog
</h1>
<p><b>2.7.0</b> -- To be determined</p>
<ul>
<li>Requires Openfire 5.0.0</li>
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/401'>Issue #401</a>] - Fixes: Update Jersey from 2.35 to 2.45</li>
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/398'>Issue #398</a>] - Fixes: Missing translation for system property</li>
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/392'>Issue #392</a>] - Fixes: Compatibility issue with Openfire 5.0.0</li>
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/363'>Issue #363</a>] - Fixes SQL Server error: An expression of non-boolean type specified in a context where a condition is expected, near 'RowNum'</li>
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/357'>Issue #357</a>] - Fixes: Error on admin console after user session expired.</li>
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/354'>Issue #354</a>] - Allow full-text search / indexing to be disabled</li>
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/230'>Issue #230</a>] - Fixes: Jackson-databind security issue</li>
</ul>
<p><b>2.6.1</b> -- October 30, 2024</p>
<ul>
<li>Future release will require Openfire 4.10</li>
</ul>
<p><b>2.6.1</b> -- October 30, 2024</p>
<ul>
<li>Explicitly denote that this version will not be compatible with Openfire 4.10.0 or later.</li>
</ul>
<p><b>2.6.0</b> -- September 12, 2024</p>
<ul>
<li>Requires Openfire 4.8.0</li>
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/387'>Issue #387</a>] - Fixes: Compatibility issue with Openfire 4.9.0</li>
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/383'>Issue #383</a>] - Fixes: Database query fails on Oracle</li>
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/377'>Issue #377</a>] - Fixes: Erroneous index confirmation message</li>
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/367'>Issue #367</a>] - Fixes: JRobin's repository uses invalid certificate</li>
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/249'>Issue #249</a>] - Fixes: Erroneous index rebuild progress indicator</li>
</ul>
<p><b>2.5.0</b> -- May 23, 2023</p>
<ul>
<li>Added Ukrainian (uk_UA) created and provided by Yurii Savchuk (svais) and his son Vladislav Savchuk (Bruhmozavr)!</li>
<li>Remove unused exclusion to authentication filter</li>
</ul>
<p><b>2.4.1</b> -- December 6, 2022</p>
<ul>
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/246'>Issue #246</a>] - Fixes: Clicking graph no longer opens bigger graph on admin console</li>
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/245'>Issue #245</a>] - Fixes: Message history display in admin console remains empty</li>
</ul>
<p><b>2.4.0</b> -- November 22, 2022</p>
<ul>
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/232'>Issue #232</a>] - Fix SQL issue when retrieving archived messages from MSSQL</li>
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/235'>Issue #235</a>] - Plugin compatible with Openfire 4.8.0</li>
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/238'>Issue #238</a>] - Ensure that Statistics provided by unloaded plugins are no longer referenced.</li>
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/240'>Issue #240</a>] - Stop using javascript libraries that are removed from Openfire 4.8</li>
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/242'>Issue #242</a>] - Fix 'Unable to save XML properties' error</li>
</ul>
<p><b>2.3.1</b> -- September 28, 2022</p>
<ul>
<li>Last plugin release to be compatible with Openfire releases prior to 4.8.0. Future releases will require Openfire 4.8.0 or later.</li>
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/229'>Issue #229</a>] - Update iText to 7.2.2</li>
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/224'>Issue #224</a>] - Replace Lightbox library.</li>
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/219'>Issue #219</a>] - Replace CalendarJS library.</li>
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/222'>Issue #222</a>] - Updates to use non-deprecated Openfire methods</li>
</ul>
<p><b>2.3.0</b> -- January 19, 2022</p>
<ul>
<li>Requires Openfire 4.7.0</li>
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/125'>Issue #125</a>] - Combining keyword and date range makes search fail</li>
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/155'>Issue #155</a>] - GetConversationsWriteETATask throws exceptions in a cluster</li>
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/162'>Issue #162</a>] - Admin console pages should not break when not all cluster nodes have (the same) version of the plugin loaded</li>
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/163'>Issue #163</a>] - Migrate Jive Globals to System Properties</li>
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/184'>Issue #184</a>] - Do not archive messages that are rejected by blocklist</li>
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/190'>Issue #190</a>] - Allow code-update to force a reindexation</li>
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/192'>Issue #192</a>] - Combining keyword and participant(s) makes search fail</li>
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/195'>Issue #195</a>] - Class incompatibility with latest OF MUC</li>
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/200'>Issue #200</a>] - Remove references to deprecated logger methods</li>
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/206'>Issue #206</a>] - Fixed auto-updates for 'Conversations' admin page</li>
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/208'>Issue #208</a>] - Prevent NullPointerException when retrieving logs for empty room</li>
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/210'>Issue #210</a>] - Update Jersey library to 2.35</li>
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/213'>Issue #213</a>] - Update iText library to 7.1.17</li>
</ul>
<p><b>2.2.1</b> -- February 12, 2021</p>
<ul>
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/157'>Issue #157</a>] - Poor MAM performance with large archives</li>
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/159'>Issue #159</a>] - Remove Picocontainer</li>
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/160'>Issue #160</a>] - Update JRobin</li>
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/165'>Issue #165</a>] - Fix ordering of MAM results</li>
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/167'>Issue #167</a>] - Deal with empty stanzas in db when processing MAM queries</li>
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/174'>Issue #174</a>] - Upgrade jackson library to 2.12.1</li>
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/175'>Issue #175</a>] - Fix database installation script for MySQL (bug introduced in 2.2.0 that affected new installations)</li>
</ul>
<p><b>2.2.0</b> -- January 6, 2021</p>
<ul>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-2157'>OF-2157</a>] - SequenceManager generated IDs are unreliable whilst clustering.</li>
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/19'>Issue #19</a>] - Monitoring / Archive plugin fails to reconstruct archived stanza</li>
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/133'>Issue #133</a>] - Allow PMs to be returned when querying MUC archives</li>
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/137'>Issue #137</a>] - MUC messages duplicated as one-on-one messages</li>
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/138'>Issue #138</a>] - Stanzas not always stored for one-to-one messages whilst clustered</li>
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/139'>Issue #139</a>] - Reduce code complexity</li>
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/141'>Issue #141</a>] - Make Archiver configuration configurable</li>
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/142'>Issue #142</a>] - Do not require plugin restart after config change</li>
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/145'>Issue #145</a>] - Replace deprecated API usage</li>
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/146'>Issue #146</a>] - Allow database used for MUC MAM to be configurable</li>
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/147'>Issue #147</a>] - Allow how MUC PMs are stored to be configurable</li>
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/148'>Issue #148</a>] - Database errors should cause an XMPP error</li>
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/152'>Issue #152</a>] - Update iText library to 7.1.13</li>
</ul>
<p><b>2.1.0</b> -- September 10, 2020</p>
<ul>
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/72'>Issue #72</a>] - Return chat message bodies in response to xep-0136 requests.</li>
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/94'>Issue #94</a>] - Add support for full text search for one-on-one MAM search queries.</li>
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/101'>Issue #101</a>] - Stable and Unique stanza identifiers need not be in the UUID format.</li>
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/103'>Issue #103</a>] - Log flooded with invalid sample time for statistics</li>
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/108'>Issue #108</a>] - Return 'feature-not-implemented' when request for 'out of order' MAM result page.</li>
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/110'>Issue #110</a>] - Optimize database: when there are no results, don't bother to query for a subset.</li>
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/112'>Issue #112</a>] - MAM doesn't include `complete` attribute on "urn:xmpp:mam:2" query with <fin/> when result is empty.</li>
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/113'>Issue #113</a>] - Improve usage of 'resource' columns in the database.</li>
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/114'>Issue #114</a>] - NullPointerException when loading plugin on senior cluster node.</li>
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/118'>Issue #118</a>] - Drop Openfire requirement to 4.4.0.</li>
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/122'>Issue #122</a>] - Set RSM 'last' value even when there's just one result in the set.</li>
</ul>
<p><b>2.0.1</b> -- May 11, 2020</p>
<ul>
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/91'>Issue #91</a>] - Exception when search text contains special characters</li>
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/98'>Issue #98</a>] - MAM IQ result missing first and last element</li>
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/94'>Issue #94</a>] - Do not advertise 'free text search' feature for personal archives (that do not support that feature).</li>
</ul>
<p><b>2.0.0</b> -- January 28, 2020</p>
<ul>
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/20'>Issue #20</a>] - Update Lucene to 8.4.0</li>
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/58'>Issue #58</a>] - Fix for poor performance when adding messages to a large database.</li>
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/46'>Issue #46</a>] - Specific messages do not show up in retrieved message history.</li>
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/47'>Issue #47</a>] - Fix Syntax in SQL Statement for SQL Server in PaginatedMucMessageQuery</li>
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/60'>Issue #60</a>] - Java11 ClassNotFoundException when deploying.</li>
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/62'>Issue #62</a>] - Set 'complete' only on last page retrieval.</li>
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/63'>Issue #63</a>] - Add support for 'with' search field for MAM MUC queries.</li>
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/67'>Issue #67</a>] - Fix bug: maxRetrieval was never used</li>
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/69'>Issue #69</a>] - Fix wrong parameter setters for prepared Statement in ConversationManager (getMessageIdForStableId)</li>
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/70'>Issue #70</a>] - Purge and reinitialize incorrect statistic databases (RRDs).</li>
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/73'>Issue #73</a>] - Unable to resume rebuilding Lucene index</li>
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/74'>Issue #74</a>] - Hide (expensive) index statistics behind a button to improve performance.</li>
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/75'>Issue #75</a>] - Forwarded messages from MUC MAM results must not have to address.</li>
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/76'>Issue #76</a>] - Monitoring plugin does not retrieve last page of chat history when 'before' is empty.</li>
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/79'>Issue #79</a>] - Return item-not-found when using unrecognized references in RSM</li>
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/80'>Issue #80</a>] - Embedded database only: Prevent all messages to be returned when only a count is requested.</li>
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/81'>Issue #81</a>] - Allow for non-standard MUC MAM text search fields to be used.</li>
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/82'>Issue #82</a>] - Fix incorrect 'total' counts with JDBC-based results.</li>
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/83'>Issue #83</a>] - Remove service discovery features when unloading plugin.</li>
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/84'>Issue #84</a>] - MAM: Return error when unrecognized search options are used.</li>
</ul>
<p><b>1.8.1</b> -- September 25, 2019</p>
<ul>
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/53'>Issue #53</a>] - XSS in Monitoring Plugin's Archiving Settings page.</li>
</ul>
<p><b>1.8.0</b> -- June 25, 2019</p>
<ul>
<li>Requires Openfire 4.4.0</li>
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/5'>Issue #5</a>] - MAM implementation should include urn:xmpp:mam:2</li>
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/9'>Issue #9</a>] - Update pt_BR translation</li>
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/25'>Issue #25</a>] - When logging is disabled, queries should not go unanswered.</li>
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/27'>Issue #27</a>] - Fix addressing when original request has no 'to' attribute.</li>
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/29'>Issue #29</a>] - Fix Maven build.</li>
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/31'>Issue #31</a>] - Renamed duplicate database column definition.</li>
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/36'>Issue #36</a>] - Fixes newlines in obtained archived messages.</li>
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/38'>Issue #38</a>] - Recent MUC messages missing in archive result.</li>
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/41'>Issue #41</a>] - Improve performance for chatrooms that have many archived messages.</li>
</ul>
<p><b>1.7.0</b> -- January 12, 2019</p>
<ul>
<li>Requires Openfire 4.3.0</li>
<li>Minimum Java requirement: 1.8</li>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1644'>OF-1644</a>] - Allow non-local users to query MAM.</li>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1576'>OF-1576</a>] - MAM implementation should properly advertise support.</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-monitoring-plugin/issues/1'>Issue #1</a>] - Monitoring is not showing statistics graphs</li>
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/2'>Issue #2</a>] - Monitoring plugin not showing actual messages in search</li>
</ul>
<p><b>1.6.2</b> -- July 19, 2018</p>
<ul>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1578'>OF-1578</a>] - Small Statistics Graphs are not generated.</li>
</ul>
<p><b>1.6.1</b> -- June 28, 2018</p>
<ul>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1566'>OF-1566</a>] - Fix for archive search with password protected chatrooms.</li>
</ul>
<p><b>1.6.0</b> -- March 5, 2018</p>
<ul>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1486'>OF-1486</a>] - MAM RSM queries for MUC should allow for 'backwards-paging'.</li>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1487'>OF-1487</a>] - Archived messages should become available in the database instantly.</li>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1200'>OF-1200</a>] - Don't answer MAM queries before relevant archives have been stored.</li>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1498'>OF-1498</a>] - Fix for stanza reconstruction bug.</li>
</ul>
<p><b>1.5.9</b> -- Feb 13, 2018</p>
<ul>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1482'>OF-1482</a>] - MAM query response for MUC should have a 'from'.</li>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1483'>OF-1483</a>] - Restoring Admin console functionality.</li>
</ul>
<p><b>1.5.8</b> -- Nov 13, 2017</p>
<ul>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1030'>OF-1030</a>] - Monitoring Service plugin Search Archive Date Range field validation</li>
</ul>
<p><b>1.5.7</b> -- May 19, 2017</p>
<ul>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1334'>OF-1334</a>] - Monitoring Plugin displays "Archive index rebuild failed"</li>
</ul>
<p><b>1.5.6</b> -- February 16, 2016</p>
<ul>
<li>[<a href='https://igniterealtime.org/issues/browse/OF-1288'>OF-1288</a>] - Add missing queryid and id attributes</li>
</ul>
<p><b>1.5.5</b> -- December 19, 2016</p>
<ul>
<li>[<a href='https://igniterealtime.org/issues/browse/OF-1246'>OF-1246</a>] - Support MAM (XEP-0313) for MUC (XEP-0045)</li>
<li>[<a href='https://igniterealtime.org/issues/browse/OF-1214'>OF-1214</a>] - Update MAM (XEP-0313) to support :0 and :1 versions</li>
</ul>
<p><b>1.5.4</b> -- April 27, 2016</p>
<ul>
<li>[<a href='https://igniterealtime.org/issues/browse/OF-1132'>OF-1132</a>] - Ensure that namespace is defined on forwarded messages.</li>
</ul>
<p><b>1.5.3</b> -- March 22, 2016</p>
<ul>
<li>[<a href='https://igniterealtime.org/issues/browse/OF-1117'>OF-1117</a>] - Improve performance of monitoring plugin by adding database indexes.</li>
</ul>
<p><b>1.5.2</b> -- Feb 15, 2016</p>
<ul>
<li>[<a href='https://igniterealtime.org/issues/browse/OF-1089'>OF-1089</a>] - Send IQ result only after messages.</li>
</ul>
<p><b>1.5.1</b> -- Feb 15, 2016</p>
<ul>
<li>[<a href='https://igniterealtime.org/issues/browse/OF-1087'>OF-1087</a>] - Fixed namespace handling (BOSH).</li>
</ul>
<p><b>1.5.0</b> -- October 12, 2015</p>
<ul>
<li>[<a href='http://www.igniterealtime.org/issues/browse/OF-953'>OF-953</a>] - Updated JSP libraries.</li>
<li>Requires Openfire 3.11.0.</li>
</ul>
<p><b>1.4.7</b> -- Oct 13, 2015</p>
<ul>
<li>Fixed feature-not-implemented error</li>
</ul>
<p><b>1.4.6</b> -- Aug 11, 2015</p>
<ul>
<li>Added support for XEP-0313: Message Archive Management</li>
</ul>
<p><b>1.4.4</b> -- Oct 28, 2014</p>
<ul>
<li>Fixed request conversations and messages</li>
<li>Now conversations list is sorted</li>
</ul>
<p><b>1.4.3</b> -- Oct 27, 2014</p>
<ul>
<li>OF-812 properly handle the start attribute in list requests</li>
</ul>
<p><b>1.4.2</b> -- Apr 30, 2014</p>
<ul>
<li>ofConParticipant table name is case sensitive on linux+mysql</li>
</ul>
<p><b>1.4.1</b> -- Feb 26, 2014</p>
<ul>
<li>Plugin was not working with MS SQL Server (Now work with MS SQL Server 2005+).</li>
<li>Fixed request conversations and messages in reverse order.</li>
<li>Fixed request conversations and messages in reverse order.</li>
<li>Plugin does not return the correct number of conversations at the request history.</li>
</ul>
<p><b>1.4.0</b> -- Sep 13, 2013</p>
<ul>
<li>Requires Openfire 3.9.0.</li>
</ul>
<p><b>1.3.3</b> -- June 5, 2013</p>
<ul>
<li>OF-677 - Monitoring Plugin - "Null" reappearing in Archive for Message Body.</li>
<li>OF-678 - Monitoring Plugin - Ever expanding Index.</li>
</ul>
<p><b>1.3.2-rc1</b> -- May 13, 2013</p>
<ul>
<li>OF-651 - Monitoring plugin should have an option to purge and restrict.</li>
</ul>
<p><b>1.3.1-rc1</b> -- April 30, 2013</p>
<ul>
<li>OF-611 - Monitoring plugin 1.3.0 is not updating IDs of older archived messages.</li>
<li>OF-646 - Reverts XmppDateTimeFormat integration which broke querying via XEP-0136.</li>
<li>OF-664 - Monitoring archive shows null in room chat logs.</li>
<li>OF-667 - Monitoring plugin bad SQL for upgrade</li>
</ul>
<p><b>1.3.0</b> -- October 17, 2012</p>
<ul>
<li>Monitoring plugin 1.3.0 integrating Jive Monitoring Plugin and Stefan Reuter's Open Archive plugin to give both XEP-0136 support and group as well as individual chat archiving.</li>
</ul>
<p><b>1.2.0</b> -- December 1, 2009</p>
<ul>
<li>Compatible version with 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.1.1</b> -- November 14, 2008</p>
<ul>
<li>[<a href='http://www.igniterealtime.org/issues/browse/JM-1469'>JM-1469</a>] - Fixed invalid link to groupchat room from 'Active conversations' page.</li>
</ul>
<p><b>1.1.0</b> -- July 31, 2008</p>
<ul>
<li>Compatible version with Openfire 3.6.0. </li>
</ul>
<p><b>1.0.1</b> -- May 6, 2008</p>
<ul>
<li>Dashboard was not working when running in a cluster.</li>
<li>Fixed navitation to room from dashboard.</li>
</ul>
<p><b>1.0.0</b> -- April 24, 2008</p>
<ul>
<li>Initial release. </li>
</ul>
</body>
</html>