|
Lines 914-925
Link Here
|
| 914 |
switch( type ) |
914 |
switch( type ) |
| 915 |
{ |
915 |
{ |
| 916 |
case TYPE_BUDDY_IMAGE: |
916 |
case TYPE_BUDDY_IMAGE: |
| 917 |
serv_got_crap( gc, "Not downloading buddy image from %s because we already have it cached!", |
917 |
//serv_got_crap( gc, "Not downloading buddy image from %s because we already have it cached!", |
| 918 |
packet->destination ); |
918 |
// packet->destination ); |
| 919 |
break; |
919 |
break; |
| 920 |
case TYPE_EMOTICON_IMAGE: |
920 |
case TYPE_EMOTICON_IMAGE: |
| 921 |
serv_got_crap( gc, "Not downloading emoticon image from %s because we already have it cached!", |
921 |
//serv_got_crap( gc, "Not downloading emoticon image from %s because we already have it cached!", |
| 922 |
packet->destination ); |
922 |
// packet->destination ); |
| 923 |
break; |
923 |
break; |
| 924 |
} |
924 |
} |
| 925 |
} |
925 |
} |
|
Lines 932-943
Link Here
|
| 932 |
switch( type ) |
932 |
switch( type ) |
| 933 |
{ |
933 |
{ |
| 934 |
case TYPE_BUDDY_IMAGE: |
934 |
case TYPE_BUDDY_IMAGE: |
| 935 |
serv_got_crap( gc, "Saving %s's buddy image to: %s", |
935 |
//serv_got_crap( gc, "Saving %s's buddy image to: %s", |
| 936 |
packet->destination, filename ); |
936 |
// packet->destination, filename ); |
| 937 |
break; |
937 |
break; |
| 938 |
case TYPE_EMOTICON_IMAGE: |
938 |
case TYPE_EMOTICON_IMAGE: |
| 939 |
serv_got_crap( gc, "Saving emoticon '%s' from %s to: %s", |
939 |
//serv_got_crap( gc, "Saving emoticon '%s' from %s to: %s", |
| 940 |
emoticon_shortcut, packet->destination, filename ); |
940 |
// emoticon_shortcut, packet->destination, filename ); |
| 941 |
break; |
941 |
break; |
| 942 |
} |
942 |
} |
| 943 |
|
943 |
|
|
Lines 1104-1115
Link Here
|
| 1104 |
switch( tmp_packet->type ) |
1104 |
switch( tmp_packet->type ) |
| 1105 |
{ |
1105 |
{ |
| 1106 |
case TYPE_BUDDY_IMAGE: |
1106 |
case TYPE_BUDDY_IMAGE: |
| 1107 |
serv_got_crap( gc, "%s downloaded my buddy image!", |
1107 |
//serv_got_crap( gc, "%s downloaded my buddy image!", |
| 1108 |
tmp_packet->destination ); |
1108 |
// tmp_packet->destination ); |
| 1109 |
break; |
1109 |
break; |
| 1110 |
case TYPE_EMOTICON_IMAGE: |
1110 |
case TYPE_EMOTICON_IMAGE: |
| 1111 |
serv_got_crap( gc, "%s downloaded my emoticon image %s!", |
1111 |
//serv_got_crap( gc, "%s downloaded my emoticon image %s!", |
| 1112 |
tmp_packet->destination, tmp_packet->filename ); |
1112 |
// tmp_packet->destination, tmp_packet->filename ); |
| 1113 |
break; |
1113 |
break; |
| 1114 |
} |
1114 |
} |
| 1115 |
|
1115 |
|
|
Lines 1118-1125
Link Here
|
| 1118 |
case DATA_SENT: |
1118 |
case DATA_SENT: |
| 1119 |
debug( "Ok! This is the data sent ack. Nothing to be done..." ); |
1119 |
debug( "Ok! This is the data sent ack. Nothing to be done..." ); |
| 1120 |
tmp_packet->next_step_on_ack = -1; |
1120 |
tmp_packet->next_step_on_ack = -1; |
| 1121 |
serv_got_crap( gc, "My buddy image successfully sent to %s", |
1121 |
//serv_got_crap( gc, "My buddy image successfully sent to %s", |
| 1122 |
tmp_packet->destination ); |
1122 |
// tmp_packet->destination ); |
| 1123 |
break; |
1123 |
break; |
| 1124 |
|
1124 |
|
| 1125 |
/* Receiving image part */ |
1125 |
/* Receiving image part */ |