Changeset 934db064 for protocols


Ignore:
Timestamp:
2010-09-01T22:09:27Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
2dcaf9a
Parents:
0c85c08
Message:

Do encryption and decryption. Somehow SMP and other things aren't working
so well yet, at least when testing with Pidgin on the other side. Not sure
where the bug is.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/bee_user.c

    r0c85c08 r934db064  
    238238        }
    239239       
    240         if( ( g_strcasecmp( set_getstr( &ic->bee->set, "strip_html" ), "always" ) == 0 ) ||
    241             ( ( ic->flags & OPT_DOES_HTML ) && set_getbool( &ic->bee->set, "strip_html" ) ) )
    242                 strip_html( msg );
    243        
    244240        if( bee->ui->user_msg && bu )
    245241                bee->ui->user_msg( bee, bu, msg, sent_at );
Note: See TracChangeset for help on using the changeset viewer.