Wed, 24 May 2017 15:42:39 -0700 Add a "last activity" method to quickly determine when a list was last used. Bump version.
Mahlon E. Smith <mahlon@laika.com> [Wed, 24 May 2017 15:42:39 -0700] rev 24
Add a "last activity" method to quickly determine when a list was last used. Bump version.
Tue, 16 May 2017 22:28:21 -0700 Tag C functions as static to avoid name collisions.
Mahlon E. Smith <mahlon@laika.com> [Tue, 16 May 2017 22:28:21 -0700] rev 23
Tag C functions as static to avoid name collisions. (Thanks Michael.)
Tue, 16 May 2017 16:03:03 -0700 Bump patch version for push.
Mahlon E. Smith <mahlon@laika.com> [Tue, 16 May 2017 16:03:03 -0700] rev 22
Bump patch version for push.
Tue, 16 May 2017 15:57:53 -0700 aaaaaand fix the homepage link. Case matters.
Mahlon E. Smith <mahlon@laika.com> [Tue, 16 May 2017 15:57:53 -0700] rev 21
aaaaaand fix the homepage link. Case matters.
Tue, 16 May 2017 15:52:05 -0700 Fixes for documentation and test directories that didn't make it into the repo.
Mahlon E. Smith <mahlon@laika.com> [Tue, 16 May 2017 15:52:05 -0700] rev 20
Fixes for documentation and test directories that didn't make it into the repo.
Tue, 16 May 2017 13:58:56 -0700 Added tag v1.0.0 for changeset 9aaac749fd9f
Mahlon E. Smith <mahlon@laika.com> [Tue, 16 May 2017 13:58:56 -0700] rev 19
Added tag v1.0.0 for changeset 9aaac749fd9f
Tue, 16 May 2017 13:58:52 -0700 Bump version. v1.0.0
Mahlon E. Smith <mahlon@laika.com> [Tue, 16 May 2017 13:58:52 -0700] rev 18
Bump version.
Tue, 16 May 2017 13:58:34 -0700 Multiple changes.
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.
Fri, 12 May 2017 16:17:41 -0700 Migrate hashing functions to C.
Mahlon E. Smith <mahlon@laika.com> [Fri, 12 May 2017 16:17:41 -0700] rev 16
Migrate hashing functions to C.
Fri, 12 May 2017 11:09:36 -0700 Everything is workin!
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!
Mon, 06 Feb 2017 11:54:16 -0800 Checkpoint commit.
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.
Fri, 03 Feb 2017 10:52:46 -0800 Multiple changes.
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
Wed, 01 Feb 2017 15:35:35 -0800 First round of modernizing after a long absence.
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.
Fri, 05 Sep 2008 23:58:48 +0000 Updated to new build system.
Michael Granger <mgranger@laika.com> [Fri, 05 Sep 2008 23:58:48 +0000] rev 11
Updated to new build system.
Fri, 05 Sep 2008 23:40:52 +0000 Removing docs external
Michael Granger <mgranger@laika.com> [Fri, 05 Sep 2008 23:40:52 +0000] rev 10
Removing docs external
Fri, 05 Sep 2008 23:39:39 +0000 Switching to new build system
Michael Granger <mgranger@laika.com> [Fri, 05 Sep 2008 23:39:39 +0000] rev 9
Switching to new build system
Wed, 06 Aug 2008 17:38:56 +0000 Trying to fix the build again.
Michael Granger <mgranger@laika.com> [Wed, 06 Aug 2008 17:38:56 +0000] rev 8
Trying to fix the build again.
Wed, 06 Aug 2008 17:32:19 +0000 Trying to fix the build by requiring the Darkfish-Rdoc gem.
Michael Granger <mgranger@laika.com> [Wed, 06 Aug 2008 17:32:19 +0000] rev 7
Trying to fix the build by requiring the Darkfish-Rdoc gem.
Wed, 06 Aug 2008 17:24:00 +0000 Checkpoint commit.
Michael Granger <mgranger@laika.com> [Wed, 06 Aug 2008 17:24:00 +0000] rev 6
Checkpoint commit.
Sat, 10 May 2008 01:52:42 +0000 * Added rdoc-generation to the cruise task and the artifacts that get saved
Michael Granger <mgranger@laika.com> [Sat, 10 May 2008 01:52:42 +0000] rev 5
* Added rdoc-generation to the cruise task and the artifacts that get saved * Added Darkfish external and fixed up the RDoc generation task to use it * Factored out the config-file reading from #owner into a generic config reader, and then added some methods to access config values * Fixed the message-file sort block * Added a DRb service daemon: Ezmlm::ListDaemon
Fri, 09 May 2008 17:51:36 +0000 Added more archive-related functions:
Michael Granger <mgranger@laika.com> [Fri, 09 May 2008 17:51:36 +0000] rev 4
Added more archive-related functions: - Fetch the last post to the list - Fetch date/author/subject of the last post to the list - Fetch message count
Thu, 08 May 2008 21:32:18 +0000 Add a test for a customized moderator's directory in the dir/remote file.
Michael Granger <mgranger@laika.com> [Thu, 08 May 2008 21:32:18 +0000] rev 3
Add a test for a customized moderator's directory in the dir/remote file. (with Michael)
Thu, 08 May 2008 21:12:48 +0000 Added more list-config accessors
Michael Granger <mgranger@laika.com> [Thu, 08 May 2008 21:12:48 +0000] rev 2
Added more list-config accessors
Wed, 07 May 2008 18:22:04 +0000 Filled out the project, added Ezmlm module + spec.
Michael Granger <mgranger@laika.com> [Wed, 07 May 2008 18:22:04 +0000] rev 1
Filled out the project, added Ezmlm module + spec.
Tue, 06 May 2008 20:32:57 +0000 Adding base repo directories
Michael Granger <mgranger@laika.com> [Tue, 06 May 2008 20:32:57 +0000] rev 0
Adding base repo directories
(0) tip