log

age author description
2019-01-20 Kim Alvefur mod_storage_xmlarchive/README: Change example to match Prosodys mod_mam
2019-01-20 Matthew Wild mod_smacks: Fire event on delivery failure/success for each stanza
2019-01-18 Kim Alvefur mod_muc_limits: Fix being unload on trunk
2019-01-18 Nicolas Cedilnik Fix http_auth_check example in README
2019-01-18 Thibaut Girka mod_client_certs: do not crash on plain sockets
2019-01-18 Kim Alvefur mod_http_upload: Fix indentation
2019-01-17 Kim Alvefur mod_presence_dedup: Remove unused variables [luacheck]
2019-01-16 Kim Alvefur mod_measure_cpu: Rename counter metric to avoid name clash (thanks pep.)
2019-01-15 Kim Alvefur mod_slack_webhooks: Fix use with 0.11+ MUC API
2019-01-15 Kim Alvefur mod_http_authentication: Allow HTTP error events to pass through (fixes #1293)
2019-01-14 Kim Alvefur mod_http_upload: Clarify how quotas affect upload requests
2019-01-14 Kim Alvefur mod_http_upload: Document prosodyctl command for expiring uploads
2019-01-14 Kim Alvefur mod_http_upload: Clarify when expiry is checked
2019-01-07 Kim Alvefur mod_log_messages_sql/README: Add pointer towards mod_mam + mod_readonly
2019-01-07 Kim Alvefur mod_readonly: Add a stub README
2019-01-07 Kim Alvefur mod_pubsub_text_interface/README: Fix typo (thanks perflyst)
2019-01-06 Kim Alvefur mod_storage_xmlarchive: Remove compat for old argument order
2019-01-06 Kim Alvefur mod_storage_xmlarchive: Expand description in README
2019-01-06 Kim Alvefur mod_http_pep_avatar: Redirect to prepped username
2019-01-06 Kim Alvefur mod_atom: Apply nodeprep via redirect for cache-friendlyness
2019-01-05 Kim Alvefur mod_measure_cpu: Also report the raw clock value, whatever that is
2019-01-04 Kim Alvefur mod_measure_message_length: Use measure type that actually exists
2019-01-03 Kim Alvefur mod_pubsub_text_interface: Send replies trough normal stanza routing
2019-01-03 Matthew Wild mod_statistics: Fix incorrect parameters to envload (thanks Dan)
2019-01-03 Matthew Wild mod_statistics: top: Use util.envload for 5.2 compatibility
2019-01-03 Kim Alvefur mod_support_room: Module that invites newly registered users to a room
2019-01-03 Kim Alvefur mod_http_pep_avatar: Provides PEP avatars via HTTP
2019-01-03 Kim Alvefur mod_atom: Check whether user exists
2019-01-03 Kim Alvefur mod_atom: Unpack event object
2019-01-02 Kim Alvefur lint: Teach luacheck about the new module:send_iq API
2018-12-31 Kim Alvefur mod_pep_vcard_avatar: Update docs to point at mod_vcard_legacy
2018-12-28 Emmanuel Gil Peyrot mod_bookmarks: Mention that it also works on 0.11.
2018-12-28 Kim Alvefur mod_ignore_host_chatstates: Discard chat state messages sent to a bare host
2018-12-23 Kim Alvefur mod_muc_limits: Simplify bypass for affiliated users
2018-12-23 Kim Alvefur mod_muc_limits: Add support for new MUC API in Prosody 0.11
2018-12-23 Emmanuel Gil Peyrot mod_adhoc_account_management: Reduce indentation of one in the main function.
2018-12-23 Kim Alvefur mod_secure_interfaces: Prevent starttls on connections marked secure (fixes #1274)
2018-12-23 Matthew Wild mod_statistics: Update 'top' to (hopefully) work with Prosody 0.11/Lua 5.2
2018-12-22 Kim Alvefur mod_pubsub_text_interface/README: Add lost _
2018-12-22 Kim Alvefur mod_pubsub_text_interface/README: Add a Compatibility section
2018-12-22 Kim Alvefur mod_pubsub_text_interface/README: Document the 'last' command
2018-12-22 Kim Alvefur mod_pubsub_text_interface/README: Normalize Markdown syntax
2018-12-22 Kim Alvefur mod_pubsub_stats/README: Link to docs for Prosodys statistics
2018-12-22 Kim Alvefur mod_pubsub_stats: Sort summary
2018-12-22 Kim Alvefur mod_pubsub_stats: Generate a textual summary for notifications
2018-12-18 Kim Alvefur mod_bidi: Mark as Stable
2018-12-16 Kim Alvefur mod_offline_email: Allow LuaSocket to pollute the global scope, fixes traceback (*sigh*)
2018-12-13 Kim Alvefur mod_xhtmlim: Turn unknown elements into <span>
2018-12-13 Matthew Wild mod_muc_ban_ip: Improve logging to use session, and log when a ban is enforced
2018-12-11 Kim Alvefur mod_muc_limits: Document brokenness with 0.11.x
2018-12-11 Kim Alvefur mod_motd_sequential: Fix typo (fixes unintentional global access)
2018-12-11 Kim Alvefur mod_motd_sequential: Fix for deprecation of global routing functions (fixes #1258)
2018-12-08 Kim Alvefur mod_prometheus/README: Add line for 0.11 in compat section
2018-12-08 Kim Alvefur mod_minimix: Fix typo in comment
2018-12-06 Matthew Wild mod_devices: New module for device identification
2018-12-05 Matthew Wild mod_csi: Update README
2018-12-05 Matthew Wild mod_csi: Backport 989cf872d5c0 from Prosody 0.11 to preserve compatibility
2018-12-01 Kim Alvefur Merge with goffi
2018-12-01 Kim Alvefur mod_s2s_auth_monkeysphere: Remove blocking mode (simplifes code) (not tested)
2018-12-01 Kim Alvefur mod_s2s_auth_monkeysphere/README: Normalize markdown