view libpurple/protocols/silc/TODO @ 17729:0a4238600947

Fixed recognition of the extension of certain JPG files. The 4th character may be anything between e0 and ef; the first 3 should be sufficient for a magic number, though a more 'complete' solution would verify that (e0 <= data[3] <= ef). Also, added recognition of TIF files (magic number: MM or II). Refs #725, which gave examples of several JPGs with (data[3] == e1).
author Evan Schoenberg <evan.s@dreskin.net>
date Tue, 05 Jun 2007 12:04:09 +0000
parents b449dc6b8a20
children 980a104267da
line wrap: on
line source

Features TODO (maybe)
=====================

Sending images
	- Sending images to channel too, if libpurple allows it.

Preferences
	- Add joined channels to buddy list automatically (during
	  session)
	- Add joined channels to buddy list automatically permanently

Buddy icon
	- After SILC Toolkit 1.0.2 buddy icon support can be added
	  (SILC_ATTERIBUTE_USER_ICON).