<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/libicq2000/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/libicq2000/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Wed, 05 Jul 2006 11:50:36 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/libicq2000/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>Server does always listen on all ip's</title><link>https://sourceforge.net/p/libicq2000/bugs/4/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;From Client.cpp&lt;br /&gt;
...    &lt;br /&gt;
m_listenServer-&amp;gt;setBindHost(m_client_bind_host.c_str());&lt;br /&gt;
if (m_use_portrange) {&lt;br /&gt;
m_listenServer-&amp;gt;StartServer(m_lower_port, &lt;br /&gt;
m_upper_port);&lt;br /&gt;
} else {&lt;br /&gt;
m_listenServer-&amp;gt;StartServer();&lt;br /&gt;
}&lt;br /&gt;
...&lt;/p&gt;
&lt;p&gt;From socket.cpp&lt;br /&gt;
...&lt;br /&gt;
void TCPServer::StartServer(unsigned short lower, &lt;br /&gt;
unsigned short upper) {&lt;br /&gt;
...&lt;br /&gt;
localAddr.sin_addr.s_addr = INADDR_ANY;&lt;br /&gt;
...&lt;/p&gt;
&lt;p&gt;The value for the bindhost set in Client.cpp gets &lt;br /&gt;
overwritten by "INADDR_ANY" in socket.cpp. The server &lt;br /&gt;
will always listen on all interfaces and not on the &lt;br /&gt;
one the user specified.&lt;/p&gt;
&lt;p&gt;I found out that removing the assignment in &lt;br /&gt;
socket.cpp will do the trick.&lt;/p&gt;
&lt;p&gt;Please review.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David</dc:creator><pubDate>Wed, 05 Jul 2006 11:50:36 -0000</pubDate><guid>https://sourceforge.net53c015e656647aff4732019632f3db67e9951272</guid></item><item><title>incorrect mobile numbers in smsmessages</title><link>https://sourceforge.net/p/libicq2000/bugs/3/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;In Contact.cpp normaliseMobileNo, you're only allowing &lt;br /&gt;
digits.  You must also allow the '+' symbol.  Even though &lt;br /&gt;
the message gets through the SMS gateway, it doesn't &lt;br /&gt;
get through the actual service providers ( an example &lt;br /&gt;
being bell south, new zealand ).&lt;/p&gt;
&lt;p&gt;Cheers,&lt;br /&gt;
Matt&lt;br /&gt;
mad@ecosm.com&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Thu, 22 Jan 2004 02:48:51 -0000</pubDate><guid>https://sourceforge.neteaac38d793b2e11ce787f982027226e990dfce8a</guid></item><item><title>web status support</title><link>https://sourceforge.net/p/libicq2000/bugs/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;In libicq2000 0.3.2, it seems the web status indicator&lt;br /&gt;
always shows as offline even when you're online.&lt;/p&gt;
&lt;p&gt;This is a common feature request/bug report from Fire&lt;br /&gt;
users. &lt;/p&gt;
&lt;p&gt;&lt;a href="http://fire.sourceforge.net"&gt;http://fire.sourceforge.net&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jason Townsend</dc:creator><pubDate>Fri, 03 Jan 2003 04:17:08 -0000</pubDate><guid>https://sourceforge.netf48b01e303b8268d526158d7888198225db76b5c</guid></item><item><title>compile error on gcc 3.0.2</title><link>https://sourceforge.net/p/libicq2000/bugs/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;got faulty compilation in&lt;br /&gt;
./libicq2000/SNAC-UIN.h&lt;br /&gt;
replaced &lt;br /&gt;
all occurences of string with std::string&lt;/p&gt;
&lt;p&gt;worked ok, then &lt;br /&gt;
problems in example dir&lt;br /&gt;
removed example dir from makefile&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Sat, 12 Jan 2002 03:03:30 -0000</pubDate><guid>https://sourceforge.net0583392b811322fc1c15a1e218e9de9277a94c80</guid></item></channel></rss>