forked from igniterealtime/openfire-xmldebugger-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchangelog.html
137 lines (116 loc) · 4.62 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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html lang="en">
<head>
<title>XML Debugger 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>
XML Debugger Plugin Changelog
</h1>
<p><b>1.8.0</b> -- To be determined.</p>
<ul>
<li>Requires Openfire 4.8.0.</li>
<li>[<a href='https://github.com/igniterealtime/openfire-xmldebugger-plugin/issues/31'>Issue #31</a>] - Fix Openfire 4.8-specific NullPointerException</li>
<li>[<a href='https://github.com/igniterealtime/openfire-xmldebugger-plugin/issues/28'>Issue #28</a>] - Compatible with Openfire 4.8</li>
<li>[<a href='https://github.com/igniterealtime/openfire-xmldebugger-plugin/issues/25'>Issue #25</a>] - Add tool to send raw XMPP</li>
</ul>
<p><b>1.7.6</b> -- November 21, 2023</p>
<ul>
<li>No functional changes</li>
</ul>
<p><b>1.7.5</b> -- December 4, 2020</p>
<ul>
<li>[<a href='https://github.com/igniterealtime/openfire-xmldebugger-plugin/issues/20'>Issue #20</a>] - Add timestamps to console output</li>
</ul>
<p><b>1.7.4</b> -- December 1, 2020</p>
<ul>
<li>[<a href='https://github.com/igniterealtime/openfire-xmldebugger-plugin/issues/16'>Issue #16</a>] - Outbound stanzas should be logged.</li>
</ul>
<p><b>1.7.3</b> -- January 11, 2020</p>
<ul>
<li>[<a href='https://github.com/igniterealtime/openfire-xmldebugger-plugin/issues/7'>Issue #7</a>] - CSRF protection support</li>
<li>[<a href='https://github.com/igniterealtime/openfire-xmldebugger-plugin/issues/9'>Issue #9</a>] - Support for SystemProperty</li>
</ul>
<p><b>1.7.2</b> -- January 23, 2019</p>
<ul>
<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-xmldebugger-plugin/issues/2'>Issue #2</a>] - Update the Debugger plugin to use the SLF4J->Log 4J2 bridge</li>
</ul>
<p><b>1.7.1</b> -- July 11, 2018</p>
<ul>
<li>[<a href='http://issues.igniterealtime.org/browse/OF-1550'>OF-1550</a>] - XML Debugger plugin fails to display admin console page</li>
<li>[<a href='http://issues.igniterealtime.org/browse/OF-1551'>OF-1551</a>] - Allow the admin-ui to enabled the Interpreted XML option of the Debugger plugin</li>
<li>[<a href='http://issues.igniterealtime.org/browse/OF-1552'>OF-1552</a>] - Allow the Debugger plugin to log to a file</li>
<li>[<a href='http://issues.igniterealtime.org/browse/OF-1571'>OF-1571</a>] - XML Debugger: Does not log received C2S messages</li>
</ul>
<p><b>1.7.0</b> -- March 6, 2017</p>
<ul>
<li>[<a href='http://issues.igniterealtime.org/browse/OF-1299'>OF-1299</a>] - Debugger plugin should not print encrypted or compressed data.</li>
<li>[<a href='http://issues.igniterealtime.org/browse/OF-1300'>OF-1300</a>] - Debugger plugin should display remote address.</li>
</ul>
<p><b>1.6.0</b> -- June 20, 2016</p>
<ul>
<li>[<a href='http://issues.igniterealtime.org/browse/OF-1152'>OF-1152</a>] - Ensure that the plugin prints raw XML.</li>
<li>Requires Openfire 4</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.0</b> -- Oct 20, 2014</p>
<ul>
<li>Updated for MINA 2.0.x API changes. Requires Openfire 3.10.0.</li>
</ul>
<p><b>1.3.0</b> -- Sep 13, 2013</p>
<ul>
<li>Requires Openfire 3.9.0.</li>
</ul>
<p><b>1.2.0</b> -- May 26, 2008</p>
<ul>
<li>Added connection managers monitoring support.</li>
<li>Added configuration from admin console.</li>
</ul>
<p><b>1.1.0</b> -- March 28, 2007</p>
<ul>
<li>Added external component monitoring support.</li>
</ul>
<p><b>1.0.0</b> -- September 5, 2007</p>
<ul>
<li>Initial release.</li>
</ul>
</body>
</html>