log

age author description
2022-04-07 Kim Alvefur mod_rest/jsonmap: Fix indentation
2022-04-04 Kim Alvefur mod_conversejs: Bump Copyright year
2022-04-04 Kim Alvefur mod_conversejs: Remove plugin installer dependency on mod_bookmarks
2022-05-11 Goffi mod_privilege: update to v0.4:
2022-03-30 Kim Alvefur mod_register_web: Include HTML templates in rock (thanks unbunt)
2022-03-24 Kim Alvefur mod_bookmarks2: Ignore failure to delete nothing (thanks Ge0rG)
2022-03-19 Matthew Wild mod_vjud: Add permission parameter "any" for compatibility with 0.12 (fixes #1720)
2022-03-19 Matthew Wild mod_adhoc_account_management: Add compatibility with 0.12 permission string (thanks mirux)
2022-03-17 Matthew Wild mod_onions: Add comment explaining s2s-check-certificate handler
2022-03-15 Kim Alvefur mod_invites_register: Push invitee contact entry to inviter (Thanks gerald)
2022-03-08 Matthew Wild mod_http_upload: Update compatibility information
2022-03-04 Matthew Wild mod_muc_restrict_media: Fix traceback when checking default (thanks Martin)
2022-03-04 Matthew Wild mod_muc_restrict_media: Fix logic inversion on default value
2022-02-23 Kim Alvefur mod_cloud_notify_encrypted: Linkify dependencies
2022-02-22 Kim Alvefur mod_ping_muc: Fix typo in README
2022-02-22 Kim Alvefur mod_portcheck: Don't rewrite '*' to '0.0.0.0' since Prosody doesn't
2022-02-20 Kim Alvefur mod_muc_moderation: Update Clients section (+ Gajim, clix)
2022-02-19 Kim Alvefur mod_portcheck: Include '*' in allowed characters so '*:port' works
2022-02-18 Kim Alvefur mod_graceful_shutdown: Add a banner saying no longer needed with trunk
2022-02-18 Kim Alvefur mod_portcheck: Shell command to check if ports are open
2022-02-17 Kim Alvefur mod_dnsupdate: Add a --remove option to delete all SRV records
2022-02-15 Kim Alvefur mod_turn_external: Fix type of config option (thanks mirux)
2022-02-14 Matthew Wild mod_turn_external: Import from prosody trunk @ ed23bbf3b946
2022-02-11 Kim Alvefur mod_graceful_shutdown: Close multiplex ports
2022-02-11 Kim Alvefur mod_graceful_shutdown: Deactivate direct TLS c2s along with plain c2s
2022-02-09 Kim Alvefur mod_conversejs: Revert back to depending on mod_bookmarks
2022-02-09 Kim Alvefur mod_bookmarks2: Remove conflict check with mod_bookmarks
2022-02-08 Kim Alvefur mod_rest: Add XEP-0363 HTTP Upload to schemas
2022-02-08 Kim Alvefur mod_rest: Ensure mod_http is loaded before API demo
2022-02-07 Kim Alvefur mod_ping_muc: Remove 'kick' status code
2022-02-05 Kim Alvefur mod_bookmarks: Add a stub that loads mod_bookmarks2
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