mod_adhoc_groups: Fix responding with "You are already in this group." (was never sent before)
|
Karol Topolski |
2020-05-20 |
mod_measure_message_e2ee/README: Fix typo
|
Kim Alvefur |
2020-05-20 |
mod_measure_message_e2ee: Add a warning for small servers leaking user behaviour.
|
Emmanuel Gil Peyrot |
2020-05-20 |
mod_muc_block_pm: Don't respond to error stanzas
|
JC Brand |
2020-05-20 |
mod_muc_markers: Broadcast current markers on join
|
Kim Alvefur |
2020-05-05 |
mod_muc_markers: Prevent storage instead of broadcast
|
Kim Alvefur |
2020-05-05 |
mod_muc_markers: Allow configuration of which marker to track, default to displayed
|
Matthew Wild |
2020-05-19 |
mod_easy_invite: backport: ensure session exists before accessing it
|
Maxime “pep” Buquet |
2020-05-17 |
mod_easy_invite: Add commands to telnet console
|
Kim Alvefur |
2020-05-16 |
mod_rest/jsonmap: Derive stanza @type from certain payloads
|
Kim Alvefur |
2020-05-16 |
mod_extdisco, mod_turncredentials: Note incompatibility in readmes.
|
tastytea |
2020-05-14 |
mod_muc_local_only: New module to restrict a list of MUCs to local users
|
Matthew Wild |
2020-05-13 |
mod_cache_c2s_caps: also log full JID for caps
|
Georg Lukas |
2020-05-12 |
mod_firewall: Ensure file lists are always initialized empty
|
Matthew Wild |
2020-05-12 |
mod_firewall: Add option to ignore missing list files
|
Matthew Wild |
2020-05-11 |
mod_firewall/test: Print replies to stderr instead of crashing
|
Kim Alvefur |
2020-05-10 |
mod_csi_muc_priorities: Report reason for importance decision
|
Kim Alvefur |
2020-05-09 |
mod_csi_grace_period: Report reason for importance decision
|
Kim Alvefur |
2020-05-09 |
mod_lastlog2: Store last timestamp per account event
|
Kim Alvefur |
2020-03-29 |
mod_register_dnsbl_firewall_mark: introduce optional registration_rbl_message with mod_welcome inspired syntax
|
Georg Lukas |
2020-05-06 |
mod_muc_occupant_id: Don't store occupant-ids.
|
Maxime “pep” Buquet |
2020-05-05 |
mod_smacks: don't send error replys for error stanzas on session timeout
|
tmolitor |
2020-05-01 |
Merge
|
JC Brand |
2020-05-01 |
mod_muc_batched_probe: Call instance method
|
JC Brand |
2020-05-01 |
mod_csi_simple_compat: Module for Prosody 0.11 that adds a setting available from Prosody 0.12
|
Kim Alvefur |
2020-04-30 |
mod_turncredentials/README: HTML comments aren't a thing apparently
|
Kim Alvefur |
2020-04-30 |
mod_turncredentials/README: Hide reTURNManager until it's confirmed to support the rest API
|
Kim Alvefur |
2020-04-30 |
mod_turncredentials/README: Link to some stun/turn implementations (thanks Holger)
|
Kim Alvefur |
2020-04-30 |
mod_turncredentials/README: Markdown syntax normalization
|
Kim Alvefur |
2020-04-30 |
mod_turncredentials/README: Link to credential spec
|
Kim Alvefur |
2020-04-30 |
mod_muc_batched_probe: New module
|
JC Brand |
2020-04-29 |
muc_defaults: Fix setting name
|
JC Brand |
2020-04-29 |
mod_muc_rai: Ignore attempts to re-subscribe from the same full JID
|
Matthew Wild |
2020-04-28 |
mod_muc_rai: Use correct stanza kind (message) for initial notification
|
Matthew Wild |
2020-04-28 |
mod_cloud_notify: Forbid user from registering their own JID as their push server
|
Emmanuel Gil Peyrot |
2020-04-27 |
mod_muc_ban_ip: log fallback to module
|
Georg Lukas |
2019-08-15 |
mod_firewall: do not log indifferent result
|
Georg Lukas |
2020-04-27 |
mod_register_dnsbl_*: fix DS legacy ipv4 addresses, thx Zash
|
Georg Lukas |
2020-04-27 |
mod_csi_muc_priorities: Fix bad argument to 'ipairs' on a missing list
|
Kim Alvefur |
2020-04-23 |
mod_s2s_auth_dane: Fix markdown link syntax
|
Kim Alvefur |
2020-04-23 |
mod_s2s_auth_dane: It broke :(
|
Kim Alvefur |
2020-04-23 |
mod_auth_custom_http: Unlock globals while loading socket.http
|
Matthew Wild |
2020-04-23 |
mod_csi_muc_priorities: Adjust indentation
|
Kim Alvefur |
2020-04-22 |
mod_storage_xmlarchive: Update compat table
|
Kim Alvefur |
2020-04-21 |
mod_smacks: remove now unused code
|
tmolitor |
2020-04-21 |
mod_smacks: fix typo in last commit
|
tmolitor |
2020-04-20 |
mod_smacks: better logging for georg
|
tmolitor |
2020-04-20 |
mod_smacks: Fix mam handling
|
tmolitor |
2020-04-20 |
mod_firewall: Remove trailing whitespace
|
Kim Alvefur |
2020-04-19 |
mod_firewall: Use util.envload instead of deprecated loadstring (thanks Martin)
|
Kim Alvefur |
2020-04-19 |
mod_csi_battery_saver: Add Jingle incoming call messages to important, thanks to Wiktor Kwapisiewicz <wiktor@metacode.biz>
|
tmolitor |
2020-04-19 |
mod_cloud_notify: make stanza queue processing faster
|
tmolitor |
2020-04-19 |
Merge
|
Kim Alvefur |
2020-04-18 |
mod_turncredentials: Add 'transport' attribute
|
Wiktor Kwapisiewicz |
2020-04-16 |
Merge
|
JC Brand |
2020-04-17 |
muc_defaults: Add support for the presence_broadcast setting
|
JC Brand |
2020-04-17 |
mod_muc_rai: New module to implement Room Activity Indicators
|
Matthew Wild |
2020-04-15 |
mod_firewall: Fix use of unpack() on Lua 5.3
|
Kim Alvefur |
2020-04-13 |
mod_muc_markers: New module for server-side receipt tracking in MUCs
|
Matthew Wild |
2020-04-13 |
mod_rest: Improve auth error reporting
|
Kim Alvefur |
2020-04-12 |