<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to bugs</title><link href="https://sourceforge.net/p/libicq2000/bugs/" rel="alternate"/><link href="https://sourceforge.net/p/libicq2000/bugs/feed.atom" rel="self"/><id>https://sourceforge.net/p/libicq2000/bugs/</id><updated>2006-07-05T11:50:36Z</updated><subtitle>Recent changes to bugs</subtitle><entry><title>Server does always listen on all ip's</title><link href="https://sourceforge.net/p/libicq2000/bugs/4/" rel="alternate"/><published>2006-07-05T11:50:36Z</published><updated>2006-07-05T11:50:36Z</updated><author><name>David</name><uri>https://sourceforge.net/u/gencore/</uri></author><id>https://sourceforge.net53c015e656647aff4732019632f3db67e9951272</id><summary type="html">&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;</summary></entry><entry><title>incorrect mobile numbers in smsmessages</title><link href="https://sourceforge.net/p/libicq2000/bugs/3/" rel="alternate"/><published>2004-01-22T02:48:51Z</published><updated>2004-01-22T02:48:51Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.neteaac38d793b2e11ce787f982027226e990dfce8a</id><summary type="html">&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;</summary></entry><entry><title>web status support</title><link href="https://sourceforge.net/p/libicq2000/bugs/2/" rel="alternate"/><published>2003-01-03T04:17:08Z</published><updated>2003-01-03T04:17:08Z</updated><author><name>Jason Townsend</name><uri>https://sourceforge.net/u/jtownsend/</uri></author><id>https://sourceforge.netf48b01e303b8268d526158d7888198225db76b5c</id><summary type="html">&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;</summary></entry><entry><title>compile error on gcc 3.0.2</title><link href="https://sourceforge.net/p/libicq2000/bugs/1/" rel="alternate"/><published>2002-01-12T03:03:30Z</published><updated>2002-01-12T03:03:30Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net0583392b811322fc1c15a1e218e9de9277a94c80</id><summary type="html">&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;</summary></entry></feed>