TechnoBlog
Some computer and technology related musings.

Subscribe to
Posts [Atom]
links open windows
Monday, February 21, 2005
Pan Update

Here's a new snapshot with more tests and some bug fixes.
  • added seperate tests for vserver, group, and article.
  • removed the db test from build since it was superseeded by new tests.
  • no longer assume group name from server is utf8 safe -- may break short names for non-ascii names.
  • bug fixes related to tests.
Things on my TODO list:
  • apply gmime patch.
  • test threading.
Enjoy.

edit: It looks like the gmime patch is an old one that was already applied.


Wednesday, February 09, 2005
Pan Update

Here's another snaphot.
  • added remove_group & related test.
  • stop using second db, now there's just the pan & pan_cache dbs.
  • fixed a few bugs.
  • minor changes to db schema & related code changes.




Wednesday, February 02, 2005
Pan Update

Yet another snapshot, this has no new features to speak of. I just spent some time killing compiler warnings and making the import code use the add_artilcle function. Then I had to spend a couple of days tracking down a couple of crash bugs.