1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
|
To Do list for improving features
#################################
To Do
=====
* Enable a decent progress indicator for all upload methods.
Debian bug#835605.
* Implement SFTP support.
* Using which library? python-paramiko? python-asyncssh?
Debian bug#505173.
* Support FTP-over-HTTP for FTP proxy users.
Debian bug#251214.
* Implement pre-upload and post-upload hook directories.
Debian bug#477919.
* Restrict upload types (source, binary etc.) in config.
Debian bug#502633.
Done
====
* Verify GnuPG signature using Python library.
Debian bug#835598.
* Convert to Python 3.
Debian bug#830879.
..
Local variables:
coding: utf-8
mode: text
mode: rst
End:
vim: fileencoding=utf-8 filetype=rst :
|