Code

Current Mood:
Vegetable Medley emoticon
Vegetable Medley

Code I’ve written or contributed to.

(There is more that needs to be here, I’m still updating this page.)

I wrote a quick and dirty implementation of TEA in Python which can be found here.

I started and maintain the TrophyIM project

Wordpress plugins can be found here.

I’m currently helping develop XMPPHP.

I wrote two scripts for Postfix.

  • UPDATED 9/2/2004

mfinger.pl is a Maildir capable alternative to the classic finger utility.
Normally, if you are using maildirs to store E-mail on a system, finger cannot tell you the usual information like:
whether or not that user has new mail
or when mail was last checked.
This script attempts to re-create that functionality.


  • UPDATED 1/10/2004

maildirquota-policy.pl is a policy server that checks a user’s quota and reject the mail if they are over quota, or if the E-mail would put them over quota.
It is VERY beta.
It was written for a very specific setup, specifically one where the only part of the quota that is payed attention to is the byte limit.
It won’t work for file count limits in the quota file, but can easily be made to do so.
If any one does do that, please send me the patch to update the code.