log

age author description
2020-12-30 JC Brand mod_muc_mention_notifications: Send mention notifications from the MUC JID
2020-12-22 Seve Ferrer Improve UX by providing defaults users expect
2020-12-22 Seve Ferrer End value is index+1 as per the newest revision https://xmpp.org/extensions/xep-0372.html#revision-history-v0.4.0
2020-12-21 Richard Schwab mod_http_upload_external: update php scripts to return HTTP 201 Created on upload
2020-12-16 Kim Alvefur mod_rest: Optimize stanza to JSON mapping
2020-12-21 JC Brand mod_muc_mention_notifications: Remove debugging helpers
2020-12-21 JC Brand muc_mention_notifications: Rename module
2020-12-21 JC Brand muc_room_mention_notifications: Set xmlns to what's used in the protoXEP
2020-12-21 JC Brand muc_room_mention_notifications: Handle referenced JID being a MUC nickname JID
2020-12-18 Seve Ferrer mod_muc_http_auth: Bugfix: Not properly listening on register IQs
2020-12-18 Seve Ferrer Improve UX by providing defaults users expect
2020-12-15 Matthew Wild mod_migrate: Add support for the fictitious pep_data store
2020-12-15 Seve Ferrer mod_muc_http_auth: Use get_option_set API properly
2020-12-15 Matthew Wild mod_vcard_muc: Pass room object around instead of JID, hopefully fixing traceback
2020-12-15 Seve Ferrer For deployments that have https://hg.prosody.im/trunk/file/tip/plugins/muc/register.lib.lua#l7 and use https://modules.prosody.im/mod_muc_http_auth.html users can still register to a MUC even if they are not allowed to join. That means they would receive RAI or RMN, for instance.
2020-12-14 Matthew Wild mod_muc_markers: Add option for @id rewriting, default off (may break some clients)
2020-12-14 JC Brand mod_muc_rai: Use xmlns from XEP-0437
2020-12-12 Seve Ferrer Prosodoy module to externalize MUC authorization via HTTP
2020-12-11 Matthew Wild mod_cloud_notify: Some code cleanup, now luacheck-clean. No functionality changes.
2020-12-10 Kim Alvefur mod_sentry: Include sentry.lib in luarock
2020-12-10 Kim Alvefur mod_s2s_keepalive: Don't send whitespace keepalives before s2sin stream is open
2020-12-09 Matthew Wild mod_sentry: Pull message from error *before* we mutate it into something different...
2020-12-09 Matthew Wild mod_sentry: Pull default message from error text or wrapped error (if string)
2020-12-09 Matthew Wild mod_sentry: Automatically attach exceptions for errors used in log parameters
2020-12-09 Matthew Wild mod_sentry: Fix to correctly iterate over traceback
2020-12-09 Matthew Wild mod_sentry: Ensure frames gets encoded as a JSON array, even if empty
2020-12-09 Matthew Wild mod_sentry: Don't include tracebacks in extra context
2020-12-09 Matthew Wild mod_sentry: Fix syntax for inclusion of stack traces in events
2020-12-09 Matthew Wild mod_sentry: Support for including stack frames in exception events
2020-12-09 Matthew Wild mod_sentry: Fix typo in method name
2020-12-08 Matthew Wild mod_sentry: New module to forward errors to a Sentry server
2020-11-30 Kim Alvefur mod_pubsub_feeds: Don't skip publishing items after an existing one
2020-12-01 Kim Alvefur mod_muc_rai: Use log systems string formatting facilities
2020-12-04 Seve Ferrer mod_muc_room_mention_notifications: Publish module
2020-12-03 Emmanuel Gil Peyrot mod_bookmarks2: Fix luacheck warning
2020-12-03 Emmanuel Gil Peyrot mod_bookmarks2: Add a warning about client compatibility
2020-12-01 Seve Ferrer mod_muc_rai: Subscribe/unsubscribe users when leaving/joining
2020-11-28 Kim Alvefur mod_http_oauth2: Fix passing OAuth-specific error details
2020-11-28 Kim Alvefur mod_rest: Expand TODO
2020-11-25 Matthew Wild mod_admin_notify: Fix traceback when no admins listed in config
2020-11-24 tmolitor mod_cloud_notify: Modernize interface to mod_smacks
2020-11-22 Kim Alvefur mod_http_oauth2: Periodically trim unused authorization codes
2020-11-22 Kim Alvefur mod_http_oauth2: Keep authorization codes in memory instead of storage
2020-11-22 Kim Alvefur mod_http_oauth2: Reduce authorization code validity time to 2 minutes
2020-11-22 Kim Alvefur mod_http_oauth2: Factor out authorization code validity decision
2020-11-22 Kim Alvefur mod_adhoc_oauth2_client: Fix including final client_id in result form
2020-11-22 Kim Alvefur mod_adhoc_oauth2_client: Advertise URI fields with XEP-0122
2020-11-22 Kim Alvefur mod_adhoc_oauth2_client: Fix adhoc status on error
2020-11-22 Kim Alvefur mod_http_oauth2: Add TODO
2020-11-22 Kim Alvefur mod_adhoc_oauth2_client: Add stub README
2020-11-22 Kim Alvefur mod_http_oauth2: Improve storage of client secret
2020-11-22 Kim Alvefur mod_adhoc_oauth2_client: Note TODO
2020-11-21 Kim Alvefur mod_adhoc_oauth2_client: Allow creating OAuth2 clients via ad-hoc
2020-11-21 Kim Alvefur mod_http_oauth2: Rescope oauth client config into users' storage
2020-11-21 Kim Alvefur mod_http_oauth2: Remove unnecessary redirect uri check
2020-11-21 Kim Alvefur mod_http_oauth2: Unpack event object to improve readability
2020-11-21 Kim Alvefur mod_http_oauth2: Fix incomplete function arity change in dea6bea2ddd3
2020-11-21 Kim Alvefur mod_http_oauth2: Authorization code flow
2020-11-18 Seve Ferrer mod_ogp: Update parsing logic to catch more cases
2020-11-18 Seve Ferrer mod_ogp: Improve parsing patterns