Hi Jon,
I've still 2 pending minor patches in my local tree (below). The first one fixes a compilation failure on several GNU/Linux systems (RedHat 7.0, some SuSE 8.x). The second fixes changes the tcp version representation in the network log, using decimal format instead of hexadecimal. When receiving a status change notification from a tcp version 10 contact, it was showing: "status changed: Away (va)". In that situation, "va" is less easy to understand than "v10". Feel free to comment this! Regards, Index: src/gpg.cpp =================================================================== RCS file: /cvsroot/licq/licq/src/gpg.cpp,v retrieving revision 1.6 diff -u -1 -b -p -r1.6 gpg.cpp --- src/gpg.cpp 11 Jan 2005 00:43:34 -0000 1.6 +++ src/gpg.cpp 27 Feb 2005 11:16:44 -0000 @@ -7,2 +7,3 @@ #include <string.h> +#include <unistd.h> Index: src/icqd-srv.cpp =================================================================== RCS file: /cvsroot/licq/licq/src/icqd-srv.cpp,v retrieving revision 1.153 diff -u -1 -b -p -r1.153 icqd-srv.cpp --- src/icqd-srv.cpp 28 Jan 2005 13:44:35 -0000 1.153 +++ src/icqd-srv.cpp 27 Feb 2005 11:16:45 -0000 @@ -2383,3 +2383,3 @@ void CICQDaemon::ProcessBuddyFam(CBuffer ChangeUserStatus(u, nNewStatus); - gLog.Info(tr("%s%s (%s) changed status: %s (v%01x)%s"), + gLog.Info(tr("%s%s (%s) changed status: %s (v%d)%s"), L_SRVxSTR, u->GetAlias(), u->IdString(), u->StatusStr(), -- wwp ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Licq-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/licq-devel