log

age author description
Tue, 25 Dec 2007 04:16:23 +0000 Mark Doliner Don't print "no" twice when we can't find a library
Mon, 24 Dec 2007 10:40:28 +0000 Sadrul Habib Chowdhury merge of '4fa938e6f980314ccc4a44725eb809c3b5a4fcbc'
Mon, 24 Dec 2007 07:04:08 +0000 Sadrul Habib Chowdhury Plug a small leak.
Mon, 24 Dec 2007 02:00:17 +0000 Sadrul Habib Chowdhury Do not prompt for an already merged contact. Fixes #4285.
Mon, 24 Dec 2007 01:28:24 +0000 Sadrul Habib Chowdhury Reset the 'editable' flag of the renderer after cancelling the edit. Fixes #4471.
Mon, 24 Dec 2007 04:56:23 +0000 Mark Doliner C++ doesn't really allow forward declarations of enums, and we
Sun, 23 Dec 2007 18:36:09 +0000 Stu Tomlinson If a peer certificate does not match our cached cert, do not auto reject it!
Sun, 23 Dec 2007 17:30:09 +0000 Stu Tomlinson *really* add the StartCom Free SSL Certificate Authority certificate
Sun, 23 Dec 2007 17:16:14 +0000 Stu Tomlinson Add the StartCom Free SSL Certificate Authority certificate (as used by
Sun, 23 Dec 2007 17:14:06 +0000 Stu Tomlinson Compile warning fix
Sun, 23 Dec 2007 01:30:27 +0000 Etan Reisner Add tooltips to groups in the buddy list. The tooltips show the current online
Sat, 22 Dec 2007 23:18:08 +0000 Etan Reisner merge of 'f6430c7013d08f95c60248eeb22c752a0107499b'
Fri, 28 Dec 2007 02:49:10 +0000 Stu Tomlinson disapproval of revision 'f6430c7013d08f95c60248eeb22c752a0107499b'
Sat, 22 Dec 2007 16:59:52 +0000 Evan Schoenberg The DIGEST-MD5 implementation of CYRUS-SASL is incompatible with the implementation in Java. The result is that we failed to authenticate to Java-based servers such as OpenFire when DIGEST-MD5 was enabled. This appears to be the result of a bug in the Java SASL library. While we -could- wait for a fix within that library and tell our users that server admins need to upgrade to get the fix, a client-side workaround is very easily accessible to us.
Sat, 22 Dec 2007 15:45:13 +0000 Evan Schoenberg Daniel pointed out that this should be digest, not &digest, because auth_hmac_md5 takes a guchar* rather than a guchar**