log

age author description
2022-02-05 Kim Alvefur mod_bookmarks: Use autolink to mod_bookmarks2
2022-02-05 Kim Alvefur mod_bookmarks: Also link to mod_bookmarks included with Prosody (trunk)
2022-02-04 Kim Alvefur mod_pubsub_feeds: Allow but ignore XML comments and processing instructions
2022-02-04 Kim Alvefur mod_dnsupdate: Fix typo
2022-02-02 Kim Alvefur mod_invites_page: Fix templates including stray inviter name (thanks Menel)
2022-01-31 Kim Alvefur misc/lnav: Attempt at log format description for lnav
2022-01-21 Kim Alvefur mod_vcard_muc: Add a summary to improve SEO
2022-01-18 Kim Alvefur mod_measure_process: Handle unlimited FD limits
2022-01-18 Kim Alvefur mod_measure_process: Report the enforced limit
2022-01-18 Matthew Wild mod_http_xep227: Add support for import via APIs rather than direct store manipulation
2022-01-18 Kim Alvefur mod_pubsub_summary: Fix typo in example
2022-01-18 Kim Alvefur mod_pubsub_summary: Add stub documentation
2022-01-16 Matthew Wild mod_http_xep227: Fix typo in method name
2022-01-16 Matthew Wild mod_http_xep227: Correctly read selected stores from URL query part
2022-01-16 Matthew Wild mod_http_xep227: Handle nil/errors opening archive stores
2022-01-16 Matthew Wild mod_http_xep227: Don't require admin privileges to use import/export
2022-01-15 Matthew Wild mod_http_xep227: Initialize XEP-0227 XML
2022-01-15 Matthew Wild mod_http_xep227: Fix validation of resulting export XML
2022-01-15 Matthew Wild mod_http_xep227: Fix luacheck warnings
2022-01-14 Kim Alvefur mod_bookmarks2: Skip send_last_published_item (unavailable in 0.11) (thanks carlos)
2022-01-12 Matthew Wild mod_http_xep227: New module providing HTTP API for account data import/export
2022-01-10 Kim Alvefur mod_default_bookmarks: Silence warning when probing for mod_bookmarks version
2022-01-09 Jonas Schäfer mod_groups_muc_bookmarks: restore bookmark injection on empty store
2022-01-09 Jonas Schäfer mod_groups_muc_bookmarks: fix typo/leftover from refactor
2022-01-08 Kim Alvefur mod_groups_muc_bookmarks: Switch to XEP-0402
2022-01-08 Kim Alvefur mod_default_bookmarks: Improve validation
2022-01-08 Kim Alvefur mod_default_bookmarks: Add support for XEP-0402 via mod_bookmarks(2)
2022-01-08 Kim Alvefur mod_default_bookmarks: Minor refactor to do some checks earlier
2022-01-07 Kim Alvefur mod_default_bookmarks: Use whichever of mod_bookmarks and mod_bookmarks2 is enabled
2022-01-07 Kim Alvefur mod_default_bookmarks: Fix mod_bookmarks capability check
2022-01-07 Kim Alvefur mod_conversejs: Reduce mod_bookmarks dependency to a warning
2022-01-07 Kim Alvefur mod_default_bookmarks: Abort on incompatible mod_bookmarks
2022-01-07 Emmanuel Gil Peyrot mod_tcpproxy: Reject missing or non-number block-size, as per XEP-0047
2022-01-06 Kim Alvefur mod_bookmarks2: Update Compatibility table
2022-01-06 Kim Alvefur mod_bookmarks2: Add a notice of inclusion in prosody-trunk
2022-01-05 Emmanuel Gil Peyrot mod_bookmarks2: Override the node configuration if it was wrong
2022-01-05 Kim Alvefur mod_conversejs: Try to depend on mod_bookmarks in trunk else mod_bookmarks2
2022-01-04 Kim Alvefur Back out ad7767a9f3ea
2022-01-04 Emmanuel Gil Peyrot mod_bookmarks: So long, and thanks for all the fish!
2022-01-04 Kim Alvefur mod_bookmarks2: Fix check for max_items=max support
2022-01-04 Emmanuel Gil Peyrot mod_bookmarks2: Actually fix the right wrong codepath
2022-01-04 Emmanuel Gil Peyrot mod_bookmarks2: Remove wrong codepath (thanks luacheck!)
2022-01-04 Kim Alvefur mod_conversejs: Switch dependency to mod_bookmarks2
2021-12-29 Kim Alvefur mod_pubsub_post: Document JSON to XML mapping capability
2021-12-29 Kim Alvefur mod_rest: Fix nested message stanzas in XEP-0297 containers
2021-12-29 Kim Alvefur mod_rest: Fixup internal schema references for correctness
2021-12-27 Emmanuel Gil Peyrot mod_bookmarks2: Remove obsolete comment
2021-12-26 Emmanuel Gil Peyrot mod_bookmarks2: Advertise XEP-0049 support
2021-12-26 Emmanuel Gil Peyrot mod_bookmarks2: Use constants for namespaces
2021-12-25 Emmanuel Gil Peyrot mod_pep_atom_categories: Add a module to index categories in Atom entries
2021-12-24 Emmanuel Gil Peyrot mod_bookmarks2: Finally add the #compat-pep feature!
2021-12-23 Emmanuel Gil Peyrot mod_bookmarks2: Add simple support for legacy PEP queries
2021-12-22 Matthew Wild mod_invites_register_web: Add mod_password_policy checks for web registration
2021-12-22 Matthew Wild mod_password_policy: Support for additional policies provided by other modules
2021-12-22 Matthew Wild mod_password_policy: Silence luacheck warning for intentional global
2021-12-22 Matthew Wild mod_password_policy: Hard failure on missing/empty passwords
2021-12-22 Matthew Wild mod_password_policy: Add check that password doesn't contain username
2021-12-22 Matthew Wild mod_password_policy: Allow check_password() to indicate the policy that failed
2021-12-19 Kim Alvefur mod_cloud_notify: Include extra error details if available
2021-12-15 Kim Alvefur mod_jsxc: Try not to put username and password into the ?query ...