-
Apache Foundation has already done this kind of work: http://www.koders.com/java/fid1B7DDFF2345D000810CC2E87852E3D560E0DE12E.aspx?s=UUEncoder.
2007-04-13 13:03:42 UTC by schwarzer_peter
-
JUsenet should support decoding of binary files in newsgroups. 3 modes should be available:
+ UUencoding
+ Base64
+ yEnc
The encoding could use a plugin mechanism or be hardcoded into the application.
2007-04-13 10:46:07 UTC by schwarzer_peter
-
In the last days I had some issues with the SVN repository. I couldn't manage to upload right from my eclipse workspace, so I had to delete all stuff every now and then. Yesterday I did it again to cleanup the repository for v0.0.4, which is in the queue for this weekend.
So if you want to checkup the SVN sources, please be aware that the repository could change dramatically. Later - when the...
2007-03-16 15:14:18 UTC by schwarzer_peter
-
Getting new articles is halfway fixed. There is an issue with the Date saved as lastUpdate in Group. It is *not* NNTP conform for the first time it is set. If you update twice, the Date will be correct. With the 2nd update you get the new articles then.
Needs to be fixed: Save a correct date for newly fetched groups. Or do not save any Date, query the server without a date and it will return...
2007-03-15 22:59:09 UTC by schwarzer_peter
-
Improve the Preferences dialog to not only hold server information,but some other tabs as well:
Server
GUI (Preferences dialog, Threaded stuff with progress)
Posting (Custom Headers)
Retrieving (FULL, HEAD)
2007-03-15 22:28:35 UTC by schwarzer_peter
-
This is a major need:
Get only new articles from selected Group. Use Group#getLastUpdate() to check. If not set, ask the user for a Date.
2007-03-15 22:24:35 UTC by schwarzer_peter
-
Fixed.
Now headers are correctly split and saved in Article. On Request you can get all headers or only important (Author, Sent, Message-ID, Subject).
2007-03-15 22:21:11 UTC by schwarzer_peter
-
schwarzer_peter committed revision 24 to the jUsenet SVN repository, changing 150 files.
2007-03-15 22:13:37 UTC by schwarzer_peter
-
schwarzer_peter committed revision 23 to the jUsenet SVN repository, changing 1 files.
2007-03-15 22:00:00 UTC by schwarzer_peter
-
schwarzer_peter committed revision 22 to the jUsenet SVN repository, changing 2 files.
2007-03-15 21:58:07 UTC by schwarzer_peter