Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dyne/lurker-ng
Fork of lurker to keep the mailinglist archive alive with new fixes
https://github.com/dyne/lurker-ng
archiver lurker mailinglist mailman
Last synced: about 1 month ago
JSON representation
Fork of lurker to keep the mailinglist archive alive with new fixes
- Host: GitHub
- URL: https://github.com/dyne/lurker-ng
- Owner: dyne
- Created: 2018-04-12T08:11:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-04-12T08:14:03.000Z (over 6 years ago)
- Last Synced: 2024-05-01T09:46:59.135Z (8 months ago)
- Topics: archiver, lurker, mailinglist, mailman
- Language: C++
- Size: 2.47 MB
- Stars: 1
- Watchers: 8
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.