#13 closed defect (fixed)
HTML stripping
Reported by: | f0rked | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.0 |
Component: | BitlBee | Version: | 0.99 |
Keywords: | Cc: | ||
IRC client+version: | Client-independent | Operating System: | Public server |
OS version/distro: |
Description
This applies to versions >=0.93, which strip HTML by default.
For 1.0, reenable the 'set html' setting to revive the functionality of having the HTML provided if it is desired. Client-side scripts can be written to filter and translate some of the HTML. If the HTML is stripped, links which are formatted into anchor tags and given descriptions (like when inserting a link using Gaim or the official AIM client) are stripped down to plain text and the URL is dropped.
Attachments (0)
Change History (2)
comment:1 Changed at 2005-11-14T19:46:38Z by
comment:2 Changed at 2005-11-19T10:52:56Z by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed in [26]. The option is now a semi-boolean called strip_html. semi-boolean because it can also be set to "always", in which case HTML will be stripped from all messages, not just the ones from an AIM connection. This is necessary for people who have AIM people in their ICQ contact list.
Also, HTML filtering should be done on AIM messages that come in via an ICQ connection. *sigh*