log

age author description
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