log

age author description
2020-05-05 Kim Alvefur mod_muc_markers: Broadcast current markers on join
2020-05-05 Kim Alvefur mod_muc_markers: Prevent storage instead of broadcast
2020-05-19 Matthew Wild mod_muc_markers: Allow configuration of which marker to track, default to displayed
2020-05-17 Maxime “pep” Buquet mod_easy_invite: backport: ensure session exists before accessing it
2020-05-16 Kim Alvefur mod_easy_invite: Add commands to telnet console
2020-05-16 Kim Alvefur mod_rest/jsonmap: Derive stanza @type from certain payloads
2020-05-14 tastytea mod_extdisco, mod_turncredentials: Note incompatibility in readmes.
2020-05-13 Matthew Wild mod_muc_local_only: New module to restrict a list of MUCs to local users
2020-05-12 Georg Lukas mod_cache_c2s_caps: also log full JID for caps
2020-05-12 Matthew Wild mod_firewall: Ensure file lists are always initialized empty
2020-05-11 Matthew Wild mod_firewall: Add option to ignore missing list files
2020-05-10 Kim Alvefur mod_firewall/test: Print replies to stderr instead of crashing
2020-05-09 Kim Alvefur mod_csi_muc_priorities: Report reason for importance decision
2020-05-09 Kim Alvefur mod_csi_grace_period: Report reason for importance decision
2020-03-29 Kim Alvefur mod_lastlog2: Store last timestamp per account event
2020-05-06 Georg Lukas mod_register_dnsbl_firewall_mark: introduce optional registration_rbl_message with mod_welcome inspired syntax
2020-05-05 Maxime “pep” Buquet mod_muc_occupant_id: Don't store occupant-ids.
2020-05-01 tmolitor mod_smacks: don't send error replys for error stanzas on session timeout
2020-05-01 JC Brand Merge
2020-05-01 JC Brand mod_muc_batched_probe: Call instance method
2020-04-30 Kim Alvefur mod_csi_simple_compat: Module for Prosody 0.11 that adds a setting available from Prosody 0.12
2020-04-30 Kim Alvefur mod_turncredentials/README: HTML comments aren't a thing apparently
2020-04-30 Kim Alvefur mod_turncredentials/README: Hide reTURNManager until it's confirmed to support the rest API
2020-04-30 Kim Alvefur mod_turncredentials/README: Link to some stun/turn implementations (thanks Holger)
2020-04-30 Kim Alvefur mod_turncredentials/README: Markdown syntax normalization
2020-04-30 Kim Alvefur mod_turncredentials/README: Link to credential spec
2020-04-29 JC Brand mod_muc_batched_probe: New module
2020-04-29 JC Brand muc_defaults: Fix setting name
2020-04-28 Matthew Wild mod_muc_rai: Ignore attempts to re-subscribe from the same full JID
2020-04-28 Matthew Wild mod_muc_rai: Use correct stanza kind (message) for initial notification
2020-04-27 Emmanuel Gil Peyrot mod_cloud_notify: Forbid user from registering their own JID as their push server
2019-08-15 Georg Lukas mod_muc_ban_ip: log fallback to module
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