Mahlon E. Smith <mahlon@laika.com> [Tue, 16 May 2017 13:58:34 -0700] rev 17
Multiple changes.
- Remove the runtime dependency on rake-compiler.
- Use #rb_str_new instead of #rb_str_new2, the hash character array
isn't null terminated.
- Add various safeguards for object instantiations.
- Remove the 'threaded' options for messages, folding them into
'archived'. If archiving is enabled, so is threading.
- Return nil for lookups from the list object instead of raising
exceptions.
- Open subject indexes with the proper encodings (thanks Michael
Granger!)
- Allow touching and unlinking files to operate on multiple paths
at once, within a single safety() wrap.
Mahlon E. Smith <mahlon@laika.com> [Fri, 12 May 2017 16:17:41 -0700] rev 16
Migrate hashing functions to C.
Mahlon E. Smith <mahlon@laika.com> [Fri, 12 May 2017 11:09:36 -0700] rev 15
Everything is workin!
- Add a corpus of test messages to the spec data, with
the script that generated them.
- Add native objects for Authors, Messages, and Threads.
- Tests!
Mahlon E. Smith <mahlon@laika.com> [Mon, 06 Feb 2017 11:54:16 -0800] rev 14
Checkpoint commit.
- Add the majority of the list behavioral knobs.
- Add some quick helpers that can make list changes
safely (write, unlink, touch)
- Fix tests.
Mahlon E. Smith <mahlon@martini.nu> [Fri, 03 Feb 2017 10:52:46 -0800] rev 13
Multiple changes.
- Start converting from from the old 'config' file format where
applicable.
- Port the ezmlm address hashing algorithm for fast email lookups
- Add subscription and unsubscription for primary and behavioral dirs
- Add a safety check for writes to the list directory
Mahlon E. Smith <mahlon@martini.nu> [Wed, 01 Feb 2017 15:35:35 -0800] rev 12
First round of modernizing after a long absence.
Much work to be done.
Michael Granger <mgranger@laika.com> [Fri, 05 Sep 2008 23:58:48 +0000] rev 11
Updated to new build system.
Michael Granger <mgranger@laika.com> [Fri, 05 Sep 2008 23:40:52 +0000] rev 10
Removing docs external