mirror of
https://github.com/igniterealtime/Spark.git
synced 2025-12-01 12:27:58 +00:00
3761 lines
204 KiB
HTML
3761 lines
204 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
|
|
|
<html>
|
|
<head>
|
|
<title>Spark Changelog</title>
|
|
<style type="text/css">
|
|
/* global font and body settings */
|
|
body {
|
|
font-size: 100%;
|
|
background-color: #d3d6d9;
|
|
padding: 0;
|
|
margin: 0 0 30px 0;
|
|
}
|
|
|
|
body, td, th {
|
|
font-family: arial, helvetica, sans-serif;
|
|
font-size: 10pt;
|
|
}
|
|
|
|
pre, tt, code {
|
|
font-family: courier new, monospace;
|
|
font-size: 9pt;
|
|
}
|
|
|
|
#pageContainer {
|
|
display: block;
|
|
position: relative;
|
|
clear: both;
|
|
background-color: #fff;
|
|
border: 1px solid #999;
|
|
padding: 40px;
|
|
margin: 30px;
|
|
-moz-border-radius: 6px;
|
|
}
|
|
|
|
#pageHeader {
|
|
display: block;
|
|
position: relative;
|
|
height: 80px;
|
|
background-color: #e7eaee;
|
|
border: 1px solid #cccccc;
|
|
border-bottom: none;
|
|
-moz-border-radius: 5px 5px 0 0;
|
|
margin: 10px 0 0 0;
|
|
}
|
|
|
|
#pageBody {
|
|
margin: 0 18px 0 20px;
|
|
}
|
|
|
|
/* anchors */
|
|
a:link {
|
|
color: #11568c;
|
|
}
|
|
|
|
a:visited {
|
|
color: #571c8d;
|
|
}
|
|
|
|
a:hover {
|
|
color: #7a1d42;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
a:active {
|
|
color: #7a1d42;
|
|
}
|
|
|
|
/* page header elements (logo and navigation) */
|
|
.navigation {
|
|
display: block;
|
|
position: relative;
|
|
height: 20px;
|
|
background-color: #335588;
|
|
border: 1px solid #cccccc;
|
|
border-top: none;
|
|
color: #ffffff;
|
|
font-size: 11px;
|
|
line-height: 18px;
|
|
padding: 0 0 0 0;
|
|
margin: 0 0 25px 0;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.navigation a {
|
|
margin: 0 20px 0 20px;
|
|
}
|
|
|
|
.navigation a:link {
|
|
color: #ffffff;
|
|
}
|
|
|
|
.navigation a:visited {
|
|
color: #ffffff;
|
|
}
|
|
|
|
.navigation a:hover {
|
|
color: #ffffff;
|
|
}
|
|
|
|
.navigation a:active {
|
|
color: #ffffff;
|
|
}
|
|
|
|
/* headings */
|
|
h1 {
|
|
display: block;
|
|
position: relative;
|
|
font-size: 1.7em;
|
|
font-weight: bold;
|
|
color: #670e15;
|
|
padding: 0;
|
|
margin: 30px 0 0 20px;
|
|
}
|
|
|
|
h2 {
|
|
font-size: 1.3em;
|
|
font-weight: bold;
|
|
margin: 40px 0 6px 0;
|
|
padding: 0;
|
|
color: #335588;
|
|
}
|
|
|
|
h3 {
|
|
font-size: 1.0em;
|
|
font-weight: bold;
|
|
margin: 25px 0 3px 0;
|
|
padding: 0;
|
|
color: #334466;
|
|
}
|
|
|
|
/* general elements */
|
|
p {
|
|
margin: 0 0 15px 0;
|
|
}
|
|
|
|
ul {
|
|
margin: 5px 0 15px 35px;
|
|
}
|
|
|
|
li {
|
|
padding-bottom: 4px;
|
|
}
|
|
|
|
tt {
|
|
font-family: courier new, monospace;
|
|
font-weight: bold;
|
|
color: #060;
|
|
}
|
|
|
|
hr {
|
|
display: block;
|
|
height: 1px;
|
|
background-color: #999999;
|
|
border: none;
|
|
margin: 40px 0 20px 0;
|
|
}
|
|
|
|
.footer {
|
|
font-size: 8pt;
|
|
color: #666;
|
|
text-align: center;
|
|
margin-top: 2em;
|
|
padding-top: 0.5em;
|
|
border-top: 1px #CCC solid;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
|
|
<div id="pageContainer">
|
|
|
|
<div id="pageHeader">
|
|
<h1>Spark Changelog</h1>
|
|
</div>
|
|
<div class="navigation">
|
|
<a href="README.html">Readme</a>|<a href="changelog.html"><strong>Changelog</strong></a>|<a href="LICENSE.html">License</a>
|
|
</div>
|
|
|
|
<div id="pageBody">
|
|
|
|
<h2>2.9.1 -- <span style="font-weight: normal;">August 25, 2020</span></h2>
|
|
<h2> Bug
|
|
</h2>
|
|
<ul>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-2139'>SPARK-2139</a>] - Reversi: IndexOutOfBoundError and user can make consecutive moves
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-2148'>SPARK-2148</a>] - History chat transcript displays own JID instead of nickname
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-2149'>SPARK-2149</a>] - User is Online/Offline toast popups not working properly
|
|
</li>
|
|
</ul>
|
|
|
|
|
|
<h2>2.9.0 -- <span style="font-weight: normal;">August 17, 2020</span></h2>
|
|
|
|
<h2> Bug
|
|
</h2>
|
|
<ul>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1537'>SPARK-1537</a>] - Add Contact dialog requires at least 5 letters to find a contact
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1635'>SPARK-1635</a>] - History viewer adds spaces between messages when changing a view
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1649'>SPARK-1649</a>] - Shouldn't show a toast popup for a last message in history when joining a room
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1757'>SPARK-1757</a>] - Messages in MUC history are out of order
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1806'>SPARK-1806</a>] - PrivacyManager throws an exception
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1809'>SPARK-1809</a>] - Privacy plugin doesn't work
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1811'>SPARK-1811</a>] - View client version menu option doesn't show information
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1812'>SPARK-1812</a>] - Some vCard fields are empty when checking contact's profile
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1817'>SPARK-1817</a>] - Reversi and tic tac toe plugins failed to build
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1873'>SPARK-1873</a>] - Search doesn't work with AD integration
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1888'>SPARK-1888</a>] - Plugins not being extracted completely
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1895'>SPARK-1895</a>] - Errors are not (always) shown in one-on-one chat.
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1902'>SPARK-1902</a>] - Throws an exception when using custom emoticons set
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1905'>SPARK-1905</a>] - Contact list tooltip causes temporary freeze
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1916'>SPARK-1916</a>] - Not able to move or copy contacts when Rename contact is disabled
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-2009'>SPARK-2009</a>] - Should allow profile changes when Avatar tab is disabled
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-2025'>SPARK-2025</a>] - Process Data Forms with Bool fields that have no value.
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-2028'>SPARK-2028</a>] - Fix logic error in UserSearchResult
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-2029'>SPARK-2029</a>] - Shouldn't check for voice status
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-2114'>SPARK-2114</a>] - Spark does not parse Java version string correctly.
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-2134'>SPARK-2134</a>] - ROAR plugin should not depend on com.sun package
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-2141'>SPARK-2141</a>] - Contact list does not show users that are not in a group
|
|
</li>
|
|
</ul>
|
|
|
|
<h2> New Feature
|
|
</h2>
|
|
<ul>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1203'>SPARK-1203</a>] - Add a GUI for managing TLS\SSL certificates
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1589'>SPARK-1589</a>] - Add option to disable invisible login and status via default.properties
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1877'>SPARK-1877</a>] - Make reconnection delay between attempts configurable
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1946'>SPARK-1946</a>] - Add option to disable Start a chat via Client Control
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1968'>SPARK-1968</a>] - Replace DummyTrustManager with complex trust manager
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-2001'>SPARK-2001</a>] - Add a popup for accepting certificate from a connection
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-2015'>SPARK-2015</a>] - Add an option to force IBB for file transfers
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-2030'>SPARK-2030</a>] - Add support for Message Styling
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-2040'>SPARK-2040</a>] - Add Http File Upload plugin
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-2041'>SPARK-2041</a>] - Add initial documentation
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-2086'>SPARK-2086</a>] - Hostname and Version as resource available in Client Control plugin
|
|
</li>
|
|
</ul>
|
|
|
|
<h2> Task
|
|
</h2>
|
|
<ul>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1865'>SPARK-1865</a>] - Update bundled JRE with the latest version
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1950'>SPARK-1950</a>] - Remove & from Plugins menu translations
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-2132'>SPARK-2132</a>] - Replace JxBrowser with anything else
|
|
</li>
|
|
</ul>
|
|
|
|
<h2> Improvement
|
|
</h2>
|
|
<ul>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-939'>SPARK-905</a>] - Add date stamp for current messages
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-939'>SPARK-939</a>] - Stretch and move Find dialog
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-945'>SPARK-945</a>] - Preferences, broadcast, profile windows should be saving their sizes and positions
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1519'>SPARK-1519</a>] - Spark should show a time stamp for every MUC message/activity
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1688'>SPARK-1688</a>] - Update JTattoo to the latest version
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1784'>SPARK-1784</a>] - ROAR should show MUC popups when window is not in focus
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1791'>SPARK-1791</a>] - Migrate Spark build from Ant to Maven
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1843'>SPARK-1843</a>] - Update Smack to 4.3 branch
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1868'>SPARK-1868</a>] - Add an option to disable Invisible presence
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1871'>SPARK-1871</a>] - Fix output of nicknames in Broadcast History
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1872'>SPARK-1872</a>] - Should resize large photo when applying as an avatar
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1875'>SPARK-1875</a>] - Spark history search should show context
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1876'>SPARK-1876</a>] - Spark history window should wrap text
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1883'>SPARK-1883</a>] - Spark should remove/overwrite old versions of libs during update
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1887'>SPARK-1887</a>] - Shouldn't show a toast popup for your own message in MUC
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1899'>SPARK-1899</a>] - Room password dialog should mask/hide the actual password
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1903'>SPARK-1903</a>] - Highlight searched keyword in the history search
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1904'>SPARK-1904</a>] - Various improvements to avatar management
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1909'>SPARK-1909</a>] - Transcript Window should be recomposable
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1910'>SPARK-1910</a>] - Replace (some) emojis with emoticons
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1912'>SPARK-1912</a>] - Remove green username colors from chat room
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1915'>SPARK-1915</a>] - Implement separate History settings in Client Control
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1947'>SPARK-1947</a>] - Improve rooms browser, dialogs and error messages
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1948'>SPARK-1948</a>] - Add an EditorConfig file
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1961'>SPARK-1961</a>] - Improve startup by disabling CPU-hungry themes
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1962'>SPARK-1962</a>] - Use a key-based lookup to find an emoticon
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1963'>SPARK-1963</a>] - Lazy load vcard data
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1964'>SPARK-1964</a>] - Non-UI processing should not occur on Event Queue dispatch thread
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1965'>SPARK-1965</a>] - Use unarchived emoticons packages in version control
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1972'>SPARK-1972</a>] - Security settings should go in dedicated tab
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1973'>SPARK-1973</a>] - Add visual hint for "not encrypted" connections
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1974'>SPARK-1974</a>] - Updated Lithuanian translation
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1976'>SPARK-1976</a>] - More descriptive error messages when login fails.
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1983'>SPARK-1983</a>] - Update Polish translation
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1984'>SPARK-1984</a>] - Update LittleLuck skin to 2.0.1
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1985'>SPARK-1985</a>] - Add support for TLS Mutual Authentication
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1990'>SPARK-1990</a>] - Remove PKI tab
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1998'>SPARK-1998</a>] - Add French spelling dictionary
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-2014'>SPARK-2014</a>] - Rename 5223 port description
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-2019'>SPARK-2019</a>] - Add (requires restart) to single click in system tray option
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-2024'>SPARK-2024</a>] - Update Ukranian translation
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-2039'>SPARK-2039</a>] - Don't require i18n source files to be encoded
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-2047'>SPARK-2047</a>] - Improve on version detection
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-2052'>SPARK-2052</a>] - Updated Brazilian Portguese translation
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-2062'>SPARK-2062</a>] - Fix legacy links to community.igniterealtime.org
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-2081'>SPARK-2081</a>] - Client Control: Save Password & Auto Login option should also hide in Preferences
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-2089'>SPARK-2089</a>] - Schedule loadContactList() outside of sharedGroupLoader
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-2090'>SPARK-2090</a>] - Replace deprecated Smack APIs
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-2101'>SPARK-2101</a>] - Transfer Guard settings should be in Spark profile
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-2111'>SPARK-2111</a>] - Add working with Spark source in VS Code guide
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-2130'>SPARK-2130</a>] - Fix French translation
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-2133'>SPARK-2133</a>] - Allow translations to be found when running from IDE
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-2135'>SPARK-2135</a>] - ROAR setting changes should not require a restart
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-2136'>SPARK-2136</a>] - ROAR should not offer 'system notification' if unsupported by OS
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-2137'>SPARK-2137</a>] - Plugins should be runnable from IDE
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-2146'>SPARK-2146</a>] - Update Bouncy Castle library to 1.66
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-2147'>SPARK-2147</a>] - Guard against CVE-2020-10683 (dom4j reading external entities)
|
|
</li>
|
|
</ul>
|
|
|
|
|
|
<h2>2.8.3 -- <span style="font-weight: normal;">January 29, 2017</span></h2>
|
|
<h2> Bug
|
|
</h2>
|
|
<ul>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1844'>SPARK-1844</a>] - Not saving settings without opening Advanced menu once
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1848'>SPARK-1848</a>] - Setting "Chat Window Always on Top" also enables "Main Window Always on Top" behavior
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1853'>SPARK-1853</a>] - NPE when not setting an avatar
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1854'>SPARK-1854</a>] - Joining a MUC with a duplicate nickname results in strange behavior.
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1855'>SPARK-1855</a>] - ContactList should not pop up when logging off
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1858'>SPARK-1858</a>] - Password not removed from spark.properties when "Save Password" option is disabled
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1863'>SPARK-1863</a>] - Resets initially empty values in Advanced menu when logging out
|
|
</li>
|
|
</ul>
|
|
|
|
<h2> New Feature
|
|
</h2>
|
|
<ul>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1825'>SPARK-1825</a>] - Add an option to see a history of broadcasts
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1852'>SPARK-1852</a>] - Add anonymous SASL login support
|
|
</li>
|
|
</ul>
|
|
|
|
<h2> Task
|
|
</h2>
|
|
<ul>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1821'>SPARK-1821</a>] - Update bundled JRE with the latest version
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1856'>SPARK-1856</a>] - Remove unused static analyzers
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1857'>SPARK-1857</a>] - Remove legacy CVS keywords
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1862'>SPARK-1862</a>] - Remove obsolete information from Readme and update links
|
|
</li>
|
|
</ul>
|
|
|
|
<h2> Improvement
|
|
</h2>
|
|
<ul>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1847'>SPARK-1847</a>] - Remove Log out menu when Auto Login and Save Password are disabled
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1849'>SPARK-1849</a>] - Make logs rotate based on size or time
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1850'>SPARK-1850</a>] - Shouldn't save password when SSO is being used
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1860'>SPARK-1860</a>] - Implement group chat duplicate name deconfliction similar to 2.7.7
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1864'>SPARK-1864</a>] - Add translations to MUC dialogs
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1867'>SPARK-1867</a>] - Update German translation
|
|
</li>
|
|
</ul>
|
|
|
|
|
|
<h2>2.8.2 -- <span style="font-weight: normal;">November 25, 2016</span></h2>
|
|
<h2> Bug
|
|
</h2>
|
|
<ul>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1516'>SPARK-1516</a>] - Spark should not let open profile edit by clicking the avatar if profile changing is disabled
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1520'>SPARK-1520</a>] - Systray icon changes to online when one opens the chat window
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1593'>SPARK-1593</a>] - Spark shouldn't add Offline status when a user goes invisible
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1758'>SPARK-1758</a>] - Unfiled group appears when contact goes online
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1801'>SPARK-1801</a>] - Fix links opening in KDE environment (updated)
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1816'>SPARK-1816</a>] - Shouldn't freeze when using unsupported plugins
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1820'>SPARK-1820</a>] - Can't switch back to online presence after turning invisible on
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1827'>SPARK-1827</a>] - Shouldn't allow broadcast to selected users when it is disabled in Client Control
|
|
</li>
|
|
</ul>
|
|
|
|
<h2> New Feature
|
|
</h2>
|
|
<ul>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1802'>SPARK-1802</a>] - Add LittleLuck skin
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1835'>SPARK-1835</a>] - Modify Spark to work with new Openfire Client Control plugin settings
|
|
</li>
|
|
</ul>
|
|
|
|
<h2> Task
|
|
</h2>
|
|
<ul>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1732'>SPARK-1732</a>] - Update bundled JRE with the latest version
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1837'>SPARK-1837</a>] - Update Smack to the latest version (4.1.9)
|
|
</li>
|
|
</ul>
|
|
|
|
<h2> Improvement
|
|
</h2>
|
|
<ul>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1021'>SPARK-1021</a>] - Default to Name field as nickname when adding a contact
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1434'>SPARK-1434</a>] - Add Polish Spelling option
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1789'>SPARK-1789</a>] - Change Accept all certificates option to disabled by default
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1822'>SPARK-1822</a>] - Add additional default properties to control GUI settings
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1824'>SPARK-1824</a>] - Update Polish translation
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1831'>SPARK-1831</a>] - Update Italian translation
|
|
</li>
|
|
</ul>
|
|
|
|
|
|
<h2>2.8.1 -- <span style="font-weight: normal;">October 1, 2016</span></h2>
|
|
<h2> Bug
|
|
</h2>
|
|
<ul>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1786'>SPARK-1786</a>] - Wrong error message when a server is unavailable
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1799'>SPARK-1799</a>] - Fix url to Spark forums on the help menu
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1801'>SPARK-1801</a>] - Fix links opening in KDE environment
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1804'>SPARK-1804</a>] - Unsupported iteration removal function used.
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1808'>SPARK-1808</a>] - ContactList does not act on 'subscribed' event
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1812'>SPARK-1812</a>] - Some vCard fields are empty when checking contact's profile
|
|
</li>
|
|
</ul>
|
|
|
|
<h2> New Feature
|
|
</h2>
|
|
<ul>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1787'>SPARK-1787</a>] - Add option to disable TLS hostname verification
|
|
</li>
|
|
</ul>
|
|
|
|
<h2> Improvement
|
|
</h2>
|
|
<ul>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1788'>SPARK-1788</a>] - Update translations
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1790'>SPARK-1790</a>] - Rename Server field to Domain
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1798'>SPARK-1798</a>] - Exception thrown by listener should be handled
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1805'>SPARK-1805</a>] - PrivacyManager should log exceptions in log
|
|
</li>
|
|
</ul>
|
|
|
|
|
|
<h2>2.8.0 -- <span style="font-weight: normal;">August 25, 2016</span></h2>
|
|
<h2> Bug
|
|
</h2>
|
|
<ul>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1130'>SPARK-1130</a>] - Spark behaves wrong with chats with similar names
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1275'>SPARK-1275</a>] - Add contact dialog makes Spark lose connection
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1564'>SPARK-1564</a>] - Should set priority to 0 when Idle status turns on
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1613'>SPARK-1613</a>] - Long lines of text without spaces break the word wrap
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1736'>SPARK-1736</a>] - NPE in Roar plugin prevents messages to show up on fresh profiles
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1738'>SPARK-1738</a>] - RPM build fails after Smack 4 update
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1739'>SPARK-1739</a>] - Not trusting Openfire certificate after Smack 4 update
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1742'>SPARK-1742</a>] - Spark won't start when bookmark service is unavailable.
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1743'>SPARK-1743</a>] - MUC nickname sharing fails.
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1744'>SPARK-1744</a>] - Shouldnt send chat state notifications when the chat isn't active yet
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1745'>SPARK-1745</a>] - Fastpath plugin doesn't start after Smack 4 update
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1747'>SPARK-1747</a>] - Spark appears to fall back to a non-sasl when authenticating
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1749'>SPARK-1749</a>] - Not showing the context menu for participants in MUC
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1750'>SPARK-1750</a>] - Spark is not automatically reconnecting after Smack 4 update
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1751'>SPARK-1751</a>] - Only a few first messages show up and no other messages come through
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1752'>SPARK-1752</a>] - File transfer and screenshot sending doesn't work after Smack 4 update
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1755'>SPARK-1755</a>] - Redundant Roar popups and history entries when receiving messages
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1756'>SPARK-1756</a>] - Prevent NPE in error handling (Group chat - Smack 4)
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1761'>SPARK-1761</a>] - Fixing RPM build after Bamboo migration
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1763'>SPARK-1763</a>] - Can't create new account on a server (Smack 4 issue)
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1764'>SPARK-1764</a>] - Transcript file is not being closed on exit
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1766'>SPARK-1766</a>] - File Streams not being closed on a few files
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1768'>SPARK-1768</a>] - Fix Debian build
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1772'>SPARK-1772</a>] - Not showing correct room affiliation icons for different roles
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1773'>SPARK-1773</a>] - Spark does not detect keystrokes when switched away due to idle on mac and linux
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1776'>SPARK-1776</a>] - Private messages in MUC do not show up (Smack 4)
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1777'>SPARK-1777</a>] - Presence getting stuck in Away mode sometimes
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1778'>SPARK-1778</a>] - Spark shouldn't lookup an empty username
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1779'>SPARK-1779</a>] - No vertical scrollbar in the participants list
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1783'>SPARK-1783</a>] - ROAR plugin should not assume Opaque is supported
|
|
</li>
|
|
</ul>
|
|
|
|
<h2> New Feature
|
|
</h2>
|
|
<ul>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1596'>SPARK-1596</a>] - Different settings for group chat Roar popups
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1599'>SPARK-1599</a>] - Add an option for custom Roar popup based on a keyword
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1709'>SPARK-1709</a>] - Add Russian dictionary for spellchecker
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1729'>SPARK-1729</a>] - Add an option to save group chat password
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1731'>SPARK-1731</a>] - Add Ukrainian translation
|
|
</li>
|
|
</ul>
|
|
|
|
<h2> Task
|
|
</h2>
|
|
<ul>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1722'>SPARK-1722</a>] - Update bundled JRE with the latest version
|
|
</li>
|
|
</ul>
|
|
|
|
<h2> Improvement
|
|
</h2>
|
|
<ul>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1559'>SPARK-1559</a>] - Add URL support to server broadcast dialog
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1567'>SPARK-1567</a>] - Update Smack to the 4th version (4.1.7)
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1646'>SPARK-1646</a>] - Should switch to Away mode when locking screen on Windows 10
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1735'>SPARK-1735</a>] - Small group chat user-interface improvements
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1741'>SPARK-1741</a>] - Replace old code constructs
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1746'>SPARK-1746</a>] - Update Lithuanian translation
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1753'>SPARK-1753</a>] - Don't be disconnected when receiving invalid stanzas
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1754'>SPARK-1754</a>] - Update Italian translation
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1769'>SPARK-1769</a>] - Update Substance LaF to the latest version
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1771'>SPARK-1771</a>] - Update Smack to 4.1.8 version
|
|
</li>
|
|
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1775'>SPARK-1775</a>] - Prevent exceptions from going unnoticed
|
|
</li>
|
|
</ul>
|
|
|
|
|
|
<h2>2.7.7 -- <span style="font-weight: normal;">April 24, 2016</span></h2>
|
|
<h2> Bug
|
|
</h2>
|
|
<ul>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1597'>SPARK-1597</a>] - UNC links in file://\\\ format should work in the chat window
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1660'>SPARK-1660</a>] - Should not fallback to direct connection when proxy is enabled
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1695'>SPARK-1695</a>] - Windows installer is including linux lib folder
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1717'>SPARK-1717</a>] - Failing dependencies when installing RPM version
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1721'>SPARK-1721</a>] - Fix a typo in Network Address Manager in SIP plugin
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1724'>SPARK-1724</a>] - OTR plugin not working after bouncy castle lib update
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1726'>SPARK-1726</a>] - Spark is setting negative priority when switching to Idle
|
|
</li>
|
|
</ul>
|
|
|
|
<h2> New Feature
|
|
</h2>
|
|
<ul>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1720'>SPARK-1720</a>] - Add option to disable Incoming Call notification popup
|
|
</li>
|
|
</ul>
|
|
|
|
<h2> Task
|
|
</h2>
|
|
<ul>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1687'>SPARK-1687</a>] - Update bundled JRE with the latest version
|
|
</li>
|
|
</ul>
|
|
|
|
<h2> Improvement
|
|
</h2>
|
|
<ul>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1716'>SPARK-1716</a>] - Fix alignment of fields on Business card in Profile
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1718'>SPARK-1718</a>] - Remove old java from RPM installation
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1723'>SPARK-1723</a>] - Update of German translation
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1727'>SPARK-1727</a>] - Fix and update Lithuanian translation
|
|
</li>
|
|
</ul>
|
|
|
|
|
|
<h2>2.7.6 -- <span style="font-weight: normal;">March 15, 2016</span></h2>
|
|
<h2> Bug
|
|
</h2>
|
|
<ul>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1192'>SPARK-1192</a>] - Preferences window doesn't open on Mac OS X
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1197'>SPARK-1197</a>] - File transfers don't work on Mac OS X
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1455'>SPARK-1455</a>] - Spark is getting stuck with "On Phone" status after unlocking Windows
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1530'>SPARK-1530</a>] - Broadcast message is not shown with bolded red font in the tab
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1620'>SPARK-1620</a>] - Sound files are not copied into user's profile on Mac OS X
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1667'>SPARK-1667</a>] - Bookmarks menu shows last when using Substance skins
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1671'>SPARK-1671</a>] - Add i18n translation for "(Offline)" prefix before offline message
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1674'>SPARK-1674</a>] - Add Mac OS X installer with bundled JRE
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1677'>SPARK-1677</a>] - Shows app name as Startup instead of Spark on Mac OS X
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1689'>SPARK-1689</a>] - RPM build fails after Libjitsi update
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1692'>SPARK-1692</a>] - Native Jitsi libraries not loading on Mac OSX
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1696'>SPARK-1696</a>] - Fastpath not working on Mac OS X
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1697'>SPARK-1697</a>] - Roar plugins doesn't work on Mac OS X
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1701'>SPARK-1701</a>] - Plugins are not being copied to user's home folder on Mac OS X
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1703'>SPARK-1703</a>] - Spark is constantly trying to access e4j_pxxxx.tmp file
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1704'>SPARK-1704</a>] - Emoticons not loading on mac osx
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1714'>SPARK-1714</a>] - Disconnecting when saving or retrieving Notes
|
|
</li>
|
|
</ul>
|
|
|
|
<h2> New Feature
|
|
</h2>
|
|
<ul>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1675'>SPARK-1675</a>] - Add Lithuanian translation for Fastpath plugin
|
|
</li>
|
|
</ul>
|
|
|
|
<h2> Task
|
|
</h2>
|
|
<ul>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1643'>SPARK-1643</a>] - Update bundled JRE with the latest version
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1679'>SPARK-1679</a>] - Fix the wrong year on the About window on Mac OS X
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1693'>SPARK-1693</a>] - Increase checkstyle's maxerror value
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1712'>SPARK-1712</a>] - Change JDK to 1.8 in Bamboo build plans (Ant)
|
|
</li>
|
|
</ul>
|
|
|
|
<h2> Improvement
|
|
</h2>
|
|
<ul>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1680'>SPARK-1680</a>] - Update top menu item name "Spark" to more commonly used name "File"
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1681'>SPARK-1681</a>] - Update Spark's User Guide
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1684'>SPARK-1684</a>] - Toaster Pop up for Incoming Call is too short.
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1685'>SPARK-1685</a>] - Idle state shouldn't override custom status message
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1691'>SPARK-1691</a>] - Change JNA to version to 3.4.2
|
|
</li>
|
|
</ul>
|
|
|
|
|
|
<h2>2.7.5 -- <span style="font-weight: normal;">January 14, 2016</span></h2>
|
|
<h2> Bug
|
|
</h2>
|
|
<ul>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1664'>SPARK-1664</a>] - RPM build fails after Smack library update
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1669'>SPARK-1669</a>] - Fix Lithuanian translation of Tic Tac Toe game
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1672'>SPARK-1672</a>] - Spark is not showing "(Offline)" prefix for offline messages on Openfire 4.0.0
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1673'>SPARK-1673</a>] - Only first offline message is shown
|
|
</li>
|
|
</ul>
|
|
|
|
<h2> Improvement
|
|
</h2>
|
|
<ul>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1091'>SPARK-1091</a>] - Create an installer for Mac OS X
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1661'>SPARK-1661</a>] - Change "on phone" to "on the phone"
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1663'>SPARK-1663</a>] - Update jarbundler and ant build file
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1666'>SPARK-1666</a>] - Update Simplified Chinese translation
|
|
</li>
|
|
</ul>
|
|
|
|
<h2> New Feature
|
|
</h2>
|
|
<ul>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1668'>SPARK-1668</a>] - Lithuanian translation for the Battleships game
|
|
</li>
|
|
</ul>
|
|
|
|
<h2>2.7.4 -- <span style="font-weight: normal;">December 18, 2015</span></h2>
|
|
<h2> Bug
|
|
</h2>
|
|
<ul>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-847'>SPARK-847</a>] - "Contact List font size" not applied to Offline users group
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1066'>SPARK-1066</a>] - Proxy is not working
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1576'>SPARK-1576</a>] - Spark is not showing room participants when presence icons should be showing
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1592'>SPARK-1592</a>] - Should not show 'Send a file' menu when file transfer is disabled
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1645'>SPARK-1645</a>] - Notifications settings disappear when updates are disabled via default.properties
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1648'>SPARK-1648</a>] - Toast popups are not shown for group chat messages
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1650'>SPARK-1650</a>] - A 'default' directory should not be required when selecting files to transfer
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1658'>SPARK-1658</a>] - NullPointerExceptions when joining an anonymous MUC
|
|
</li>
|
|
</ul>
|
|
|
|
<h2> Improvement
|
|
</h2>
|
|
<ul>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1651'>SPARK-1651</a>] - Add i18n translation for Transfer Guard plugin's name in the Preferences
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1652'>SPARK-1652</a>] - Add scrollbar in Emoticon picker
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1655'>SPARK-1655</a>] - Updated Russian translation
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1656'>SPARK-1656</a>] - Update Chinese (Traditional) translation
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1659'>SPARK-1659</a>] - Another Russian translation update
|
|
</li>
|
|
</ul>
|
|
|
|
<h2> New Feature
|
|
</h2>
|
|
<ul>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1644'>SPARK-1644</a>] - Add an option to hide auto login checkbox along with the save password box
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1653'>SPARK-1653</a>] - Add Chinese (Traditional) translation for Transfer Guard plugin
|
|
</li>
|
|
</ul>
|
|
|
|
<h2>2.7.3 -- <span style="font-weight: normal;">October 23, 2015</span></h2>
|
|
<h2> Bug
|
|
</h2>
|
|
<ul>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1144'>SPARK-1144</a>] - Ant buildscript should not check for explicit Ant version numbers
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1329'>SPARK-1329</a>] - Various confirmation dialogs should use i18n strings for Yes, No and Cancel buttons
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1631'>SPARK-1631</a>] - Messages are not shown as sent or received when no history is shown
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1634'>SPARK-1634</a>] - Fix Class not found exception in LaF
|
|
</li>
|
|
</ul>
|
|
|
|
<h2> Improvement
|
|
</h2>
|
|
<ul>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-985'>SPARK-985</a>] - Online/Offline toast popups improvement
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1472'>SPARK-1472</a>] - Add "Avatar:" to translation file
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1473'>SPARK-1473</a>] - Alert notification popup should show the sender's name
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1517'>SPARK-1517</a>] - Append contact name on every line of conversation history
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1571'>SPARK-1571</a>] - Add phone number to vCard popup
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1627'>SPARK-1627</a>] - Change default reconnection option to Display in contact group
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1633'>SPARK-1633</a>] - Add support for IzPack 5 in the build process
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1641'>SPARK-1641</a>] - Fixed typos in the group chat dialogs
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1642'>SPARK-1642</a>] - Update the Bring window to front code
|
|
</li>
|
|
</ul>
|
|
|
|
<h2> New Feature
|
|
</h2>
|
|
<ul>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1436'>SPARK-1436</a>] - Add option to disable chat history via default.properties
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1638'>SPARK-1638</a>] - Add option to hide chat history settings via default.properties
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1640'>SPARK-1640</a>] - Add option to hide save password checkboxes
|
|
</li>
|
|
</ul>
|
|
|
|
<h2> Task
|
|
</h2>
|
|
<ul>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1626'>SPARK-1626</a>] - Update bundled JRE with the latest version
|
|
</li>
|
|
</ul>
|
|
|
|
<h2>2.7.2 -- <span style="font-weight: normal;">August 31, 2015</span></h2>
|
|
<h2> Bug
|
|
</h2>
|
|
<ul>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1458'>SPARK-1458</a>] - Spark prepends the default status text to a custom one
|
|
</li>
|
|
</ul>
|
|
|
|
<h2> Improvement
|
|
</h2>
|
|
<ul>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1621'>SPARK-1621</a>] - Add a caption "0 = infinite" to the duration option of Roar popups
|
|
</li>
|
|
</ul>
|
|
|
|
<h2> New Feature
|
|
</h2>
|
|
<ul>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1614'>SPARK-1614</a>] - Add an option to show seconds in a message time stamp
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1619'>SPARK-1619</a>] - Add an option to use Spark version as a resource
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1622'>SPARK-1622</a>] - Add options to default.properties to use hostname or version as resource
|
|
</li>
|
|
</ul>
|
|
|
|
<h2> Task
|
|
</h2>
|
|
<ul>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1615'>SPARK-1615</a>] - Update bundled JRE with the latest version
|
|
</li>
|
|
</ul>
|
|
|
|
<h2>2.7.1 -- <span style="font-weight: normal;">June 12th, 2015</span></h2>
|
|
<h2> Bug
|
|
</h2>
|
|
<ul>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-864'>SPARK-864</a>] - Printing conversation margin cuts off characters from lines that wrap
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1512'>SPARK-1512</a>] - ***<user> is online at message does not always show in chat room
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1513'>SPARK-1513</a>] - After receiving XML data as a message Spark stops displaying history
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1604'>SPARK-1604</a>] - Buzz and stale settings overlap in the Preferences window
|
|
</li>
|
|
</ul>
|
|
|
|
<h2> Improvement
|
|
</h2>
|
|
<ul>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1588'>SPARK-1588</a>] - Update French translation
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1607'>SPARK-1607</a>] - Show JID as contact name if instead an empty string would have been shown
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1609'>SPARK-1609</a>] - Default resource should be "Spark" without a version number
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1611'>SPARK-1611</a>] - Update Lithuanian translation
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1617'>SPARK-1617</a>] - Fix loading of Spellchecker's IgnoreUppercase setting
|
|
</li>
|
|
</ul>
|
|
|
|
<h2> New Feature
|
|
</h2>
|
|
<ul>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-979'>SPARK-979</a>] - Add an option to disable graying out and italic for idle contacts
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1503'>SPARK-1503</a>] - Option to use hostname as a resource
|
|
</li>
|
|
</ul>
|
|
|
|
<h2> Task
|
|
</h2>
|
|
<ul>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1584'>SPARK-1584</a>] - Update bundled JRE with the latest version
|
|
</li>
|
|
</ul>
|
|
|
|
<h2>2.7.0 -- <span style="font-weight: normal;">April 24th, 2015</span></h2>
|
|
|
|
<h2> Sub-task
|
|
</h2>
|
|
<ul>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-802'>SPARK-802</a>] - After a Reconnection error it does not attempt anymore
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1002'>SPARK-1002</a>] - Use some form of "reconnection logic"
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1204'>SPARK-1204</a>] - Counter for online contacts in group sometimes is wrong
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1313'>SPARK-1313</a>] - Enhance ability to overwrite spark properties values through plugin
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1326'>SPARK-1326</a>] - Make tabs position optional: TOP or BOTTOM; make search input appearance optional
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1465'>SPARK-1465</a>] - Checkboxes appear bigger then normal since the jtattoo update
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1478'>SPARK-1478</a>] - Getting vcards from server could freeze Spark at startup
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1482'>SPARK-1482</a>] - Scratchpad plugin could freeze spark at startup
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1483'>SPARK-1483</a>] - Privacy plugin could freeze spark at startup
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1528'>SPARK-1528</a>] - Should show user's Name instead of Username when receiving a broadcast
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1541'>SPARK-1541</a>] - Receiving lots of conference rooms could freeze spark for some time
|
|
</li>
|
|
</ul>
|
|
|
|
<h2> Bug
|
|
</h2>
|
|
<ul>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-845'>SPARK-845</a>] - displaying of chat log with "<script" within the message causes trouble
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-987'>SPARK-987</a>] - Spark has the wrong icons
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1042'>SPARK-1042</a>] - Spark looses the content of custom (not shared) group with the shared contacts
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1058'>SPARK-1058</a>] - Spark should let to change the language of GUI to any available
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1074'>SPARK-1074</a>] - Sending part doesnt get a notification about the transfer cancellation
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1097'>SPARK-1097</a>] - Delete the obsolete Available translation string from the i18n file
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1163'>SPARK-1163</a>] - Spark displays wrong error when nickname change is forbidden
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1177'>SPARK-1177</a>] - Memory leak ChatRoom
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1186'>SPARK-1186</a>] - Ctrl + W not working as expected in chat window
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1212'>SPARK-1212</a>] - Shouldn't be able to search for yourself and add yourself to a roster
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1223'>SPARK-1223</a>] - Masterticket: Clean up the error log
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1224'>SPARK-1224</a>] - Masterticket: Rework Reconnection Logic
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1324'>SPARK-1324</a>] - SparkToaster showing avatars in real size
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1355'>SPARK-1355</a>] - No history in Groups chat
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1362'>SPARK-1362</a>] - No confirmation on the sender's part that the file transfer completed
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1382'>SPARK-1382</a>] - File Transfer from WinXP to Win7x64 does not work in nightlies
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1387'>SPARK-1387</a>] - Reversi is not starting
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1397'>SPARK-1397</a>] - Fix the displaying of system tray icons
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1408'>SPARK-1408</a>] - Remove "#" character next to Accounts button on the login screen
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1411'>SPARK-1411</a>] - Sometimes file transfer indication is not updated on the receiving side
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1414'>SPARK-1414</a>] - Chat window is not flashing when receiving new message on Windows 7 64 bit
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1417'>SPARK-1417</a>] - Temporary conference are getting bookmarked
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1419'>SPARK-1419</a>] - Chat room configuration shows wrong roles for which presence is broadcast
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1420'>SPARK-1420</a>] - The messages in the set status message window is not getting deleted
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1421'>SPARK-1421</a>] - Application version and application name are hardcoded
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1422'>SPARK-1422</a>] - persist vcard may throw file not found exception when jid is empty
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1423'>SPARK-1423</a>] - typo error in LayoutSettings.java
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1427'>SPARK-1427</a>] - Default Appearance/Colors cannot be overwritten through plugin;Group-Chat colors are hard-coded
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1431'>SPARK-1431</a>] - Update Smack to the next version.
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1437'>SPARK-1437</a>] - Bug in PrivacyManager that can break smack communication
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1438'>SPARK-1438</a>] - Avatars are not scaled in user login/logout notification dialog
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1439'>SPARK-1439</a>] - Plugins are loaded in random order - plugins with no dependency has to be loaded first
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1440'>SPARK-1440</a>] - Bug in ConferenceUtils.java that can break smack communication
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1441'>SPARK-1441</a>] - ContactItem in shared group - right click popup menu performs copy when move is selected
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1442'>SPARK-1442</a>] - JabberVersion.java uses hardcoded value "Spark IM Client" for version name
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1447'>SPARK-1447</a>] - Chat logs are getting corrupted (after the upgrade to 2.6.3)
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1449'>SPARK-1449</a>] - UNC Path does not link to folder
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1451'>SPARK-1451</a>] - Vcard popup is not always showing up on mouse hover
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1452'>SPARK-1452</a>] - If conferences tab is hidden, then Fastpath tab is hidden also
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1462'>SPARK-1462</a>] - Spark doesn't list rooms when subject has a null value
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1464'>SPARK-1464</a>] - When user accepts group chat invitation, status is always online
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1470'>SPARK-1470</a>] - Typing notification diesn't change its status
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1475'>SPARK-1475</a>] - Connection crashen when sending control characters
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1480'>SPARK-1480</a>] - Reduce VCARD loading of Spark
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1485'>SPARK-1485</a>] - Subscription dialog is hidden when received
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1488'>SPARK-1488</a>] - On unclean disconnect, chat windows, that were already open, cannot be closed
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1490'>SPARK-1490</a>] - Broadcast menu duplicates users in the Online group
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1514'>SPARK-1514</a>] - Ghost icon gets lost when user comes (back) online
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1524'>SPARK-1524</a>] - Spark is not reconnecting automatically after connection loss
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1531'>SPARK-1531</a>] - URL links not working without http:// part
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1534'>SPARK-1534</a>] - Roar should show a popup for broadcast messages and play a sound
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1535'>SPARK-1535</a>] - Custom status message is not set if selected from saved custom statuses
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1546'>SPARK-1546</a>] - Spark visually shows that a message is not sent
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1550'>SPARK-1550</a>] - Integrate next SMACK lib release into Spark (any version post-3.3.0)
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1553'>SPARK-1553</a>] - Privacy feature lookup and invisibility
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1558'>SPARK-1558</a>] - Multiple memory leaks
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1565'>SPARK-1565</a>] - Roar plugin shouldn't show many popups when joining a chat room with old history
|
|
</li>
|
|
</ul>
|
|
|
|
<h2> Improvement
|
|
</h2>
|
|
<ul>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-33'>SPARK-33</a>] - Add more content to the About Box
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-822'>SPARK-822</a>] - fix Spark icon
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-891'>SPARK-891</a>] - Typing notifications would be easier to see if also displayed near typing area
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1060'>SPARK-1060</a>] - Spark should remember Preferences window (and others) position on the screen
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1179'>SPARK-1179</a>] - Add time stamps and improve layout of conversation history
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1188'>SPARK-1188</a>] - Emphasize broadcast message in the chat window
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1215'>SPARK-1215</a>] - Log out doesn't log out, it shuts down spark
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1333'>SPARK-1333</a>] - Update Lithuanian translation
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1381'>SPARK-1381</a>] - Group Chat - Actions/Start a conference menu: propose bookmarked room (if any) instead of adhoc (random) room name
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1407'>SPARK-1407</a>] - Fix the direction of 5000 history messages limit and make a GUI option
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1418'>SPARK-1418</a>] - Update simplified Chinese translation
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1429'>SPARK-1429</a>] - Update French translation
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1459'>SPARK-1459</a>] - Update to the latest JTattoo version (Nov 2011)
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1466'>SPARK-1466</a>] - Update the Finnish translation
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1476'>SPARK-1476</a>] - Update the smack to 3.2.2
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1479'>SPARK-1479</a>] - SettingsManager hadr-codes executable name: Spark.exe
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1487'>SPARK-1487</a>] - Size of chat input field is to small, it dont fit to the rest of the chatwindow
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1491'>SPARK-1491</a>] - Update Polish translation
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1515'>SPARK-1515</a>] - Migrate to latest JTattoo Release
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1526'>SPARK-1526</a>] - Minimized roster window should appear when clicking on a systray icon
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1539'>SPARK-1539</a>] - Update Substance LaF to the latest version
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1540'>SPARK-1540</a>] - Update POPO emoticons set
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1542'>SPARK-1542</a>] - Icon of refresh button in the ConferenceRoomBrowser should change when loading
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1544'>SPARK-1544</a>] - Spark should relog on newly applied LaF
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1545'>SPARK-1545</a>] - Drop Java 5 and 6 support
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1552'>SPARK-1552</a>] - Update Smack to 3.3.1 version
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1566'>SPARK-1566</a>] - Roar popup will change to "broadcast - (sender's name)" when receiving a broadcast message
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1595'>SPARK-1595</a>] - Add an option for Roar popups to stay indefinitely
|
|
</li>
|
|
</ul>
|
|
|
|
<h2> New Feature
|
|
</h2>
|
|
<ul>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1105'>SPARK-1105</a>] - Spark should indicate different permissions in MUC with additional icons or colors
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1356'>SPARK-1356</a>] - Limit filetransfer speed
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1378'>SPARK-1378</a>] - Create TicTacToe for Spark
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1405'>SPARK-1405</a>] - Improved last activity recognition
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1435'>SPARK-1435</a>] - Make an option to disable Log out in Spark menu via default.properties
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1486'>SPARK-1486</a>] - For customizing purposes, provide ability to register own error and warning handler in logging mechanism of spark
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1493'>SPARK-1493</a>] - Add translation file for the Transfer Guard plugin
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1521'>SPARK-1521</a>] - Add invisible presence state
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1529'>SPARK-1529</a>] - Display the entire group chat history
|
|
</li>
|
|
</ul>
|
|
|
|
<h2> Task
|
|
</h2>
|
|
<ul>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1098'>SPARK-1098</a>] - Investigate two functions in ContactItem.java which can cause issues
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1232'>SPARK-1232</a>] - Release Blocker: Nightly build is not compiling the plugins
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1306'>SPARK-1306</a>] - Attach newest source code, JTattoo Tab Rendering in Spark
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1400'>SPARK-1400</a>] - Update to latest version Exe4J
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1412'>SPARK-1412</a>] - Drop Java 5 support
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1413'>SPARK-1413</a>] - Update build.xml to check for Java 7
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1416'>SPARK-1416</a>] - Update JRE to 7 version
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1500'>SPARK-1500</a>] - Add Portuguese Brazilian Spelling
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1525'>SPARK-1525</a>] - Update smack
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1538'>SPARK-1538</a>] - Update to latest Trident lib
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1555'>SPARK-1555</a>] - Update build.xml to support Ant 1.9
|
|
</li>
|
|
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1602'>SPARK-1602</a>] - Update bundled JRE to 1.7.0_76
|
|
</li>
|
|
</ul>
|
|
|
|
<h2>2.6.3 -- <span style="font-weight: normal;">July 1st, 2011</span></h2>
|
|
|
|
|
|
Highlights:
|
|
<ul>
|
|
<li>Bug Fixes only</li>
|
|
</ul>
|
|
|
|
<h3> Bug fix </h3>
|
|
<ul>
|
|
<li>[<a href='http://issues.igniterealtime.org/browse/SPARK-615'>SPARK-615</a>] - Fixed issue with XMPP URI conference chats.</li>
|
|
<li>[<a href='http://issues.igniterealtime.org/browse/SPARK-740'>SPARK-740</a>] - XMPP URI not working in IE</li>
|
|
<li>[<a href='http://issues.igniterealtime.org/browse/SPARK-1379'>SPARK-1379</a>] - Support for XEP-0147</li>
|
|
<li>[<a href='http://issues.igniterealtime.org/browse/SPARK-1383'>SPARK-1383</a>] - Login screen shows disabled fields.</li>
|
|
<li>[<a href='http://issues.igniterealtime.org/browse/SPARK-1392'>SPARK-1392</a>] - Check if Spark is really checking for updates even if that option is turned off</li>
|
|
<li>[<a href='http://issues.igniterealtime.org/browse/SPARK-1394'>SPARK-1394</a>] - Search in history is not working</li>
|
|
<li>[<a href='http://issues.igniterealtime.org/browse/SPARK-1395'>SPARK-1395</a>] - NPE when exiting a chat window with ESC </li>
|
|
<li>[<a href='http://issues.igniterealtime.org/browse/SPARK-1396'>SPARK-1396</a>] - Send Broadcast Window doesn't show when not using JTattoo</li>
|
|
<li>[<a href='http://issues.igniterealtime.org/browse/SPARK-1398'>SPARK-1398</a>] - scrollToBottom causes UiThreadingViolationException when using Substance Skins </li>
|
|
</ul>
|
|
|
|
|
|
<h2>2.6.2 Hot Fix -- <span style="font-weight: normal;">June 23rd, 2011</span></h2>
|
|
|
|
|
|
Highlights:
|
|
<ul>
|
|
<li>Support XMPP servers without ability to manage privacy lists</li>
|
|
</ul>
|
|
|
|
<h3> Bug fix
|
|
</h3>
|
|
<ul>
|
|
<li>[<a href='http://issues.igniterealtime.org/browse/SMACK-338'>SMACK-338</a>] - IBB filetransfer doesn't work as expected</li>
|
|
</ul>
|
|
|
|
<h2>2.6.1 all resolved issues in Spark and Smack -- <span style="font-weight: normal;">June 22nd, 2011</span></h2>
|
|
|
|
Highlights:
|
|
<ul>
|
|
<li>File transfer bug resolved</li>
|
|
<li>Standard Mac Look and Feel on that very plattform</li>
|
|
<li>OTR (off the record) encryption for chat</li>
|
|
<li>I18n updates</li>
|
|
<li>New notification mechanism (Roar)</li>
|
|
<li>Clean up and enhancements for look and feel</li>
|
|
</ul>
|
|
|
|
|
|
|
|
<h3> Bug fixes (35 bugs + 3 SMACK related)
|
|
</h3>
|
|
<ul>
|
|
<li>[<a href='http://issues.igniterealtime.org/browse/SMACK-338'>SMACK-338</a>] - IBB filetransfer doesn't work as expected
|
|
</li>
|
|
<li>[<a href='http://issues.igniterealtime.org/browse/SMACK-273'>SMACK-273</a>] - Bug in RoomListenerMultiplexor.java
|
|
</li>
|
|
<li>[<a href='http://issues.igniterealtime.org/browse/SMACK-329'>SMACK-329</a>] - XHTMLText uses improper format for br tag
|
|
</li>
|
|
<li>[<a href='http://issues.igniterealtime.org/browse/SPARK-791'>SPARK-791</a>] - Vcard cache not expiring
|
|
</li>
|
|
<li>[<a href='http://issues.igniterealtime.org/browse/SPARK-1067'>SPARK-1067</a>] - System Look and Feel option should be using system theme highlighting colors
|
|
</li>
|
|
<li>[<a href='http://issues.igniterealtime.org/browse/SPARK-1080'>SPARK-1080</a>] - IzPack uninstaller doesnt remove Spark entries from Programs and Features list
|
|
</li>
|
|
<li>[<a href='http://issues.igniterealtime.org/browse/SPARK-1095'>SPARK-1095</a>] - Nested groups are not sorted by name
|
|
</li>
|
|
<li>[<a href='http://issues.igniterealtime.org/browse/SPARK-1164'>SPARK-1164</a>] - Chat window doesnt scroll to bottom when opened
|
|
</li>
|
|
<li>[<a href='http://issues.igniterealtime.org/browse/SPARK-1177'>SPARK-1177</a>] - Memory leak ChatRoom
|
|
</li>
|
|
<li>[<a href='http://issues.igniterealtime.org/browse/SPARK-1198'>SPARK-1198</a>] - Spark has no button for Send Files or Capture in message window on MAC OS X
|
|
</li>
|
|
<li>[<a href='http://issues.igniterealtime.org/browse/SPARK-1200'>SPARK-1200</a>] - Context menu doesn't show up in chat input area on Windows 7
|
|
</li>
|
|
<li>[<a href='http://issues.igniterealtime.org/browse/SPARK-1207'>SPARK-1207</a>] - Linux version of Spark quits when doing logout
|
|
</li>
|
|
<li>[<a href='http://issues.igniterealtime.org/browse/SPARK-1253'>SPARK-1253</a>] - Transport icons disappear after saving preferences
|
|
</li>
|
|
<li>[<a href='http://issues.igniterealtime.org/browse/SPARK-1274'>SPARK-1274</a>] - Reverse alphabetical sorting of participants in the group chat
|
|
</li>
|
|
<li>[<a href='http://issues.igniterealtime.org/browse/SPARK-1275'>SPARK-1275</a>] - contact add loses connection when no username provided
|
|
</li>
|
|
<li>[<a href='http://issues.igniterealtime.org/browse/SPARK-1280'>SPARK-1280</a>] - Crtl-Backspace doe not work in Chat Windows
|
|
</li>
|
|
<li>[<a href='http://issues.igniterealtime.org/browse/SPARK-1281'>SPARK-1281</a>] - Spark doesn't goes online after auto away when using Remote Desktop connection
|
|
</li>
|
|
<li>[<a href='http://issues.igniterealtime.org/browse/SPARK-1283'>SPARK-1283</a>] - File transfer between 2.5.8 and 2.6.0_12222 is broken
|
|
</li>
|
|
<li>[<a href='http://issues.igniterealtime.org/browse/SPARK-1294'>SPARK-1294</a>] - Spark 2.6 RC2 No Phone Call Button
|
|
</li>
|
|
<li>[<a href='http://issues.igniterealtime.org/browse/SPARK-1324'>SPARK-1324</a>] - SparkToaster showing avatars in real size
|
|
</li>
|
|
<li>[<a href='http://issues.igniterealtime.org/browse/SPARK-1325'>SPARK-1325</a>] - Spark File Transfer. Let spark find the right IP
|
|
</li>
|
|
<li>[<a href='http://issues.igniterealtime.org/browse/SPARK-1331'>SPARK-1331</a>] - Spark->Preferences->Appearance: Null Pointer exception when no emoticon set is available
|
|
</li>
|
|
<li>[<a href='http://issues.igniterealtime.org/browse/SPARK-1336'>SPARK-1336</a>] - NPE In getContactGroupByJID
|
|
</li>
|
|
<li>[<a href='http://issues.igniterealtime.org/browse/SPARK-1338'>SPARK-1338</a>] - Spark 12384 is not starting with old profile
|
|
</li>
|
|
<li>[<a href='http://issues.igniterealtime.org/browse/SPARK-1340'>SPARK-1340</a>] - Spark login profile picker doesn't show profiles with same names but different servers
|
|
</li>
|
|
<li>[<a href='http://issues.igniterealtime.org/browse/SPARK-1350'>SPARK-1350</a>] - File transfer and windows network path
|
|
</li>
|
|
<li>[<a href='http://issues.igniterealtime.org/browse/SPARK-1351'>SPARK-1351</a>] - Remove plugins does not remove plugins
|
|
</li>
|
|
<li>[<a href='http://issues.igniterealtime.org/browse/SPARK-1357'>SPARK-1357</a>] - When in fullscreen mode and switching to smaller screen, spark doesnt rezise to fit smaller screen
|
|
</li>
|
|
<li>[<a href='http://issues.igniterealtime.org/browse/SPARK-1364'>SPARK-1364</a>] - Investigate the Spark automatic update from the site issue
|
|
</li>
|
|
<li>[<a href='http://issues.igniterealtime.org/browse/SPARK-1366'>SPARK-1366</a>] - Review padlock icon usage
|
|
</li>
|
|
<li>[<a href='http://issues.igniterealtime.org/browse/SPARK-1373'>SPARK-1373</a>] - Bring Reversi back, please!
|
|
</li>
|
|
<li>[<a href='http://issues.igniterealtime.org/browse/SPARK-1375'>SPARK-1375</a>] - Context Menue in roster dows not allow a broadcast to the selected user
|
|
</li>
|
|
<li>[<a href='http://issues.igniterealtime.org/browse/SPARK-1376'>SPARK-1376</a>] - Fix the "Check for new version" Function
|
|
</li>
|
|
<li>[<a href='http://issues.igniterealtime.org/browse/SPARK-1383'>SPARK-1383</a>] - Login screen shows disabled fields.
|
|
</li>
|
|
<li>[<a href='http://issues.igniterealtime.org/browse/SPARK-1385'>SPARK-1385</a>] - Format Bug in Transcript
|
|
</li>
|
|
<li>[<a href='http://issues.igniterealtime.org/browse/SPARK-1387'>SPARK-1387</a>] - Reversi is not starting
|
|
</li>
|
|
<li>[<a href='http://issues.igniterealtime.org/browse/SPARK-1388'>SPARK-1388</a>] - Typo in spark i18n - avtivate
|
|
</li>
|
|
<li>[<a href='http://issues.igniterealtime.org/browse/SPARK-1389'>SPARK-1389</a>] - History is diplayed twice
|
|
</li>
|
|
</ul>
|
|
|
|
<h3> New Features, Improvements, Tasks (55 issues)
|
|
</h3>
|
|
<ul>
|
|
<li>[<a href='http://issues.igniterealtime.org/browse/SPARK-548'>SPARK-548</a>] - Add support for animated gifs as avatars
|
|
</li>
|
|
<li>[<a href='http://issues.igniterealtime.org/browse/SPARK-884'>SPARK-884</a>] - OTR support for chat
|
|
</li>
|
|
<li>[<a href='http://issues.igniterealtime.org/browse/SPARK-1277'>SPARK-1277</a>] - Installer should include Java 1.6.0 (build 10) or higher
|
|
</li>
|
|
<li>[<a href='http://issues.igniterealtime.org/browse/SPARK-1278'>SPARK-1278</a>] - Allow Nimbus Skinning
|
|
</li>
|
|
<li>[<a href='http://issues.igniterealtime.org/browse/SPARK-1303'>SPARK-1303</a>] - Preferences: Automatically join Groupchat (muc) on invite
|
|
</li>
|
|
<li>[<a href='http://issues.igniterealtime.org/browse/SPARK-1323'>SPARK-1323</a>] - Allow larger VCard Images
|
|
</li>
|
|
<li>[<a href='http://issues.igniterealtime.org/browse/SPARK-1342'>SPARK-1342</a>] - MotD opens in Fullscreen since Spark 2.6.0 update
|
|
</li>
|
|
<li>[<a href='http://issues.igniterealtime.org/browse/SPARK-1344'>SPARK-1344</a>] - Add some more plugins to 2.6.1
|
|
</li>
|
|
<li>[<a href='http://issues.igniterealtime.org/browse/SPARK-1345'>SPARK-1345</a>] - Reduce the delivered skins to the usable ones
|
|
</li>
|
|
<li>[<a href='http://issues.igniterealtime.org/browse/SPARK-1352'>SPARK-1352</a>] - Prevent messages from the server to be stored in Client history
|
|
</li>
|
|
<li>[<a href='http://issues.igniterealtime.org/browse/SPARK-1354'>SPARK-1354</a>] - Force 32 bit execution on Mac Plattfom
|
|
</li>
|
|
<li>[<a href='http://issues.igniterealtime.org/browse/SPARK-1359'>SPARK-1359</a>] - Plugin Blacklist
|
|
</li>
|
|
<li>[<a href='http://issues.igniterealtime.org/browse/SPARK-1367'>SPARK-1367</a>] - Speelchecker default Language
|
|
</li>
|
|
<li>[<a href='http://issues.igniterealtime.org/browse/SPARK-1369'>SPARK-1369</a>] - When debugger enabled should be able to send raw packets somehow
|
|
</li>
|
|
<li>[<a href='http://issues.igniterealtime.org/browse/SPARK-1379'>SPARK-1379</a>] - Support for XEP-0147
|
|
</li>
|
|
|
|
<li>[<a href='http://issues.igniterealtime.org/browse/SPARK-948'>SPARK-948</a>] - Bring window to front shouldnt steal focus
|
|
</li>
|
|
<li>[<a href='http://issues.igniterealtime.org/browse/SPARK-984'>SPARK-984</a>] - Should be an option to disable username color randomizer in MUC
|
|
</li>
|
|
<li>[<a href='http://issues.igniterealtime.org/browse/SPARK-1218'>SPARK-1218</a>] - Make Room Configuration dialog translatable
|
|
</li>
|
|
<li>[<a href='http://issues.igniterealtime.org/browse/SPARK-1220'>SPARK-1220</a>] - Create FlashWindow.dll 64-bit version
|
|
</li>
|
|
<li>[<a href='http://issues.igniterealtime.org/browse/SPARK-1235'>SPARK-1235</a>] - Add context menu to Ctrl-F, Ctrl-E, Ctrl-T dialogs
|
|
</li>
|
|
<li>[<a href='http://issues.igniterealtime.org/browse/SPARK-1254'>SPARK-1254</a>] - Select Spellchecker Language in Chatwindow
|
|
</li>
|
|
<li>[<a href='http://issues.igniterealtime.org/browse/SPARK-1316'>SPARK-1316</a>] - Privacy Plugin needs refactoring
|
|
</li>
|
|
<li>[<a href='http://issues.igniterealtime.org/browse/SPARK-1332'>SPARK-1332</a>] - Make possible to translate hardcoded strings
|
|
</li>
|
|
<li>[<a href='http://issues.igniterealtime.org/browse/SPARK-1333'>SPARK-1333</a>] - Update Lithuanian translation
|
|
</li>
|
|
<li>[<a href='http://issues.igniterealtime.org/browse/SPARK-1334'>SPARK-1334</a>] - Add the login server as STUN server to spark.properties
|
|
</li>
|
|
<li>[<a href='http://issues.igniterealtime.org/browse/SPARK-1335'>SPARK-1335</a>] - Spark should save received broadcast messages in the chat history
|
|
</li>
|
|
<li>[<a href='http://issues.igniterealtime.org/browse/SPARK-1341'>SPARK-1341</a>] - Profile picker button should have a button design (with a border)
|
|
</li>
|
|
<li>[<a href='http://issues.igniterealtime.org/browse/SPARK-1343'>SPARK-1343</a>] - Broadcast window covers whole screen if message is longer than {1*10^x , x?R>5} characters
|
|
</li>
|
|
<li>[<a href='http://issues.igniterealtime.org/browse/SPARK-1346'>SPARK-1346</a>] - PluginLoader should get a <minJava>1.x.x_xx</minJava> tag
|
|
</li>
|
|
<li>[<a href='http://issues.igniterealtime.org/browse/SPARK-1347'>SPARK-1347</a>] - apple plugin needs configurable behaviour
|
|
</li>
|
|
<li>[<a href='http://issues.igniterealtime.org/browse/SPARK-1348'>SPARK-1348</a>] - Make possible to set Join on startup from other interface
|
|
</li>
|
|
<li>[<a href='http://issues.igniterealtime.org/browse/SPARK-1349'>SPARK-1349</a>] - Option to disable translator plugin
|
|
</li>
|
|
<li>[<a href='http://issues.igniterealtime.org/browse/SPARK-1361'>SPARK-1361</a>] - If History has more than 5000 Messages it takes forever to load
|
|
</li>
|
|
<li>[<a href='http://issues.igniterealtime.org/browse/SPARK-1372'>SPARK-1372</a>] - Clicking the [X] in the contact subscription request should be the same as "Decline"
|
|
</li>
|
|
|
|
<li>[<a href='http://issues.igniterealtime.org/browse/SPARK-1230'>SPARK-1230</a>] - Masterticket: Translations
|
|
</li>
|
|
<li>[<a href='http://issues.igniterealtime.org/browse/SPARK-1298'>SPARK-1298</a>] - Clean Up Spark UI
|
|
</li>
|
|
<li>[<a href='http://issues.igniterealtime.org/browse/SPARK-1322'>SPARK-1322</a>] - Rename Debian package
|
|
</li>
|
|
<li>[<a href='http://issues.igniterealtime.org/browse/SPARK-1360'>SPARK-1360</a>] - Check FMJ lib for revision
|
|
</li>
|
|
<li>[<a href='http://issues.igniterealtime.org/browse/SPARK-1368'>SPARK-1368</a>] - Check Spark 2.6.1 on W7 without admin rights
|
|
</li>
|
|
<li>[<a href='http://issues.igniterealtime.org/browse/SPARK-1380'>SPARK-1380</a>] - Exchange of the Spark Spash Screen
|
|
</li>
|
|
<li>[<a href='http://issues.igniterealtime.org/browse/SPARK-1384'>SPARK-1384</a>] - Change XMPP Ressource String
|
|
</li>
|
|
<li>[<a href='http://issues.igniterealtime.org/browse/SPARK-1386'>SPARK-1386</a>] - Privacy Plugin shouldn't load if not supported
|
|
</li>
|
|
<li>[<a href='http://issues.igniterealtime.org/browse/SPARK-1390'>SPARK-1390</a>] - Remove games from the release
|
|
</li>
|
|
|
|
<li>[<a href='http://issues.igniterealtime.org/browse/SPARK-804'>SPARK-804</a>] - MSN Offline users in roster
|
|
</li>
|
|
<li>[<a href='http://issues.igniterealtime.org/browse/SPARK-854'>SPARK-854</a>] - reconect hangs within "Reconnecting ..."
|
|
</li>
|
|
<li>[<a href='http://issues.igniterealtime.org/browse/SPARK-1167'>SPARK-1167</a>] - New chat window steals focus when Spark receives new message
|
|
</li>
|
|
<li>[<a href='http://issues.igniterealtime.org/browse/SPARK-1265'>SPARK-1265</a>] - Fix tabs stacking direction and tabs size with multirow tabbar
|
|
</li>
|
|
<li>[<a href='http://issues.igniterealtime.org/browse/SPARK-1290'>SPARK-1290</a>] - Redesign "Invisible" Button
|
|
</li>
|
|
<li>[<a href='http://issues.igniterealtime.org/browse/SPARK-1304'>SPARK-1304</a>] - Allow to hide the conference tab in the Spark screen
|
|
</li>
|
|
<li>[<a href='http://issues.igniterealtime.org/browse/SPARK-1337'>SPARK-1337</a>] - Create Button to login with other Profiles in LoginDialog
|
|
</li>
|
|
<li>[<a href='http://issues.igniterealtime.org/browse/SPARK-1353'>SPARK-1353</a>] - JTattoo Render Error
|
|
</li>
|
|
<li>[<a href='http://issues.igniterealtime.org/browse/SPARK-1358'>SPARK-1358</a>] - Add features to default.properties FILE_TRANSFER_WARNING_SIZE and FILE_TRANSFER_MAXIMUM_SIZE
|
|
</li>
|
|
<li>[<a href='http://issues.igniterealtime.org/browse/SPARK-1370'>SPARK-1370</a>] - W7 64 Bit: Plugin's are missing
|
|
</li>
|
|
<li>[<a href='http://issues.igniterealtime.org/browse/SPARK-1371'>SPARK-1371</a>] - Add tooltip to button in chat window
|
|
</li>
|
|
<li>[<a href='http://issues.igniterealtime.org/browse/SPARK-1374'>SPARK-1374</a>] - Spark freezes on close
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
<h2>2.6.0 all resolved issues in Spark and Smack -- <span style="font-weight: normal;">May 6th, 2011</span></h2>
|
|
|
|
Highlights:
|
|
<ul>
|
|
<li>Large parts of the code were licenced as Apache 2.0</li>
|
|
<li>Commercial packages were removed in favour of open source solutions</li>
|
|
<li>Updated Smack library to 3.2</li>
|
|
<li>Fixes for roster management and reconnection mechanisms</li>
|
|
<li>Reworked look and feel</li>
|
|
<li>New skinning library</li>
|
|
<li>I18n updates</li>
|
|
<li>Clean error log after startup</li>
|
|
<li>Support for privacy mode</li>
|
|
<li>Spark does not call hard coded fallback servers for STUN services anymore</li>
|
|
<li>Major feature updates for conference rooms</li>
|
|
<li>More preferences</li>
|
|
<li>Ability to set default data in ini files for corporate customizing </li>
|
|
|
|
|
|
</ul>
|
|
<h3>New Features & Improvements (more than 190 issues)</h3>
|
|
<ul>
|
|
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SMACK-137">SMACK-137</a>] - File
|
|
Transfer Settings</li>
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SMACK-156">SMACK-156</a>] - Add
|
|
the ability to register for roster events before logging in</li>
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SMACK-175">SMACK-175</a>] - fix
|
|
UNSUBsCRIPTION_PENDING in RosterPacket</li>
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SMACK-235">SMACK-235</a>] - Improve
|
|
performance of Roster class</li>
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SMACK-240">SMACK-240</a>] - Update
|
|
Jingle implementation to newest version</li>
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SMACK-241">SMACK-241</a>] - Update
|
|
Base64 implementation to match Openfire's</li>
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SMACK-244">SMACK-244</a>] - Update
|
|
JSTUN to 0.7.2</li>
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SMACK-245">SMACK-245</a>] - Update
|
|
Jingle implementation to newest version</li>
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SMACK-246">SMACK-246</a>] - Improve
|
|
Jingle logging using commons-logging</li>
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SMACK-247">SMACK-247</a>] - Keep
|
|
Jingle compliant with on-going protocol development.</li>
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SMACK-254">SMACK-254</a>] - Offer
|
|
an alternative to loading the Roster on login</li>
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SMACK-261">SMACK-261</a>] - Minor
|
|
Jingle cleanup to better support Jingle in Spark</li>
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SMACK-277">SMACK-277</a>] - Update
|
|
XMLUnit to the latest version</li>
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SMACK-282">SMACK-282</a>] - Support
|
|
SASL-related error conditions.</li>
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SMACK-285">SMACK-285</a>] - Add
|
|
support for Nicks</li>
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SMACK-289">SMACK-289</a>] - There
|
|
is no way of retrieving items from a pubsub node when the user has multiple
|
|
subscriptions.</li>
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SMACK-294">SMACK-294</a>] - Handle
|
|
empty roster groups and no goups in the same way</li>
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SMACK-295">SMACK-295</a>] - Fire
|
|
reconnectionSuccessful event when session is established</li>
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SMACK-297">SMACK-297</a>] - add
|
|
configuration for local Socks5 proxy</li>
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SMACK-298">SMACK-298</a>] - Respond
|
|
to all incoming Socks5 bytestream requests</li>
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SMACK-299">SMACK-299</a>] - Improve
|
|
accepting of Socks5 bytestream requests</li>
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SMACK-300">SMACK-300</a>] - improve
|
|
local Socks5 proxy implemetation</li>
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SMACK-301">SMACK-301</a>] - support
|
|
for bytestream packets to query Socks5 proxy for network address</li>
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SMACK-302">SMACK-302</a>] - Improve
|
|
establishing of Socks5 bytestreams</li>
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SMACK-303">SMACK-303</a>] - integrate
|
|
of the extracted Socks5 bytestream API in file transfer API</li>
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SMACK-304">SMACK-304</a>] - Extend
|
|
the IQ API to create empty IQ results and IQ error response packets</li>
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SMACK-307">SMACK-307</a>] - Improve
|
|
Message Parser Robustness and Message Body I18N</li>
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SMACK-309">SMACK-309</a>] - Fully
|
|
implement XEP-0047 In-Band Bytestreams</li>
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SMACK-310">SMACK-310</a>] - Add
|
|
Support for Localized Message Subjects</li>
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SMACK-317">SMACK-317</a>] - PrivacyItem
|
|
class changes</li>
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SMACK-142">SMACK-142</a>] - Add
|
|
support for Kerberos/NTLM</li>
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SMACK-210">SMACK-210</a>] - Support
|
|
MD5 SASL</li>
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SMACK-226">SMACK-226</a>] - Need
|
|
to add in http/socks proxy support to XMLConnection.</li>
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SMACK-242">SMACK-242</a>] - Add
|
|
support for JEP-50: ad-hoc commands</li>
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SMACK-251">SMACK-251</a>] - Add
|
|
support for XEP-0163: Personal Eventing Protocol</li>
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SMACK-255">SMACK-255</a>] - Add
|
|
ability to set mime type for avatar</li>
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SMACK-256">SMACK-256</a>] - Add
|
|
support for new sophisticated TLS mechanisms including SmartCard and Apple's
|
|
KeychainStore</li>
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SMACK-272">SMACK-272</a>] - Add
|
|
support for pubsub (XEP-0060)</li>
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SMACK-296">SMACK-296</a>] - Add
|
|
support for XEP-0224: Attention</li>
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SMACK-319">SMACK-319</a>] - Add
|
|
common interfaces for SOCKS5 Bytestreams and In-Band Bytestreams</li>
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SMACK-279">SMACK-279</a>] - SMACK-187
|
|
Create a abstract connection class to allow other implementations connecting
|
|
to a XMPP server.</li>
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SMACK-280">SMACK-280</a>] - SMACK-187
|
|
The authentification should use the Connection#sendPacket method and work
|
|
transparent with packets and packet listeners.</li>
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SMACK-281">SMACK-281</a>] - SMACK-187
|
|
Move IQ and stream error parsing from PacketReader which depends on the
|
|
connection type to PacketParserUtils.</li>
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SMACK-259">SMACK-259</a>] - Update
|
|
XPP library to latest version</li>
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SMACK-283">SMACK-283</a>] - Investigate
|
|
why Jingle is connecting to stun.xten.net</li>
|
|
|
|
<li> [<a
|
|
href="http://issues.igniterealtime.org/browse/SPARK-1321">SPARK-1321</a>] - Update Smack to final release
|
|
3.2</li>
|
|
<li> [<a
|
|
href="http://issues.igniterealtime.org/browse/SPARK-1319">SPARK-1319</a>] - Review Tray Icon of Spark on
|
|
Windows</li>
|
|
<li> [<a
|
|
href="http://issues.igniterealtime.org/browse/SPARK-1318">SPARK-1318</a>] - STUN fallback in error log</li>
|
|
<li> [<a
|
|
href="http://issues.igniterealtime.org/browse/SPARK-1317">SPARK-1317</a>] - Privacy Plugin causes error log
|
|
entry at startup</li>
|
|
<li> [<a
|
|
href="http://issues.igniterealtime.org/browse/SPARK-1312">SPARK-1312</a>] - Load plugins before Login page
|
|
and workspace are initialized</li>
|
|
<li> [<a
|
|
href="http://issues.igniterealtime.org/browse/SPARK-1308">SPARK-1308</a>] - JTattoo menubar decoration</li>
|
|
<li> [<a
|
|
href="http://issues.igniterealtime.org/browse/SPARK-1307">SPARK-1307</a>] - Update build.xml to support Ant
|
|
1.8</li>
|
|
<li> [<a
|
|
href="http://issues.igniterealtime.org/browse/SPARK-1300">SPARK-1300</a>] - Remove Buttons from Spark</li>
|
|
<li> [<a
|
|
href="http://issues.igniterealtime.org/browse/SPARK-1293">SPARK-1293</a>] - Include JGoodies as LaF</li>
|
|
<li> [<a
|
|
href="http://issues.igniterealtime.org/browse/SPARK-1103">SPARK-1103</a>] - Add an option to register with
|
|
conference room</li>
|
|
<li> [<a
|
|
href="http://issues.igniterealtime.org/browse/SPARK-1091">SPARK-1091</a>] - Create an installer for Mac OS X</li>
|
|
<li> [<a
|
|
href="http://issues.igniterealtime.org/browse/SPARK-1060">SPARK-1060</a>] - Spark should remember
|
|
Preferences window (and others) position on the screen</li>
|
|
<li> [<a
|
|
href="http://issues.igniterealtime.org/browse/SPARK-1050">SPARK-1050</a>] - Create a horizontal scrollbar in
|
|
the emoticons picker for large emoticons packages</li>
|
|
<li> [<a
|
|
href="http://issues.igniterealtime.org/browse/SPARK-1037">SPARK-1037</a>] - Timing issue prevents contact
|
|
list from updating correctly</li>
|
|
<li> [<a
|
|
href="http://issues.igniterealtime.org/browse/SPARK-1035">SPARK-1035</a>] - Add ability to have an invisible
|
|
presence</li>
|
|
<li> [<a
|
|
href="http://issues.igniterealtime.org/browse/SPARK-764">SPARK-764</a>] - Auto-reconnect does not send
|
|
available presence or ask for roster</li>
|
|
<li> [<a
|
|
href="http://issues.igniterealtime.org/browse/SPARK-744">SPARK-744</a>] - Spark fails to login after
|
|
restore from Hibernation</li>
|
|
<li> [<a
|
|
href="http://issues.igniterealtime.org/browse/SPARK-726">SPARK-726</a>] - Spark needs to use the users
|
|
presence prior to reconnect.</li>
|
|
<li> [<a
|
|
href="http://issues.igniterealtime.org/browse/SPARK-533">SPARK-533</a>] - Buzz feature improvements</li>
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-915">SPARK-915</a>] - Tab
|
|
completion of conference room nicknames</li>
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1105">SPARK-1105</a>] - Spark
|
|
should indicate different permissions in MUC with additional icons or colors</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1187">SPARK-1187</a>] - Auto
|
|
tab completion in Spark</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1261">SPARK-1261</a>] - Default
|
|
properties should be stored visible in the Spark bin directory</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1264">SPARK-1264</a>] - Show
|
|
Transports in tab</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1090">SPARK-1090</a>] - Spark
|
|
should show time stamps in the full history</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1175">SPARK-1175</a>] - label.message
|
|
shows & in most translations</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1222">SPARK-1222</a>] - [Patch
|
|
ready to commit] Update Lithuanian translation</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1259">SPARK-1259</a>] - Add
|
|
to i18n new strings in Codecs menu</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1124">SPARK-1124</a>] - Chat
|
|
window is not flashing when receiving new message</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1009">SPARK-1009</a>] - Make gateway icons more
|
|
transparent to fit with new theme</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1010">SPARK-1010</a>] - On toast popup from a MUC show
|
|
the nickname of whoever said the comment</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1012">SPARK-1012</a>] - Update Jingle implementation to
|
|
latest in Smack</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1024">SPARK-1024</a>] - Add finish translation</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1025">SPARK-1025</a>] - Make rename global and not
|
|
limited to just the contact list</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1032">SPARK-1032</a>] - Improve the downloading class</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1036">SPARK-1036</a>] - Refactor JinglePlugin to
|
|
correctly utilize the latest Smack/Jingle library</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1040">SPARK-1040</a>] - Need to release a new SmackLib
|
|
that includes part of the changes needed to make Jingle work in Spark</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1043">SPARK-1043</a>] - Should automatically set Away
|
|
status when Desktop is locked</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1044">SPARK-1044</a>] - Replace spellchecker with new
|
|
multi-language spellchecker</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1047">SPARK-1047</a>] - Improve support of transparent
|
|
avatars</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1054">SPARK-1054</a>] - Swedish translation</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1065">SPARK-1065</a>] - Change Library from JMF to FMJ</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1070">SPARK-1070</a>] - Spark should have a faster
|
|
reaction on mouse movements when changing status</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1077">SPARK-1077</a>] - Add localization support for
|
|
hardcoded strings in the GUI</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1086">SPARK-1086</a>] - Change the title of the
|
|
broadcast message sent from the server</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1090">SPARK-1090</a>] - Spark should show time stamps in
|
|
the full history</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1093">SPARK-1093</a>] - Add Expand/Collapse all Groups
|
|
to shared groups</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1102">SPARK-1102</a>] - Updated Russion translation for
|
|
spark & spellchecker plugin</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1107">SPARK-1107</a>] - Updated Chinese translation</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1115">SPARK-1115</a>] - Update build.properties with
|
|
external resources information</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1119">SPARK-1119</a>] - Spark should parse /me in toast
|
|
popup</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1120">SPARK-1120</a>] - Spark should show who has
|
|
changed room's topic</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1121">SPARK-1121</a>] - Should be a way to copy URL
|
|
without selecting the whole URL text</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1123">SPARK-1123</a>] - Linux system tray improvements</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1125">SPARK-1125</a>] - Make deb package compatible with
|
|
Ubuntu 9.10</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1127">SPARK-1127</a>] - Correction of lithuanian
|
|
translation</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1128">SPARK-1128</a>] - Add a divider between recent
|
|
conversation and current conversation in a chat window</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1136">SPARK-1136</a>] - Add i18n file to FastPath plugin</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1137">SPARK-1137</a>] - Improve latencies in softphone
|
|
DTMF tone soundings</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1139">SPARK-1139</a>] - Improved linux startup.sh</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1142">SPARK-1142</a>] - Replace synthetica with
|
|
substance</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1145">SPARK-1145</a>] - Add Korean language</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1156">SPARK-1156</a>] - Remove double happy emoticon in
|
|
default set</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1157">SPARK-1157</a>] - Cleaned up resource bundle for
|
|
Spark</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1159">SPARK-1159</a>] - improve error logging</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1174">SPARK-1174</a>] - Korean translation update</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1178">SPARK-1178</a>] - Update turkish translation</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1184">SPARK-1184</a>] - Make Spark search for a profile
|
|
in old profile location</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1190">SPARK-1190</a>] - "Alert when user is
|
|
available" should open a new chat window</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1208">SPARK-1208</a>] - Change the default file transfer
|
|
save path</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1220">SPARK-1220</a>] - Create FlashWindow.dll 64-bit
|
|
version</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1247">SPARK-1247</a>] - Fix naming of the new setting
|
|
about showing muc roles icons</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1259">SPARK-1259</a>] - Add to i18n new strings in
|
|
Codecs menu</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-229">SPARK-229</a>] - Combine username and server into
|
|
a single field</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-251">SPARK-251</a>] - Conference button in one-to-one
|
|
Chat Does Not Show Feedback to the User</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-254">SPARK-254</a>] - Chat History needs to be
|
|
seperated into two files.</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-372">SPARK-372</a>] - change "Force Old SSL"
|
|
to "Force TLS" within the advanced options</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-373">SPARK-373</a>] - move SysTray code into a plugin</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-375">SPARK-375</a>] - allow to select the language
|
|
during installation or later</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-38">SPARK-38</a>] - Add support for configuring the
|
|
list of owners, admins, ban list and members list</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-389">SPARK-389</a>] - MUC, direct chat: chat history
|
|
uses room name and not user name</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-412">SPARK-412</a>] - improve "Refresh" in
|
|
"Browse Conference Rooms" window</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-413">SPARK-413</a>] - improve display of buttons in
|
|
"Browse Conference Rooms"</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-431">SPARK-431</a>] - add "Save / Apply" and
|
|
a "Cancel" button to Preferences Dialog</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-496">SPARK-496</a>] - Add preference to change look
|
|
and feel</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-671">SPARK-671</a>] - hide "show chat
|
|
history" button if chat history is disabled</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-677">SPARK-677</a>] - Hide Offline Users option in the
|
|
roster</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-678">SPARK-678</a>] - Alphabetize offline users in the
|
|
roster</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-700">SPARK-700</a>] - Add an option to turn off
|
|
Spark's update-checking feature</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-849">SPARK-849</a>] - "[ ] Enable Emotions"
|
|
should disable more</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-87">SPARK-87</a>] - Add ability to view users VCard
|
|
in Group Chat.</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-912">SPARK-912</a>] - Localization improvements w/
|
|
bonus other improvements</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-930">SPARK-930</a>] - Offline contacts in broadcast
|
|
window</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-933">SPARK-933</a>] - Should show avatars in roster
|
|
instead of transport icons</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-934">SPARK-934</a>] - SysTray icon behaviour on click,
|
|
double click</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-940">SPARK-940</a>] - Startup registry entry and
|
|
Preferences setting issue</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-954">SPARK-954</a>] - Need an option to disable
|
|
showing previous conversation in chat window</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-959">SPARK-959</a>] - Broadcast dialog input field
|
|
should do text wrapping</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-963">SPARK-963</a>] - Should be an option to switch to
|
|
24h time format in chat window</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-970">SPARK-970</a>] - Improve highliting of tabs</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-975">SPARK-975</a>] - Add an option to delete entries
|
|
in Tasks permanently</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-980">SPARK-980</a>] - Add an option to disable vcard
|
|
popups</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-993">SPARK-993</a>] - Improve the GUI</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1011">SPARK-1011</a>] - When someone says my name in an
|
|
MUC, show a custom toast popup if enabled</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1018">SPARK-1018</a>] - Add options to expand and
|
|
collapse all groups together</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1049">SPARK-1049</a>] - Turkish Language Pack</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1052">SPARK-1052</a>] - Create a new ant target to make
|
|
an IzPack and RPM Installer</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1057">SPARK-1057</a>] - Add an option to suppress
|
|
join/leave messages in the group chat</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1072">SPARK-1072</a>] - Add an option to make chat
|
|
window always stay on top</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1076">SPARK-1076</a>] - Add lithuanian translation</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1078">SPARK-1078</a>] - Add Lithuanian Spelling option</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1105">SPARK-1105</a>] - Spark should indicate different
|
|
permissions in MUC with additional icons or colors</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1108">SPARK-1108</a>] - Spark Kirghiz translation</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1110">SPARK-1110</a>] - Jingle and Flashing plugin
|
|
Chinese (CHN) translation</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1135">SPARK-1135</a>] - Add Korean translation</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1141">SPARK-1141</a>] - Allow to disable the add contact
|
|
feature</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1143">SPARK-1143</a>] - Add Plugin Dependencies</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1146">SPARK-1146</a>] - Fastpath Brasilian translation</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1147">SPARK-1147</a>] - Phonebook for SIPClient</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1148">SPARK-1148</a>] - Support Speex and iLBC Codec</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1149">SPARK-1149</a>] - Allow to disable and reorder sip
|
|
codecs</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1187">SPARK-1187</a>] - Auto tab completion in Spark</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1201">SPARK-1201</a>] - Create a plugin to add Send
|
|
button to chat input area</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1246">SPARK-1246</a>] - Publish smack.packet.PrivacyItem
|
|
class setOrder() for RC2</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1250">SPARK-1250</a>] - Scroll Bar does not scroll for a
|
|
window</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1261">SPARK-1261</a>] - Default properties should be
|
|
stored visible in the Spark bin directory</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-409">SPARK-409</a>] - option to disable the password
|
|
change fields</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-448">SPARK-448</a>] - show offline users in their
|
|
group and not in offline group</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-467">SPARK-467</a>] - Persist search information when
|
|
doing user searches on multiple search services.</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-640">SPARK-640</a>] - File Transfer detection with
|
|
disabling if necessary</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-724">SPARK-724</a>] - Reorder tabs in chat window</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-730">SPARK-730</a>] - Skin: Need to key account login
|
|
from users Enterprise License.</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-736">SPARK-736</a>] - Set Spark away when workstation
|
|
is locked.</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-739">SPARK-739</a>] - Need to add a turkish
|
|
translation to Spark.</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-799">SPARK-799</a>] - Server is editable on failed
|
|
login</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-801">SPARK-801</a>] - Add a SpellChecker in other
|
|
languages</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-877">SPARK-877</a>] - Add a Re-Detect Audio Devices to
|
|
SparkPhone</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-896">SPARK-896</a>] - Spark chat logs should be
|
|
searchable</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-915">SPARK-915</a>] - Tab completion of conference
|
|
room nicknames</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-928">SPARK-928</a>] - Hide Offline group option</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-943">SPARK-943</a>] - Add an option to read and copy
|
|
contact's status message</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-947">SPARK-947</a>] - Add QQ transport support?</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-961">SPARK-961</a>] - Option to leave nickname blank
|
|
by default in add contact window</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-971">SPARK-971</a>] - System Tray notification about
|
|
incoming messages</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-972">SPARK-972</a>] - Typing Notification in System
|
|
Tray</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-991">SPARK-991</a>] - Group Chat Highlighting</li>
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
<h3>Bug Fixes (more than 250 issues)</h3>
|
|
<ul>
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SMACK-330">SMACK-330</a>] - Added missing node attribute in the item element for pubsub.</li>
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SMACK-325">SMACK-325</a>] - Reconnection Manager can be running twice</li>
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SMACK-334">SMACK-334</a>] - Error in form for FileTransferNegotiator</li>
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SMACK-163">SMACK-163</a>] - Fix NPE in RoomInfo when subject has not value</li>
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SMACK-207">SMACK-207</a>] - Parsing of
|
|
messages may disconnect Smack/Spark</li>
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SMACK-225">SMACK-225</a>] - Improper
|
|
handeling of DNS SRV records</li>
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SMACK-232">SMACK-232</a>] - Better
|
|
handling of Roster error</li>
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SMACK-236">SMACK-236</a>] - Rename
|
|
stanza error "unexpected-condition" to
|
|
"unexpected-request"</li>
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SMACK-243">SMACK-243</a>] - Packet
|
|
with wrong date format makes Smack to disconnect</li>
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SMACK-258">SMACK-258</a>] - Fix
|
|
disconnection issue when parsing SASL success that contains a payload</li>
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SMACK-260">SMACK-260</a>] - error
|
|
presence packets when server is down</li>
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SMACK-264">SMACK-264</a>] - fix
|
|
for NPE in SASLMechanism.java</li>
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SMACK-269">SMACK-269</a>] - Smack
|
|
3.1.0 creates a new chat for every incoming message</li>
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SMACK-271">SMACK-271</a>] - Deadlock
|
|
in XMPPConnection while login and parsing stream features</li>
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SMACK-275">SMACK-275</a>] - Patch:
|
|
Fix for broken SASL DIGEST-MD5 implementation</li>
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SMACK-288">SMACK-288</a>] - The
|
|
parsing of the result for a LeafNode.getItems() call is incorrect. It creates
|
|
a DefaultPacketExtension instead of an Item for every other item in the
|
|
result.</li>
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SMACK-290">SMACK-290</a>] - Deadlock
|
|
while getting Roster before it's initialized</li>
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SMACK-291">SMACK-291</a>] - RosterGroup
|
|
modifications should depend on roster push</li>
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SMACK-293">SMACK-293</a>] - Support
|
|
optional roster subscription attribute</li>
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SMACK-305">SMACK-305</a>] - RosterEntry#getGroups
|
|
causing a roster reload</li>
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SMACK-308">SMACK-308</a>] - Multiple
|
|
errors in pubsub GetItemsRequest</li>
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SMACK-312">SMACK-312</a>] - Only
|
|
fire RosterListener#entriesUpdated for RosterEntries that changed</li>
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SMACK-313">SMACK-313</a>] - Pubsub
|
|
library doesn't allow the packet id to be specified.</li>
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SMACK-316">SMACK-316</a>] - Smack
|
|
FromMatchesFilter behaves wrong with chats with similar names</li>
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SMACK-321">SMACK-321</a>] - Usage
|
|
of SimpleDateFormat is not threadsafe</li>
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SMACK-327">SMACK-327</a>] - getFeatures()
|
|
method on DiscoverInfo is improperly set to be package protected instead of
|
|
public</li>
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SMACK-328">SMACK-328</a>] - Number
|
|
format exception while parsing dates.</li>
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SMACK-332">SMACK-332</a>] - Smack
|
|
3.2.0b2 shows wrong version in Smack Dubugger Window</li>
|
|
|
|
<li>[<a
|
|
href="http://issues.igniterealtime.org/browse/SPARK-1320">SPARK-1320</a>] - Errors in
|
|
privacy plugin i18n string</li>
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1315">SPARK-1315</a>] - Spark
|
|
cannot find spark.jar to load different languages</li>
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1310">SPARK-1310</a>] - Local
|
|
users are loading slowly</li>
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1309">SPARK-1309</a>] - Colorsettings
|
|
are possibly outdated if profile not cleaned regularly and colors.tab is
|
|
deactivated</li>
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1305">SPARK-1305</a>] - No
|
|
rooms are shown in room browser</li>
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1295">SPARK-1295</a>] - Left
|
|
menu panel in Preferences gets squeezed</li>
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1294">SPARK-1294</a>] - Spark
|
|
2.6 RC2 No Phone Call Button</li>
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-743">SPARK-743</a>] - Changes
|
|
in the user.home directory</li>
|
|
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1130">SPARK-1130</a>] - Spark
|
|
behaves wrong with chats with similar names</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1270">SPARK-1270</a>] - Name Completion on Shared Rosters without Vcards causes NPE</li>
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1268">SPARK-1268</a>] - Cursor changes to hand after sending a message</li>
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1267">SPARK-1267</a>] - Set a default size for Preferences window for new profiles</li>
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1183">SPARK-1183</a>] - Spellchecker is not working normally</li>
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1161">SPARK-1161</a>] - Set a default minimum size of a tab</li>
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1068">SPARK-1068</a>] - Spark is not reacting to outside keyboard events when setting the auto Away status </li>
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1209">SPARK-1209</a>] - Agent
|
|
names are missing in Fastpath Online Agents tab</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1260">SPARK-1260</a>] - Search
|
|
Dialog error</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1262">SPARK-1262</a>] - BUG:
|
|
spark_2_6_0_12103 : spark download folder not working</li>
|
|
|
|
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-618'>SPARK-618</a>] - Fixed multiple message issue with Broadcast.</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1004">SPARK-1004</a>] - if a username is too long then
|
|
it gets cut off</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1016">SPARK-1016</a>] - Spark should preserve custom
|
|
status between automatic changes of presence</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1019">SPARK-1019</a>] - Spark IRC support passing wrong
|
|
variable for nickname</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-102">SPARK-102</a>] - Changing temp conf room name to
|
|
permanent name leads to odd behavior</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1020">SPARK-1020</a>] - is part of SPARK-1228
|
|
Spark shows wrong popup upon receiving group chat invitation</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1022">SPARK-1022</a>] - Linux Tray Icon not appearing</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1023">SPARK-1023</a>] - Add remove button to call
|
|
history</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1027">SPARK-1027</a>] - Prevent duplicate conferences</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1028">SPARK-1028</a>] - Spark is still showing null
|
|
avatars/display pictures</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1029">SPARK-1029</a>] - Clicking the information button
|
|
will send the chat text field</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1034">SPARK-1034</a>] - Spark 2.6.0b2 Does not display
|
|
the entire preference window.</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1038">SPARK-1038</a>] - Spark does not currently build
|
|
on OS X</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1039">SPARK-1039</a>] - Fastpath does not compile
|
|
against latest Smack</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1041">SPARK-1041</a>] - Update Spanish translation</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1046">SPARK-1046</a>] - Log out with reason not work on
|
|
other langauges</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1048">SPARK-1048</a>] - Correct accuracy of screenshot</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1055">SPARK-1055</a>] - is part of SPARK-1224
|
|
Make an option to supress the reconnection popup</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1056">SPARK-1056</a>] - Save Spark window positions on
|
|
non-primary screen</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1059">SPARK-1059</a>] - Show a toast popup when
|
|
"Alert when available" is selected</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1061">SPARK-1061</a>] - Show new messages in systemtray
|
|
option is not working</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1063">SPARK-1063</a>] - Spark is not reacting to
|
|
keyboard events when setting the auto Away status</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1064">SPARK-1064</a>] - Scratchpad (Tasks) Dialog has
|
|
graphical errors</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1069">SPARK-1069</a>] - Spark continuos flashing
|
|
continues to flash after the chat window gets focus</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1081">SPARK-1081</a>] - Spark is now showing
|
|
APPLICATION_NAME in the tooltip</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1082">SPARK-1082</a>] - Spark is showing 2 systray icons
|
|
on 64-bit Windows 7</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1083">SPARK-1083</a>] - Fix gateway icons toolbar
|
|
initialization</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1085">SPARK-1085</a>] - Add Fastpath plugin to a Spark
|
|
build</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1089">SPARK-1089</a>] - Spark should show 24h time
|
|
stamps in a previous conversation history</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1092">SPARK-1092</a>] - Spark is not showing Canned
|
|
responses stored on the server and cant create new ones</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1096">SPARK-1096</a>] - Custom status messages should be
|
|
sorted by name</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1097">SPARK-1097</a>] - Delete the obsolete Available
|
|
translation string from the i18n file</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1099">SPARK-1099</a>] - Spark is showing received
|
|
message twice in MUC private chat</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1101">SPARK-1101</a>] - Fix typos in Russian translation
|
|
file</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1109">SPARK-1109</a>] - incorrect charset in method
|
|
MediaPreferencePanel.scanDevices on Windows 2000(CHN)</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1111">SPARK-1111</a>] - Recent conversation is still
|
|
showing after history cleaning with not english GUI language</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1112">SPARK-1112</a>] - Minor visual issues with history
|
|
cleaning</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1116">SPARK-1116</a>] - Private chat history in MUC is
|
|
not saving</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1117">SPARK-1117</a>] - Can't change priority field of a
|
|
custom status</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1118">SPARK-1118</a>] - Not possible to resize text
|
|
input area in the chat window</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1122">SPARK-1122</a>] - Spark is not sending typing
|
|
notifications</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1124">SPARK-1124</a>] - is part of SPARK-1228
|
|
Chat window is not flashing when receiving new message</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1126">SPARK-1126</a>] - Chat window doesnt appear upon
|
|
receiving new message</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1129">SPARK-1129</a>] - Idle Enabled shouldn't override
|
|
a custom Away status</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1130">SPARK-1130</a>] - Spark behaves wrong with chats
|
|
with similar names</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1131">SPARK-1131</a>] - Log out stopped working in the
|
|
latest SVN</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1132">SPARK-1132</a>] - Couldn't Get all contact items
|
|
from ContactList</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1133">SPARK-1133</a>] - Contact list issue</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1138">SPARK-1138</a>] - Softphone panel not redisplaying
|
|
after close</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1140">SPARK-1140</a>] - Change to Apache 2.0 license</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1144">SPARK-1144</a>] - Ant buildscript should not check
|
|
for explicit Ant version numbers</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1151">SPARK-1151</a>] - Taskbar Flashing and
|
|
Spellchecker tabs not available in Preferences</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1152">SPARK-1152</a>] - Startup.sh doesn't work on
|
|
Ubuntu 10.04</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1153">SPARK-1153</a>] - Wrong contacts count on
|
|
reconnect</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1154">SPARK-1154</a>] - Linux version doesn't have Log
|
|
out option</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1155">SPARK-1155</a>] - Empty messages in Group Chat</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1158">SPARK-1158</a>] - Group title doesn't updates
|
|
after moving ContactItem from one group to another</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1163">SPARK-1163</a>] - Spark displays wrong error when
|
|
nickname change is forbidden</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1164">SPARK-1164</a>] - Chat window is not positioning
|
|
at the last history message when opening window</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1166">SPARK-1166</a>] - Spark is not showing a progress
|
|
of file transfer</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1168">SPARK-1168</a>] - Offline users are shown on login
|
|
when option is set to not to show them</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1169">SPARK-1169</a>] - is part of SPARK-1229
|
|
Spark shows offline roster after reconnecting</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1171">SPARK-1171</a>] - Chat window is not drawn
|
|
correctly when opened on a primary monitor</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1172">SPARK-1172</a>] - Flashing and Spellchecker
|
|
options are absent in Preferences</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1173">SPARK-1173</a>] - Reconnection with new and
|
|
different IP fails after network loss</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1180">SPARK-1180</a>] - Fix the placement of the
|
|
Bookmarks menu</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1182">SPARK-1182</a>] - File path for a URL bookmark is
|
|
not working</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1186">SPARK-1186</a>] - Ctrl + W not working as expected
|
|
in chat window</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1189">SPARK-1189</a>] - Spark systray menu is overlapped
|
|
by vertical taskbar</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1194">SPARK-1194</a>] - Move/copy contact item to new
|
|
group don't check item into new group offline contacts</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1196">SPARK-1196</a>] - is part of SPARK-1223
|
|
Spellchecker Bug: Java AWT-EventQueue-1 - null pointer exception</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1206">SPARK-1206</a>] - is part of SPARK-1228
|
|
New chat window is not opened while receiving offline messages on login</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1211">SPARK-1211</a>] - Spark doesn't show room in the
|
|
rooms list</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1212">SPARK-1212</a>] - Shouldn't be able to search for
|
|
yourself and add yourself to a roster</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1213">SPARK-1213</a>] - Spark duplicates rooms in the
|
|
conference browser when hitting Refresh button fast</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1216">SPARK-1216</a>] - Upgrade Smack in Trunk to Smack
|
|
3.2 beta 2</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1217">SPARK-1217</a>] - Locales prevent Plugins from
|
|
loading</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1219">SPARK-1219</a>] - is part of SPARK-1230
|
|
Polish translation</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1221">SPARK-1221</a>] - is part of SPARK-1223
|
|
Bookmark Plugin causes error in error log</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1225">SPARK-1225</a>] - is part of SPARK-1223
|
|
Warning Log4J: No appenders could be found for logger</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1226">SPARK-1226</a>] - is part of SPARK-1223
|
|
SIP Codec causes error on load</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1227">SPARK-1227</a>] - is part of SPARK-1223
|
|
[Patch] Remove sound driver report from error log</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1229">SPARK-1229</a>] - Masterticket: Roster Management</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1231">SPARK-1231</a>] - Wrong time on loading history
|
|
messages in conferences</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1233">SPARK-1233</a>] - [Patch ready to commit] Mouse
|
|
Click on Avatar in VCard Preview opens another VCard Preview</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1237">SPARK-1237</a>] - Remove stun.xten.net as fixed
|
|
URL for STUN fall back from Jingle. This should be set in spark.properties</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1240">SPARK-1240</a>] - Spark is not saving "Show
|
|
empty groups" setting between restarts</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1241">SPARK-1241</a>] - is part of SPARK-1223
|
|
UiThreadingViolationException when loading Flashing Plugin</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1242">SPARK-1242</a>] - Group disappears after a rename.</li>
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1248">SPARK-1248</a>] - is part of SPARK-1223
|
|
ArrayIndexOutOfBoundsException in
|
|
javax.swing.plaf.basic.BasicListUI.updateLayoutState</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1249">SPARK-1249</a>] - is part of SPARK-902
|
|
item-not-found(404) in PrivacyManager</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1251">SPARK-1251</a>] - is part of SPARK-902
|
|
PrivacyPlugin causes NullPointerE. when clicking on "block
|
|
contact"</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1252">SPARK-1252</a>] - is part of SPARK-902
|
|
PrivcyPlugin No rightclick menu on ContactGroups</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1255">SPARK-1255</a>] - Translator plugin is not working</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-1256">SPARK-1256</a>] - Remove & from Check for
|
|
updates menu entry</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-158">SPARK-158</a>] - Unable to open files after file
|
|
transfer.</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-210">SPARK-210</a>] - Kicked out user gets incomplete
|
|
message, and upon re-entry, doesn't see other room participants</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-237">SPARK-237</a>] - Add debug mode to allow for full
|
|
debugging capabilities on startup.</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-24">SPARK-24</a>] - Memory does not decrease after
|
|
closing chat window.</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-261">SPARK-261</a>] - Paste in ChatWindow does not
|
|
work as expected.</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-278">SPARK-278</a>] - URL parser issues</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-284">SPARK-284</a>] - Same Alt-? hotkeys set for
|
|
different options on the same menu</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-286">SPARK-286</a>] - unicode display bug / window
|
|
title</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-311">SPARK-311</a>] - File Transfer Not Possible
|
|
Unless User Is in Contact List</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-340">SPARK-340</a>] - is part of SPARK-1229
|
|
Duplicate text entries appear when reconnecting Spark</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-349">SPARK-349</a>] - MUC / Create Room: fix strange
|
|
behaviour</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-381">SPARK-381</a>] - Users with European characters
|
|
in their JID can not login</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-404">SPARK-404</a>] - Chat history should be saved on
|
|
a timer and on shutdown.</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-421">SPARK-421</a>] - Add new file transfer within
|
|
HTML Viewer.</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-423">SPARK-423</a>] - Need a default Spark Theme for
|
|
the Chat Window themes.</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-455">SPARK-455</a>] - Auto away status does not work
|
|
in LInux version of Spark</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-458">SPARK-458</a>] - Add support for 64 bit machines</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-475">SPARK-475</a>] - Spark 2.0.8 custom skin w/
|
|
wildfire spark version set, always thinks there's a newer version</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-547">SPARK-547</a>] - Decrease screenshot memory usage</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-570">SPARK-570</a>] - display all received chat
|
|
messages</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-572">SPARK-572</a>] - Custom status messages under
|
|
"On Phone" status now show as phone icon.</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-575">SPARK-575</a>] - Spark does not un-escape
|
|
usernames properly</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-581">SPARK-581</a>] - Fix cut and paste issue in Chat
|
|
Window.</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-586">SPARK-586</a>] - remove top-left JMC window</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-608">SPARK-608</a>] - Updated Spark to use latest
|
|
workgroup api.</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-619">SPARK-619</a>] - On Linux a user does not come
|
|
back from the "Away due to idle" to "Available"</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-624">SPARK-624</a>] - ChatRoomNotFoundException
|
|
receiving a broadcast</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-625">SPARK-625</a>] - Fixes for Jingle on Linux</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-627">SPARK-627</a>] - Fixes for SIP on Debian</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-631">SPARK-631</a>] - Fix layout for long names in
|
|
roster</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-632">SPARK-632</a>] - Small "Join Conference
|
|
Room" windows in Linux and Vista</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-637">SPARK-637</a>] - BUZZ highlight chat tab</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-64">SPARK-64</a>] - some animated avatars don't work</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-657">SPARK-657</a>] - Improvements for Private Chats
|
|
from a Conference Room</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-667">SPARK-667</a>] - Spark should only transform
|
|
first /me</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-690">SPARK-690</a>] - JMF cannot find formats on VISTA</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-692">SPARK-692</a>] - multiple bugs with 64-bit OS on
|
|
LInux</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-696">SPARK-696</a>] - Roster gets out of order over
|
|
time</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-697">SPARK-697</a>] - Unable to load plugin
|
|
TranslatorPlugin</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-699">SPARK-699</a>] - Spark is sending multiple,
|
|
duplicate, inconsistent Disco Info responses</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-706">SPARK-706</a>] - Usernames need to be escaped
|
|
when looking up profiles.</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-708">SPARK-708</a>] - Need to remove any network calls
|
|
when opening a chat room.</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-71">SPARK-71</a>] - Custom status messages should be
|
|
available in system tray</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-710">SPARK-710</a>] - Right-click on URL link inside
|
|
transcript window causes browser to be invoked.</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-712">SPARK-712</a>] - Groupchat List can become
|
|
corrupted.</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-713">SPARK-713</a>] - URLs with commas break before
|
|
first comma</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-715">SPARK-715</a>] - Login screen uses password from
|
|
memory if it exists and not the login field.</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-720">SPARK-720</a>] - Communication end is not
|
|
interpreted</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-721">SPARK-721</a>] - Rejecting a SIP call in Spark
|
|
does not reject the hard phone call</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-734">SPARK-734</a>] - Error: Couldn't find per display
|
|
information - JDK 1.6 on Linux</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-741">SPARK-741</a>] - Incorrect list of people in the
|
|
group chat</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-749">SPARK-749</a>] - Ctrl+F does not sort user names</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-750">SPARK-750</a>] - chat history not saved</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-756">SPARK-756</a>] - Users Leave and Rejoin Groupchat
|
|
Causes Them to Not Appear in User List</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-762">SPARK-762</a>] - Can Receive Multiple Invitations
|
|
To The Same Room</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-765">SPARK-765</a>] - Messages without type attribute
|
|
are displayed twice (broadcasts)</li>
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-769">SPARK-769</a>] - is part of SPARK-1229
|
|
Autoreconnect does not always complete the "session
|
|
establishment" and does not request users' presence</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-772">SPARK-772</a>] - registration / JID escaping</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-776">SPARK-776</a>] - Remove systray icon after close</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-777">SPARK-777</a>] - is part of SPARK-1229
|
|
Hidden Empty Groups do not become visible</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-780">SPARK-780</a>] - is part of SPARK-1224
|
|
Cannot load contacts on reconnection</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-788">SPARK-788</a>] - Some avatars are not correctly
|
|
displayed</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-789">SPARK-789</a>] - Some text not internationalized</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-806">SPARK-806</a>] - Chat text box does not have a
|
|
scroll when the text to send is large</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-814">SPARK-814</a>] - is part of SPARK-1155
|
|
Empty Conversations in Group Chat</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-815">SPARK-815</a>] - Local time is not completed in
|
|
the Client Version</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-816">SPARK-816</a>] - The google talk emoticon: \m/ is
|
|
not translated to gif</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-824">SPARK-824</a>] - Group Chat Messages from blocked
|
|
users are displayed in the Toast Popup</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-835">SPARK-835</a>] - Update translations inside Spark</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-841">SPARK-841</a>] - Spark does not notify a user
|
|
when they are removed from the room.</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-848">SPARK-848</a>] - Jabber:IQ:Time not showing up on
|
|
request.</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-861">SPARK-861</a>] - Spark skinning windows installer
|
|
requires MSVCR71.dll</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-872">SPARK-872</a>] - Skinned spark does not handle
|
|
xmpp: addresses</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-878">SPARK-878</a>] - Linux idle plugin not properly
|
|
handling coming back from idle</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-879">SPARK-879</a>] - Double contacts appear in
|
|
roster.</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-883">SPARK-883</a>] - Control+T window shows no data</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-886">SPARK-886</a>] - Reconnection logic not working
|
|
properly</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-889">SPARK-889</a>] - New tab/window focus does not
|
|
cause focus to be in typing area of window</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-892">SPARK-892</a>] - is part of SPARK-1224
|
|
Spark should automatically reconnect you to chatrooms after a reconnection</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-897">SPARK-897</a>] - PARK-874 still seems to be
|
|
occuring</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-898">SPARK-898</a>] - org/jivesoftware/spark/ui/RetryPanel.java
|
|
uses non-standard Smack</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-901">SPARK-901</a>] - Fix JVM crash when using Jingle
|
|
on the Mac OS X</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-903">SPARK-903</a>] - Removing a bookmark doesn't
|
|
remove it from the bookmarks menu in os x, maybe others</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-906">SPARK-906</a>] - Spark's build should unpack
|
|
.pack'd files at build time, not at first startup</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-908">SPARK-908</a>] - Messages sent by pressing the
|
|
View Profile Icon</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-909">SPARK-909</a>] - Spark Crashes after ending a
|
|
Muted Call</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-910">SPARK-910</a>] - Some avatars are not displayed</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-913">SPARK-913</a>] - Settings not always being saved
|
|
after changes made</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-914">SPARK-914</a>] - Spark does not handle messages
|
|
with subjects very well</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-917">SPARK-917</a>] - Spark Phone is not Unregistering
|
|
on Spark Logout</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-921">SPARK-921</a>] - Sometimes Spark can't change to
|
|
Available automatically</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-922">SPARK-922</a>] - is part of SPARK-1228
|
|
Broadcast window resizing should be fixed</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-923">SPARK-923</a>] - Fix room topic change tooltip</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-924">SPARK-924</a>] - Fix incoming message
|
|
notification tooltip showing wrong presence status</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-925">SPARK-925</a>] - Should receive offline
|
|
broadcasts after logging in</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-926">SPARK-926</a>] - Custom status editing no longer
|
|
working in trunk</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-937">SPARK-937</a>] - Wrong notification popup upon
|
|
receiving a file</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-941">SPARK-941</a>] - Pressing Cancel in "Log out
|
|
with reason" window shouldnt log out</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-944">SPARK-944</a>] - After language change should be
|
|
"Exit now?", not "Restart now?"</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-950">SPARK-950</a>] - Spark is not showing /"
|
|
chars in chat window</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-952">SPARK-952</a>] - Links will not open from chat
|
|
windows under Linux</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-960">SPARK-960</a>] - Spark does not remember group
|
|
state.</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-962">SPARK-962</a>] - Spark gets confused when
|
|
multiple conference services are available</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-969">SPARK-969</a>] - When someone performs a file
|
|
transfer or non-message related event, the last message before it is shown in
|
|
growl notifications</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-978">SPARK-978</a>] - Buzz delay should not reset
|
|
after closing chat window</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-988">SPARK-988</a>] - DoS (disconnect of other
|
|
clients)</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-990">SPARK-990</a>] - View Downloads doesn't pop-up
|
|
Downloads window</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-994">SPARK-994</a>] - Bookmarks menu is not refreshing
|
|
immediately</li>
|
|
|
|
|
|
<li>[<a href="http://issues.igniterealtime.org/browse/SPARK-997">SPARK-997</a>] - An error occurs when enetering
|
|
no Gateway username</li>
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
<h2>2.5.8 -- <span style="font-weight: normal;">November 14th, 2007</span></h2>
|
|
<h3>New Features</h3>
|
|
<ul>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-820'>SPARK-820</a>] - Empty roster items now show jid instead of blank.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-856'>SPARK-856</a>] - Updated avatar size in contact list, also selectable from three choices.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-867'>SPARK-867</a>] - GaduGadu, IRC, and SIMPLE transports now supported.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-868'>SPARK-868</a>] - Entire status message now displayed with word/line wrapping on tooltip.</li>
|
|
<li>SIP Phone plugin is now open source.</li>
|
|
</ul>
|
|
|
|
<h3>Bug Fixes</h3>
|
|
<ul>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-618'>SPARK-618</a>] - Fixed multiple message issue with Broadcast.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-857'>SPARK-857</a>] - Fixed language selection menu is not displaying.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-860'>SPARK-860</a>] - Show offline users in broadcast window.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-855'>SPARK-855</a>] - Allowed mainWindowHeight to have low values.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-869'>SPARK-869</a>] - Gateway icons are now lightning up properly.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-870'>SPARK-870</a>] - Window positions/sizes are being saved upon window close now.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-874'>SPARK-874</a>] - Spark is now able to handle the new conference search capability of Openfire 3.4.1</li>
|
|
</ul>
|
|
|
|
<h2>2.5.7 -- <span style="font-weight: normal;">September 20th, 2007</span></h2>
|
|
<h3>New Features</h3>
|
|
<ul>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-792'>SPARK-792</a>] - Add Language Selection to Spark Installation</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-846'>SPARK-846</a>] - Allow option to show avatars in Contact List.</li>
|
|
</ul>
|
|
|
|
<h3>Bug Fixes</h3>
|
|
<ul>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-782'>SPARK-782</a>] - Fixed system tray with limited users and on linux.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-818'>SPARK-818</a>] - Improvements to reconnection code.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-825'>SPARK-825</a>] - Fixed sip stack sending superfluous REGISTER Packet</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-827'>SPARK-827</a>] - Fixed limited users issue.l</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-829'>SPARK-829</a>] - Fixed XMPP URI in registry.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-830'>SPARK-830</a>] - Fixed start on startup issue with installer.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-831'>SPARK-831</a>] - Fixed XMPP URI not starting conversations when spark is not running.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-832'>SPARK-832</a>] - Fixed offline messages not showing up in certain situations.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-833'>SPARK-833</a>] - Fixed bad MSI installer.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-834'>SPARK-834</a>] - Upgraded to the latest SMACK.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-836'>SPARK-836</a>] - JNIWrapper is now being included with the linux distro.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-838'>SPARK-838</a>] - Fixed gateway issue on initial roster loading.pear.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-839'>SPARK-839</a>] - Fixed loading of spark in system tray.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-840'>SPARK-840</a>] - Added chinese translation to Spark</li>
|
|
</ul>
|
|
|
|
<h2>2.5.6 -- <span style="font-weight: normal;">August 23rd, 2007</span></h2>
|
|
<h3>Bug Fixes</h3>
|
|
<ul>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-767'>SPARK-767</a>] - Fixed roster not populating offline users in their respective groups.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-807'>SPARK-807</a>] - Fixed sending of empty broadcast messages.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-810'>SPARK-810</a>] - Added in system tray for linux (requires Java 1.6)</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-811'>SPARK-811</a>] - Fixed spark not loading JMF Native libraries</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-813'>SPARK-813</a>] - Added GTalk and XMPP gateways.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-819'>SPARK-819</a>] - Fixed issue with file picker hanging spark.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-821'>SPARK-821</a>] - Fixed timestamps in conference rooms.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-823'>SPARK-823</a>] - Explicit loading of plugins no longer fails due to wrong classloader.</li>
|
|
</ul>
|
|
|
|
<h2>2.5.5 -- <span style="font-weight: normal;">August 5th, 2007</span></h2>
|
|
<h3>Bug Fixes</h3>
|
|
<ul>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-719'>SPARK-719</a>] - Fixed communication time in Phone.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-755'>SPARK-755</a>] - Fixed Spark crash after login with latest jvm build 1.6.0_01-b06</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-773'>SPARK-773</a>] - Fixed file transfer issue after reconnection.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-774'>SPARK-774</a>] - Fixed search service issue after reconnection.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-781'>SPARK-781</a>] - Fixed one to one conversation in group chat room using a single user.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-782'>SPARK-782</a>] - Fixed system tray not appearing on certain users computers.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-784'>SPARK-784</a>] - Update spanish translation file.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-786'>SPARK-786</a>] - Updated the italian translation.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-790'>SPARK-790</a>] - Fixed toaster not timing with Fastpath notifications.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-793'>SPARK-793</a>] - Fixed bookmarks causing NPE on room discovery.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-797'>SPARK-797</a>] - Spark should not show presence updates in chat window if the user is still online.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-798'>SPARK-798</a>] - Fixed chat window not opening when Timer is cancelled.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-800'>SPARK-800</a>] - Increased File Transfer timeout time.</li>
|
|
</ul>
|
|
|
|
<h2>2.5.4 Beta 1 -- <span style="font-weight: normal;">June 11th, 2007</span></h2>
|
|
<h3>Bug Fixes</h3>
|
|
<ul>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-759'>SPARK-759</a>] - Fixed File transfer issue on Mac OSX.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-763'>SPARK-763</a>] - Moving all native code to plugin for better linux support.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-766'>SPARK-766</a>] - One to one conversation in group chat room always sending to same user.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-770'>SPARK-770</a>] - Need to fix minor i18n German translation issues.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-771'>SPARK-771</a>] - Multiple offline contacts showing up in roster after reconnection.</li>
|
|
</ul>
|
|
|
|
|
|
|
|
<h2>2.5.3 Beta 2 -- <span style="font-weight: normal;">May 28th, 2007</span></h2>
|
|
|
|
<h3>Bug Fixes</h3>
|
|
<ul>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-748'>SPARK-748</a>] - Ctrl-f does not pick up different users with same contact name.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-753'>SPARK-753</a>] - FRAME_IMAGE not found</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-757'>SPARK-757</a>] - Upgrade smack to fix SRV DNS issue in SASL.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-758'>SPARK-758</a>] - Spark needs to send messages to full jid on opening of chat room.</li>
|
|
</ul>
|
|
|
|
|
|
<h2>2.5.3 Beta 1 -- <span style="font-weight: normal;">May 11th, 2007</span></h2>
|
|
|
|
<h3>New Features</h3>
|
|
<ul>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-111'>SPARK-111</a>] - Users can now select contact items from multiple groups, which allows for better broadcast handling.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-662'>SPARK-662</a>] - Add new emoticons to default emoticon pack.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-725'>SPARK-725</a>] - Added Single Sign-ON (SSO) support.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-727'>SPARK-727</a>] - Added new Spark Users Guide</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-729'>SPARK-729</a>] - Skin: Added option for SSO boolean. If selected Spark just tries to connect to the given server as an SSO situation.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-735'>SPARK-735</a>] - Added integrated sso - smack code into Spark.</li>
|
|
</ul>
|
|
|
|
<h3>Bug Fixes</h3>
|
|
<ul>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-718'>SPARK-718</a>] - Fixed small asterisk-IM issue.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-732'>SPARK-732</a>] - Fixed conference room participant list issue when renaming nickname.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-742'>SPARK-742</a>] - Jingle now uses preffered codec.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-746'>SPARK-746</a>] - Fixed issue with Update checker not updating users from beta to release.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-748'>SPARK-748</a>] - Fixed CTRL+F issue handling multiple matching nicknames.</li>
|
|
</ul>
|
|
|
|
<h2>2.5.2 -- <span style="font-weight: normal;">May 3rd, 2007</span></h2>
|
|
|
|
<h3>New Features</h3>
|
|
<ul>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-2'>SPARK-2</a>] - Spark now display offline status information.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-399'>SPARK-399</a>] - Added new color randomizer for user names in group chat rooms.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-401'>SPARK-401</a>] - Added better error handling during conference room creation.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-609'>SPARK-609</a>] - Added a new Conference invitation ui.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-661'>SPARK-661</a>] - Updated the Italian translation.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-664'>SPARK-664</a>] - Added beta release support to the upgrade notification system.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-665'>SPARK-665</a>] - Change update checks to weekly.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-674'>SPARK-674</a>] - Added RTP Media Listening for jingle, improving connectivity check.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-679'>SPARK-679</a>] - Improved notifications when user comes online/offline.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-691'>SPARK-691</a>] - Improved UI for contact list groups.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-701'>SPARK-701</a>] - Added Japanese translation.</li>
|
|
</ul>
|
|
|
|
<h3>Bug Fixes</h3>
|
|
<ul>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-598'>SPARK-598</a>] - MSI now supports automatic upgrades.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-626'>SPARK-626</a>] - Added in missing jars to classpath on linux.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-659'>SPARK-659</a>] - Socks5 proxy not uses the username and password.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-666'>SPARK-666</a>] - Fixed file transfer timeout issue.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-669'>SPARK-669</a>] - Fixed issue with invalid title showing up in contact info.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-682'>SPARK-682</a>] - Dialing an invalid number is now handled properly by Spark</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-693'>SPARK-693</a>] - Changed the buzz icon tool tip.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-704'>SPARK-704</a>] - Users are now able to create new conference rooms when using limited permissions for Group Chat.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-714'>SPARK-714</a>] - SparkPhone handles registration failures properly.</li>
|
|
</ul>
|
|
|
|
|
|
<h2>2.5.2 Beta 1 -- <span style="font-weight: normal;">April 20th, 2007</span></h2>
|
|
|
|
<h3>New Features</h3>
|
|
<ul>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-399'>SPARK-399</a>] - Added color randomizer for user names in group chat rooms.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-609'>SPARK-609</a>] - Added new Conference Invitation UI.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-674'>SPARK-674</a>] - Added RTP Media Listening for jingle, improving connectivity check.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-691'>SPARK-691</a>] - Improved UI for contact list groups.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-701'>SPARK-701</a>] - Added Japanese translation.</li>
|
|
</ul>
|
|
|
|
<h3>Bug Fixes</h3>
|
|
<ul>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-2'>SPARK-2</a>] - Spark now displays offline status messages.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-401'>SPARK-401</a>] - Added better error handling during MUC creation.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-598'>SPARK-598</a>] - Fixed issue with upgrades and MSI builds.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-626'>SPARK-626</a>] - Fixed issue with missing jars from the classpath in Linux.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-659'>SPARK-659</a>] - Socks5 proxy now uses specified username and password.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-661'>SPARK-661</a>] - Updated Italian translation.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-664'>SPARK-664</a>] - Add beta releases to the upgrade notification system</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-665'>SPARK-665</a>] - Changed update check to check only once a week and not on every log in.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-666'>SPARK-666</a>] - Fixed file transfer on Mac.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-669'>SPARK-669</a>] - Fixed issue with VCard info showing up for the wrong contact.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-679'>SPARK-679</a>] - Improved notification when user comes online.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-682'>SPARK-682</a>] - Dialing an invalid number is now handled properly by Spark.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-693'>SPARK-693</a>] - Fixed buzz icon tooltip.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-714'>SPARK-714</a>] - Fixed issue with SparkPhone opening 2 Phone Panel after several registration fails and many disconnections</li>
|
|
</ul>
|
|
|
|
<h2>2.5.1 -- <span style="font-weight: normal;">April 14th, 2007</span></h2>
|
|
|
|
<h3>No Changes.</h3>
|
|
|
|
|
|
<h2>2.5.1 Beta 1 -- <span style="font-weight: normal;">April 9th, 2007</span></h2>
|
|
|
|
<h3>New Features</h3>
|
|
<ul>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-2'>SPARK-2</a>] - Show offline status information</li>
|
|
</ul>
|
|
|
|
|
|
<h3>Bug Fixes</h3>
|
|
<ul>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-623'>SPARK-623</a>] - Fixed error when trying to establish a voice communication.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-633'>SPARK-633</a>] - Fixed screenshot issue on Linux.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-644'>SPARK-644</a>] - Fixed timing issue with Jingle calls and UI.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-645'>SPARK-645</a>] - Fix tab switching issue on Mac.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-647'>SPARK-647</a>] - Fixed growl issue on Mac.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-649'>SPARK-649</a>] - Fixed screenshot tool on Mac.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-650'>SPARK-650</a>] - Improved descriptive text for Jingle calls.s</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-652'>SPARK-652</a>] - Fixed issue with missing icon when viewing plugin information.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-654'>SPARK-654</a>] - Fixed issue registering soft phone on Mac.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-655'>SPARK-655</a>] - Fixed buzz icon and placement</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-656'>SPARK-656</a>] - Installer is now adding desktop shortcuts.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-658'>SPARK-658</a>] - Added in missing emoticons.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-660'>SPARK-660</a>] - Emoticon packs can now be unzipped without admin rights.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-668'>SPARK-668</a>] - Fixed issue where first message would be dropped.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-673'>SPARK-673</a>] - Fixed logic with update checker and beta/alpha releases.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-681'>SPARK-681</a>] - Spark now closes a Jingle Session if it establish and don't receive media for more than X(20) seconds</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-689'>SPARK-689</a>] - Fixed jingle binding issue on Vista.</li>
|
|
</ul>
|
|
|
|
<h2>2.5.0 -- <span style="font-weight: normal;">March 30th, 2007</span></h2>
|
|
|
|
<h3>New Features</h3>
|
|
<ul>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-2'>SPARK-2</a>] - Now show status of offline users.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-382'>SPARK-382</a>] - Added ctrl+e to display last 10 conversations.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-410'>SPARK-410</a>] - Now all plugins to be operating-system specific</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-559'>SPARK-559</a>] - Refactored ContactList, ContactGroup and ContactItem to allow all event operations to run through the ContactList itself.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-561'>SPARK-561</a>] - Added new tray notification for incoming fastpath chat requests.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-567'>SPARK-567</a>] - Added Pack200 support to lower the overall deployment size of Spark.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-568'>SPARK-568</a>] - Added typing notification for Fastpath Conference chats.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-571'>SPARK-571</a>] - Added client to client VOIP support.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-255'>SPARK-255</a>] - Added drag and drop contacts into conference rooms to invite.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-452'>SPARK-452</a>] - Added IRC-Style Shortcuts</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-200'>SPARK-200</a>] - Allow drag and drop out of the chat window before and after file transfer</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-517'>SPARK-517</a>] - Simplified the viewing of users vCard information.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-519'>SPARK-519</a>] - Bookmarks are now located in the Spark main window menu bar.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-515'>SPARK-515</a>] - Spark now has an Enhanced Look and Feel.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-518'>SPARK-518</a>] - Added new auto-grow send field box.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-523'>SPARK-523</a>] - Added support for chat and email options in contact tooltips.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-524'>SPARK-524</a>] - Spark now shows full address of conference room.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-528'>SPARK-528</a>] - Message history is now grouped by Day, Month, Year.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-531'>SPARK-531</a>] - Added the new "Buzz" feature, which allows users to give others a little nudge.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-485'>SPARK-485</a>] - Added preference to specify tabs on top or bottom of Chat Room.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-562'>SPARK-562</a>] - Added Workgroup to Workgroup transfer.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-563'>SPARK-563</a>] - Added in Queue To Queue transfer.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-610'>SPARK-610</a>] - Added OSX dock notification with new incoming messages.</li>
|
|
</ul>
|
|
|
|
<h3>Bug Fixes</h3>
|
|
<ul>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-453'>SPARK-453</a>] - Linux distribution no longer depends on the windows dir.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-471'>SPARK-471</a>] - Fixed presence issue inside chat rooms.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-510'>SPARK-510</a>] - Conference Invitation page needs UI improvements.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-551'>SPARK-551</a>] - Handle gateway jids and adding of gateway users more gracefully.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-552'>SPARK-552</a>] - Added new error handling UI for Soft Phone.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-553'>SPARK-553</a>] - Presence now changes back to normal presence when hanging up phone call.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-554'>SPARK-554</a>] - Opening of a chat room now hides contact tooltip.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-555'>SPARK-555</a>] - Usernames with escapeable characters are now handled correctly in history.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-556'>SPARK-556</a>] - VCardManager now caches invalid vCards to prevent network abuse. </li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-557'>SPARK-557</a>] - Soft Phone only loads vCards if the user is registered.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-558'>SPARK-558</a>] - IRC-Style Shortcuts are now displayed in history.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-565'>SPARK-565</a>] - Users are now notified that they need to reconnect to a conference room when disconnected.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-314'>SPARK-314</a>] - Fixed Apple-W to close a chat tab/window.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-376'>SPARK-376</a>] - Fixed problem with usernames with characters like \ / : * ? " < > | in their name.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-455'>SPARK-455</a>] - Fixed auto away issue on linux.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-456'>SPARK-456</a>] - Fix issue with links in send area.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-463'>SPARK-463</a>] - Fixed issue with spaces in gateway contact names.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-472'>SPARK-472</a>] - Fixed double messages with broadcasts.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-478'>SPARK-478</a>] - Fixed issue with losing conference invitations after Spark reconnects.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-481'>SPARK-481</a>] - Fixed reconnect issue with idle.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-486'>SPARK-486</a>] - Timestamps are no correct when running on Vista.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-487'>SPARK-487</a>] - Users can now send screen shots when running Spark on Vista</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-488'>SPARK-488</a>] - Fixed file transfer on Vista</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-500'>SPARK-500</a>] - Fixed gateway presence change when user is disconnected causes Spark crash.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-501'>SPARK-501</a>] - Fixed Ctrl+F issue on OSX.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-502'>SPARK-502</a>] - Turned off DTD validation in EmoticonManager.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-503'>SPARK-503</a>] - Fixed grin emoticon not showing issue.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-509'>SPARK-509</a>] - Fixed multiple presences being sent issue on VCard change.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-511'>SPARK-511</a>] - No longer put users in invalid conference room.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-532'>SPARK-532</a>] - Spark now alert users when there is no program associated with a file a user is trying to open after File Transfer.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-534'>SPARK-534</a>] - Linux build is no longer corrupted.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-535'>SPARK-535</a>] - Spark no longer validates DTD for Emoticons.plist.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-536'>SPARK-536</a>] - MSI files now contain the Spark.exe file.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-537'>SPARK-537</a>] - Added a universal binary of the JavaApplicationStub for Spark.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-538'>SPARK-538</a>] - Fastpath auto-logs in after disconnect.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-540'>SPARK-540</a>] - Improved error message on login failure.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-542'>SPARK-542</a>] - HTTPS Proxy is now working.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-543'>SPARK-543</a>] - Notifications can now be disabled.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-544'>SPARK-544</a>] - Roster window shows nickname option if specified in Profile.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-545'>SPARK-545</a>] - Clearing avatar takes immeditate effect.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-546'>SPARK-546</a>] - Chat History now shows approriate nicknmes when possible.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-549'>SPARK-549</a>] - [Mac] Starting new conversations no longer fails to bring the message window to the front</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-550'>SPARK-550</a>] - Fixed notification issue with tray popups and bring to front.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-497'>SPARK-497</a>] - Fixed "Away due to idle" on/off preference issue.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-499'>SPARK-499</a>] - Fixed error occuring when choosing invalid emoticon packs.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-505'>SPARK-505</a>] - Fixed loading of cached vcard when editing personal profile.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-508'>SPARK-508</a>] - Conference rooms jids are now escaped.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-513'>SPARK-513</a>] - Fixed inconsistent behavior in tab notifications.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-514'>SPARK-514</a>] - Fixed loading of file chooser in avatar panel.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-516'>SPARK-516</a>] - Spark now uses default look and feel when running on Windows Vista.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-520'>SPARK-520</a>] - Fixed hanging of Spark when adding new contacts.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-521'>SPARK-521</a>] - Group chat rooms now ignore presences with type error.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-522'>SPARK-522</a>] - Tabs within Spark are now easier to determine active/inactive.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-525'>SPARK-525</a>] - Spark no longer persists password if user requests password to not be saved.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-526'>SPARK-526</a>] - Fixed "Join on startup" in Conference room tab.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-527'>SPARK-527</a>] - Auto-joined rooms now display spell-checker and emoticon picklist.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-529'>SPARK-529</a>] - Conference invitation dialog now shows names in alphabetical order along with their presence.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-235'>SPARK-235</a>] - Spark now supports Adium emoticon packs.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-390'>SPARK-390</a>] - Fixed presence issue caused by installed gateways.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-405'>SPARK-405</a>] - Conference bookmarks are now persisted on the server.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-420'>SPARK-420</a>] - Fixed window repainting on tab transitions.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-424'>SPARK-424</a>] - Fixed contact list error occuring on reconnect.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-427'>SPARK-427</a>] - Spark now allows for actions to occur on tooltips.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-473'>SPARK-473</a>] - Fixed presence issue in group chat rooms.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-483'>SPARK-483</a>] - Update logic in show/away actions on tray icon.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-484'>SPARK-484</a>] - Auto Login into conference rooms causes chat room buttons to not appear.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-491'>SPARK-491</a>] - Bookmarks are now persisted to the server.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-492'>SPARK-492</a>] - Spark now defaults presence priority to 1 rather than 0.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-493'>SPARK-493</a>] - Chat history broken</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-494'>SPARK-494</a>] - Transcripts were being corrupted when persisting Unicode.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-506'>SPARK-506</a>] - Fixed send field resize issue when chat frame was resized.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-507'>SPARK-507</a>] - Fixed asterisks plugin. Asterisks is now fully functional.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-530'>SPARK-530</a>] - Improved performance of loading and persisting of transcripts.</li>
|
|
|
|
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-569'>SPARK-569</a>] - Jingle doesn't detect when other client supports Jingle</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-574'>SPARK-574</a>] - Workgroup now accepts AgentSession status change.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-576'>SPARK-576</a>] - Typing in chat window disabled after re-connect</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-577'>SPARK-577</a>] - Fixed softphone issue when preferecnes could not be loaded.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-578'>SPARK-578</a>] - Available Contacts does not display properly in OSX.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-579'>SPARK-579</a>] - Jingle UI will now show regardless of volume control settings.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-580'>SPARK-580</a>] - MSI build now uses pack200 builds.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-582'>SPARK-582</a>] - Growl notifications in OSX are now working properly.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-583'>SPARK-583</a>] - Fixed Typing notification in ContactList</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-584'>SPARK-584</a>] - Ctrl-x and cut now work correctly in send area.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-585'>SPARK-585</a>] - Fixed VCard viewer close button issue.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-587'>SPARK-587</a>] - Update file pickers within Spark</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-588'>SPARK-588</a>] - Window controls will not go away</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-589'>SPARK-589</a>] - Fixed issue with fastpath tabs turning red without having any new messages.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-590'>SPARK-590</a>] - Fixed layout setting of chat window.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-591'>SPARK-591</a>] - Disconnected spark no longer attempts online activities.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-592'>SPARK-592</a>] - Fixed stale chats.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-593'>SPARK-593</a>] - Updated ringing sound file.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-594'>SPARK-594</a>] - Added notification in Jingle rooms when negotiating call.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-595'>SPARK-595</a>] - Fixed SIP Regsitration on computers with VMWare.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-596'>SPARK-596</a>] - Removed contact info options in tooltip.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-597'>SPARK-597</a>] - Added new icon to represent Jingle calls.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-599'>SPARK-599</a>] - Gateways are no longer loaded on the event thread.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-600'>SPARK-600</a>] - Broadcast button in wrong place</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-601'>SPARK-601</a>] - Ending SIP calls does not work properly</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-602'>SPARK-602</a>] - Last activity on unsupported clients is handled more gracefully.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-603'>SPARK-603</a>] - SIP: Caller ID missing from incoming call notification</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-604'>SPARK-604</a>] - SIP: wrong icon in missed calls list</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-605'>SPARK-605</a>] - SIP: two bugs in call history</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-606'>SPARK-606</a>] - SIP: escape button doesn't work on dedicated call tab</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-607'>SPARK-607</a>] - SIP: voicemail button should always show number of messages</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-611'>SPARK-611</a>] - Fixed layout of command buttons on OSX.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-612'>SPARK-612</a>] - Spark now displays notifications from Gateways.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-613'>SPARK-613</a>] - Gateway icons now display disconnection from gateways.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-614'>SPARK-614</a>] - Fixed issue with reconnection.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-616'>SPARK-616</a>] - Fixed issue with redial in Soft Phone.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-617'>SPARK-617</a>] - Send correct presence upon reconnection.,</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-618'>SPARK-618</a>] - Fixed multiple message issue with Broadcast.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-620'>SPARK-620</a>] - Mute does not work</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-621'>SPARK-621</a>] - Clicking on a user's avatar, then view full profile brings up "edit profile information"</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-622'>SPARK-622</a>] - Error at reconnection - no users are connected</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-628'>SPARK-628</a>] - No room found answering a SIP call</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-629'>SPARK-629</a>] - Fixed incoming Jingle call ui when user has no vcard.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-630'>SPARK-630</a>] - Updated Spark message icon.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-641'>SPARK-641</a>] - Fix User Home Directory in Linux to ".Spark"</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-646'>SPARK-646</a>] - SIP Previous Conversations List is in reverse order</li>
|
|
</ul>
|
|
|
|
|
|
<h2>2.0.8 -- <span style="font-weight: normal;">January 23rd, 2007</span></h2>
|
|
|
|
<h3>New Features</h3>
|
|
<ul>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-462'>SPARK-462</a>] - Added notification preferences for user presence.</li>
|
|
</ul>
|
|
<h3>Bug Fixes</h3>
|
|
<ul>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-449'>SPARK-449</a>] - Fix chat transcript parsing error with UTF-8</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-450'>SPARK-450</a>] - Fixed tab refreshing problem.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-460'>SPARK-460</a>] - Remove old icons from group chat room.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-461'>SPARK-461</a>] - Improved Toaster popup UI</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-465'>SPARK-465</a>] - Conference Participant list becomes corrupted on presence changes.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-468'>SPARK-468</a>] - Logging out with Chat windows open does not save chat transcript.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-469'>SPARK-469</a>] - Spark needs to do update checks against the new Ignite site.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-470'>SPARK-470</a>] - VCard loading for email chat info should not be in own thread.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-475'>SPARK-475</a>] - Spark 2.0.8 custom skin w/ wildfire spark version set, always thinks there's a newer version</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-476'>SPARK-476</a>] - Asterisks plugin is fully functional.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-477'>SPARK-477</a>] - Users are being removed from the participant list on presence change.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-479'>SPARK-479</a>] - VCard caching not updating avatar.</li>
|
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-480'>SPARK-480</a>] - Stale chats logic removes incoming message notification.</li>
|
|
</ul>
|
|
|
|
<h2>2.0.7 -- <span style="font-weight: normal;">December 4th, 2006</span></h2>
|
|
|
|
<h3>New Features</h3>
|
|
<ul>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-444'>SPARK-444</a>] - Added one-click hide from system tray.</li>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-445'>SPARK-445</a>] - Added simple log viewer.</li>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-447'>SPARK-447</a>] - Added Typing notification to individual tabs and Frame.</li>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-398'>SPARK-398</a>] - Nicknames should be sortable in group chat rooms.</li>
|
|
</ul>
|
|
<h3>Bug Fixes</h3>
|
|
<ul>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-428'>SPARK-428</a>] - Fixed issue with removing start on startup in preferences.</li>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-435'>SPARK-435</a>] - Setting presence to DND works correctly.</li>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-436'>SPARK-436</a>] - Verify new JID escaping with transports works correctly.</li>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-437'>SPARK-437</a>] - Auto reconnect to notify each connection manager to reset themselves.</li>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-438'>SPARK-438</a>] - Rooms need to be active when Reconnection was successfull</li>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-439'>SPARK-439</a>] - Yahoo! Logo shows up in vcard popup for offline users</li>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-440'>SPARK-440</a>] - No longer sending presence to Gateway if not signed in.</li>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-441'>SPARK-441</a>] - Chat room send field no longer becomes disabled.</li>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-442'>SPARK-442</a>] - Logging out causes temporary blank spark to appear.</li>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-443'>SPARK-443</a>] - The Translator plug-in does not work</li>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-446'>SPARK-446</a>] - No longer show toast popups when a message has an error.</li>
|
|
</ul>
|
|
|
|
|
|
<h2>2.0.6 -- <span style="font-weight: normal;">November 20, 2006</span></h2>
|
|
|
|
<h3>Bug Fixes</h3>
|
|
<ul>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-414'>SPARK-414</a>] - Added Grabber icon to the bottom right of each frame.</li>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-415'>SPARK-415</a>] - Removed background from JButtons for better UI on OSX.</li>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-416'>SPARK-416</a>] - Replaced old icon for menu tray.</li>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-418'>SPARK-418</a>] - Improved upon Members Only Group Chats.</li>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-419'>SPARK-419</a>] - Fixed MSI build.</li>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-425'>SPARK-425</a>] - Creating account with in-band registration caused NPE in spark.</li>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-426'>SPARK-426</a>] - Improve compatibility with GTalk.</li>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-428'>SPARK-428</a>] - Fixed issue with removing start on startup in preferences.</li>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-429'>SPARK-429</a>] - Improved Gateway tooltips.</li>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-430'>SPARK-430</a>] - MSN roster invites work.</li>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-432'>SPARK-432</a>] - Adding new users will not offer gateway if the user is not from an external system.</li>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-433'>SPARK-433</a>] - Fixed lost message issue with GTalk users.</li>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-353'>SPARK-353</a>] - Improved upon conference invitations.</li>
|
|
</ul>
|
|
|
|
<h2>2.0.5 -- <span style="font-weight: normal;">October 30, 2006</span></h2>
|
|
|
|
<h3>New Features</h3>
|
|
<ul>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-358'>SPARK-358</a>] - Added a beta version of the MSI installer.</li>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-402'>SPARK-402</a>] - Added ability to add new contacts through transports.</li>
|
|
</ul>
|
|
<h3>Bug Fixes</h3>
|
|
<ul>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-393'>SPARK-393</a>] - Fixed blank tab on MAC OSX when presence changed.</li>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-400'>SPARK-400</a>] - Spark now checks for available real estate on monitor.</li>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-403'>SPARK-403</a>] - Fixed private chats in group chat rooms.</li>
|
|
</ul>
|
|
|
|
|
|
<h2>2.0.4 -- <span style="font-weight: normal;">October 18, 2006</span></h2>
|
|
|
|
<h3>Bug Fixes</h3>
|
|
<ul>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-394'>SPARK-394</a>] - Fixed user search.</li>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-395'>SPARK-395</a>] - Fixed issue with broadcasts.</li>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-396'>SPARK-396</a>] - Auto discovery is now working with SRV lookup.</li>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-397'>SPARK-397</a>] - Fixed some minor issues with group chat rooms.</li>
|
|
</ul>
|
|
|
|
<h2>2.0.3 -- <span style="font-weight: normal;">October 11, 2006</span></h2>
|
|
|
|
<h3>New Features</h3>
|
|
<ul>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-364'>SPARK-364</a>] - Added French translation to Spark.</li>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-385'>SPARK-385</a>] - Added Italian translation to Spark.</li>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-386'>SPARK-386</a>] - Added Dutch translation to Spark.</li>
|
|
</ul>
|
|
<h3>Bug Fixes</h3>
|
|
<ul>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-379'>SPARK-379</a>] - Fixed exception that occured when services could be loaded from the server.</li>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-383'>SPARK-383</a>] - Gateway information is now based on disco and not the subdomain name.</li>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-387'>SPARK-387</a>] - Fixed disconnect on illegal error packet.</li>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-388'>SPARK-388</a>] - Fixed flaky gateway detection in contact list</li>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-392'>SPARK-392</a>] - Fixed removal of sames user in multiple rooms.</li>
|
|
</ul>
|
|
|
|
|
|
<h2>2.0.2 -- <span style="font-weight: normal;">September 28, 2006</span></h2>
|
|
|
|
<h3>New Features</h3>
|
|
<ul>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-363'>SPARK-363</a>] - Added screen selection capability to the screenshot feature.</li>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-356'>SPARK-356</a>] - Added German translation to Spark.</li>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-359'>SPARK-359</a>] - Updated icons and text in Spark to reflect functionallity better.</li>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-370'>SPARK-370</a>] - Added sound preference for incoming chat invitations.</li>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-374'>SPARK-374</a>] - Improved message notifications using sounds and toasters.</li>
|
|
</ul>
|
|
|
|
<h3>Bug Fixes</h3>
|
|
<ul>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-357'>SPARK-357</a>] - Spark Manager now handles the online spark distribution correctly.</li>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-360'>SPARK-360</a>] - Added missing i18n properties.</li>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-361'>SPARK-361</a>] - Fixed case where users were showing up as offline when they are online.</li>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-362'>SPARK-362</a>] - Allow passwords with leading and trailing spaces.</li>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-365'>SPARK-365</a>] - File transfers through a proxy no longer fails.</li>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-366'>SPARK-366</a>] - Show login failure when Spark is in the system tray and login fails.</li>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-367'>SPARK-367</a>] - Spark can now run with limited operating system permissions.</li>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-368'>SPARK-368</a>] - Fixed error with wildcard searchs.</li>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-369'>SPARK-369</a>] - Fixed connection issue with Facetime and Akonix.</li>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-371'>SPARK-371</a>] - Added back ctrl+n (now ctrl+f) for user searching within contact list and chat window.</li>
|
|
</ul>
|
|
|
|
|
|
<h2>2.0.1 -- <span style="font-weight: normal;">September 11, 2006</span></h2>
|
|
|
|
<h3>New Features</h3>
|
|
<ul>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-350'>SPARK-350</a>] - Added icons and registration for ICQ gateways.</li>
|
|
</ul>
|
|
|
|
<h3>Bug Fixes</h3>
|
|
<ul>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-341'>SPARK-341</a>] - Changed online installer to require JRE 1.5.</li>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-342'>SPARK-342</a>] - Spark will not start if the language settings do not match i18n.</li>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-343'>SPARK-343</a>] - Spark handles upgrades with the online tag.</li>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-344'>SPARK-344</a>] - Fixed invalid paths with sound preference.</li>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-345'>SPARK-345</a>] - XMPP URI mapping now registers correctly with the registry.</li>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-346'>SPARK-346</a>] - Search no longer crashes in Spark</li>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-347'>SPARK-347</a>] - Fixed multiple presence packets being sent on idle.</li>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-348'>SPARK-348</a>] - Gateway plugin now checks the server on separate thread.</li>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-351'>SPARK-351</a>] - Changed Spark to use default look and feel on OSX.</li>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-352'>SPARK-352</a>] - Display correct message on uninstalls of plugins in the plugin viewer.</li>
|
|
</ul>
|
|
|
|
<h2>2.0.0 -- <span style="font-weight: normal;">September 7, 2006</span></h2>
|
|
|
|
<h3>New Features</h3>
|
|
<ul>
|
|
<li><b>Initial release as an Open Source project!</b></li>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-5'>SPARK-5</a>] - Added resource bundle support so that Spark can support translations.</li>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-28'>SPARK-28</a>] - Added ability to send a file transfer to an offline contact (file is sent when they become available).</li>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-45'>SPARK-45</a>] - Added support for storing group chat bookmarks (JEP-0048).</li>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-78'>SPARK-78</a>] - Improved tab management.</li>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-162'>SPARK-162</a>] - Improved UI of chat history when opening window.</li>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-169'>SPARK-169</a>] - Spark now stacks chat tabs instead of scrolling them.</li>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-177'>SPARK-177</a>] - Added XMPP URI Mapping to Spark</li>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-181'>SPARK-181</a>] - Improved the Mac installer.</li>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-290'>SPARK-290</a>] - Added ability to resend files when transfer fails.</li>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-291'>SPARK-291</a>] - Add file transfer timeout setting to preferences.</li>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-292'>SPARK-292</a>] - starting conversations with "user" (not really a JID) is possible, Spark could attach "@server.com" to make it
|
|
"user@server"
|
|
</li>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-298'>SPARK-298</a>] - Presence updates now show timestamp.</li>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-299'>SPARK-299</a>] - Incremental scroll units should be moved to 150 instead of 50.</li>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-302'>SPARK-302</a>] - Added nested groups support.</li>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-314'>SPARK-314</a>] - Apple-W now closes a chat tab/window on Mac.</li>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-315'>SPARK-315</a>] - Improved Growl support on Mac.</li>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-324'>SPARK-324</a>] - It's now possible to logout with a reason.</li>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-330'>SPARK-330</a>] - The preferences dialog is no longer modal.</li>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-332'>SPARK-332</a>] - Added activity monitoring for users typing, going offline and online to contact list.</li>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-333'>SPARK-333</a>] - Added support for gateways.</li>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-335'>SPARK-335</a>] - Added new notification preferences.</li>
|
|
</ul>
|
|
|
|
<h3>Bug Fixes</h3>
|
|
<ul>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-14'>SPARK-14</a>] - Spark no longer unchecks the auto-login feature on disconnects.</li>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-88'>SPARK-88</a>] - The update process now checks to see if the update is already downloaded (in case the user never restarted Spark).
|
|
</li>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-101'>SPARK-101</a>] - The chat window now has proper Mac OS X menus.</li>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-208'>SPARK-208</a>] - Allow VM params to be set for graphics rendering options.</li>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-218'>SPARK-218</a>] - Non-English characters were noe displayed correctly in vCards.</li>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-221'>SPARK-221</a>] - Sparkplugs were not "sticking" after restart on the Mac.</li>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-238'>SPARK-238</a>] - Setting download directory in Spark is now persisted on logout.</li>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-240'>SPARK-240</a>] - Some commands should not be offered for workgroups in roster.</li>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-245'>SPARK-245</a>] - 0 byte files were crashing Spark.</li>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-253'>SPARK-253</a>] - GroupChatRoomInfo needs to support DBCS.</li>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-279'>SPARK-279</a>] - Special characters in the away message could crash Spark.</li>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-280'>SPARK-280</a>] - Spark was not showing avatars created in Google.</li>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-281'>SPARK-281</a>] - Conference button hidden in chat room toolbar.</li>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-282'>SPARK-282</a>] - Broadcast message functionallity is now dictated by the broadcast plugin in spark.</li>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-283'>SPARK-283</a>] - In some cases, Spark was not starting due to an exception in Tray handling.</li>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-285'>SPARK-285</a>] - The link-2-text filter was not matching all URL's correctly.</li>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-288'>SPARK-288</a>] - Spark was ignoring error messages in certain cases.</li>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-293'>SPARK-293</a>] - Cancel of Spark Manager download does was actually closing the input stream.</li>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-294'>SPARK-294</a>] - Improved logic around avatar handling.</li>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-297'>SPARK-297</a>] - Mac/Linux - conference invites were never received.</li>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-300'>SPARK-300</a>] - Unsubscribe packet was triggering unsubscribe response.</li>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-301'>SPARK-301</a>] - Offline messages were not saved in transcript history.</li>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-303'>SPARK-303</a>] - Fixed memory leak in ChatRoom.</li>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-304'>SPARK-304</a>] - Added chat history to the chat room window.</li>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-305'>SPARK-305</a>] - Added a preference option to specify a download folder.</li>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-306'>SPARK-306</a>] - The text ": - )" now shows a smiley.</li>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-317'>SPARK-317</a>] - Fixed error when loading user history.</li>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-318'>SPARK-318</a>] - Added a way to specify cleanly that a Sparkplug will fail when Spark API changes.</li>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-321'>SPARK-321</a>] - Pending Presence subscription from other users were not showing up in Spark.</li>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-322'>SPARK-322</a>] - Fixed error retrieving vCards from dJabberd</li>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-323'>SPARK-323</a>] - The auto-away feature now changes presence priority to 0.</li>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-326'>SPARK-326</a>] - Double clicking on a user search result was not starting a chat conversation.</li>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-328'>SPARK-328</a>] - Fixed bug where Spark wouldn't start due to bad proxy config.</li>
|
|
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-331'>SPARK-331</a>] - Message of type HEADLINE can now popup as a toaster.</li>
|
|
</ul>
|
|
|
|
<div class="footer">
|
|
Copyright © Jive Software, 2006-2007
|
|
</div>
|
|
|
|
|
|
</div>
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|