Skip to content
/ lurker-ng Public

Fork of lurker to keep the mailinglist archive alive with new fixes

Notifications You must be signed in to change notification settings

dyne/lurker-ng

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lurker-NG

Lurker is a great mailman archiver, but is not updated since 2010

Since we use it at Dyne.org we'll try maintain it and fix some bugs

The first urgent one is about clash of unique message ids

So we need a proper random generation using hashing in this file:

https://github.com/dyne/lurker-ng/blob/master/lurker/common/MessageId.cpp

Any contribution welcome.