TechnoBlog
Some computer and technology related musings.

Subscribe to
Posts [Atom]
links open windows
Wednesday, March 30, 2005
Pan Update

I've started updating other parts of Pan. Here is a new snapshot.
  • Mostly finished update of filters.
  • Partial update of rules.
  • Various changes to base for the above.
rev. 116


Monday, March 28, 2005
Pan Update

Here's a new snapshot.
  • update message-source.
  • move code for importing old data files into seperate file.
  • remove pan-1i8n.h , glib 2.4 already supports those macros.
rev. 110


Thursday, March 24, 2005
Pan Update

Yet another snapshot.
  • added functions to list the known & missing parts numbers for a multipart.
  • some db work.
  • I think I finished clean_db().
  • CVS merge and related bugfixes.
TODO:
  • update message-source
  • ?
rev. 106


Pan Update

Here's the new snapshot.
  • multi-parts are handled similarly to CVS version.
  • new article test for multiple insertion of article, make sure refs only added once.
  • new test for threading by subject.
  • various related updates and bug fixes.
  • partial update of db cleanup code.
  • article doesn't store subject & author in memory anymore. They are loaded from db as needed. If this turns out to be to slow it's easily modified for ref counted strings or in-memory DB.

rev. 100


Wednesday, March 23, 2005
Pan Status

No new snaphot this time around. I've updated my code to handle multiparts in almost the same way as Charles did. In doing so I've realized that this was a bad way for me to implement it. It requires to many special cases. So I've figured out a simpler way to do it. Once I have the new version done I'll post a snapshot.


Sunday, March 13, 2005
Pan Update

Here's a new snapshot.
  • various bug fixes.
  • added threading.
  • added threading test.
I still need to look over the changes in CVS and incorporate them into this version. Adding import support for the new file format will probably be the hardest part.