This file is indexed.

/usr/share/doc/libyahoo2-11/TODO is in libyahoo2-11 1.0.1-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
Changing user profiles
Voice Chat
Video Chat


Bugs:
Check which pointers are freed by the lib and which must be freed by the
client, and document these.

Make function arguments and return values const correct (check if all targets
can handle it)

Use enums instead of int where appropriate (yahoo_status, for example)

Make sure that ALL callbacks which could refer to multiple profiles include
the profile as an argument

Move error handling to the appropriate place (ext_yahoo_error instead of
ext_yahoo_login_response)