Fix Libs in libisds.pc
[libisds.git] / TODO
blobb0e105a7408feac8633951c9e2c53f58a51609fb
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     Allow formated message appeding, preserve deep messages
8 * Make function tests
9     Cover all functions
10     Simulate server?
11 * Test X.509 authentication
12 * Write high level documentation
13     ISDS overview
14     Gather comments from header files
15     Write manual page(s)
16 * I18N
17     Solve UTF-8 vs. locale-encoded logging schism
18 * Find a way how to request for a box creation
19 * Test document submit for authorized conversion
20 * Test message is system generated
21 * Make high logic checks optional
22 * Validate XML trees (optional)
23 * Distinguish processing errors by different isds_error values instead of
24   generic IE_ERROR
25     Invalid input from application (IE_INVAL?)
26     Library error on processing application data
27     Library error on processing server data
28     Server error