TODO: We know that 90-days limit is artifical
[libisds.git] / TODO
blob02759d2715498cb6ec5d6965b4e7b19f2f888c50
1 * Implement news from 2012-03-18
2     New error codes when working with messages
3     New error when delivery takes long
4 * Parse system message XML documents describing what has happend
5 * Test PDZInfo service
6 * Implement news defined from 2011-06-19 specification:
7     Convenience wrappers for publishing and ceasing government journals
8 * Implement news from 2011-10-16
9     HOTP and TOTP password change
10     NumOfMessages
11 * Test GetMessageAuthor (since 2011-02-05)
12 * Test dmPublishOwnID element to CreateMessage{,Multiple}Message (since
13   2011-02-05)
14 * Provide a mapping from country codes to full English names (to allow
15   binding to Debian ISO 3166 catalogues)
16 * Asynchronous interface
17     Grep for (reentrant|thread) comments
18 * Multithreaded interface
19     Grep for (reentrant|thread) comments
20 * Improve isds_*message() system
21     Allow formatted message appending, preserve deep messages
22 * Make function tests
23     Cover all functions
24     Simulate server?
25 * Test X.509 authentication using hardware engine
26 * Write high level documentation
27     ISDS overview
28     Gather comments from header files
29     Write manual page(s)
30 * I18N
31     Solve UTF-8 vs. locale-encoded logging schism
32 * Find a way how to request for a box creation
33 * Test message is system generated
34 * Make high logic checks optional
35 * Validate XML trees (optional)
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