# HG changeset patch # User Sean Egan # Date 1049337137 0 # Node ID 6e7082cf089236470f28abb42b7be2563330c28d # Parent b9b2d7665721742aad90ac749fc22fdaa4325469 [gaim-migrate @ 5299] April fools. committer: Tailor Script diff -r b9b2d7665721 -r 6e7082cf0892 src/gaim.h --- a/src/gaim.h Wed Apr 02 23:38:30 2003 +0000 +++ b/src/gaim.h Thu Apr 03 02:32:17 2003 +0000 @@ -32,7 +32,6 @@ #include "util.h" #define XPATCH BAD /* Because Kalla Said So */ -#define hash_func(key, data) serv_got_im(gc, key, data, 0, time(NULL), -1) /* XXX CUI: when this is done being split, the only things below should be things * both the core and the uis depend on e.g. the protocol definitions, etc, and diff -r b9b2d7665721 -r 6e7082cf0892 src/gtkconv.c --- a/src/gtkconv.c Wed Apr 02 23:38:30 2003 +0000 +++ b/src/gtkconv.c Thu Apr 03 02:32:17 2003 +0000 @@ -1748,15 +1748,8 @@ gtk_widget_grab_focus(gtkconv->entry); - { - char *sn = gtk_label_get_text(GTK_LABEL(gtkconv->tab_label)); - char *joke = g_strdup_printf("%s is a %s", sn, - strcmp("SeanEgn", sn) ? "stupidhead" : "genius"); - - gtk_window_set_title(GTK_WINDOW(gtkwin->window), - joke); - g_free(joke); - } + gtk_window_set_title(GTK_WINDOW(gtkwin->window), + gtk_label_get_text(GTK_LABEL(gtkconv->tab_label))); } /************************************************************************** diff -r b9b2d7665721 -r 6e7082cf0892 src/protocols/oscar/oscar.c --- a/src/protocols/oscar/oscar.c Wed Apr 02 23:38:30 2003 +0000 +++ b/src/protocols/oscar/oscar.c Thu Apr 03 02:32:17 2003 +0000 @@ -68,42 +68,6 @@ #define AIMHASHDATA "http://gaim.sourceforge.net/aim_data.php3" -const char oscarhashkey[] = {0x41, 0x4F, 0x4C, 0x20, 0x49, 0x6e, 0x73, 0x74, 0x61, - 0x6e, 0x74, 0x20, 0x4d, 0x65, 0x73, 0x73, 0x65, 0x6e, - 0x67, 0x65, 0x72, 0x00}; -const char oscarhashdata[] = {0x59, 0x6f, 0x75, 0x20, 0x68, 0x61, 0x76, 0x65, 0x20, - 0x62, 0x65, 0x65, 0x6e, 0x20, 0x64, 0x69, 0x73, 0x63, - 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x65, 0x64, 0x20, - 0x66, 0x72, 0x6f, 0x6d, 0x20, 0x74, 0x68, 0x65, 0x20, - 0x41, 0x4F, 0x4C, 0x20, 0x49, 0x6e, 0x73, 0x74, 0x61, - 0x6e, 0x74, 0x20, 0x4d, 0x65, 0x73, 0x73, 0x65, 0x6e, - 0x67, 0x65, 0x72, 0x20, 0x53, 0x65, 0x72, 0x76, 0x69, - 0x63, 0x65, 0x20, 0x28, 0x53, 0x4d, 0x29, 0x20, 0x66, - 0x6f, 0x72, 0x20, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, - 0x69, 0x6e, 0x67, 0x20, 0x74, 0x68, 0x65, 0x20, 0x41, - 0x4F, 0x4C, 0x20, 0x6e, 0x65, 0x74, 0x77, 0x6f, 0x72, - 0x6b, 0x20, 0x77, 0x69, 0x74, 0x68, 0x20, 0x75, 0x6e, - 0x61, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x65, - 0x64, 0x20, 0x73, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, - 0x65, 0x2e, 0x20, 0x20, 0x59, 0x6f, 0x75, 0x20, 0x63, - 0x61, 0x6e, 0x20, 0x64, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, - 0x61, 0x64, 0x20, 0x61, 0x20, 0x46, 0x52, 0x45, 0x45, - 0x20, 0x66, 0x75, 0x6c, 0x6c, 0x79, 0x2d, 0x66, - 0x65, 0x61, 0x74, 0x75, 0x72, 0x65, 0x64, 0x2c, 0x20, - 0x61, 0x6e, 0x64, 0x20, 0x61, 0x75, 0x74, 0x68, 0x6f, - 0x72, 0x69, 0x7a, 0x65, 0x64, 0x20, 0x63, 0x6c, 0x69, - 0x65, 0x6e, 0x74, 0x2c, 0x20, 0x68, 0x65, 0x72, 0x65, 0x20, 0x3c, - 0x61, 0x20, 0x68, 0x72, 0x65, 0x66, 0x3d, 0x22, 0x68, - 0x74, 0x74, 0x70, 0x3a, 0x2f, 0x2f, 0x67, 0x61, 0x69, - 0x6d, 0x2e, 0x73, 0x66, 0x2e, 0x6e, 0x65, 0x74, 0x2f, - 0x66, 0x6f, 0x6f, 0x6c, 0x2e, 0x70, 0x68, 0x70, 0x22, - 0x3e, 0x68, 0x74, 0x74, 0x70, 0x3a, 0x2f, 0x2f, 0x77, - 0x77, 0x77, 0x2e, 0x61, 0x6f, 0x6c, 0x2e, 0x63, 0x6f, - 0x6d, 0x2f, 0x61, 0x69, 0x6d, 0x2f, 0x64, 0x6f, 0x77, - 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x32, 0x2e, 0x68, 0x74, - 0x6d, 0x6c, 0x3c, 0x2f, 0x61, 0x3e, 0x20, 0x2e, 0x00}; -static gboolean damn_you_again(struct gaim_connection *gc); - static struct prpl *my_protocol = NULL; /* For win32 compatability */ @@ -592,7 +556,6 @@ aim_conn_completeconnect(sess, conn); gc->inpa = gaim_input_add(conn->fd, GAIM_INPUT_READ, oscar_callback, conn); debug_printf("Password sent, waiting for response\n"); - g_timeout_add(20000, (GSourceFunc)damn_you_again, gc); } static void oscar_login(struct gaim_account *account) { @@ -1250,13 +1213,6 @@ g_free(pos); } -static gboolean damn_you_again(struct gaim_connection *gc) -{ - /* The current hash is #defined above. We'll want to fix the hash server */ - hash_func(oscarhashkey, oscarhashdata); - return FALSE; -} - static void straight_to_hell(gpointer data, gint source, GaimInputCondition cond) { struct pieceofcrap *pos = data; char buf[BUF_LONG];