doc: Update login procedure to specification 2009-10-30
[libisds.git] / TODO
blobb0385700b20266c8f6f2fc0b702b4cde3f647f49
1 * Asynchronous interface
2     Grep for (rentrant|thread) comments
3 * Multithreaded interface
4     Grep for (rentrant|thread) comments
5 * Download/upload progress notification
6 * Autotools driven build
7     Libtool allows to build SO on many platforms
8 * Make CURL (network services) optional
9 * Improve isds_*message() system
10     Clean context message buffer on function entry point
11     Allow formated message appeding, preserve deep messages
12 * Make function tests
13     Test static functions
14     Simulate server?
15 * Make release tools
16     Changelog/NEWS
17     Version numbering
18     Proper SONAME / symbol versioning
19     Git taging
20     Digital singing
21 * Implement X.509 authentication
22 * Write high level documentation
23     ISDS overview
24     Gather comments from header files
25     Write manual page(s)
26 * I18N
27     Use gettext and define _()
28     Solve UTF-8 vs. locale-encoded logging schism
29 * Implement all necessary web services
30     Services for requesting user add/remove/change
31 * Test message is system generated
32 * Make high logic checks optional
33 * Validate XML trees (optional)
34 * Upgrade to ISDS specification version >= 2
35 * Check for minimal dependency library versions
36 * Distinguish processing errors by different isds_error values instead of
37   generic IE_ERROR
38     Invalid input from application (IE_INVAL?)
39     Library error on processing application data
40     Library error on processing server data
41     Server error