Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 76442 Details for
Bug 118166
Patch for net-im/bitlbee to disable channel output for msn display pictures
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
bitlbee-nomsnspam.patch
bitlbee-nomsnspam.patch (text/plain), 5.12 KB, created by
Thomas Kear
on 2006-01-07 05:15:23 UTC
(
hide
)
Description:
bitlbee-nomsnspam.patch
Filename:
MIME Type:
Creator:
Thomas Kear
Created:
2006-01-07 05:15:23 UTC
Size:
5.12 KB
patch
obsolete
>diff -Naur bitlbee-1.0.old/protocols/msn/msnc1.c bitlbee-1.0/protocols/msn/msnc1.c >--- bitlbee-1.0.old/protocols/msn/msnc1.c 2006-01-07 17:57:38.000000000 +1300 >+++ bitlbee-1.0/protocols/msn/msnc1.c 2006-01-07 18:00:05.000000000 +1300 >@@ -914,12 +914,12 @@ > switch( type ) > { > case TYPE_BUDDY_IMAGE: >- serv_got_crap( gc, "Not downloading buddy image from %s because we already have it cached!", >- packet->destination ); >+ //serv_got_crap( gc, "Not downloading buddy image from %s because we already have it cached!", >+ // packet->destination ); > break; > case TYPE_EMOTICON_IMAGE: >- serv_got_crap( gc, "Not downloading emoticon image from %s because we already have it cached!", >- packet->destination ); >+ //serv_got_crap( gc, "Not downloading emoticon image from %s because we already have it cached!", >+ // packet->destination ); > break; > } > } >@@ -932,12 +932,12 @@ > switch( type ) > { > case TYPE_BUDDY_IMAGE: >- serv_got_crap( gc, "Saving %s's buddy image to: %s", >- packet->destination, filename ); >+ //serv_got_crap( gc, "Saving %s's buddy image to: %s", >+ // packet->destination, filename ); > break; > case TYPE_EMOTICON_IMAGE: >- serv_got_crap( gc, "Saving emoticon '%s' from %s to: %s", >- emoticon_shortcut, packet->destination, filename ); >+ //serv_got_crap( gc, "Saving emoticon '%s' from %s to: %s", >+ // emoticon_shortcut, packet->destination, filename ); > break; > } > >@@ -1104,12 +1104,12 @@ > switch( tmp_packet->type ) > { > case TYPE_BUDDY_IMAGE: >- serv_got_crap( gc, "%s downloaded my buddy image!", >- tmp_packet->destination ); >+ //serv_got_crap( gc, "%s downloaded my buddy image!", >+ // tmp_packet->destination ); > break; > case TYPE_EMOTICON_IMAGE: >- serv_got_crap( gc, "%s downloaded my emoticon image %s!", >- tmp_packet->destination, tmp_packet->filename ); >+ //serv_got_crap( gc, "%s downloaded my emoticon image %s!", >+ // tmp_packet->destination, tmp_packet->filename ); > break; > } > >@@ -1118,8 +1118,8 @@ > case DATA_SENT: > debug( "Ok! This is the data sent ack. Nothing to be done..." ); > tmp_packet->next_step_on_ack = -1; >- serv_got_crap( gc, "My buddy image successfully sent to %s", >- tmp_packet->destination ); >+ //serv_got_crap( gc, "My buddy image successfully sent to %s", >+ // tmp_packet->destination ); > break; > > /* Receiving image part */
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 118166
: 76442