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