Commit graph

11 commits

Author SHA1 Message Date
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
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
b711e9db0a Add a test for a customized moderator's directory in the dir/remote file.
(with Michael)
2008-05-08 21:32:18 +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