Commit graph

25 commits

Author SHA1 Message Date
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
b463593c26 Tag C functions as static to avoid name collisions.
(Thanks Michael.)
2017-05-16 22:28:21 -07:00
342ecea1f4 Bump patch version for push. 2017-05-16 16:03:03 -07:00
3c49699aa4 aaaaaand fix the homepage link. Case matters. 2017-05-16 15:57:53 -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
28948e513f Added tag v1.0.0 for changeset 9aaac749fd9f 2017-05-16 13:58:56 -07:00
98186e6ae8 Bump version. 2017-05-16 13:58:52 -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
0c8f66ac29 Updated to new build system. 2008-09-05 23:58:48 +00:00
Michael Granger
bcb0f14ed0 Removing docs external 2008-09-05 23:40:52 +00:00
Michael Granger
26c9e33395 Switching to new build system 2008-09-05 23:39:39 +00:00
Michael Granger
4e9e23789b Trying to fix the build again. 2008-08-06 17:38:56 +00:00
Michael Granger
ebfb86853f Trying to fix the build by requiring the Darkfish-Rdoc gem. 2008-08-06 17:32:19 +00: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
Michael Granger
4b12c97f6b Adding base repo directories 2008-05-06 20:32:57 +00:00