log

age author description
2022-07-13 Matthew Wild mod_invites_adhoc: Update for Prosody's new role API (backwards-compatible)
2022-07-13 Matthew Wild mod_http_xep227: Updates for new mod_tokenauth (trunk/0.13 only)
2022-07-13 Matthew Wild mod_http_oauth2: Updates for Prosody's new role API (backwards-compatible)
2022-07-13 Matthew Wild mod_http_admin_api: Updates for new role auth API in Prosody (trunk/0.13 only)
2022-07-13 Matthew Wild mod_cloud_notify: Rename field in event for clarity ('node' is ambiguous here)
2022-07-13 Matthew Wild mod_sentry: Log warning when server returns unexpected response
2022-08-16 Nicoco mod_privilege: process entity IQs (credit to adx) and messages with a constructed entity session
2022-08-15 Kim Alvefur mod_http_muc_log: Use stanza:find to save a few bytes
2022-08-15 Kim Alvefur mod_http_muc_log: Use XEP-0421 ID over nickname for XEP-0308
2022-08-15 Kim Alvefur mod_http_muc_log: Use XEP-0359 ID if available
2022-08-15 Kim Alvefur mod_http_muc_log: Rename variable for improved clarity
2022-08-15 Kim Alvefur mod_http_muc_log: Remove dead code
2022-08-15 Kim Alvefur mod_rest: Fill in 'type' field in error registry
2022-08-12 Kim Alvefur mod_http_muc_log: Link to replied-to message using XEP-0461: Message Replies
2022-08-12 Kim Alvefur mod_http_muc_log: Mention relevant XEPs in comments
2022-08-12 Kim Alvefur mod_rest: Add JSON mapping for XEP-0461: Message Replies
2022-08-11 Kim Alvefur mod_compat_roles/README: Fix yaml syntax in metadata block
2022-08-11 Matthew Wild mod_compat_roles: New module providing compat shim for trunk's new role API
2022-08-02 Citronalco mod_muc_badge: If room has no title use localpart of room's jid (fixes #1767)
2022-08-03 Kim Alvefur mod_s2s_smacks_timeout: Use mod_smacks to close stale s2s connections
2022-07-30 arcseconds replaced 'session' with 'origin' in push_disable
2022-07-29 Kim Alvefur mod_default_bookmarks: Fix support for array of string config in bookmarks 2 part (thanks Menel)
2022-07-25 Kim Alvefur mod_default_bookmarks: Bail on empty 'default_bookmarks' to fix traceback
2022-07-21 Kim Alvefur mod_log_http: Undo mistake in 456b9f608fcf
2022-07-18 Kim Alvefur various: Improve error reporting if missing file server module on 0.12
2022-07-18 Kim Alvefur various: Use 0.12+ API for serving files from the file system over HTTP
2022-07-11 Kim Alvefur mod_log_json: Prefer native Lua table.pack over Prosody util.table one
2022-07-06 Kim Alvefur mod_http_muc_log: Improve accessibility with descriptive @title attrs
2022-07-06 Kim Alvefur mod_http_muc_log: Move OOB style from attribute to <style> in header
2022-07-05 Kim Alvefur luacheck: Update with changes from Prosody 0.12
2022-07-02 Kim Alvefur mod_http_muc_log: Drop support for pre-0.11 MUC API
2022-07-02 tmolitor mod_csi_battery_saver: Add support for urn:xmpp:jingle-message:1 (XEP-0353)
2022-07-02 tmolitor mod_cloud_notify: Compat for prosody 0.12
2022-06-28 Matthew Wild mod_firewall: README: Fix grammar and further improve wording
2022-06-28 Matthew Wild mod_firewall: README: Clarify when storage access can occur with roster checks
2022-06-28 Matthew Wild mod_firewall: README: Correct mention of 'JUMP_CHAIN' to 'JUMP CHAIN'
2022-06-27 Kim Alvefur mod_ping_muc/README: Update Compatibility section for 0.12 going stable
2022-06-26 Kim Alvefur mod_http_muc_log: Show XEP-0444 reactions
2022-06-20 Kim Alvefur mod_muc_restrict_media: Don't apply restriction to affiliated users
2022-06-14 Kim Alvefur mod_pubsub_post/README: Update references to trunk with release numbers
2022-06-13 Kim Alvefur mod_muc_ping: Remove since Prosody mod_muc 0.11+ covers this natively
2022-06-05 Kim Alvefur mod_rest: Add various things to openapi spec
2022-06-05 Kim Alvefur mod_rest: Add some descriptive details to schema
2022-05-30 Kim Alvefur mod_profile: Obsolete. Remove. Redirect to mod_vcard_legacy
2022-05-29 Kim Alvefur mod_http_admin_api: Update for 0.12 changes to mod_smacks
2022-05-29 Kim Alvefur mod_rest: Provide a log function on temporary session
2022-05-28 Goffi merge upstream
2022-05-28 Kim Alvefur mod_rest: Add an example OAuth client (needs mod_http_oauth2)
2022-05-28 Kim Alvefur mod_muc_occupant_id: Update Compatibility to mention being built-in in 0.12
2022-05-22 Kim Alvefur mod_muc_auto_reserve_nicks: Force refresh of nickname (thanks phryk)
2022-05-22 Kim Alvefur mod_rest: Add mapping of XEP-0380: Explicit Message Encryption
2022-05-21 Kim Alvefur mod_rest: Document /archive/ in openapi spec
2022-05-21 Kim Alvefur mod_rest: Treat archive.ids as comma-separated to work in query string
2022-05-21 Kim Alvefur mod_reload_modules: Be aware of component module (thanks Menel)
2022-05-20 moparisthebest mod_onions: Fix for bitop with Lua 5.4
2022-05-20 moparisthebest mod_net_proxy: Fix for bitop with Lua 5.4
2022-05-17 Kim Alvefur mod_rest: Fix attempt to index nil in handling of single iq response
2022-05-16 Kim Alvefur mod_rest: Ensure MAM result-iq is included in results from remote hosts
2022-05-16 Kim Alvefur mod_rest: Add special handling to catch MAM results from remote hosts
2022-05-14 Kim Alvefur mod_auth_dovecot: Fix compat with Lua 5.2+ move of unpack() (thanks Tom)