log

age author description
2020-04-27 Georg Lukas mod_firewall: do not log indifferent result
2020-04-27 Georg Lukas mod_register_dnsbl_*: fix DS legacy ipv4 addresses, thx Zash
2020-04-23 Kim Alvefur mod_csi_muc_priorities: Fix bad argument to 'ipairs' on a missing list
2020-04-23 Kim Alvefur mod_s2s_auth_dane: Fix markdown link syntax
2020-04-23 Kim Alvefur mod_s2s_auth_dane: It broke :(
2020-04-23 Matthew Wild mod_auth_custom_http: Unlock globals while loading socket.http
2020-04-22 Kim Alvefur mod_csi_muc_priorities: Adjust indentation
2020-04-21 Kim Alvefur mod_storage_xmlarchive: Update compat table
2020-04-21 tmolitor mod_smacks: remove now unused code
2020-04-20 tmolitor mod_smacks: fix typo in last commit
2020-04-20 tmolitor mod_smacks: better logging for georg
2020-04-20 tmolitor mod_smacks: Fix mam handling
2020-04-19 Kim Alvefur mod_firewall: Remove trailing whitespace
2020-04-19 Kim Alvefur mod_firewall: Use util.envload instead of deprecated loadstring (thanks Martin)
2020-04-19 tmolitor mod_csi_battery_saver: Add Jingle incoming call messages to important, thanks to Wiktor Kwapisiewicz <wiktor@metacode.biz>
2020-04-19 tmolitor mod_cloud_notify: make stanza queue processing faster
2020-04-18 Kim Alvefur Merge
2020-04-16 Wiktor Kwapisiewicz mod_turncredentials: Add 'transport' attribute
2020-04-17 JC Brand Merge
2020-04-17 JC Brand muc_defaults: Add support for the presence_broadcast setting
2020-04-15 Matthew Wild mod_muc_rai: New module to implement Room Activity Indicators
2020-04-13 Kim Alvefur mod_firewall: Fix use of unpack() on Lua 5.3
2020-04-13 Matthew Wild mod_muc_markers: New module for server-side receipt tracking in MUCs
2020-04-12 Kim Alvefur mod_rest: Improve auth error reporting
2020-04-07 tmolitor mod_nooffline_noerror: Fix for missing log
2020-04-07 kaliko mod_measure_muc: Collect statistics on Grout Chat
2020-04-05 tmolitor Merge commit
2020-04-05 tmolitor mod_smacks: Update documentation and slightly adjust default values
2020-03-21 tmolitor mod_nooffline_noerror: fix error in logging
2020-04-03 Matthew Wild mod_muc_limits: Add config option to limit to join stanzas only
2020-04-03 Matthew Wild mod_muc_limits: Add [luacheck] annotation to silence unused loop variable warning
2020-03-30 Kim Alvefur mod_http_upload/README: User/host arguments to command not optional (thanks kaliko)
2020-03-30 Kim Alvefur mod_http_upload: Show help message if not at least one host/user is given
2020-03-30 Kim Alvefur mod_http_upload: Add some kind of help message to prosodyctl command
2020-03-30 Kim Alvefur mod_http_upload/README: Add example disco_items use
2020-03-30 Kim Alvefur mod_http_upload_external: Discourage loading via modules_enabled
2020-03-30 Kim Alvefur mod_conversejs/README: Add an example of the URL to open
2020-03-27 JC Brand mod_muc_archive: Add fork of mod_muc_log that uses newer storage API
2020-03-27 JC Brand mod_stanzas: tighten up stanza check and add explanatory text
2020-03-26 JC Brand mod_smacks: also count outgoing MAM messages
2020-03-25 Kim Alvefur mod_auth_ldap: Fix broken link to LuaLDAP
2020-03-23 Kim Alvefur mod_rest: Add JSON mapping of XEP-0128: Service Discovery Extensions
2020-03-21 Kim Alvefur mod_prometheus: Ensure mod_http is loaded where the http interface is exposed (thanks Martin)
2020-03-21 Maxime “pep” Buquet mod_measure_registration: new module
2020-03-19 Kim Alvefur mod_muc_hats_*/README: Linkify XEP references
2020-03-19 Kim Alvefur mod_muc_hats_adhoc/README: Change summary to mention ad-hoc commands
2020-03-19 Matthew Wild mod_muc_hats_adhoc: Ad-hoc commands for adding/removing MUC hats
2020-03-19 Matthew Wild mod_muc_hats_api: New API-only module for managing user hats in MUCs
2020-03-15 Kim Alvefur mod_rest/README: Fix adhoc example
2020-03-15 Maxime “pep” Buquet mod_muc_occupant_id: Handle MUC-PMs
2020-03-11 tmolitor mod_cloud_notify: fix link and table layout in readme
2020-03-11 tmolitor mod_cloud_notify: Cleanup code and drop support for prosody 0.9
2020-03-10 tmolitor mod_smacks: fix logging issue in mam eventhandler
2020-03-10 tmolitor mod_log_auth: log hostname, too
2020-03-08 tmolitor mod_cloud_notify: Fix bug in prosody 0.9
2020-03-08 tmolitor Merge commit
2020-03-08 tmolitor mod_smacks_offline: add readme
2020-03-08 tmolitor mod_smacks_noerror: This module is superseded by mod_smacks and mod_nooffline_noerror
2020-03-08 tmolitor mod_smacks_offline: this module is obsoleted by latest mod_smacks update
2020-03-08 tmolitor mod_smacks: handle mam-enabled session internally