client: getboxlist: Fix messages
[libisds.git] / TODO
blob58e8c06061fa06b055680e7064dd1920ec496ab7
1 * Handle SOAP Fault as it's now used on system shut-down
2 * Asynchronous interface
3     Grep for (reentrant|thread) comments
4 * Multithreaded interface
5     Grep for (reentrant|thread) comments
6 * Make CURL (network services) optional
7 * Improve isds_*message() system
8     Allow formatted message appending, preserve deep messages
9 * Catch libxml2 debug messages
10 * Make function tests
11     Cover all functions
12     Simulate server?
13 * Test X.509 authentication
14 * Write high level documentation
15     ISDS overview
16     Gather comments from header files
17     Write manual page(s)
18 * I18N
19     Solve UTF-8 vs. locale-encoded logging schism
20 * Find a way how to request for a box creation
21 * Test message is system generated
22 * Make high logic checks optional
23 * Validate XML trees (optional)
24 * Distinguish processing errors by different isds_error values instead of
25   generic IE_ERROR
26     Invalid input from application (IE_INVAL?)
27     Library error on processing application data
28     Library error on processing server data
29     Server error