Skip to content
This repository has been archived by the owner on Oct 13, 2019. It is now read-only.
itkovian edited this page Sep 14, 2010 · 4 revisions

hMollom is an implementation in Haskell to access the Mollom API.

At this point, only the basic access functions are implemented, and you need to carry around the state yourself, using a MollomConn structure. There is basic support for error handling, and there is some support for automagically refreshing the server list. However, the refreshed list is not put back into the MollomConn data structure.

Clone this wiki locally