-
2.1.0 - The Meta edition Stable
released this
2021-11-13 20:59:53 +00:00 | 12 commits to master since this releaseDoes not contain faceborks.
Changes
- The module now automatically stores a metadata document for each channel, which contains the paths of the first and last daily archive.
Downloads
-
2.0.0 Stable
released this
2021-09-13 12:08:10 +00:00 | 19 commits to master since this releaseThis release changes the data model and folder paths slightly, in order to be independent of protocols, and removing the unnecessary reliance on custom server/service IDs/names (relying on domain names instead).
Breaking changes
archive.server
is nowarchive.service
, with properties changed toprotocol
anddomain
- Folder paths changed from
chat-messages/${server.name}/channels/...
tochat-messages/${service.domain}/channels/...
- No more
ircURI
orxmppMUC
- Move source repo from GitHub to Kosmos Gitea
Enhancements
- Update Webpack and related dependencies to latest versions
- Add proper README
- Move source to src directory
- Update JavaScript syntax
- Update package metadata
Downloads