Sat, 02 May 2009 19:21:11 +0000 |
Daniel Atallah |
Make sure that the chat room name is NUL-terminated when it is truncated or
|
Sat, 02 May 2009 17:43:14 +0000 |
Daniel Atallah |
Make sure that the buffer is large enough to fit DST.ADDR + DST.PORT. This was found in the analysis that Veracode performed on the pidgin codebase.
|
Thu, 30 Apr 2009 01:57:32 +0000 |
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.
|
Tue, 24 Feb 2009 20:27:09 +0000 |
Marcus Lundblad |
propagate from branch 'im.pidgin.pidgin' (head 53ec2e73334e6dc99c29f0f13b5ebf4700f5a92c)
|
Tue, 10 Feb 2009 20:27:21 +0000 |
Marcus Lundblad |
S«Łtt client type on MSN.
|
Tue, 10 Feb 2009 18:41:22 +0000 |
Marcus Lundblad |
Changed "type" to "client_type" for the hash value specifying client type
|
Mon, 09 Feb 2009 21:21:18 +0000 |
Marcus Lundblad |
Set a value "type" in the ui_info hash table
|
Tue, 17 Feb 2009 04:46:04 +0000 |
Paul Aurich |
Don't fallback (under any conditions) from old-style SSL to other connections
|
Tue, 17 Feb 2009 04:28:19 +0000 |
Paul Aurich |
Allow the user to specify their own BOSH url in the Connect Server option
|
Tue, 17 Feb 2009 03:39:22 +0000 |
Paul Aurich |
propagate from branch 'im.pidgin.pidgin' (head be64dc9cd9d255a5a6a0f790f5fc505091313e6d)
|
Sat, 14 Feb 2009 18:23:13 +0000 |
Paul Aurich |
Use a JabberStream variable instead of a setting for the initial hash
|
Sat, 14 Feb 2009 03:57:22 +0000 |
Paul Aurich |
Always publish a <photo/> element, even if we have an empty buddy icon.
|
Sat, 14 Feb 2009 01:18:25 +0000 |
Paul Aurich |
I had the distinct pleasure of throwing invalid garbage at this code; it
|
Thu, 05 Feb 2009 01:00:17 +0000 |
Paul Aurich |
propagate from branch 'im.pidgin.pidgin' (head 0bfcaf78ec07efb71812fff2c8b738b4532aac7f)
|
Tue, 10 Feb 2009 06:42:42 +0000 |
Paul Aurich |
Initial presence is sent once the roster is retrieved (in the iq cb).
|
Tue, 10 Feb 2009 06:10:12 +0000 |
Paul Aurich |
Send initial presence before declaring us connected (I like this a little better)
|
Tue, 10 Feb 2009 04:43:50 +0000 |
Paul Aurich |
Wait until receiving the roster to tell the core we're logged in
|
Tue, 10 Feb 2009 04:39:16 +0000 |
Paul Aurich |
Fix advertised capabilities (caps, chatstates, entity time)
|
Thu, 05 Feb 2009 01:00:41 +0000 |
Paul Aurich |
propagate from branch 'im.pidgin.pidgin' (head 0bfcaf78ec07efb71812fff2c8b738b4532aac7f)
|
Fri, 30 Jan 2009 18:22:31 +0000 |
Paul Aurich |
My lousy typo just consumed 20 minutes of my life. 'metadata', not 'metdata'.
|
Fri, 30 Jan 2009 18:21:16 +0000 |
Paul Aurich |
propagate from branch 'im.pidgin.pidgin' (head dbdaecf659b7d74cd50fad7c3d9bb621d9e8220e)
|
Mon, 26 Jan 2009 06:04:01 +0000 |
Paul Aurich |
Whitespace changes
|
Mon, 26 Jan 2009 06:02:07 +0000 |
Paul Aurich |
Support both XEP-0084 namespaces for fetching our own avatars at login
|
Mon, 26 Jan 2009 03:52:05 +0000 |
Paul Aurich |
Support XEP-0084 (User Avatar) v1.1 alongside v0.12
|
Wed, 21 Jan 2009 20:58:07 +0000 |
Paul Aurich |
Send presence updates from jabber_set_info, not jabber_set_buddy_icon.
|
Wed, 21 Jan 2009 20:16:22 +0000 |
Paul Aurich |
Only (re)publish XMPP avatars at login if the server's avatar differs
|
Wed, 21 Jan 2009 17:56:07 +0000 |
Paul Aurich |
Don't leak a JabberBuddyAvatarUpdateURLInfo struct in the error case
|
Wed, 21 Jan 2009 17:55:09 +0000 |
Paul Aurich |
Migrate the XMPP User Avatar (XEP-0084) code to its own file
|
Thu, 22 Jan 2009 01:01:51 +0000 |
Paul Aurich |
Store PurpleBOSHConnection* instead of void* userdata
|
Wed, 21 Jan 2009 00:19:33 +0000 |
Paul Aurich |
Don't track a cb-per-POST and remove the PurpleHTTPResponse structure.
|
Tue, 20 Jan 2009 06:10:42 +0000 |
Paul Aurich |
The BOSH User Agent should include the client name (and optionally version),
|
Mon, 19 Jan 2009 18:25:38 +0000 |
Paul Aurich |
BOSH: Fix an off-by-one g_memdup that was missing the null terminator.
|