diff options
l--------- | README | 1 | ||||
l--------- | README.md | 1 | ||||
-rw-r--r-- | TODO.csv | 14 | ||||
-rw-r--r-- | index.md | 3 |
4 files changed, 17 insertions, 2 deletions
@@ -1 +0,0 @@ -index.mdwn
\ No newline at end of file diff --git a/README.md b/README.md new file mode 120000 index 0000000..dd0ea36 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +index.md
\ No newline at end of file diff --git a/TODO.csv b/TODO.csv new file mode 100644 index 0000000..c47619e --- /dev/null +++ b/TODO.csv @@ -0,0 +1,14 @@ +ticket,summary,component,version,milestone,type,owner,status,created,_changetime,_description,_reporter
+1,Tests,,,,task,,new,2010-03-06T12:21:37-03:00,2010-03-06T12:26:31-03:00,Test the script um various platforms.,rhatto
+2,Anti-replay scheme,,,,task,,new,2010-03-06T12:21:37-03:00,2010-03-06T12:26:31-03:00,Option to store sha1sums of the whole messages so firma can check wheter a message was sent to the list preventing replay attacks.,rhatto
+3,Hidden recipient,,,,task,,new,2010-03-06T12:21:37-03:00,2010-03-06T12:26:31-03:00,Test wheter --hidden-recipient works,rhatto
+4,Archiving support,,,,task,,new,2010-03-06T12:21:37-03:00,2010-03-06T12:26:31-03:00,Email archiving support using a key whoose JUST its public counterpart is on the server. Archive in mbox html or txt format. Use the following vars: ARCHIVE_DIR ARCHIVE_KEY & ARCHIVE_FORMAT We must think in a way that its not possible to make a conclusion on list traffic based on archive size or think in some way that the filenames are random strings.,rhatto
+5,i18n support,,,,task,,new,2010-03-06T12:21:37-03:00,2010-03-06T12:26:31-03:00,Internationalization support for all strings.,rhatto
+6,PASSWD complexity checking,,,,task,,new,2010-03-06T12:21:37-03:00,2010-03-06T12:26:31-03:00,Complexity checking for sequences like 123456... abcdefg... 111111... etc and maybe an entropy calculation using awk and other apps?,rhatto
+7,Installer or self-installer,,,,task,,new,2010-03-06T12:21:37-03:00,2010-03-06T12:26:31-03:00,Create a install or self-install procedure.,rhatto
+8,PGP/MIME,,,,task,,new,2010-03-06T12:21:37-03:00,2010-03-06T12:26:31-03:00,Add PGP/MIME support to firma. This will fix several problems with charset when reading an email sent to a firma mailing list.,rhatto
+9,Write README,,,,task,,new,2010-03-06T12:21:37-03:00,2010-03-06T12:26:31-03:00,Write README and INSTALL portuguese and english versions.,rhatto
+10,Message delivery randomization,,,,task,,new,2010-03-06T12:21:37-03:00,2010-03-06T12:26:31-03:00,Option to wait a random period in the interval between sending a message to a user and another to make hard to a sniffer to track list traffic and threads.,rhatto
+11,Forward secrecy / key regeneration,,,,task,,new,2010-03-06T12:21:37-03:00,2010-03-06T12:26:31-03:00,Generate a new key and purge the current every N days so the list get some forward secrecy.,rhatto
+12,gpg-agent support,,,,task,,new,2010-03-06T12:21:37-03:00,2010-03-06T12:26:31-03:00,Suport for gpg-agent so the list secret key password doesnt need to be in the config file but on memory.,rhatto
+13,Add listname-request UID at list pubkey,,,,task,,new,2010-03-06T12:21:37-03:00,2010-03-06T12:26:31-03:00,Add a listname-request@domain.tld UID at the list pubkey so sending an email to the admin interface gets easier; optionally make the "request" field configurable so one can choose whathever listname-SUFFIX to the list admin address. Also make sure this new recipient isn't going to receive regular list messages :),rhatto
@@ -1,7 +1,8 @@ [[!meta title="Firma: encrypted mailing list manager"]] * Project page: [https://firma.fluxo.info](https://firma.fluxo.info) -* Issue tracker: [https://firma.fluxo.info/trac](https://firma.fluxo.info/trac) +* Current issue tracker: check `TODO.csv` in the repository. +* Archived issue tracker: [https://firma.fluxo.info/trac](https://firma.fluxo.info/trac) * [Changelog](CHANGELOG) * [License](COPYING): GNU GPL v2 * [Guidelines](GUIDELINES) |