log

age author description
2020-10-16 Kim Alvefur mod_s2s_keepalive: Fix response handler (thanks Ge0rG)
2020-10-16 Matthew Wild mod_invites_page: Change client selection button text from 'Install' to 'Select' by default
2020-10-16 Matthew Wild mod_invites_page: Remove preauth URI button
2020-10-15 Kim Alvefur mod_conversejs: Add comments about default settings
2020-10-15 Kim Alvefur mod_conversejs/README: Complete list of auto-injected settings
2020-10-15 Kim Alvefur mod_conversejs/README: Add text about preventing auto-load of mod_bosh/ws
2020-10-15 Kim Alvefur mod_conversejs: Tweak wording
2020-10-15 Matthew Wild mod_log_ringbuffer: New module to send logs to an in-memory ringbuffer
2020-10-14 Kim Alvefur mod_s2s_keepalive: Fix name of timestamp function
2020-10-14 Kim Alvefur mod_s2s_keepalive: Use timestamp as iq @id
2020-10-14 Kim Alvefur mod_welcome_page/html: Containerize the Jumbotron!
2020-10-14 Matthew Wild mod_invites_page: Fix table in README (thanks Ge0rG)
2020-10-14 Kim Alvefur mod_welcome_page/html: Fix closing div tag!
2020-10-13 Kim Alvefur mod_http_index: Remove unused CSS class
2020-10-13 Kim Alvefur mod_http_index,muc_log: More CSS tweaks
2020-10-12 Kim Alvefur mod_admin_web: Add a title for mod_http_index
2020-10-12 Kim Alvefur mod_http_index,mod_http_muc_log: Tweak again
2020-10-12 Kim Alvefur mod_http_index, mod_http_muc_log: Tweak navigation element margins
2020-10-12 Kim Alvefur mod_http_index: Copy style from mod_http_muc_log (inc dark theme!)
2020-10-12 Kim Alvefur mod_welcome_page: Serve from top level path (/) by default
2020-10-12 Kim Alvefur mod_welcome_page/html: Fix form target if path isn't /
2020-10-12 JC Brand Merge
2020-10-12 JC Brand muc_batched_probe: don't return too quickly
2020-10-12 tmolitor mod_smacks: don't store mam results in offline store
2020-10-12 JC Brand mod_muc_batched_probe: don't rely on mt_room:respond_to_probe method
2020-10-10 Kim Alvefur mod_register_apps: Fix removal of apps from array on unload
2020-10-10 Kim Alvefur mod_register_apps: Ignore the long lines [luacheck]
2020-10-09 Kim Alvefur Back out a8aacfbdaea9: Not needed since change in trunk
2020-10-09 Matthew Wild mod_welcome_page: New module to provide a friendly entrypoint to invite-based setups
2020-10-08 Kim Alvefur mod_register_apps: Point out assets/ directory for packaging
2020-10-08 Kim Alvefur mod_http_muc_log: Move template into a directory to ease packaging
2020-10-08 Kim Alvefur mod_admin_web: Really fix luarocks build spec
2020-10-08 Kim Alvefur mod_admin_web: Serve resources from resource path in trunk/0.11
2020-10-08 Kim Alvefur mod_admin_web: Include build instructions in metadata
2020-10-07 Matthew Wild mod_register_apps: Add setup instructions for Beagle IM
2020-10-06 Kim Alvefur mod_muc_moderation: Improve error message to be more helpful
2020-10-06 Matthew Wild mod_conversejs: Automatically register as a site app (see mod_register_apps)
2020-10-06 Matthew Wild mod_invites_register_web: Support a 'login_link_format' for apps, redirected to after successful registration
2020-10-06 Matthew Wild mod_invites_register_web: Fix bug where invalid invite code redirected to wrong URL
2020-10-06 Matthew Wild mod_invites_register_web: Tweak layout and text of web chat CTA
2020-10-06 Matthew Wild mod_invites_page: Always display web clients regardless of detected platform
2020-10-06 Matthew Wild mod_register_apps: Add support for module:provides("site-app", app_info)
2020-10-06 Matthew Wild mod_register_apps: Add logo for Converse.js
2020-10-05 Kim Alvefur mod_firewall: Add packaging metadata to include libraries
2020-10-05 Kim Alvefur mod_rest: Add packaging metadata to include jsonmap lib and examples
2020-10-05 Matthew Wild mod_invites_register_web: Support linking to a web chat after successful registration
2020-10-01 Kim Alvefur mod_conversejs: Hint that templates should be copied into packages
2020-10-01 Kim Alvefur mod_conversejs: Move templates into a directory for easier install
2020-10-01 Seve Ferrer mod_muc_inject_mentions: Add new configuration setting to choose between registered nicknames or online participants
2020-09-30 Seve Ferrer mod_muc_inject_mentions: Add new configuration setting to strip out prefixes from mentions
2020-09-29 Seve Ferrer mod_muc_inject_mentions: Should not append mentions by default
2020-09-29 Seve Ferrer mod_muc_inject_mentions: Add new configuration setting to look for mentions even if the client sent some already
2020-09-28 Seve Ferrer mod_muc_inject_mentions: Update README explainig mention_delimiters setting
2020-09-28 Seve Ferrer mod_muc_inject_mentions: Improve mentions lookup by using a set instead of a list
2020-09-30 Matthew Wild mod_auth_http: Fix unfinished sentence in
2020-09-30 Matthew Wild mod_auth_http: Yet another module to authenticate against a HTTP service
2020-09-28 Seve Ferrer Update local repository
2020-09-28 Seve Ferrer mod_muc_inject_mentions: Refactor code using in_list utility function to improve readability
2020-09-26 Kim Alvefur Merge
2020-09-25 Kim Alvefur mod_conversejs: Generate 'assets_path' to fix locating certain resources
2020-09-21 Christian Weiske Improve mod_firewall readme
2020-09-23 tmolitor mod_cloud_notify: fix comment text
2020-09-21 Kim Alvefur mod_easy_invite: Highlight deprecation notice
2020-09-21 Matthew Wild mod_firewall: Update another chain name for consistency
2020-09-21 Matthew Wild mod_firewall: Update chain name for consistency
2020-09-20 Kim Alvefur mod_conversejs: Enable serving resources from built-in http server
2020-09-20 Matthew Wild mod_firewall: Add jabberspam-simple-blocklist.pfw and spam-blocklists.pfw
2020-09-20 Seve Ferrer mod_muc_inject_mentions: Catch nicknames between new lines
2020-09-20 Seve Ferrer mod_muc_inject_mentions: Allow suffixes to be used after a new line
2020-09-20 Seve Ferrer mod_muc_inject_mentions: Allow suffixes to be used before a new line
2020-09-20 Seve Ferrer mod_muc_inject_mentions: Allow preffixes to be used after a new line
2020-09-20 Seve Ferrer mod_muc_inject_mentions: (W311) value assigned to variable _first is overwritten on line 104 before use
2020-09-20 Seve Ferrer mod_muc_inject_mentions: (W211) unused variable node, (W211) unused variable host
2020-09-20 Seve Ferrer mod_muc_inject_mentions: (W213) unused loop variable i
2020-09-20 Seve Ferrer mod_muc_inject_mentions: Publish module to repository
2018-08-17 Kim Alvefur mod_muc_search: Some changes predating version control
2018-08-17 Kim Alvefur mod_muc_search: Implementation of the search.jabber.network XMPP API
2020-09-15 Kim Alvefur mod_invites_register_web: Include html resources in rock
2020-09-15 Matthew Wild mod_invites_page: Fix platform detection and don't show empty list of clients for unknown platforms
2020-09-15 Matthew Wild mod_invites_page: Add alt text to invalid invite image
2020-09-15 Matthew Wild mod_invites_page: Apply fixes from invite page to client URI page
2020-09-15 Matthew Wild mod_invites_page: Remove h-100 that was preventing uri-cta from being tapped on Fennec (thanks meaz)
2020-09-15 Matthew Wild mod_invites_page: Some HTML fixes to please the W3C validator
2020-09-15 Matthew Wild mod_invites_page, mod_invites_register_web: Set correct Content-Type everywhere necessary
2020-09-15 Matthew Wild mod_firewall: spam-blocking.pfw: allow subscription acks through
2020-09-15 Matthew Wild mod_firewall: Add checkcerts option for HTTP lists, cert verification disabled when SNI unsupported
2020-09-15 Matthew Wild mod_firewall: Add docs for list types and parameters
2020-09-14 Matthew Wild mod_invites_page: Fix HTML syntax error
2020-09-14 Matthew Wild mod_invites_page: Fix incorrect use of <button> (thanks Martin)
2020-09-14 Matthew Wild mod_invites_page: Fix indentation and mismatched <div> tag (thanks Martin)
2020-09-14 Maxime “pep” Buquet mod_muc_occupant_id: remove Stage-Alpha label
2020-09-14 Matthew Wild mod_invites_register: Fix traceback for non-invite registrations
2020-09-14 Kim Alvefur mod_invites_register: Fix traceback on registration via other module (thanks franck)
2020-09-14 Matthew Wild mod_invites_register_web: Also add ip to user-registered
2020-09-14 Matthew Wild mod_register_dnsbl: Handle missing session in user-registering event (thanks meaz)
2020-09-14 Matthew Wild mod_invites_register_web: Include request.ip in user-registering event (thanks franck)
2020-09-14 Matthew Wild mod_invites_page: Add Link header for URI with rel=alternate
2020-09-13 Matthew Wild mod_invites_api: New module to create new invites over HTTP
2020-09-12 Kim Alvefur mod_register_apps: Prevent traceback if hide_apps is unset (thanks meaz)
2020-09-12 Matthew Wild mod_register_apps: Add site_apps_show and site_apps_hide options (thanks meaz)
2020-09-12 Matthew Wild mod_invites_register_web: Fix traceback on missing query params
2020-09-12 Matthew Wild mod_register_apps: Don't duplicate client entries on module reload
2020-09-11 Matthew Wild mod_register_apps: Add missing docs
2020-09-11 Kim Alvefur various: Update dependencies
2020-09-11 Matthew Wild mod_invites_register_web: Remove dependency on mod_easy_invite
2020-09-11 Matthew Wild mod_invites_page: Remove dependency on mod_invites_register_web
2020-09-11 Matthew Wild mod_invites_register: New module to allow IBR with invite tokens
2020-09-11 Kim Alvefur various: Dependency metadata needs the mod_ prefix
2020-09-11 Kim Alvefur various: Add some dependency metadata
2020-09-11 Kim Alvefur mod_lastlog2: Fix reporting of IP address (thanks Ge0rG)
2020-09-11 Kim Alvefur mod_lastlog2: Fix 'registered' event (Thanks Ge0rG)
2020-09-11 Kim Alvefur mod_muc_media_metadata: Bootstrap warning box
2020-09-11 Matthew Wild mod_muc_media_metadata: Add alpha tag and experimental warning
2020-09-11 Matthew Wild mod_invite: Add deprecation note and tag
2020-09-11 Matthew Wild mod_easy_invite: Add deprecation note and tag
2020-09-11 Matthew Wild mod_invites: Update documentation
2020-09-11 Matthew Wild mod_invites: Absorb shell and prosodyctl commands from mod_easy_invite
2020-09-11 Matthew Wild mod_http_libjs: Add compatibility with Prosody 0.11.x
2020-09-11 Matthew Wild mod_invites_page: New module to generate landing page for invites
2020-09-11 Matthew Wild mod_invites_register_web: New module to allow web registration with an invite token
2020-09-11 Matthew Wild mod_invites_adhoc: New module to allow invite creation via ad-hoc commands (XEP-0401)
2020-09-10 Matthew Wild mod_register_apps: Provides a configurable list of XMPP apps
2020-09-10 Kim Alvefur mod_easy_invite: Add a touch of dependency info
2020-09-08 marc0s mod_muc_notifications: adapt to MUC get_name() API changes
2020-09-07 Matthew Wild mod_easy_invite: Remove hard dependency on mod_invites_page and allow configuration of different landing page module
2020-09-07 Matthew Wild mod_http_libjs: New module to serve common CSS/Javascript libraries
2020-09-07 Matthew Wild mod_easy_invite: Rewrite prosodyctl command handler to support new features (from Snikket)
2020-09-07 Matthew Wild mod_easy_invite: Allow account reset invites
2020-09-07 Matthew Wild mod_easy_invite: Allow setting account roles from associated invite (from Snikket)
2020-09-07 Matthew Wild mod_easy_invite: Add code comment (from Snikket)
2020-09-07 Matthew Wild mod_easy_invite: Minor refactoring to begin merging additional changes from Snikket
2020-09-07 Matthew Wild mod_invites: Fix potential traceback when invalid token used (from Snikket)
2020-09-07 Matthew Wild mod_invites: Whitespace (from Snikket)
2020-09-07 Matthew Wild mod_invites: Include invite type and uri in validated invites (from Snikket)
2020-09-07 Matthew Wild mod_invites: Add API to create account reset invites (from Snikket)
2020-09-07 Matthew Wild mod_invites: Allow inclusion of 'additional data' in invites (from Snikket)
2020-08-25 Matthew Wild mod_http_upload: Log warning when loaded on user host
2020-08-22 Kim Alvefur mod_external_service: Include for users of older versions of Prosody
2020-08-19 Matthew Wild mod_muc_rai: Ignore presence to host that doesn't contain the <rai/> element
2020-08-18 Emmanuel Gil Peyrot mod_http_muc_log: Add a dark theme when the user asked for that.
2020-08-05 Matthew Wild mod_firewall: Fix example in README to use |host (thanks DebXWoody)
2020-08-05 Matthew Wild mod_muc_markers: Add room JID to log message
2020-07-26 Kim Alvefur mod_http_upload/README: Fix typo (thanks bjoernb)
2020-07-20 Kim Alvefur mod_rest/README: Remove last trace of older credential option
2020-07-20 Kim Alvefur mod_rest/README: Mention OAuth
2020-07-20 Kim Alvefur mod_rest/README: Describe use on VirtualHosts
2020-07-20 Kim Alvefur mod_rest: Add support for form-encoded output
2020-07-07 Matthew Wild mod_muc_markers: replace configurable multi-marker tracking with better system
2020-07-07 Martin Dosch mod_watch_spam_reports: Move stage from alpha to beta
2020-07-07 Martin Dosch mod_watch_spam_reports: Add compatibility section
2020-07-07 Martin Dosch mod_watch_spam_reports: Document dependency on mod_spam_reporting
2020-07-03 Martin Dosch mod_watch_spam_reports: Define variable prior to using it
2020-07-02 Matthew Wild mod_muc_rai: Add debug logging
2020-07-02 Matthew Wild mod_muc_rai: Fix to correctly extract the archive id
2020-07-02 Matthew Wild mod_muc_rai: Don't store/modify existing table to track rooms
2020-07-02 Matthew Wild mod_muc_rai: Fix to use bare JID where a bare JID is needed
2020-07-02 Matthew Wild mod_muc_markers: Expose is_markable utility function to other modules
2020-06-30 Kim Alvefur mod_turncredentials/README: Link to eturnal (thanks Holger)
2020-06-24 Martin Dosch mod_watch_spam_reports: Fix another whitespace typo
2020-06-24 Martin Dosch mod_watch_spam_reports: Fix ugly whitespace typo
2020-06-24 Martin Dosch mod_watch_spam_reports: Create report message outside of the admin notification loop
2020-06-24 Martin Dosch mod_watch_spam_reports: Show reporters bare JID instead of full JID
2020-06-23 Kim Alvefur mod_adhoc_dataforms_demo: Treat 'execute' action as 'next' except in first step
2020-06-23 Kim Alvefur mod_adhoc_dataforms_demo: Fix duplicate field prevention
2020-06-22 tmolitor mod_csi_battery_saver: Ignore CSI actions before resource bind
2020-06-18 Kim Alvefur mod_conversejs: Disable automatic BOSH/WS endpoint discovery
2020-06-16 Martin Dosch mod_watch_spam_reports: Module to notify admins about incoming XEP-0377 spam reports
2020-06-11 Kim Alvefur mod_adhoc_dataforms_demo: Ensure mod_adhoc is loaded
2020-06-10 Matthew Wild Merge
2020-06-08 Michel Le Bihan mod_vcard_muc: Fix #1414 issue with nil room being queried when a stanza with a nonexisting MUC localpart was sent
2020-06-10 Kim Alvefur mod_pubsub_text_interface: Reflect XEP-0334 hints
2020-06-10 Kim Alvefur mod_pubsub_text_interface: Hint at possible commands using XEP-0439: Quick Response
2020-06-10 Kim Alvefur mod_measure_memory: Report that stats are in units of bytes
2020-06-06 Kim Alvefur mod_measure_cpu: Specify units of total CPU time as seconds
2020-06-02 Kim Alvefur mod_http_pep_avatar: Serve multiple avatars with a user/hash syntax
2020-05-29 Kim Alvefur mod_rest: Add support for CBOR
2020-05-29 Kim Alvefur mod_rest: Respond to unknown payload types with HTTP status 415
2020-05-29 Kim Alvefur mod_rest: Map xml:lang to/from JSON
2020-05-26 Kim Alvefur mod_http_muc_log: Add link to room list from logs page
2020-05-21 Matthew Wild mod_muc_markers: Allow tracking multiple markers
2020-05-21 Matthew Wild mod_muc_markers: luacheck annotation
2020-05-20 Kim Alvefur mod_adhoc_groups: Fix check for error on group creation
2020-05-20 Karol Topolski mod_adhoc_groups: Fix responding with "You are already in this group." (was never sent before)
2020-05-20 Kim Alvefur mod_measure_message_e2ee/README: Fix typo
2020-05-20 Emmanuel Gil Peyrot mod_measure_message_e2ee: Add a warning for small servers leaking user behaviour.
2020-05-20 JC Brand mod_muc_block_pm: Don't respond to error stanzas
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
2020-04-07 tmolitor mod_nooffline_noerror: Fix for missing log
2020-04-07 kaliko mod_measure_muc: Collect statistics on Grout Chat
2020-04-05 tmolitor Merge commit
2020-04-05 tmolitor mod_smacks: Update documentation and slightly adjust default values
2020-03-21 tmolitor mod_nooffline_noerror: fix error in logging
2020-04-03 Matthew Wild mod_muc_limits: Add config option to limit to join stanzas only
2020-04-03 Matthew Wild mod_muc_limits: Add [luacheck] annotation to silence unused loop variable warning
2020-03-30 Kim Alvefur mod_http_upload/README: User/host arguments to command not optional (thanks kaliko)
2020-03-30 Kim Alvefur mod_http_upload: Show help message if not at least one host/user is given
2020-03-30 Kim Alvefur mod_http_upload: Add some kind of help message to prosodyctl command
2020-03-30 Kim Alvefur mod_http_upload/README: Add example disco_items use
2020-03-30 Kim Alvefur mod_http_upload_external: Discourage loading via modules_enabled
2020-03-30 Kim Alvefur mod_conversejs/README: Add an example of the URL to open
2020-03-27 JC Brand mod_muc_archive: Add fork of mod_muc_log that uses newer storage API
2020-03-27 JC Brand mod_stanzas: tighten up stanza check and add explanatory text
2020-03-26 JC Brand mod_smacks: also count outgoing MAM messages
2020-03-25 Kim Alvefur mod_auth_ldap: Fix broken link to LuaLDAP
2020-03-23 Kim Alvefur mod_rest: Add JSON mapping of XEP-0128: Service Discovery Extensions
2020-03-21 Kim Alvefur mod_prometheus: Ensure mod_http is loaded where the http interface is exposed (thanks Martin)
2020-03-21 Maxime “pep” Buquet mod_measure_registration: new module
2020-03-19 Kim Alvefur mod_muc_hats_*/README: Linkify XEP references
2020-03-19 Kim Alvefur mod_muc_hats_adhoc/README: Change summary to mention ad-hoc commands
2020-03-19 Matthew Wild mod_muc_hats_adhoc: Ad-hoc commands for adding/removing MUC hats
2020-03-19 Matthew Wild mod_muc_hats_api: New API-only module for managing user hats in MUCs
2020-03-15 Kim Alvefur mod_rest/README: Fix adhoc example
2020-03-15 Maxime “pep” Buquet mod_muc_occupant_id: Handle MUC-PMs
2020-03-11 tmolitor mod_cloud_notify: fix link and table layout in readme
2020-03-11 tmolitor mod_cloud_notify: Cleanup code and drop support for prosody 0.9
2020-03-10 tmolitor mod_smacks: fix logging issue in mam eventhandler
2020-03-10 tmolitor mod_log_auth: log hostname, too
2020-03-08 tmolitor mod_cloud_notify: Fix bug in prosody 0.9
2020-03-08 tmolitor Merge commit
2020-03-08 tmolitor mod_smacks_offline: add readme
2020-03-08 tmolitor mod_smacks_noerror: This module is superseded by mod_smacks and mod_nooffline_noerror
2020-03-08 tmolitor mod_smacks_offline: this module is obsoleted by latest mod_smacks update
2020-03-08 tmolitor mod_smacks: handle mam-enabled session internally
2020-03-08 Kim Alvefur mod_http_oauth2: Set content type on successful repsponses (fixes #1501)
2020-03-08 Kim Alvefur mod_rest: Avoid interfering with mod_http_oauth2 errors (fixes #1500)
2020-03-07 Kim Alvefur mod_rest: Fix encoding of simple dataforms
2020-03-07 Kim Alvefur mod_rest: Add an XML error formatter (fixes #1499)
2020-03-07 Kim Alvefur mod_rest: Break out POST errors into a registry
2020-03-07 Kim Alvefur mod_rest: Separate lists of mediatypes for input, output and errors
2020-03-02 tmolitor mod_nooffline_noerror: New module that disables errors for disabled offline storage
2020-02-29 Kim Alvefur mod_http_index: Increase distance between navigation items
2020-02-29 Kim Alvefur mod_rest: Fix routing to self-jid (thanks jonas’)
2020-02-28 Kim Alvefur mod_rest: Advertise "support" for text/plain
2020-02-28 Kim Alvefur mod_rest: Spred array over multiple lines for nicer future diffs
2020-02-28 Kim Alvefur mod_rest: Add JSON mapping of XEP-0039: Statistics Gathering
2020-02-28 Kim Alvefur mod_rest: Move dataforms into structure for more logical code order
2020-02-28 marc0s mod_reminders: add id to sent reminder
2020-02-27 Kim Alvefur mod_http_oauth2: Use component_secret setting as password on Components
2020-02-27 Kim Alvefur mod_http_oauth2: Allow creation of full JID tokens
2020-02-27 Kim Alvefur mod_http_oauth2: Refactor re-joining of JID out of token constructor
2020-02-26 marc0s mod_reminders: Initial commit for supporting Reminders ProtoXEP
2020-02-26 Maxime “pep” Buquet mod_muc_occupant_id: Ensure id is added to self-presences, nick changes, etc.
2020-02-26 Matthew Wild mod_rest, mod_http_oauth2: Switch from mod_authtokens to mod_tokenauth per Prosody bf81523e2ff4
2020-02-26 Kim Alvefur mod_adhoc_dataforms_demo: Add the now required permission mode (#1482)
2020-02-26 Maxime “pep” Buquet mod_muc_occupant_id: add TODOs
2020-02-26 Kim Alvefur mod_rest: Fix another missing switch from array to map in json mapping
2020-02-26 Kim Alvefur mod_rest: Support urlencoded form data (does a subset of JSON mapping)
2020-02-26 Matthew Wild mod_rest: Add support for token authentication
2020-02-26 Matthew Wild mod_rest: Handle uncaught native errors correctly
2020-02-26 Matthew Wild mod_http_oauth2: Implement real tokens using mod_authtokens
2020-02-25 Kim Alvefur mod_rest: Update with namespace and name of XEP-0432
2020-02-25 Kim Alvefur mod_rest: Fix traceback in mapping of adhoc with forms
2019-09-27 Kim Alvefur mod_sasl2: Experimental implementation of XEP-0388
2020-02-25 Maxime “pep” Buquet mod_muc_occupant_id: id is an attribute not a text node
2020-02-23 Matthew Wild mod_http_oauth2: OAuth2 API (work in progress for developers only)
2020-02-22 Kim Alvefur mod_muc_moderation: Broadcast retraction via method that saves it
2020-02-22 Kim Alvefur mod_muc_moderation: Remove debug message
2020-02-22 Kim Alvefur mod_muc_moderation: Add a copyright header
2020-02-22 Kim Alvefur mod_storage_xmlarchive: Bump copyright
2020-02-22 Kim Alvefur mod_storage_xmlarchive: Add a new API similar to map-stores
2020-02-22 Kim Alvefur mod_muc_moderation: Initial commit of XEP-0425: Message Moderation
2020-02-22 Kim Alvefur mod_rest: Restructure JSON / Stanza mapping definitions
2020-02-22 Kim Alvefur mod_rest: Rename loop variable for improved clarity
2020-02-22 Kim Alvefur mod_rest: Rename table of mappings
2020-02-17 Emmanuel Gil Peyrot mod_http_muc_log: Expose JID localpart to the template
2020-02-17 Emmanuel Gil Peyrot mod_http_muc_log: Reduce hashtable lookups
2020-02-17 Georg Lukas mod_list_inactive: report last action timestamp
2020-02-08 Kim Alvefur mod_rest/README: Describe Ad-Hoc command mapping
2020-02-08 Kim Alvefur mod_rest: Support mapping XEP-0004 Data Forms directly
2020-02-07 Kim Alvefur mod_rest: Allow passing form data in a more compact format
2020-02-07 Kim Alvefur mod_rest: Remove no longer needed logging
2020-02-07 Kim Alvefur mod_rest: Ignore already handled top-level stanza attr fields
2020-02-07 Kim Alvefur mod_rest: Return an error for unknown fields in JSON input
2020-02-06 Matthew Wild mod_auth_external->mod_auth_external_insecure: Unmaintained and almost certainly insecure, discourage its use
2020-02-05 tmolitor mod_muc_cloud_notify: Revert last commit
2020-02-05 tmolitor mod_reload_modules: Ignore removed hosts...
2020-02-04 Kim Alvefur mod_rest: Add final pieces of XEP-0050 (actions, note, form)
2020-02-04 Kim Alvefur mod_rest: Add JSON to XML mapping of dataforms
2020-02-04 Kim Alvefur mod_rest: Fix traceback
2020-02-04 Kim Alvefur mod_rest: Add JSON mapping for dataform (XEP-0004)
2020-02-04 Kim Alvefur mod_rest: Add basic support for XEP-0050: Ad-Hoc commands (no forms)
2020-02-01 Kim Alvefur mod_rest: Add support for HTTP Basic username and password authentication
2020-02-04 Kim Alvefur mod_rest: Support passing 'node' attr in disco#items queries
2020-02-04 Kim Alvefur mod_rest: Remove debug hack to ignore Accept header
2020-02-04 Kim Alvefur mod_rest: Back out 513a8a7fab41
2020-02-03 Kim Alvefur mod_rest: Hide JSON error behind a flag
2020-01-31 Kim Alvefur mod_rest: Map the error@by attribute
2020-01-29 Kim Alvefur mod_rest: Fix missing return
2020-01-27 Matthew Wild mod_auth_ldap, mod_auth_ldap2: Ensure is_admin() checks of remote JIDs never return positive
2020-01-26 Kim Alvefur mod_pastebin: Follow XEP-0068 and use Clark notation in disco#info
2020-01-26 Kim Alvefur mod_rest: Skip attempting parse empty response
2020-01-25 Kim Alvefur mod_rest: Handle internal http request errors early and then return
2020-01-25 Kim Alvefur mod_rest: Special case handling of internal http request errors
2020-01-25 Kim Alvefur mod_rest: Process results even on internal errors with HTTP request
2020-01-25 Kim Alvefur mod_rest: Add some comments to example code
2020-01-25 Kim Alvefur mod_rest: Log connectivity problems via module status API
2020-01-25 Kim Alvefur mod_rest: Attempt to auto-discover data type wanted by callback
2020-01-25 Kim Alvefur mod_rest: Avoid treating special json.null value as any other table
2020-01-25 Kim Alvefur mod_rest: Fix handling of 'node' attribute in disco#info
2020-01-25 Kim Alvefur mod_rest: Ensure iq responses have type result if they're not errors
2020-01-25 Kim Alvefur mod_rest/README: Add a section describing the JSON mapping
2020-01-24 Kim Alvefur mod_rest: Make XHTML-IM mapping more convenient
2020-01-24 Kim Alvefur mod_rest: Improve some comments
2020-01-24 Kim Alvefur mod_rest: Add mapping of XEP-0092: Software Version
2020-01-24 Kim Alvefur mod_rest: Add an examlpe Flask app
2020-01-24 Kim Alvefur mod_rest: Allow returning an array of JID strings as disco#items
2020-01-24 Kim Alvefur mod_rest: Only pass trough valid disco#item item attributes
2020-01-24 Kim Alvefur mod_rest: Fix disco#info identities data mapping
2020-01-24 Kim Alvefur mod_rest: Fix iteration over disco#info features
2020-01-24 Kim Alvefur mod_rest: Fix iteration over disco#info identities
2020-01-19 Kim Alvefur mod_stats39: Advertise namespace as feature (not part of the XEP?)
2020-01-19 Kim Alvefur mod_stats39: Format numbers with a bit more precision
2020-01-19 Kim Alvefur mod_stats39: Add actual example stats
2020-01-19 Kim Alvefur mod_stats39: Add a README
2020-01-15 Kim Alvefur mod_rest: Return a friendly message for parse errors
2020-01-15 Kim Alvefur mod_rest: Encode errors as JSON
2020-01-09 tmolitor Fix bug readding stanzas to outgoing_queue on resume
2020-01-08 Kim Alvefur mod_stats39: Use a more local reference (silence luacheck warning)
2020-01-08 Kim Alvefur mod_stats39: Provides statsmanager stats via XEP-0039
2020-01-08 Matthew Wild mod_http_upload: Recommend against adding to modules_enabled
2020-01-06 Maxime “pep” Buquet mod_muc_occupant_id: Add TODO about MUC-PMs
2020-01-05 Matthew Wild mod_email: Allow sender to override content-type
2020-01-04 Maxime “pep” Buquet mod_muc_occupant_id: Add <occupant-id/> in presence
2020-01-04 Maxime “pep” Buquet mod_muc_occupant_id: Simplify handling of occupants (all into one function)
2020-01-04 Kim Alvefur mod_s2s_keepalive: Respect keepalive_servers when creating watchdogs
2020-01-03 Kim Alvefur mod_rest: Enforce single child policy for outgoing it stanzas
2020-01-03 Maxime “pep” Buquet mod_muc_occupant_id: Fix luacheck warning. Remove unused value.
2020-01-03 Maxime “pep” Buquet mod_nodeinfo2: Mention mod_lastlog as a dep in the README
2020-01-02 Maxime “pep” Buquet mod_muc_occupant_id: Ensure occupants have a generated id
2020-01-02 Kim Alvefur mod_rest: And the disco#items mapping
2020-01-02 Kim Alvefur mod_rest: Describe kind and type fields
2020-01-02 Kim Alvefur mod_rest: Document most of JSON mappings
2020-01-02 Kim Alvefur mod_rest: Fix traceback on missing content-type header
2020-01-02 Kim Alvefur mod_rest: Stanzas of type error don't need a reply
2020-01-02 Kim Alvefur mod_rest: Add support for XEP-XXXX: User-defined Data Transfer
2020-01-02 Kim Alvefur mod_rest: Add support for mapping 'node' attr in disco#info
2020-01-01 Kim Alvefur mod_rest: Fix replying to groupchat messages
2020-01-01 Kim Alvefur mod_rest: Add a JSON callback example
2020-01-01 Kim Alvefur mod_rest: Fix previous commit
2020-01-01 Kim Alvefur mod_rest: Guess 'get' as default type for 'iq' stanzas in JSON mapping
2020-01-01 Kim Alvefur mod_rest: Stricter type checks in JSON mapping
2020-01-01 Kim Alvefur mod_rest: Default to replying with same type as request
2020-01-01 Kim Alvefur mod_rest: Short-circuit type selection if accept header
2020-01-01 Kim Alvefur mod_rest: Fix return status when sending and forgetting
2020-01-01 Kim Alvefur mod_rest: Add JSON support
2020-01-01 Kim Alvefur mod_rest: Factor out serialization of outgoing stanzas
2020-01-01 Kim Alvefur mod_rest: Factor out response content type selection
2020-01-01 Kim Alvefur mod_rest: Factor out payload parsing
2020-01-01 Kim Alvefur mod_rest: Apply Python source formatting on example
2020-01-01 Kim Alvefur mod_rest: Add an example Flask thing
2020-01-01 Kim Alvefur mod_rest: Whitelist top level attributes in callback
2020-01-01 Kim Alvefur mod_rest: Ensure identical id attribute for error replies
2020-01-01 Kim Alvefur mod_rest: Validate stanza kind earlier
2020-01-01 Kim Alvefur mod_rest: Use HTTP status 422 for stanza problems
2020-01-01 Kim Alvefur mod_rest: Log sent and received stanzas in style of mod_c2s etc
2019-12-31 Kim Alvefur mod_rest: Add support for simple Bearer token auth
2019-12-30 Kim Alvefur mod_rest: Verify that @xmlns is left empty
2019-12-30 Kim Alvefur mod_rest: Add some text about the payload format
2019-12-30 Kim Alvefur mod_rest: Allow collection of original stanza after sending HTTP request
2019-12-30 Kim Alvefur mod_rest: Handle receipt requests on message stanzas
2019-12-30 Kim Alvefur mod_rest: Map various HTTP status codes to XMPP stanza errors
2019-12-30 Kim Alvefur mod_rest: Catch one (1) reply to a POST-ed stanza from an internal source
2019-12-30 Kim Alvefur mod_rest: Allow specifying a webhook/callback to handle incoming stanzas
2019-12-30 Kim Alvefur mod_rest: Initial commit of another RESTful API module
2020-01-01 Kim Alvefur mod_pubsub_post: Fix use of 'id' field in JSON object as pubsub item id
2019-12-30 Emmanuel Gil Peyrot mod_nodeinfo2: Only expose amount of accounts if nodeinfo2_expose_users isn’t set to false
2019-12-30 Emmanuel Gil Peyrot mod_nodeinfo2: Expose XMPP services
2019-12-30 Emmanuel Gil Peyrot mod_nodeinfo2: Refresh the number of recent users daily
2019-12-30 Emmanuel Gil Peyrot mod_nodeinfo2: Only expose message stats if nodeinfo2_expose_posts isn’t set to false
2019-12-30 Matthew Wild mod_easy_invite: Change command name to 'generate' (from 'register')
2019-12-30 Matthew Wild mod_easy_invite: Improve docs surrounding configuration options and defaults
2019-12-29 Emmanuel Gil Peyrot mod_nodeinfo2: Fix traceback on non-existing data
2019-12-29 Emmanuel Gil Peyrot mod_nodeinfo2: Add a README
2019-12-29 Emmanuel Gil Peyrot mod_nodeinfo2: Count messages per host
2019-12-29 Emmanuel Gil Peyrot mod_nodeinfo2: Remove comments count
2019-12-29 Emmanuel Gil Peyrot mod_measure_message_e2ee: Make this module non-global; users can aggregate data if they care about that
2019-12-29 Emmanuel Gil Peyrot mod_nodeinfo2: Store a table instead of an integer (workaround for #905)
2019-12-27 Kim Alvefur mod_invites/README: Fix code block syntax
2019-12-27 Matthew Wild mod_invite: Update to use local_user ad-hoc permission (thanks Martin)
2019-12-27 Matthew Wild mod_easy_invite: Add prosodyctl command to generate account invites
2019-12-27 Matthew Wild mod_easy_invite: New module that implements XEP-0401/XEP-0379
2019-12-27 Matthew Wild mod_invites: New module providing an API to create/manage invite tokens
2019-12-24 Maxime “pep” Buquet mod_web_push: Remove; 357 should be reused instead of this custom implementation
2019-12-23 Kim Alvefur mod_turncredentials: Fix reporting of expiry in extdisco:2 protocol
2019-12-23 Kim Alvefur mod_turncredentials: Rename variable for clarity
2019-12-23 Kim Alvefur mod_s2s_keepalive: Isolate source host of pings
2019-12-23 Kim Alvefur mod_s2s_keepalive: Invert check to work with bidi connections
2019-12-22 Kim Alvefur mod_s2s_keepalive: Mark ping response event as handled
2019-12-22 Kim Alvefur mod_s2s_keepalive: Include event payload in re-fired event (fix traceback)
2019-12-21 Kim Alvefur mod_s2s_keepalive: Update README to document timeout behavior
2019-12-21 Kim Alvefur mod_s2s_keepalive: Update config example (why was the number a string?)
2019-12-21 Kim Alvefur mod_s2s_keepalive: Fix s2sout watchdog reset
2019-12-21 Kim Alvefur mod_s2s_keepalive: Use a watchdog to close unresponsive sessions (fixes #1457)
2019-12-21 Kim Alvefur mod_s2s_keepalive: Ping remotes we only have s2sin established from
2019-12-19 andrewhotlab mod_auth_imap: send CRLF instead LF, in order to be compliant with RFC3501
2019-12-13 Matthew Wild mod_email: Initial prototype module that allows other modules to send email
2019-12-10 Kim Alvefur mod_firewall: Fix typo [codespell]
2019-12-09 Kim Alvefur mod_presence_cache: Fix traceback due to changes in trunk
2019-12-08 Matthew Wild mod_reload_modules: Accept a list of global modules to reload
2019-11-23 Kim Alvefur mod_log_json: Deregister log sink on unload
2019-11-23 Kim Alvefur mod_http_muc_log: Set a http app title
2019-11-23 Kim Alvefur mod_http_index: Hide http apps that haven't set a title by default
2019-11-21 Kim Alvefur mod_storage_xmlarchive: Log error writing XML since datamanager doesn't
2019-08-25 Kim Alvefur mod_csi_muc_priorities: Add a high priority list (BC)
2019-11-17 Kim Alvefur mod_register_web: Set a (configurable) HTTP app title
2019-11-17 Kim Alvefur mod_http_index: Only show http apps that include a title by default
2019-11-17 Kim Alvefur mod_http_index/README: Split out advanced settings into its own section
2019-11-17 Kim Alvefur mod_http_muc_log: Refactor calendarization of date list into a template filter BC
2019-11-17 Kim Alvefur mod_http_muc_log: Fix sorting months
2019-11-13 Kim Alvefur mod_log_json: Use correct method to specify remote endpoint
2019-11-13 Kim Alvefur mod_log_json: Fix to include underscore in UDP details in the other spot
2019-11-13 Kim Alvefur mod_log_json: Add UDP support
2019-11-13 Kim Alvefur mod_log_json/README: Add a sentence about the first example
2019-11-13 Emmanuel Gil Peyrot mod_bookmarks2: Add tests.
2019-11-13 Emmanuel Gil Peyrot mod_bookmarks2: Delete legacy PEP bookmarks whenever they get recreated, to prevent them from being used.
2019-11-13 Emmanuel Gil Peyrot mod_bookmarks2: Remove unused variables.
2019-11-13 Emmanuel Gil Peyrot mod_bookmarks2: Also migrate legacy PEP bookmarks (current XEP-0048).
2019-11-13 Emmanuel Gil Peyrot mod_bookmarks2: Use the correct error when failing to retrieve bookmarks2 to reply to Private XML request.
2019-11-13 Emmanuel Gil Peyrot mod_bookmarks2: Don’t purge or remove inexistant items when synchronising existing Private XML data.
2019-11-13 Emmanuel Gil Peyrot mod_bookmarks2: Simplify for loop (thanks MattJ!).
2019-11-04 Kim Alvefur mod_conversejs: Use the fullscreen view mode by default
2019-11-03 Kim Alvefur mod_log_json: Prettify JSON for readability
2019-11-03 Kim Alvefur mod_log_json: Add a README
2019-11-03 Kim Alvefur mod_log_json: Open file in read+append mode
2019-11-03 Kim Alvefur mod_log_json: Use filename from logging config
2018-10-18 Kim Alvefur mod_log_json: JSON log sink
2019-11-03 Kim Alvefur mod_warn_legacy_tls: Log debug message for acceptable TLS versions
2019-11-03 Kim Alvefur mod_warn_legacy_tls: Log a warning attached to sessions using deprecated TLS versions
2019-11-03 Kim Alvefur mod_s2s_keepalive: Add 0.11 in Compatibility table
2019-11-03 Kim Alvefur mod_warn_legacy_tls: Add a README
2019-11-03 Kim Alvefur mod_warn_legacy_tls: Adapt to warn about TLS < 1.2
2019-11-03 Kim Alvefur mod_warn_legacy_tls: Copy of mod_sslv3_warn for TLS now that <1.2 is becoming obsolete
2019-11-01 Kim Alvefur mod_register_web: Enforce strict username validation (on trunk, ignored otherwise)
2019-11-01 Kim Alvefur mod_register_web: Fix to use real client IP in case of proxy forwarding (thanks Sebastian)
2019-11-01 Kim Alvefur mod_s2s_keepalive: Remove support for obsolete Prosody 0.8
2019-10-20 Kim Alvefur mod_http_muc_log: Add comment about the routing of years and logs pages
2019-10-19 Kim Alvefur mod_bidi: Recommend switching to native module on Prosody trunk
2019-10-19 Kim Alvefur mod_bidi: Make compatible Prosody after rev b36765ab0ae3 (fixes #1450)
2019-10-13 Kim Alvefur mod_pubsub_post/README: Add an example of curl-ing Atom data
2019-10-13 Kim Alvefur mod_http_muc_log: Add arrow to 'latest' link like on other navigation
2019-10-13 Kim Alvefur mod_http_muc_log: Add add an arrow to upwards navigation links (like on next/prev)
2019-10-13 Kim Alvefur mod_http_muc_log: Add button-link to webchat URL if one is set via mod_muc_webchat_url
2019-10-13 Kim Alvefur mod_http_muc_log: Compose page title from room data
2019-10-13 Kim Alvefur mod_http_muc_log: Add date metadata to log pages
2019-10-12 Kim Alvefur mod_http_upload: Skip custom HEAD handling on recent Prosody trunk
2019-10-12 Kim Alvefur mod_http_altconnect: Handle connection modules being global or host-local
2019-10-11 Kim Alvefur mod_conversejs: Update compatibility section, pretty sure it works with 0.11
2019-10-10 Emmanuel Gil Peyrot mod_nodeinfo2: Store and restore the total message count.
2019-10-10 Kim Alvefur mod_http_altconnect: Add a stub README (thanks JC for reminding me this existed)
2019-10-10 Emmanuel Gil Peyrot mod_nodeinfo2: Fetch active users from mod_lastlog.
2019-10-10 Emmanuel Gil Peyrot mod_nodeinfo2: Retrieve message count from mod_measure_message_e2ee for localPosts and localComments.
2019-10-10 Kim Alvefur mod_nodeinfo2: Add some TODOs
2019-06-25 Kim Alvefur mod_nodeinfo2: Expose service metadata per NodeInfo2
2019-10-09 Kim Alvefur mod_http_muc_log: More blue links to distinguish them as such (thanks jonas’)
2019-10-09 Kim Alvefur mod_http_muc_log: Expose xml:lang from each message/body #a11y
2019-10-09 Kim Alvefur mod_http_muc_log: Use configured room language in room title/desc #a11y
2019-10-09 Kim Alvefur mod_http_muc_log: Use <main> element to mark main content #a11y
2019-10-09 Kim Alvefur mod_http_muc_log: Declare language as English #a11y
2019-10-08 Kim Alvefur mod_xhtmlim: Default to stripping @style attribute by default
2019-10-08 Matthew Wild mod_aws_profile: New module for role-based access to AWS APIs
2019-10-06 Emmanuel Gil Peyrot mod_sms_free: Mention that 0.11 will not work due to the absence of SNI support.
2019-09-28 Emmanuel Gil Peyrot mod_bookmarks2: Fix traceback on updating from no legacy bookmarks to bookmarks 2.
2019-10-06 Emmanuel Gil Peyrot mod_sms_free: New module!
2019-10-03 Matthew Wild mod_mam: Add flag to session when it performs a MAM query
2019-10-03 JC Brand auth_token: Various updates, see below.
2019-09-29 Kim Alvefur mod_http_muc_log: Hide room join link from room listing
2019-09-29 Kim Alvefur mod_http_muc_log: Make link to join room more button-looking
2019-09-29 Kim Alvefur mod_http_muc_log: Wrap navigation in unorderded lists (thanks jonas’)
2019-09-29 Matthew Wild mod_muc_hide_media: Also strip SIMS media
2019-09-29 Matthew Wild mod_muc_media_metadata: Actually consensus is on async.wait after all
2019-09-29 Matthew Wild mod_muc_media_metadata: Include original message stanza example
2019-09-29 Matthew Wild mod_muc_media_metadata: Update namespace
2019-09-29 Matthew Wild mod_muc_media_metadata: Update for actual function named async.await()
2019-09-29 Matthew Wild mod_muc_media_metadata: Fix example config
2019-09-29 Matthew Wild mod_muc_media_metadata: Fix README filename
2019-09-29 Matthew Wild mod_muc_media_metadata: Module to automatically fetch metadata for posted media
2019-09-29 Matthew Wild mod_muc_hide_media: Module to allow hiding inline media in a MUC
2019-09-28 Kim Alvefur mod_csi_grace_period: Fix to store state on correct table
2019-09-28 Kim Alvefur mod_register_web: Fix traceback if captcha_reply is left out of the form (thanks woffs)
2019-09-28 Emmanuel Gil Peyrot mod_bookmarks, mod_bookmarks2: Refuse to load if the other one is also loaded.
2019-09-28 Emmanuel Gil Peyrot mod_bookmarks2: Add new module.
2019-09-18 Kim Alvefur mod_telnet_tlsinfo: Mark as obsolete since this is included in mod_admin_telnet
2019-09-17 Kim Alvefur mod_muc_webchat_url: Fix default url
2019-09-17 Kim Alvefur mod_muc_webchat_url/README: Fix template option name
2019-09-17 Kim Alvefur mod_muc_webchat_url: Don't save templated value
2019-09-17 Kim Alvefur mod_muc_webchat_url: Advertise the URL to a webchat in disco#info
2019-09-14 Kim Alvefur mod_bidi: Link to mod_s2s_bidi
2019-09-11 Maxime “pep” Buquet mod_muc_occupant_id: add TODO regarding MAM handling
2019-09-08 Emmanuel Gil Peyrot mod_jid_prep: Update the README to point to XEP-0328.
2019-09-02 Kim Alvefur mod_auth_any: Merged into Prosody as mod_auth_insecure
2019-09-02 Kim Alvefur mod_storage_memory: Also merged into core
2019-09-02 Kim Alvefur Mark some modules as Merged
2019-09-02 Kim Alvefur mod_profile: Mark as Unmaintained
2019-09-02 Kim Alvefur mod_profile: Link to successors mod_vcard_legacy & mod_vcard4
2019-08-31 Emmanuel Gil Peyrot mod_upload_file_management: Add this new module, for now only listing files uploaded by a user as an admin.
2019-08-31 Emmanuel Gil Peyrot mod_carbons_adhoc: Remove unused (later shadowed) local variable
2019-08-30 Kim Alvefur mod_http_upload: Back out 3fb0add97cdb - depends on yet uncommon lfs version
2019-08-30 Matthew Wild mod_auth_external: Improve error handling when non-blocking mode used without libevent
2019-08-29 Kim Alvefur mod_http_upload: Skip write if nothing expired when checking
2019-08-29 Kim Alvefur mod_http_upload: Add hint about checking that the base URL is reachable
2019-08-29 Kim Alvefur mod_http_upload: Make loud noise if storage path can't be created or doesn't exist
2019-08-25 Kim Alvefur mod_vcard_muc: Add an alternative method of signaling avatar change
2019-08-23 Kim Alvefur mod_vcard_muc: Factor out avatar hash retrieval into a function for easier reuse
2019-08-24 Maxime “pep” Buquet mod_muc_occupant_id: Update XEP number (XEP-0421)
2019-08-22 Kim Alvefur mod_map: Update example in README to reflect recent changes
2019-08-22 Kim Alvefur mod_map: Include last body text
2019-08-22 Kim Alvefur mod_map: Include timestamps of first/last message (if reported)
2019-08-22 Kim Alvefur mod_map: Update for new API in prosody 1e2b444acb72
2019-08-22 Kim Alvefur mod_http_upload: Also format max file size as integer in error (thanks lovetox)
2019-08-22 Kim Alvefur mod_http_upload: Ensure integer formatting of size limit
2019-08-20 Kim Alvefur mod_muc_ping: Advertise XEP-0410 feature
2019-08-11 tmolitor mod_smacks: fix bug #1405 (prevent timer from running for already destroyed sessions)
2019-08-10 Kim Alvefur mod_http_muc_log: Make time based anchors from mod_muc_log_http work
2019-08-09 Kim Alvefur mod_pubsub_text_interface: Respond to receipts
2019-08-09 Kim Alvefur mod_http_stats_stream: Make global to simplify
2019-08-09 Kim Alvefur mod_turncredentials: Add parallel implementation of XEP-0215 v0.7
2019-08-09 Kim Alvefur mod_conversejs: Change CSS URL
2019-08-02 tmolitor mod_smacks: fix bug in bad client handling introduced by last commit
2019-08-02 Kim Alvefur mod_csi_muc_priorities: Add an example
2019-08-02 Kim Alvefur mod_csi_muc_priorities: Mention mod_track_muc_joins
2019-08-02 Kim Alvefur mod_ignore_host_chatstates: Add a stub README
2019-08-02 JC Brand mod_muc_block_pm: Add support for Prosody 0.11
2019-07-31 Kim Alvefur mod_http_stats_stream: Use existing header preparation
2019-07-30 tmolitor mod_smacks: fix bug for missbehaving clients sending multiple acks in a row
2019-07-29 tmolitor mod_csi_battery_saver: add compatibility with mod_csi_muc_priorities, make queue length configurable and update README
2019-07-29 Maxime “pep” Buquet mod_muc_occupant_id: depend on muc.
2019-07-17 Maxime “pep” Buquet mod_muc_occupant_id: Update links to the XEP inbox.
2019-07-14 Maxime “pep” Buquet mod_muc_occupant_id: Remove unnecessary check on occupant
2019-07-14 Maxime “pep” Buquet mod_muc_occupant_id: initial commit
2019-07-04 Kim Alvefur mod_csi_muc_priorities: Signal unimportance (thanks tmolitor)
2019-07-01 tmolitor mod_cloud_notify: fix typo (used || instead of or)
2019-07-01 tmolitor mod_cloud_notify: fix local variable usage
2019-06-29 Kim Alvefur mod_http_upload: Duplicate mime types handling from mod_http_files (fixes #1374)
2019-06-26 Kim Alvefur mod_csi_pump: Obsolete, remove
2019-06-20 JC Brand mod_muc_defaults: Allow setting of `name` and `description
2019-06-16 tmolitor mod_cloud_notify: fix prosody 0.9 compatibility
2019-06-16 tmolitor mod_smacks: fix prosody 0.9 compatibility
2019-06-14 tmolitor mod_smacks: piggyback ack request onto ack response if queue is not empty, use native stoppable timers if supported
2019-06-14 tmolitor mod_cloud_notify: only push once on csi queue flush in hibernated state, unhook response handlers
2019-06-12 Kim Alvefur mod_log_events_by_memory: Add link to post explaining different kinds of memory leaks
2019-06-12 Kim Alvefur mod_log_events_by_memory: Add a rant to README about uselessness of this module
2019-06-10 Kim Alvefur mod_log_events_by_cpu_usage: Log events where more than a certain amount of CPU time was spent
2019-06-10 Kim Alvefur mod_log_events_by_memory: Log events where Lua memory usage increased
2019-06-09 Maxime “pep” Buquet mod_web_push: README: Fix list formatting
2019-06-09 Maxime “pep” Buquet mod_web_push: Update README
2019-06-08 Maxime “pep” Buquet Initial version of mod_web_push. WARNING: Do not use.
2019-05-28 Kim Alvefur misc/munin/prosody_: Add a total_s2s counter to work with mod_statistics_statsman
2019-05-28 Kim Alvefur mod_statistics_statsman: Fix syntax error
2019-05-28 Kim Alvefur mod_statistics_statsman: Map 'cpu.clock' from mod_measure_cpu to 'cpu_total' of mod_statistics_cputotal
2019-05-28 Kim Alvefur mod_statistics_statsman/README: Describe how to switch from mod_statistics
2019-05-28 Kim Alvefur mod_statistics_statsman: Update for change stats type change in mod_measure_memory
2019-05-23 Kim Alvefur mod_extdisco: Remove redundant condition
2019-05-23 Kim Alvefur mod_extdisco: Also handle XEP-0215 v0.7
2019-05-23 Kim Alvefur mod_extdisco: Set missing namespace on credentials response
2019-05-23 Kim Alvefur mod_extdisco: Reuse xmlns variable
2019-05-23 Alexey Bobyr xep-0215-0.6 requires service to be wrapped in services tag.
2019-05-18 Kim Alvefur mod_csi_muc_priorities: Fix traceback due to empty field
2019-05-16 Kim Alvefur mod_conversejs: Set viewport scale hack (closes #1361)
2019-05-16 Kim Alvefur mod_conversejs: Make title configurable (fixes #1362)
2019-05-16 Kim Alvefur mod_conversejs: Separate out templates into separate configurable files (breaks 0.9 compat)
2019-05-16 Kim Alvefur mod_http_muc_log: Hide join/part controls if they are not stored by mod_muc_mam
2019-05-12 Kim Alvefur mod_http_muc_log: Allow specifying the default view
2019-05-13 Kim Alvefur mod_http_muc_log: Preserve ?query part in redirect
2019-05-13 Kim Alvefur mod_http_muc_log: Add navigation link to latest page
2019-05-13 Kim Alvefur mod_http_muc_log: Correctly build absolute URLs
2019-05-12 Kim Alvefur mod_http_muc_log: Provide a redirect to 'latest' day with logs (fixes #1360)
2019-05-12 Kim Alvefur mod_http_muc_log: Fix Y10k bug
2019-05-08 Kim Alvefur mod_http_upload: Propagate errors from expiry procedure
2019-05-08 Kim Alvefur mod_http_upload: Check attempted upload against quota even with no previous uploads
2019-05-08 Kim Alvefur mod_http_upload: Consider quota reached if it can't be checked
2019-05-07 Kim Alvefur mod_storage_xmlarchive: Try harder to limit range of time to check
2019-05-06 JC Brand mod_muc_defaults: Create MUCs from config
2019-05-05 Kim Alvefur mod_storage_xmlarchive: Add support for user iteration API
2019-05-05 Kim Alvefur mod_migrate: Try to use per storage user listing where available
2019-05-05 Kim Alvefur mod_http_muc_log: Trim trailing whitespace [luacheck]
2019-05-05 Kim Alvefur mod_http_muc_log: Add option to show OOB images
2019-05-05 Kim Alvefur mod_http_muc_log: Document optimization for storage modules lacking :dates API
2019-05-05 Kim Alvefur mod_http_muc_log: Increase clickable area on dates
2019-05-05 Kim Alvefur mod_http_muc_log: Add table header and body tags for improved semantics
2019-05-05 Kim Alvefur mod_http_muc_log: Sort room listing by jid for stable order
2019-05-05 Kim Alvefur mod_http_index: Improve page title
2019-05-05 Kim Alvefur mod_http_pep_avatar/README: Mark up example URL as code snippet
2019-05-05 Kim Alvefur mod_http_pep_avatar: Return a message instead of 404 for base path
2019-05-05 Kim Alvefur mod_atom/README: Add some text about where to look for the atom feed
2019-05-05 Kim Alvefur mod_atom: Return a message instead of 404 for root path
2019-05-03 Kim Alvefur mod_storage_xmlarchive: Return error if range request reference missing items (see #1325)
2019-05-03 Kim Alvefur mod_storage_xmlarchive: Limit search to smallest time range in case of inexact match
2019-05-02 Matthew Wild mod_muc_cloud_notify: Count codepoints instead of bytes
2019-04-22 Kim Alvefur mod_bidi: Document compatibility with 0.10 and 0.11
2019-05-02 JC Brand mod_auth_token: Timezone fix for TOTP checking
2019-04-30 Matthew Wild mod_admin_web: Fix to use format strings in logger calls (thanks Ge0rG)
2019-04-28 Kim Alvefur mod_auth_ldap: Use module API for logging
2019-04-28 Kim Alvefur mod_auth_ldap: Log any error message from open_simple() when testing password
2019-04-24 Emmanuel Gil Peyrot mod_inject_ecaps2: Add a compatibility table.
2019-04-20 Kim Alvefur mod_omemo_all_access: Also not needed with Prosody 0.11
2019-04-12 Kim Alvefur mod_net_proxy: Ensure port numbers are coerced into numbers
2019-04-09 Kim Alvefur mod_turncredentials: Convert numeric attributes to strings (fixes #1339)
2019-04-09 Kim Alvefur mod_http_muc_log: Allow trailing slash after date
2019-04-06 Kim Alvefur mod_adhoc_dataforms_demo/README: Describe the new multi-step command
2019-04-06 Kim Alvefur mod_adhoc_dataforms_demo: Add a multi-step command demo
2019-04-06 Kim Alvefur mod_adhoc_dataforms_demo: Rename command node to reflect current module name
2019-04-06 Kim Alvefur mod_adhoc_dataforms_demo: Reorder form fields
2019-04-06 Kim Alvefur mod_adhoc_dataforms_demo: Remove extra 'fixed' field
2019-04-05 Kim Alvefur mod_invite: Show a different error if no token has been given
2019-04-05 Kim Alvefur mod_invite: Remove unused local variable [luacheck]
2019-04-05 Kim Alvefur mod_invite: Use path passed by http stack instead of pattern matching
2019-04-05 Kim Alvefur mod_password_reset: Remove unused local [luacheck]
2019-04-05 Kim Alvefur mod_admin_web: Ignore shadowed 'ok' variable, nothing to worry about [luacheck]
2019-04-05 Kim Alvefur Update modules using mod_http_files to serve files for change in Prosody trunk
2019-04-03 Kim Alvefur mod_muc_gc10: Abort on Prosody 0.11
2019-04-03 Kim Alvefur mod_csi_pump/README: Discourage use, point to mod_csi_simple
2019-04-03 Kim Alvefur mod_muc_lang: Abort on Prosody 0.11 which supports this natively (thanks Ge0rG)
2019-04-02 Kim Alvefur mod_csi_muc_priorities: Add a README
2019-04-02 Emmanuel Gil Peyrot mod_bookmarks: Return true when a stanza has been sent.
2019-04-02 Emmanuel Gil Peyrot mod_bookmarks: Check for item-not-found and return empty Private XML. Fixes #1265 (thanks gerald and thebigfrog!)
2019-04-02 Georg Lukas mod_limits: log throttled JID
2019-04-02 Georg Lukas mod_throttle_unsolicited: reduce debug logs, rename firewall mark
2019-04-01 Kim Alvefur mod_csi_muc_priorities: Consider own messages important (fallback if no mod_track_muc_joins)
2019-04-01 Kim Alvefur mod_csi_muc_priorities: Consider own MUC messages as important
2019-04-01 Kim Alvefur mod_csi_muc_priorities: Undo early return to make following commit clearer
2019-04-01 Kim Alvefur mod_csi_muc_priorities: Sort list of JIDs
2019-04-01 Kim Alvefur mod_csi_muc_priorities: Allow specifying which MUC JIDs are less important
2019-04-01 Kim Alvefur mod_csi_muc_priorities: Add a comment
2019-04-01 Kim Alvefur mod_csi_muc_priorities: Break out room jid into a variable
2019-04-01 Kim Alvefur mod_csi_muc_priorities: Remove dependency on mod_track_muc_joins
2019-03-31 Kim Alvefur mod_csi_muc_priorities: Reduce importance of group chat messages
2019-03-31 Kim Alvefur mod_pubsub_github: Assume unspecified event is 'push' if there are commits in payload
2019-03-31 Kim Alvefur mod_pubsub_github: Rearrange code to make it easier to handle other event types
2019-03-31 Kim Alvefur mod_pubsub_github: Get event type from payload (should work with gitlab)
2019-03-31 Kim Alvefur mod_pubsub_github/README: Specify language of code block for pretty syntax highlighting
2019-03-31 Kim Alvefur mod_pubsub_github/README: Include 'github_secret' in example since it's required
2019-03-31 Kim Alvefur mod_pubsub_github: Reorder code to prepare for more code reordering
2019-03-31 Kim Alvefur mod_pubsub_github: Rename variable to avoid name clash [luacheck]
2019-03-31 Kim Alvefur luacheckrc: Update API method list from prosody
2019-03-31 Kim Alvefur luacheckrc: Copy line length setting from prosody
2019-03-31 Kim Alvefur mod_pubsub_github: Include a summary field in payload
2019-03-31 Kim Alvefur mod_pubsub_github: Add some spacing to improve readability
2019-03-31 Kim Alvefur mod_pubsub_github: Lift signature validation from mod_pubsub_post
2019-03-31 Kim Alvefur mod_pubsub_github: Only put first line of commit message in title, rest in content
2019-03-31 Kim Alvefur mod_pubsub_github: Fix publish date
2019-03-31 Kim Alvefur mod_pubsub_github: Add support for publishing to multiple node based on repository
2019-03-31 Kim Alvefur mod_pubsub_github: Publish with item id set to commit hash (BC)
2019-03-31 Kim Alvefur mod_pubsub_github: Require a secret to be set (BC)
2019-03-31 Kim Alvefur mod_pubsub_github: Add support for specifying an actor with less privileges
2019-03-31 Kim Alvefur mod_pubsub_github: Abort on unknown github events
2019-03-31 Kim Alvefur mod_pubsub_github/README: Mark up options as code snippets
2019-03-31 Kim Alvefur mod_pubsub_github/README: Fix 'labels' metafield to be a list
2019-03-31 Kim Alvefur mod_pubsub_github: Log debug message before attempting to publish
2019-03-31 Kim Alvefur mod_pubsub_github: Return appropriate status code on failure to publish
2019-03-31 Kim Alvefur mod_pubsub_github: Send sensible status codes
2019-03-31 Kim Alvefur mod_csi_grace_period: Server-side grace period logic for CSI
2019-03-30 Kim Alvefur mod_pubsub_post/README: Set stage label to stable
2019-03-30 Kim Alvefur mod_pubsub_post/README: Mention use as a webhook receiver
2019-03-30 Kim Alvefur mod_pubsub_post: Make debug messages more informative
2019-03-30 Kim Alvefur mod_pubsub_post: Restructure authentication and authorization (BC)
2019-03-30 Kim Alvefur mod_pubsub_post/README: Fix some typos
2018-08-24 Kim Alvefur mod_pubsub_post: Add support for WebSub authentication
2019-03-29 marc0s offline_hints: discard no-store hinted messages at mod_offline
2019-03-29 marc0s muc_mam_markers: store chat markers in the Group Chat archives
2019-03-29 marc0s muc_notifications: notify non-present members of new messages
2019-03-28 Kim Alvefur mod_bookmarks/README: Mention XEP 411
2019-02-25 Kim Alvefur mod_map: Experimental module exposing MAM summary
2019-03-24 Kim Alvefur mod_conversejs/README: Update text about mod_bosh and mod_websocket
2019-03-24 Kim Alvefur mod_conversejs: Add dependency on mod_bookmarks
2019-03-22 Matthew Wild mod_smacks: Raise error on out-of-range config options (thanks marc0s)
2019-03-19 Kim Alvefur mod_conversejs: Show fallback text if converse.js fails to load (thanks MattJ)
2019-03-17 Kim Alvefur mod_storage_xmlarchive: Remove per day files during migration
2019-03-18 tmolitor mod_csi_battery_saver: fix typo in util.stanza:get_child()
2019-03-15 Kim Alvefur mod_pubsub_text_interface: Remove unused variable [luacheck]
2019-03-15 Kim Alvefur mod_pubsub_text_interface: Add command for listing current subscriptions
2019-03-14 Kim Alvefur mod_bookmarks: Use correct variable, fixes a traceback (thanks dan)
2019-03-13 Kim Alvefur mod_http_muc_log: Split long line [luacheck]
2019-03-13 Kim Alvefur mod_http_muc_log: Add functionality for hiding joins and parts
2019-03-13 Matthew Wild mod_pastebin: Update compatibility docs (thanks Ge0rG)
2019-03-11 Matthew Wild mod_firewall: Improve debug logging for chain results
2019-03-07 jeybe mod_invite: Made web pages responsive
2019-03-08 Matthew Wild mod_csi_battery_saver: Remove patched stanza:find() method and reduce Carbons-related code
2019-03-07 Kim Alvefur mod_invite: Fire event that signals that an user has registered (thanks jeybe)
2019-03-06 Georg Lukas mod_smacks: apply resumed logger and type to new session, fix #1229
2019-03-06 Georg Lukas mod_smacks: improved debug logging
2019-03-06 Georg Lukas mod_smacks: no crash on <a> without @h, fix #1317
2019-03-06 Emmanuel Gil Peyrot mod_bookmarks: Actually save node config
2019-03-06 Emmanuel Gil Peyrot mod_cache_c2s_caps: Use the correct argument, and check for origin’s nil-ness
2019-03-05 Emmanuel Gil Peyrot mod_http_avatar: Announce 0.11 works
2019-03-05 Emmanuel Gil Peyrot mod_bookmarks: Remove unused bookmarks/updated event
2019-02-28 JC Brand mod_auth_token: Check realm against module.host
2019-02-26 JC Brand mod_auth_token: Update README.
2019-02-24 Emmanuel Gil Peyrot mod_delay: Remove this module, it is never useful
2019-02-19 Kim Alvefur mod_storage_muc_log: Remove unused variable [luacheck]
2019-02-19 Kim Alvefur mod_storage_muc_log: Return 'with' property for items (API conformance)
2019-02-15 Emmanuel Gil Peyrot mod_mam_muc: Mention that this MAM version is legacy.
2019-02-15 Emmanuel Gil Peyrot mod_mam_muc: Explicit which namespace MAM version 0.5 implements.
2019-02-15 Emmanuel Gil Peyrot mod_mam_muc: Add compatibility note for 0.11 (thanks Ge0rG!)
2019-02-14 Matthew Wild mod_cache_c2s_caps: Fail to load if module:send_iq() is not available
2019-02-13 marc0s mod_muc_mam_hints: Respect XEP-0334 hints in MUC messages
2019-02-07 Kim Alvefur mod_storage_xmlarchive: Add some debug logging
2019-02-03 Emmanuel Gil Peyrot mod_cache_c2s_caps: Only advertise support for trunk until further notice. Fixes #1311.
2019-01-24 Kim Alvefur mod_storage_xmlarchive/README: And don't have prosody running at the same time
2019-01-24 Kim Alvefur mod_storage_xmlarchive/README: Add reminder about backups
2019-01-23 Kim Alvefur mod_muc_log/README: Update compatibility
2019-01-23 Kim Alvefur mod_storage_muc_log/README: Update compatibility
2019-01-22 Emmanuel Gil Peyrot mod_cache_c2s_caps: Unset the caps_cache also on errors due to the result validation.
2019-01-22 Emmanuel Gil Peyrot mod_cache_c2s_caps: Add a missing return when the hash is wrong.
2019-01-22 Emmanuel Gil Peyrot mod_cache_c2s_caps: Switch to the new module:send_iq() API.
2019-01-21 Kim Alvefur mod_storage_xmlarchive: Don't return early when looking through entire archive
2019-01-21 Kim Alvefur mod_storage_xmlarchive: Allow lookup of IDs that don't follow the YYYY-MM-DD-RANDOM format
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
2018-12-01 Kim Alvefur mod_auth_external/README: Update mentioning 0.11.x
2018-12-01 Kim Alvefur mod_auth_external/README: Update to reflect non-blocking by default
2018-12-01 Kim Alvefur mod_auth_external: Use blocking mode by default as non-blocking is experimental but available in 0.11.x
2018-12-01 Goffi mod_privilege: fixed routing issue with message permission:
2018-12-01 Goffi mod_delegation: avoid crash on recent prosody versions
2018-11-30 Michel Le Bihan mod_e2e_policy: Fix an error with getting stanza from event
2018-11-30 Michel Le Bihan mod_e2e_policy: Verify that the bare JID of stanza to and from is not in the whitelist
2018-11-22 Matthew Wild mod_password_reset: Fix titles for consistency
2018-11-22 Matthew Wild mod_password_reset: Adjust form slightly after user testing
2018-11-22 Matthew Wild mod_password_reset: Add magic viewport tag to make reset pages mobile-friendly
2018-11-22 Kim Alvefur mod_muc_ping: Update README to mention 0.11.x as separate from trunk
2018-11-18 Emmanuel Gil Peyrot mod_http_upload: Disallow POST in CORS
2018-11-18 Emmanuel Gil Peyrot mod_http_upload: Remove extra check for Origin HTTP header
2018-11-18 Matthew Wild mod_http_upload: Relocate function definition to avoid traceback
2018-11-18 Matthew Wild mod_http_upload: Also add CORS headers in response to PUT
2018-11-18 Matthew Wild mod_http_upload: Add CORS headers for web clients (untested)
2018-11-17 JC Brand mod_muc_cloud_notify: README updates
2018-11-11 Emmanuel Gil Peyrot mod_measure_client_features: Add a module to count the features of each connected client
2018-11-07 Kim Alvefur mod_presence_cache: Set delay source to bare JID instead of host
2018-11-07 Kim Alvefur mod_register_web: Add soft dependency on mod_register_limits (0.11+)
2018-11-07 Matthew Wild mod_firewall: Improve logging on chain return
2018-11-06 Emmanuel Gil Peyrot mod_measure_message_e2ee: Count OTR messages too.
2018-11-06 Kim Alvefur mod_http_upload: Fix order of arguments to :measure
2018-11-04 Emmanuel Gil Peyrot mod_bob: Don’t try to access XHTML-IM when it isn’t present.
2018-10-29 Kim Alvefur mod_measure_malloc: Use the 'amount' measure type
2018-10-29 Kim Alvefur mod_http_upload: Report statistics on upload sizes (0.10+)
2018-10-29 Kim Alvefur mod_measure_memory: Use the 'amount' measure type
2018-10-28 Kim Alvefur mod_mam_muc: Log to debug log whether a message is archived or not
2018-10-26 Kim Alvefur mod_conversejs: Weaken dependency on mod_bosh
2018-10-25 Kim Alvefur mod_conversejs: Link to BOSH and WebSockets setup instructions instead of module pages
2018-10-21 Kim Alvefur mod_storage_memory: Fix saving of remaining items during deletion
2018-10-21 Matthew Wild mod_http_upload_external: Add note about correct behaviour in the presence of multiple versions
2018-10-21 Matthew Wild mod_http_upload_external: Fix typo/copy-paste issues in headers (thanks jonas<U+2019>)
2018-10-21 Matthew Wild mod_http_upload_external: Improve implementation docs, including v2 details
2018-10-15 Matthew Wild mod_test_data: New module to generate test data in Prosody's data store
2018-10-09 Kim Alvefur mod_muc_ping: Add more details to README
2018-10-09 Matthew Wild mod_password_reset: Implement password policy enforcement (requires mod_password_policy)
2018-10-09 Matthew Wild mod_password_reset: Improve password input field with additional relevant attributes
2018-10-09 Matthew Wild mod_password_reset: Improve error reporting when setting a password fails
2018-10-09 Matthew Wild mod_password_reset: Switch to util.interpolation (our standard template library)
2018-10-09 Matthew Wild mod_password_policy: Export function to get policy in use by the module
2018-10-09 Matthew Wild mod_password_policy: Return error as second result explaining failure reason
2018-10-07 Kim Alvefur mod_muc_ping: Implements the Server Optimization part of XEP-0410: MUC Self-Ping
2018-10-04 Kim Alvefur mod_conversejs: Default to latest version of Converse.js
2018-10-04 Kim Alvefur mod_conversejs: Strip extra slash if version is set to the empty string
2018-10-03 Kim Alvefur mod_pastebin: Convert limit values to strings (fixes traceback)
2018-10-03 Kim Alvefur mod_pastebin: Advertise a disco feature and current thresholds
2018-10-02 Matthew Wild mod_password_reset: New module for self-service password resets via a web page
2018-09-28 Emmanuel Gil Peyrot mod_bob: Simplify check_cid using string.match. (thanks Zash!)
2018-09-28 Emmanuel Gil Peyrot mod_bob: Add this new module.
2018-09-27 Kim Alvefur mod_http_upload: Use legacy datamanager directly (makes it work)
2018-09-27 Kim Alvefur mod_http_upload: Abort and throw error in case of failure to iterate over users
2018-09-27 Kim Alvefur mod_http_upload: Run expiry for all users if command run with a hostname
2018-09-27 Kim Alvefur mod_http_roster_admin: Add explicit dependency on mod_http
2018-09-27 Kim Alvefur mod_conversejs: Set a friendly name for mod_http_index
2018-09-27 Kim Alvefur mod_http_index: Allow listed modules to include a friendlier name
2018-09-27 Kim Alvefur mod_http_index: Tweak header
2018-09-27 Matthew Wild mod_conversejs: Update README
2018-09-27 Matthew Wild mod_conversejs: Allow custom tags to be inserted into the generated HTML
2018-09-27 Matthew Wild mod_conversejs: Variable rename for clarity (user may override options)
2018-09-27 Matthew Wild mod_conversejs: Allow overriding CDN URL, or script/css URLs independently
2018-09-24 JC Brand Mention auto_register_muc_nickname setting from Converse
2018-09-23 Kim Alvefur mod_conversejs: Explicitly depend on mod_http
2018-09-23 Kim Alvefur mod_pubsub_text_interface: Handle lack of `pubsub:get_last_item` in Prosody 0.10
2018-09-23 Kim Alvefur mod_auth_ldap: Add compat with the previously mistaken documentation (thanks pep.)
2018-09-23 Kim Alvefur mod_auth_ldap: Correct name of admin option (thanks pep.)
2018-09-22 Maxime “pep” Buquet mod_auth_ldap: fix ldap_admins documentation
2018-09-20 Kim Alvefur mod_conversejs: Add a page title
2018-09-20 Kim Alvefur mod_conversejs: Update to Conversejs 4.0.1
2018-09-16 Kim Alvefur mod_profile: Fix PEP event handler to detach on unload
2018-09-16 Kim Alvefur Backed out changeset 395835d89d88: Might still be needed
2018-09-15 Kim Alvefur mod_pubsub_mqtt/README: Fix quotes
2018-09-14 JC Brand mod_muc_cloud_notify: New module
2018-09-13 Matthew Wild mod_blocking: Update to set id attribute on iq stanza
2018-09-13 Matthew Wild mod_delegation: Update to generate own iq ids
2018-09-13 Matthew Wild mod_http_roster_admin: Explicitly set 'id' attribute on roster pushes
2018-09-12 Emmanuel Gil Peyrot mod_prometheus: Add more documentation.
2018-09-10 Kim Alvefur mod_conversejs: Add an endpoint returning only initialization snippet
2018-09-10 Kim Alvefur mod_conversejs: Factor out option handling into a function for future reuse
2018-09-10 Kim Alvefur mod_conversejs: Factor JavaScript part out of HTML
2018-09-10 Kim Alvefur mod_conversejs/README: Fix links to mod_bosh and mod_websocket (thanks jubalh)
2018-09-09 Kim Alvefur mod_conversejs: Restore accidentally removed configuration option handling
2018-09-09 Kim Alvefur mod_conversejs: Pin to version 4.0.0
2018-09-09 Kim Alvefur mod_bookmarks: Handle iq:private queries before mod_private
2018-09-09 Kim Alvefur mod_bookmarks: Correctly hook events on PEP services
2018-09-09 Kim Alvefur mod_auth_dovecot: Update example dovecot config
2018-09-08 Kim Alvefur mod_conversejs: Remove view_mode CSS switching
2018-09-08 t2d Fix README of mod_conversejs
2018-09-08 Kim Alvefur mod_omemo_all_access: Fix table to not take the first row as header
2018-09-08 Emmanuel Gil Peyrot mod_omemo_all_access: Add a note about mod_pep replacing this module on trunk.
2018-09-08 Kim Alvefur merge
2018-09-08 Minami-o Le Sabreur mod_profile: Update README file next to recent mod_pep changes
2018-09-08 Kim Alvefur mod_auth_dovecot/README: Expand example
2018-09-06 Kim Alvefur mod_muc_badge/README: Remove obsolete option
2018-09-06 Kim Alvefur mod_muc_badge/README: Remove completed TODO
2018-09-06 Kim Alvefur mod_muc_badge/README: Add an example
2018-09-06 Kim Alvefur mod_muc_badge/README: Correct the example URL to account for default 'http_host'
2018-08-31 Emmanuel Gil Peyrot mod_bookmarks: Ensure the configuration is correct even with create-on-subscribe.
2018-08-31 Kim Alvefur mod_pubsub_text_interface: Add a 'last' command for sending the last item
2018-08-29 Kim Alvefur mod_register_json/README: Add syntax hint
2018-08-29 Matthew Wild mod_register_json: Update README
2018-08-27 Emmanuel Gil Peyrot mod_bookmarks: Delete the node before attempting migration, to make sure its config is correct.
2018-08-25 Kim Alvefur mod_s2s_auth_posh: Be a tiny bit stricter with types
2018-08-25 Kim Alvefur mod_s2s_auth_posh: Follow reference
2018-08-25 Kim Alvefur mod_s2s_auth_posh: Ensure JWK data decodes to a table
2018-08-25 Emmanuel Gil Peyrot mod_muc_badge: Reduce the opacity of the text shadows.
2018-08-25 Emmanuel Gil Peyrot mod_muc_badge: Add spaces around each part of the text.
2018-08-25 Emmanuel Gil Peyrot mod_muc_badge: Preserve spaces in SVG, fixes displaying nicer borders.
2018-08-25 Emmanuel Gil Peyrot mod_http_muc_log: Close unclosed <p/> tag in template.
2018-08-25 Emmanuel Gil Peyrot mod_bookmarks: Display the bare JID instead of the username in logs.
2018-08-25 Kim Alvefur mod_pubsub_feeds: Handle feed parsing error (thanks apollo13)
2018-08-25 Kim Alvefur mod_pubsub_feeds: Fix syntax error
2018-08-25 Kim Alvefur mod_pubsub_feeds: Log a message for HTTP 301 redirects
2018-08-25 Kim Alvefur mod_pubsub_feeds: Log non-HTTP errors like certificate problems etc
2018-08-25 Kim Alvefur mod_pubsub_feeds: Log a debug message for status codes not handled
2018-08-24 Kim Alvefur mod_atom: Set the proper Content-Type header for Atom (thanks MattJ)
2018-08-24 Kim Alvefur mod_atom: Include User Nickname (if configured to be public)
2018-08-24 Kim Alvefur mod_atom: Expose title and description from node metadata in feed
2018-08-24 Kim Alvefur mod_atom: Add node as portablecontacts preferredUsername
2018-08-24 Kim Alvefur mod_atom: Add some basic metadata to feed
2018-08-24 Emmanuel Gil Peyrot mod_delegation: Simplify iq handling by hooking on iq-get/ instead of iq/.
2018-08-24 Emmanuel Gil Peyrot mod_readonly: Simplify iq handling by hooking on iq-set/ instead of iq/.
2018-08-24 Emmanuel Gil Peyrot mod_ipcheck: Simplify iq handling by hooking on iq-get/ instead of iq/.
2018-08-24 Emmanuel Gil Peyrot mod_auto_answer_disco_info: Simplify iq handling by hooking on the full payload tag instead of iq/full.
2018-08-24 Emmanuel Gil Peyrot mod_client_certs: Simplify iq handling by hooking on iq-get/ and iq-set/ instead of iq/.
2018-08-24 Emmanuel Gil Peyrot mod_group_bookmarks: Remove unused requires.
2018-08-24 Kim Alvefur mod_pubsub_github: Remove unused import [luacheck]
2018-08-24 Kim Alvefur mod_pubsub_github: Add support for signed requests
2018-08-24 Kim Alvefur mod_pubsub_github: Unpack request from event
2018-08-24 Emmanuel Gil Peyrot mod_group_bookmarks: Add my copyright.
2018-08-24 Emmanuel Gil Peyrot mod_group_bookmarks: Return early when the key is not bookmarks.
2018-08-24 Emmanuel Gil Peyrot mod_group_bookmarks: Use iq-get event instead of checking for stanza.attr.type == "get".
2018-08-24 Emmanuel Gil Peyrot mod_group_bookmarks: Remove duplicated requires.
2018-08-24 Kim Alvefur mod_pubsub_github/README: Note that it might work with Gitlab as well
2018-08-24 Kim Alvefur mod_atom: Add a brief README
2018-08-24 Kim Alvefur mod_pubsub_post/README: Add a heading for affiliation related text
2018-08-24 Kim Alvefur mod_pubsub_post: Ensure actor is non-nil (catch inability to determine IP or simliar)
2018-08-24 Kim Alvefur mod_pubsub_post: Start with actor unset
2018-08-21 Emmanuel Gil Peyrot mod_bookmarks: Use the new item-published/<node> event.
2018-08-21 Kim Alvefur mod_profile: Only replace avatar update hash if one is found
2018-08-21 Kim Alvefur mod_profile: Only retrieve the last avatar hash from PEP
2018-08-20 Kim Alvefur mod_pubsub_text_interface: Ignore whitespace after all commands
2018-08-20 Kim Alvefur mod_pubsub_text_interface: Rename variable to avoid name clash [luacheck]
2018-08-20 Kim Alvefur mod_pubsub_text_interface: Fix chain that accidentally produced nested <body>
2018-08-20 Kim Alvefur mod_pubsub_text_interface: Generate a stanza id for replies
2018-08-20 Kim Alvefur mod_profile: Pass item id onto pubsub container element
2018-08-20 Kim Alvefur mod_profile: Use type property over content identifiguesstimation
2018-08-20 Kim Alvefur mod_pubsub_text_interface: Add a README
2018-08-20 Kim Alvefur mod_pubsub_text_interface: A chat interface to PubSub
2018-08-20 Kim Alvefur mod_pubsub_feeds: Include pubsub namespace on wrapper item as required by mod_pubsub
2018-08-20 Kim Alvefur mod_atom: Update to the new mod_pep
2018-08-19 Matthew Wild mod_firewall: Assume empty list if file could not be loaded
2018-08-18 Matthew Wild mod_candy: Remove, outdated. Consider mod_conversejs instead.
2018-08-18 Emmanuel Gil Peyrot mod_bookmarks: Require forgotten util.jid module.
2018-08-18 Emmanuel Gil Peyrot mod_default_bookmarks: Add support for <password/>.
2018-08-18 Emmanuel Gil Peyrot mod_default_bookmarks: Add support for trunk’s mod_pep.
2018-08-18 Emmanuel Gil Peyrot mod_bookmarks: Expose publish_to_pep() to other modules.
2018-08-18 Emmanuel Gil Peyrot mod_bookmarks: Fire empty and updated events, for other modules to use.
2018-08-18 Emmanuel Gil Peyrot mod_bookmarks: Send back empty Private XML bookmarks on empty PEP bookmarks.
2018-08-18 Emmanuel Gil Peyrot mod_bookmarks: Fix traceback on retrieval since ba0d444b64aa.
2018-08-18 Emmanuel Gil Peyrot mod_bookmarks: Enforce publish_options since Prosody 249d90ff992e.
2018-08-18 Emmanuel Gil Peyrot mod_bookmarks: Simplify last item retrieval thanks to Prosody b6ffd4f951b9.
2018-08-18 Emmanuel Gil Peyrot mod_bookmarks: New module synchronising bookmarks to the new persistent mod_pep
2018-08-14 Matthew Wild mod_http_upload_external: share_v2.php: Comment out verbose debug logging
2018-08-14 Matthew Wild mod_http_upload_external: share.php: Fix whitespace
2018-08-14 Matthew Wild mod_http_upload_external: Update share.php and share_v2.php to allow cross-domain requests
2018-08-13 Kim Alvefur mod_s2s_auth_posh: Add a command for generating the JSON file
2018-08-10 Kim Alvefur mod_auth_http_cookie: Also try to get HTTP request from WebSocket session
2018-08-10 Kim Alvefur mod_auth_http_cookie: Try to get HTTP request from array on BOSH sessions
2018-08-09 Matthew Wild mod_pep_vcard_png_avatar: Log error when used with new mod_pep, add compat with mod_pep_simple
2018-08-09 Matthew Wild mod_pep_vcard_avatar: Log error when used with new mod_pep, add compat with mod_pep_simple
2018-08-08 Michel Le Bihan mod_watchuntrusted: Add option to ignore domains
2018-08-08 Michel Le Bihan mod_e2e_policy: Always add the 'to' in warning stanzas
2018-08-08 Matthew Wild mod_smacks: Improve logging on resume so session changes are more easily tracked
2018-08-07 Matthew Wild mod_statistics: Split module:shared() into multiple calls, multiple params may be deprecated soon
2018-08-07 Matthew Wild mod_http_upload_external: share.php: Use hash_equals() if available to protect against timing attack
2018-08-04 Kim Alvefur mod_pep_vcard_avatar: Does not work with trunk anymore
2018-08-03 Kim Alvefur mod_adhoc_dataforms_demo/README: Set a summary
2018-08-03 Kim Alvefur mod_adhoc_dataforms_demo: Silence warning about unused argument [luacheck]
2018-08-03 Kim Alvefur mod_adhoc_test -> mod_adhoc_dataforms_demo
2018-08-03 Kim Alvefur mod_adhoc_test: A module to test dataforms generation and rendering
2018-08-03 Matthew Wild mod_omemo_all_access: Add compatibility with mod_pep_simple
2018-08-03 Matthew Wild mod_omemo_all_access: Log error when used with incompatible mod_pep
2018-08-02 Kim Alvefur mod_profile: Abort if mod_pep doesn't appear to be the former mod_pep_plus
2018-08-02 Kim Alvefur mod_profile: Update for mod_pep_plus rename
2018-02-19 Kim Alvefur mod_s2s_auth_posh: Beginnings of a README
2018-01-28 Kim Alvefur mod_s2s_auth_posh: Normalize code formatting
2017-12-21 Kim Alvefur mod_s2s_auth_posh: Abort if no fingerprints are found
2017-12-21 Kim Alvefur mod_s2s_auth_posh: Remove commented out line
2017-12-21 Kim Alvefur mod_s2s_auth_posh: Skip POSH if session certificate is already valid
2017-12-21 Kim Alvefur mod_s2s_auth_posh: Remove commented out imports
2017-12-21 Kim Alvefur mod_s2s_auth_posh: Cache tweak
2017-03-15 Kim Alvefur mod_s2s_auth_posh: Changes done outside of version control during 2014-2017
2014-05-21 Kim Alvefur mod_s2s_auth_posh: PKIX over Secure HTTP
2018-08-01 Emmanuel Gil Peyrot mod_firewall: Add a missing space after a comma in the README.
2018-07-31 Kim Alvefur mod_pastebin: Make first line and URL more clearly separated
2018-07-26 Matthew Wild mod_lib_ldap: assert() connection for hopefully better error reporting (thanks adac)
2018-07-24 Kim Alvefur mod_profile: Remove purging of previous PEP data, should no longer be needed
2018-07-24 Kim Alvefur mod_profile: Bump priority of xep153 hook to surely run before mod_presence
2018-07-24 Kim Alvefur mod_profile: Correctly add avatar hash
2018-07-24 Kim Alvefur mod_profile: Add xmlns on <item> in order to pass item validation in mod_pubsub
2018-07-24 Kim Alvefur mod_profile: Refactor wrapping of payloads in <item>
2018-07-18 Kim Alvefur mod_http_upload_external/README: Add Perl implementation by Holger to list