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 |
mod_nooffline_noerror: Fix for missing log
|
tmolitor |
2020-04-07 |
mod_measure_muc: Collect statistics on Grout Chat
|
kaliko |
2020-04-07 |
Merge commit
|
tmolitor |
2020-04-05 |
mod_smacks: Update documentation and slightly adjust default values
|
tmolitor |
2020-04-05 |
mod_nooffline_noerror: fix error in logging
|
tmolitor |
2020-03-21 |
mod_muc_limits: Add config option to limit to join stanzas only
|
Matthew Wild |
2020-04-03 |
mod_muc_limits: Add [luacheck] annotation to silence unused loop variable warning
|
Matthew Wild |
2020-04-03 |
mod_http_upload/README: User/host arguments to command not optional (thanks kaliko)
|
Kim Alvefur |
2020-03-30 |
mod_http_upload: Show help message if not at least one host/user is given
|
Kim Alvefur |
2020-03-30 |
mod_http_upload: Add some kind of help message to prosodyctl command
|
Kim Alvefur |
2020-03-30 |
mod_http_upload/README: Add example disco_items use
|
Kim Alvefur |
2020-03-30 |
mod_http_upload_external: Discourage loading via modules_enabled
|
Kim Alvefur |
2020-03-30 |
mod_conversejs/README: Add an example of the URL to open
|
Kim Alvefur |
2020-03-30 |
mod_muc_archive: Add fork of mod_muc_log that uses newer storage API
|
JC Brand |
2020-03-27 |
mod_stanzas: tighten up stanza check and add explanatory text
|
JC Brand |
2020-03-27 |
mod_smacks: also count outgoing MAM messages
|
JC Brand |
2020-03-26 |
mod_auth_ldap: Fix broken link to LuaLDAP
|
Kim Alvefur |
2020-03-25 |
mod_rest: Add JSON mapping of XEP-0128: Service Discovery Extensions
|
Kim Alvefur |
2020-03-23 |
mod_prometheus: Ensure mod_http is loaded where the http interface is exposed (thanks Martin)
|
Kim Alvefur |
2020-03-21 |
mod_measure_registration: new module
|
Maxime “pep” Buquet |
2020-03-21 |
mod_muc_hats_*/README: Linkify XEP references
|
Kim Alvefur |
2020-03-19 |
mod_muc_hats_adhoc/README: Change summary to mention ad-hoc commands
|
Kim Alvefur |
2020-03-19 |
mod_muc_hats_adhoc: Ad-hoc commands for adding/removing MUC hats
|
Matthew Wild |
2020-03-19 |
mod_muc_hats_api: New API-only module for managing user hats in MUCs
|
Matthew Wild |
2020-03-19 |
mod_rest/README: Fix adhoc example
|
Kim Alvefur |
2020-03-15 |
mod_muc_occupant_id: Handle MUC-PMs
|
Maxime “pep” Buquet |
2020-03-15 |
mod_cloud_notify: fix link and table layout in readme
|
tmolitor |
2020-03-11 |
mod_cloud_notify: Cleanup code and drop support for prosody 0.9
|
tmolitor |
2020-03-11 |
mod_smacks: fix logging issue in mam eventhandler
|
tmolitor |
2020-03-10 |
mod_log_auth: log hostname, too
|
tmolitor |
2020-03-10 |
mod_cloud_notify: Fix bug in prosody 0.9
|
tmolitor |
2020-03-08 |
Merge commit
|
tmolitor |
2020-03-08 |
mod_smacks_offline: add readme
|
tmolitor |
2020-03-08 |
mod_smacks_noerror: This module is superseded by mod_smacks and mod_nooffline_noerror
|
tmolitor |
2020-03-08 |
mod_smacks_offline: this module is obsoleted by latest mod_smacks update
|
tmolitor |
2020-03-08 |
mod_smacks: handle mam-enabled session internally
|
tmolitor |
2020-03-08 |
mod_http_oauth2: Set content type on successful repsponses (fixes #1501)
|
Kim Alvefur |
2020-03-08 |
mod_rest: Avoid interfering with mod_http_oauth2 errors (fixes #1500)
|
Kim Alvefur |
2020-03-08 |
mod_rest: Fix encoding of simple dataforms
|
Kim Alvefur |
2020-03-07 |
mod_rest: Add an XML error formatter (fixes #1499)
|
Kim Alvefur |
2020-03-07 |
mod_rest: Break out POST errors into a registry
|
Kim Alvefur |
2020-03-07 |
mod_rest: Separate lists of mediatypes for input, output and errors
|
Kim Alvefur |
2020-03-07 |
mod_nooffline_noerror: New module that disables errors for disabled offline storage
|
tmolitor |
2020-03-02 |
mod_http_index: Increase distance between navigation items
|
Kim Alvefur |
2020-02-29 |
mod_rest: Fix routing to self-jid (thanks jonas’)
|
Kim Alvefur |
2020-02-29 |
mod_rest: Advertise "support" for text/plain
|
Kim Alvefur |
2020-02-28 |
mod_rest: Spred array over multiple lines for nicer future diffs
|
Kim Alvefur |
2020-02-28 |
mod_rest: Add JSON mapping of XEP-0039: Statistics Gathering
|
Kim Alvefur |
2020-02-28 |
mod_rest: Move dataforms into structure for more logical code order
|
Kim Alvefur |
2020-02-28 |
mod_reminders: add id to sent reminder
|
marc0s |
2020-02-28 |
mod_http_oauth2: Use component_secret setting as password on Components
|
Kim Alvefur |
2020-02-27 |
mod_http_oauth2: Allow creation of full JID tokens
|
Kim Alvefur |
2020-02-27 |
mod_http_oauth2: Refactor re-joining of JID out of token constructor
|
Kim Alvefur |
2020-02-27 |
mod_reminders: Initial commit for supporting Reminders ProtoXEP
|
marc0s |
2020-02-26 |
mod_muc_occupant_id: Ensure id is added to self-presences, nick changes, etc.
|
Maxime “pep” Buquet |
2020-02-26 |
mod_rest, mod_http_oauth2: Switch from mod_authtokens to mod_tokenauth per Prosody bf81523e2ff4
|
Matthew Wild |
2020-02-26 |
mod_adhoc_dataforms_demo: Add the now required permission mode (#1482)
|
Kim Alvefur |
2020-02-26 |
mod_muc_occupant_id: add TODOs
|
Maxime “pep” Buquet |
2020-02-26 |
mod_rest: Fix another missing switch from array to map in json mapping
|
Kim Alvefur |
2020-02-26 |
mod_rest: Support urlencoded form data (does a subset of JSON mapping)
|
Kim Alvefur |
2020-02-26 |
mod_rest: Add support for token authentication
|
Matthew Wild |
2020-02-26 |
mod_rest: Handle uncaught native errors correctly
|
Matthew Wild |
2020-02-26 |
mod_http_oauth2: Implement real tokens using mod_authtokens
|
Matthew Wild |
2020-02-26 |
mod_rest: Update with namespace and name of XEP-0432
|
Kim Alvefur |
2020-02-25 |
mod_rest: Fix traceback in mapping of adhoc with forms
|
Kim Alvefur |
2020-02-25 |
mod_sasl2: Experimental implementation of XEP-0388
|
Kim Alvefur |
2019-09-27 |
mod_muc_occupant_id: id is an attribute not a text node
|
Maxime “pep” Buquet |
2020-02-25 |
mod_http_oauth2: OAuth2 API (work in progress for developers only)
|
Matthew Wild |
2020-02-23 |
mod_muc_moderation: Broadcast retraction via method that saves it
|
Kim Alvefur |
2020-02-22 |
mod_muc_moderation: Remove debug message
|
Kim Alvefur |
2020-02-22 |
mod_muc_moderation: Add a copyright header
|
Kim Alvefur |
2020-02-22 |
mod_storage_xmlarchive: Bump copyright
|
Kim Alvefur |
2020-02-22 |
mod_storage_xmlarchive: Add a new API similar to map-stores
|
Kim Alvefur |
2020-02-22 |
mod_muc_moderation: Initial commit of XEP-0425: Message Moderation
|
Kim Alvefur |
2020-02-22 |