Gettext has been introduced, remove from TODO
[libisds.git] / TODO
blob37c56f24ad7f2f2a18ee4122144e9ef7c20149c2
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     Cover all 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     Solve UTF-8 vs. locale-encoded logging schism
25 * Implement all necessary web services
26     Services for requesting user add/remove/change
27 * Test message is system generated
28 * Make high logic checks optional
29 * Validate XML trees (optional)
30 * Upgrade to ISDS specification version 2.6 once it will be released
31 * Check for minimal dependency library versions
32 * Distinguish processing errors by different isds_error values instead of
33   generic IE_ERROR
34     Invalid input from application (IE_INVAL?)
35     Library error on processing application data
36     Library error on processing server data
37     Server error