log

age author description
2009-04-30 Daniel Atallah Use sscanf to parse to parse the Content-Length to ensure consistent parsing for the target variable type. This comes out of the Veracode analysis.
2009-02-24 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 53ec2e73334e6dc99c29f0f13b5ebf4700f5a92c)
2009-02-10 Marcus Lundblad Sätt client type on MSN.
2009-02-10 Marcus Lundblad Changed "type" to "client_type" for the hash value specifying client type
2009-02-09 Marcus Lundblad Set a value "type" in the ui_info hash table
2009-02-17 Paul Aurich Don't fallback (under any conditions) from old-style SSL to other connections
2009-02-17 Paul Aurich Allow the user to specify their own BOSH url in the Connect Server option
2009-02-17 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head be64dc9cd9d255a5a6a0f790f5fc505091313e6d)
2009-02-14 Paul Aurich Use a JabberStream variable instead of a setting for the initial hash
2009-02-14 Paul Aurich Always publish a <photo/> element, even if we have an empty buddy icon.
2009-02-14 Paul Aurich I had the distinct pleasure of throwing invalid garbage at this code; it
2009-02-05 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 0bfcaf78ec07efb71812fff2c8b738b4532aac7f)
2009-02-10 Paul Aurich Initial presence is sent once the roster is retrieved (in the iq cb).
2009-02-10 Paul Aurich Send initial presence before declaring us connected (I like this a little better)
2009-02-10 Paul Aurich Wait until receiving the roster to tell the core we're logged in
2009-02-10 Paul Aurich Fix advertised capabilities (caps, chatstates, entity time)
2009-02-05 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 0bfcaf78ec07efb71812fff2c8b738b4532aac7f)
2009-01-30 Paul Aurich My lousy typo just consumed 20 minutes of my life. 'metadata', not 'metdata'.
2009-01-30 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head dbdaecf659b7d74cd50fad7c3d9bb621d9e8220e)
2009-01-26 Paul Aurich Whitespace changes
2009-01-26 Paul Aurich Support both XEP-0084 namespaces for fetching our own avatars at login
2009-01-26 Paul Aurich Support XEP-0084 (User Avatar) v1.1 alongside v0.12
2009-01-21 Paul Aurich Send presence updates from jabber_set_info, not jabber_set_buddy_icon.
2009-01-21 Paul Aurich Only (re)publish XMPP avatars at login if the server's avatar differs
2009-01-21 Paul Aurich Don't leak a JabberBuddyAvatarUpdateURLInfo struct in the error case
2009-01-21 Paul Aurich Migrate the XMPP User Avatar (XEP-0084) code to its own file
2009-01-22 Paul Aurich Store PurpleBOSHConnection* instead of void* userdata
2009-01-21 Paul Aurich Don't track a cb-per-POST and remove the PurpleHTTPResponse structure.
2009-01-20 Paul Aurich The BOSH User Agent should include the client name (and optionally version),
2009-01-19 Paul Aurich BOSH: Fix an off-by-one g_memdup that was missing the null terminator.
2009-01-19 Paul Aurich BOSH: Another g_return_if_fail that is backward
2009-01-19 Paul Aurich BOSH: Reset the HTTP parsing vars when we've handled a response