Revision 56d681fca4c9a3456c96d48573625cd8776c0bea

rlaager at pidgin.im rlaager at pidgin.im
Wed Mar 21 05:01:58 EDT 2007


o   -----------------------------------------------------------------
|   Revision: 56d681fca4c9a3456c96d48573625cd8776c0bea
|   Ancestor: f374297762a3146ee406b740e5a675dbe780a3fa
|   Author: rlaager at pidgin.im
|   Date: 2007-03-21T08:48:35
|   Branch: im.pidgin.pidgin
|   
|   Modified files:
|           libpurple/protocols/oscar/oscar.c
|   
|   ChangeLog: 
|   
|   I don't know if the OSCAR checksum stuff will be copied to pidgin.im, but it certainly won't be at a website that's not ours (wrong because of the sed).
|   
|   ============================================================
|   --- libpurple/protocols/oscar/oscar.c	f07e9f4293f21258f7f7dc796699172d54cd0d4b
|   +++ libpurple/protocols/oscar/oscar.c	5793327e6bba93fc0a833f4f3ff2f442ef2b1f66
|   @@ -60,7 +60,7 @@
|    #define OSCAR_STATUS_ID_CUSTOM      "custom"
|    #define OSCAR_STATUS_ID_MOBILE	    "mobile"
|    
|   -#define AIMHASHDATA "http://purple.sourceforge.net/aim_data.php3"
|   +#define AIMHASHDATA "http://pidgin.im/aim_data.php3"
|    
|    #define OSCAR_CONNECT_STEPS 6
|    
|   @@ -1593,7 +1593,7 @@ int purple_memrequest(OscarData *od, Fla
|    	pos->modname = g_strdup(modname);
|    
|    	/* TODO: Keep track of this return value. */
|   -	if (purple_proxy_connect(NULL, pos->gc->account, "purple.sourceforge.net", 80,
|   +	if (purple_proxy_connect(NULL, pos->gc->account, "pidgin.im", 80,
|    			straight_to_hell, pos) == NULL)
|    	{
|    		char buf[256];

To get the patch for this revision, please do this:
mtn log --last 1 --diffs --from 56d681fca4c9a3456c96d48573625cd8776c0bea


More information about the Commits mailing list