log

age author description
Wed, 09 May 2007 01:50:06 +0000 Nathan Walp this should fix 647, and a few others
Sat, 05 May 2007 16:48:06 +0000 Evan Schoenberg I expanded your patch, Richard, to also do appropriate header checking in the configure script and then use that information. I removed some other #includes which don't appear to be needed.
Sat, 05 May 2007 14:50:00 +0000 Richard Laager Change the nat-pmp code to use glib's integer types instead of those from
Sat, 05 May 2007 19:15:44 +0000 Richard Laager Fix some compiler warnings. I don't see any reason we need to define VERSION
Sat, 05 May 2007 19:09:15 +0000 Richard Laager s/Jabber/XMPP/ the English .po files, because I know it's correct. ;)
Sat, 05 May 2007 19:08:07 +0000 Richard Laager s/Jabber/XMPP in user-visible places.
Sat, 05 May 2007 18:29:49 +0000 Evan Schoenberg If the read() in resolved() fails, we should detect the failure and set size (which it would otherwise set, since it is passed by reference) to 0 and res to NULL. This ''may'' fix a rather odd crash described in Adium Trac #6623 (http://trac.adiumx.com/ticket/6623), and it is certainly good sanity checking.