No description
Find a file
2023-08-11 22:44:56 +02:00
certs Makefile: use SHA-256 when generating default certs keys. 2021-10-13 11:05:12 +02:00
core storemanager: add missing pairs(). 2020-05-03 21:35:35 +02:00
debian Update changelog for version 4.0.3.1 2023-08-11 22:44:56 +02:00
docker Dockerfile: limit version to 3.16. 2023-03-01 10:44:51 +01:00
fallbacks Make copyright referencing evident in the headers. 2013-05-21 17:29:09 +02:00
misc doap.xml: correct versions for XEP-0091/0268. 2023-03-21 11:52:35 +01:00
net net.server_event: last of the serie... 2020-05-01 09:52:48 +02:00
plugins mod_stream_management: add hard threshold for queues. 2023-07-08 14:13:58 +02:00
scripts scripts.logrotate: add delaycompress, (Fixes #228, thanks mbugeia) 2015-05-29 21:19:39 +02:00
templates {...}: refactor Registration API code... 2019-10-20 14:34:19 +02:00
util util.datamanager: error message is "Not supported". 2023-03-25 20:55:29 +01:00
util-src util.pposix: attempt fixing compile error on alpine. 2022-07-18 13:51:09 +02:00
.gitignore Merge tag 'v3.13.4' into debian 2020-04-10 02:34:56 +02:00
configure debian/build: Moar 5.1 -> 5.3 fixes 2023-08-11 22:33:31 +02:00
COPYING Add some licensing/copyright info, you never know. Also stick in the first versioning. (1.0) 2012-09-20 15:41:26 +00:00
DOCUMENTATION DOCUMENTATION, LICENSE, README{.md}: update dates and descriptions. 2018-01-19 20:55:05 +01:00
LICENSE LICENSE: update date, we're in 2023. 2023-03-21 12:10:07 +01:00
Makefile Various tweaks for the new build chain 2022-01-10 22:05:29 +01:00
metronome metronome: better fix for global access in loop(). 2023-03-04 09:11:40 +01:00
metronome.cfg.lua.dist metronome.cfg.lua.dist: fixes #534... 2021-10-14 09:57:48 +02:00
metronome.release metronome.release: set version to 4.0.3. 2023-07-04 14:27:31 +02:00
metronomectl metronomectl: expose metronomectl in _G. 2020-05-02 16:37:40 +02:00
README {...}: update documents. 2020-05-01 21:44:24 +02:00
README.md {...}: update documents. 2020-05-01 21:44:24 +02:00

alt text

This software codebase began as a fork of prosody trunk (to be 0.9) merged with LW.Org's custom patches, initiating from August 7th 2012 (see first commit).

Being mainly based on Prosody a lot of Metronome's code is backport compatible, but as development keeps progressing the majority of the codebase has almost completely diverged from mainstream.

Differences from Prosody are, but not limited to:

  • The Pubsub API and wrapped modules, mod_pubsub and mod_pep
  • The MUC API and wrapper plugins
  • Pluggable MUC configuration
  • Pluggable Routing API
  • Core stack: Modulemanager, Usermanager, Hostmanager, Module API, etc...
  • More aggressive memory usage optimisations
  • Bidirectional S2S Streams
  • Direct TLS S2S Streams and XEP-0368 resolution
  • Dialback errors handling and "DB without DB" (XEP-344)
  • The anonymous auth backend (mod_auth_anonymous & sasl.lua ineherent part)
  • Included plugins, utils
  • SPIM prevention system
  • Hits/blacklist/whitelist based host filtering (mod_gate_guard)
  • In-Band Registration verification and account locking mechanism
  • The HTTP API
  • XEP-0252 support for BOSH's JSON Padding
  • Extensive Microblogging over XMPP support
  • Daemon Control Utility
  • It does have only one server backend being libevent and has a hard dep. on lua-event