mod_muc_rai: Fix to use bare JID where a bare JID is needed
|
Matthew Wild |
2020-07-02 |
mod_muc_markers: Expose is_markable utility function to other modules
|
Matthew Wild |
2020-07-02 |
mod_turncredentials/README: Link to eturnal (thanks Holger)
|
Kim Alvefur |
2020-06-30 |
mod_watch_spam_reports: Fix another whitespace typo
|
Martin Dosch |
2020-06-24 |
mod_watch_spam_reports: Fix ugly whitespace typo
|
Martin Dosch |
2020-06-24 |
mod_watch_spam_reports: Create report message outside of the admin notification loop
|
Martin Dosch |
2020-06-24 |
mod_watch_spam_reports: Show reporters bare JID instead of full JID
|
Martin Dosch |
2020-06-24 |
mod_adhoc_dataforms_demo: Treat 'execute' action as 'next' except in first step
|
Kim Alvefur |
2020-06-23 |
mod_adhoc_dataforms_demo: Fix duplicate field prevention
|
Kim Alvefur |
2020-06-23 |
mod_csi_battery_saver: Ignore CSI actions before resource bind
|
tmolitor |
2020-06-22 |
mod_conversejs: Disable automatic BOSH/WS endpoint discovery
|
Kim Alvefur |
2020-06-18 |
mod_watch_spam_reports: Module to notify admins about incoming XEP-0377 spam reports
|
Martin Dosch |
2020-06-16 |
mod_adhoc_dataforms_demo: Ensure mod_adhoc is loaded
|
Kim Alvefur |
2020-06-11 |
Merge
|
Matthew Wild |
2020-06-10 |
mod_vcard_muc: Fix #1414 issue with nil room being queried when a stanza with a nonexisting MUC localpart was sent
|
Michel Le Bihan |
2020-06-08 |
mod_pubsub_text_interface: Reflect XEP-0334 hints
|
Kim Alvefur |
2020-06-10 |
mod_pubsub_text_interface: Hint at possible commands using XEP-0439: Quick Response
|
Kim Alvefur |
2020-06-10 |
mod_measure_memory: Report that stats are in units of bytes
|
Kim Alvefur |
2020-06-10 |
mod_measure_cpu: Specify units of total CPU time as seconds
|
Kim Alvefur |
2020-06-06 |
mod_http_pep_avatar: Serve multiple avatars with a user/hash syntax
|
Kim Alvefur |
2020-06-02 |
mod_rest: Add support for CBOR
|
Kim Alvefur |
2020-05-29 |
mod_rest: Respond to unknown payload types with HTTP status 415
|
Kim Alvefur |
2020-05-29 |
mod_rest: Map xml:lang to/from JSON
|
Kim Alvefur |
2020-05-29 |
mod_http_muc_log: Add link to room list from logs page
|
Kim Alvefur |
2020-05-26 |
mod_muc_markers: Allow tracking multiple markers
|
Matthew Wild |
2020-05-21 |
mod_muc_markers: luacheck annotation
|
Matthew Wild |
2020-05-21 |
mod_adhoc_groups: Fix check for error on group creation
|
Kim Alvefur |
2020-05-20 |
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 |