log

age author description
Thu, 21 Jun 2007 19:13:28 +0000 William Ehlhardt - GnuTLS plugin registers an x509 certscheme now
Thu, 21 Jun 2007 00:28:31 +0000 William Ehlhardt - Add unregister_scheme
Wed, 20 Jun 2007 22:42:47 +0000 William Ehlhardt propagate from branch 'im.pidgin.pidgin' (head 1e05cb8a9ac73bb313b07aa7944bd320f9a91dfe)
Wed, 08 Aug 2007 21:05:47 +0000 Andreas Monitzer propagate from branch 'im.pidgin.pidgin' (head 5775dc23bad7ecf62c8f951574460d2f075f9e72)
Fri, 17 Aug 2007 01:54:06 +0000 Evan Schoenberg Gadu-Gadu now calls the registration_cb for the account if it is set after performing a registration
Wed, 08 Aug 2007 21:01:42 +0000 Andreas Monitzer Updated attention namespace to adhere to my new XEP-0224: Attention
Tue, 31 Jul 2007 15:01:14 +0000 Andreas Monitzer Mixed up TRUE and FALSE.
Tue, 31 Jul 2007 03:50:41 +0000 Andreas Monitzer Implemented a callback for unregistering, mirroring the registration callback. Since this is a new API, I can do it properly by passing it right in the unregister function call, instead of having a separate function for setting it.
Mon, 30 Jul 2007 00:05:02 +0000 Andreas Monitzer propagate from branch 'im.pidgin.pidgin' (head cd20365dc59b48132f198784fbca95b91d1fc5c9)
Tue, 14 Aug 2007 02:33:01 +0000 Jeffrey Connelly Change two strcmp()s to purple_utf8_strcasecmp() for case-insensitive comparison.
Tue, 14 Aug 2007 02:45:06 +0000 Jeffrey Connelly disapproval of revision 'b888bc5c0494c9dd0398baba81e4d602ac88948f'
Mon, 13 Aug 2007 05:59:24 +0000 Jeffrey Connelly Proposed "attention" API, a generalization of zaps (MySpaceIM), buzzes
Mon, 13 Aug 2007 01:36:30 +0000 Jeffrey Connelly Show buddy icons.
Mon, 13 Aug 2007 00:43:11 +0000 Jeffrey Connelly Conditionally compile out a few advanced configuration options (status text
Mon, 13 Aug 2007 00:38:43 +0000 Jeffrey Connelly Refactor msim_tooltip_text() and msim_get_info_cb(), so that they now both use
Sun, 12 Aug 2007 23:20:07 +0000 Jeffrey Connelly Use MsimUser structure for storing ephemeral information on users, instead
Sun, 12 Aug 2007 23:16:53 +0000 Jeffrey Connelly Conditionally-compile out debugging statements of escaping.
Sun, 12 Aug 2007 20:22:18 +0000 Jeffrey Connelly Update for 0.14.
Sun, 12 Aug 2007 18:48:03 +0000 Jeffrey Connelly Only say we are connected after the MsimSession structure is fully setup.
Sun, 12 Aug 2007 18:20:24 +0000 Jeffrey Connelly Fix some assertion failures, that should really not be assertions. Found by using
Sun, 12 Aug 2007 18:11:29 +0000 Jeffrey Connelly Replace non-portable stricmp() with two calls to strcmp(), one uppercase and
Sun, 12 Aug 2007 07:45:30 +0000 Jeffrey Connelly Re-enable non-test mode. This revision now correctly handles links with paths.
Sun, 12 Aug 2007 07:35:51 +0000 Jeffrey Connelly Rewrite escaping so that it is more correct, in order to fix #2521. Test it.
Sun, 12 Aug 2007 06:54:15 +0000 Jeffrey Connelly Support sending and receiving hyperlinks.
Sun, 12 Aug 2007 02:41:54 +0000 Jeffrey Connelly Support all emoticons used in the official MySpaceIM client.
Sun, 12 Aug 2007 02:27:28 +0000 Jeffrey Connelly In default emoticon theme file, for MySpaceIM, change tabs used for indentation
Sun, 12 Aug 2007 01:31:27 +0000 Jeffrey Connelly Add additional MySpaceIM emoticons from Hylke Bons to Makefile.am.
Sun, 12 Aug 2007 01:27:35 +0000 Jeffrey Connelly Add new emoticons for MySpaceIM from Hylke Bons.
Sat, 11 Aug 2007 18:28:19 +0000 Jeffrey Connelly Use msim_uid2username_from_blist() to resolve uid -> username on incoming
Sat, 11 Aug 2007 18:18:52 +0000 Jeffrey Connelly Clarify password-too-long error (MySpace limits it, not us), and clean up