Update some entries.
This commit is contained in:
parent
cc769c66ed
commit
b6852571b3
12
TODO
12
TODO
@ -8,10 +8,7 @@ Hey Emacs, this is -*- outline -*- mode!
|
|||||||
* ABI's to break:
|
* ABI's to break:
|
||||||
** I/O and User Data could be made extensible. But this can be done
|
** I/O and User Data could be made extensible. But this can be done
|
||||||
without breaking the ABI hopefully.
|
without breaking the ABI hopefully.
|
||||||
** gpgme_keylist_mode_t should not be an enum. Maybe some other values
|
* All enums that should be enums need to have a maximum value to ensure a certain minimum width for extensibility.
|
||||||
should also not be an enum. All enums that should be enums need to
|
|
||||||
have a maximum value to ensure a certain minimum width for
|
|
||||||
extensibility.
|
|
||||||
** Compatibility interfaces that can be removed in future versions:
|
** Compatibility interfaces that can be removed in future versions:
|
||||||
*** ath compatibility modules.
|
*** ath compatibility modules.
|
||||||
*** gpgme_data_new_from_filepart
|
*** gpgme_data_new_from_filepart
|
||||||
@ -46,13 +43,6 @@ Hey Emacs, this is -*- outline -*- mode!
|
|||||||
** --learn-code support
|
** --learn-code support
|
||||||
This might be integrated with import. we still need to work out how
|
This might be integrated with import. we still need to work out how
|
||||||
to learn a card when gpg and gpgsm have support for smartcards.
|
to learn a card when gpg and gpgsm have support for smartcards.
|
||||||
** How to terminate a pending operation? Something like gpgme_op_reset,
|
|
||||||
but where are you allowed to call it (think callback handlers).
|
|
||||||
Then gpgme_op_*list_end can go. Update: The only place where this
|
|
||||||
can go is returning errors from callback handlers, and a function
|
|
||||||
to be called for example from the user event loop code. The user
|
|
||||||
must observe the threading rules! A blocking thread can not be
|
|
||||||
cancelled.
|
|
||||||
** Might need a stat() for data objects and use it for length param to gpg.
|
** Might need a stat() for data objects and use it for length param to gpg.
|
||||||
** Allow to export secret keys.
|
** Allow to export secret keys.
|
||||||
** Implement support for photo ids.
|
** Implement support for photo ids.
|
||||||
|
Loading…
Reference in New Issue
Block a user