log

age author description
Mon, 09 Nov 2009 00:03:36 +0000 John Bailey I was a little overzealous adding the MXit icons to the pixmaps Makefile.am.
Sun, 08 Nov 2009 23:55:56 +0000 John Bailey Initial addition of the MXit protocol plugin, provided by the MXit folks
Sun, 08 Nov 2009 02:21:28 +0900 Yoshiki Yazawa merged with im.pidgin.pidgin
Sat, 07 Nov 2009 04:41:04 +0000 Paul Aurich jabber: did someone say something about the end of the struct?
Sat, 07 Nov 2009 03:45:13 +0000 Paul Aurich xmppdisco: Close the input request when closing the dialog. Fixes a crash.
Fri, 06 Nov 2009 21:28:04 +0000 Sadrul Habib Chowdhury merge of 'ac8595402f07bcd2e5467756aa6ccf6d9daf907a'
Fri, 06 Nov 2009 21:26:36 +0000 Sadrul Habib Chowdhury Fix compile with debugging enabled.
Fri, 06 Nov 2009 18:12:01 +0000 Paul Aurich oscar: According to the online docs, statusCode 607 is rate limit (confirmed
Fri, 06 Nov 2009 09:57:49 +0000 Paul Aurich Hmm, I think I'm reaching diminishing returns.
Fri, 06 Nov 2009 09:30:40 +0000 Paul Aurich jabber: These uses of strlen() are unnecessary.
Fri, 06 Nov 2009 09:16:01 +0000 Paul Aurich jabber: If it should never happen, we certainly should never keep going in the function!
Fri, 06 Nov 2009 09:13:28 +0000 Paul Aurich jabber: Use purple_connection_get_prpl() instead of jabber_plugin.
Fri, 06 Nov 2009 09:07:46 +0000 Paul Aurich Oops, make that build.
Fri, 06 Nov 2009 08:55:36 +0000 Paul Aurich jabber: Fix a few places where the default for require_tls was wrong.
Fri, 06 Nov 2009 08:47:28 +0000 Paul Aurich jabber: Use purple_strequal to simplify some auth code