TODO 719 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. To Do list for improving features
  2. #################################
  3. To Do
  4. =====
  5. * Enable a decent progress indicator for all upload methods.
  6. Debian bug#835605.
  7. * Implement SFTP support using python-paramiko.
  8. Debian bug#505173.
  9. * Support FTP-over-HTTP for FTP proxy users.
  10. Debian bug#251214.
  11. * Implement pre-upload and post-upload hook directories.
  12. Debian bug#477919.
  13. * Restrict upload types (source, binary etc.) in config.
  14. Debian bug#502633.
  15. * Convert to Python 3.
  16. Debian bug#830879.
  17. Done
  18. ====
  19. * Verify GnuPG signature using Python library.
  20. Debian bug#835598.
  21. ..
  22. Local variables:
  23. coding: utf-8
  24. mode: text
  25. mode: rst
  26. End:
  27. vim: fileencoding=utf-8 filetype=rst :