Mercurial > pidgin.yaz
log
age | author | description |
---|---|---|
Sat, 29 Dec 2007 04:26:17 +0000 | Elliott Sales de Andrade | Patch from QuLogic to prevent multiple alias editing fields in the infopane. Fixes #4467. |
Sun, 30 Dec 2007 10:06:51 +0000 | Evan Schoenberg | Fixed a leak |
Fri, 28 Dec 2007 17:14:52 +0000 | Evan Schoenberg | Ensure js->sasl is not NULL before using it in jabber_auth_handle_success(). This was, I believe, the source of the crash stu reported when my DIGEST-MD5 hack was in place; while js->sasl will probably be non-NULL whenever we reach this code point now, it's more robust to verify it here since that's an assumption originating in another function. |