Commit graph

14 commits

Author SHA1 Message Date
f43372e648 Oop, the 'mailinglist' file was leftover from older ezmlm. Not created by ezmlm-make anymore. 2017-05-30 11:08:48 -07:00
33b3c08d75 Add a "last activity" method to quickly determine when a list was last used. Bump version. 2017-05-24 15:42:39 -07:00
c9450e8415 Fixes for documentation and test directories that didn't make it into the repo. 2017-05-16 15:52:05 -07:00
3871084daa 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.
2017-05-16 13:58:34 -07:00
c99bdfe747 Migrate hashing functions to C. 2017-05-12 16:17:41 -07:00
7339802f34 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!
2017-05-12 11:09:36 -07:00
7e2a6fe771 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.
2017-02-06 11:54:16 -08:00
5a524b55bf 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
2017-02-03 10:52:46 -08:00
3f96c8bb0f First round of modernizing after a long absence.
Much work to be done.
2017-02-01 15:35:35 -08:00
Michael Granger
29d8053770 Checkpoint commit. 2008-08-06 17:24:00 +00:00
Michael Granger
cf10ef2d7b * 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
2008-05-10 01:52:42 +00:00
Michael Granger
8ff689e698 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
2008-05-09 17:51:36 +00:00
Michael Granger
132d7471a2 Added more list-config accessors 2008-05-08 21:12:48 +00:00
Michael Granger
00d3974363 Filled out the project, added Ezmlm module + spec. 2008-05-07 18:22:04 +00:00