log

age author description
2021-01-31 Jonas Schäfer mod_groups_internal: handle empty groups correctly
2021-01-31 Jonas Schäfer mod_groups_internal: fix log message not appearing
2021-01-31 Jonas Schäfer mod_groups_internal: make robust against module reloads
2021-01-30 Jonas Schäfer mod_groups_migration: make default group name configurable
2021-01-30 Jonas Schäfer mod_groups_internal: maintain the name of the associated MUC
2021-01-30 Jonas Schäfer mod_invites_register_api: Handle password resets
2021-01-30 tmolitor mod_smacks: allow O(1) processing of delayed ack events
2021-01-30 tmolitor mod_cloud_notify: use stanza from mod_smacks to behave O(1)
2021-01-30 Kim Alvefur mod_compliance_2021: XEP-0443: XMPP Compliance Suites 2021 self-test
2021-01-28 Matthew Wild mod_invites_adhoc: Add support for specifying roles that may invite users, admins may always invite
2021-01-28 Matthew Wild mod_invites_adhoc: Fail contact invite if user is not on current host
2021-01-27 Matthew Wild mod_invites_page: Some fixes for external-only mode
2021-01-27 Matthew Wild mod_groups_internal: Style
2021-01-27 Matthew Wild mod_groups_internal: Fix unintended global variable (thanks luacheck)
2021-01-27 Matthew Wild mod_groups_internal: Fix incorrect function name
2021-01-27 Matthew Wild mod_groups_internal: Remove unused local function
2021-01-27 Matthew Wild mod_groups_internal: Prep MUC JID before exposing/storing it (just in case)
2021-01-27 Matthew Wild mod_invites_page: Allow disabling of built-in pages with invites_page_external option
2021-01-26 Jonas Schäfer mod_invites_register: factor group handling into separate module
2021-01-26 Jonas Schäfer mod_invites_groups: factor group handling out of mod_invites_register
2021-01-26 Jonas Schäfer mod_groups_internal: send invite to new members of groups
2021-01-26 Kim Alvefur mod_migrate: Allow migrating data not attached to any user / nil user
2021-01-26 Jonas Schäfer mod_invites_adhoc: also add tracking information to contact invites
2021-01-26 Jonas Schäfer mod_http_admin_api: re-add information about invite creator
2021-01-26 Jonas Schäfer mod_invites_adhoc: add information about who created an invitation
2021-01-26 Jonas Schäfer mod_invites_tracking: simple module to store who created an invite
2021-01-26 Jonas Schäfer mod_http_admin_api: remove deprecated API endpoint
2021-01-26 Jonas Schäfer mod_groups_internal: fix default value and handling of groups_muc_host
2021-01-26 Jonas Schäfer mod_groups_migration: initialise the group with a MUC
2021-01-26 Jonas Schäfer mod_http_admin_api: support for creating groups with MUCs
2021-01-25 Jonas Schäfer mod_groups_internal: manage associated MUC
2021-01-25 Jonas Schäfer mod_groups_internal: allow creating MUCs if a MUC host is linked
2021-01-25 Jonas Schäfer mod_groups_migration: module helping migration to groups
2021-01-25 Jonas Schäfer mod_groups_internal: allow delay of roster sync on group change
2021-01-25 Jonas Schäfer mod_groups_internal: allow specifying a group_id on create
2021-01-25 Jonas Schäfer mod_invites_register: port to mod_groups_internal
2021-01-25 Matthew Wild mod_groups_internal: new module for grouping beyond mod_adhoc_groups
2021-01-25 Jonas Schäfer mod_http_admin_api: port to use new mod_groups_internal module
2021-01-25 Jonas Schäfer mod_invites_register_api: reroute register call
2021-01-25 Matthew Wild mod_invites_register_api: New module to allow turning invites into accounts via a HTTP API
2021-01-23 Matthew Wild mod_http_admin_api: Add OpenAPI spec
2021-01-23 Matthew Wild mod_http_admin_api: Add 'reset' property to returned invite objects
2021-01-23 Matthew Wild mod_invites: Add ttl to all public creation APIs
2021-01-23 Matthew Wild mod_invites: Fix typo in variable name
2021-01-23 Matthew Wild mod_http_admin_api: Allow specifying groups in account invite
2021-01-23 Matthew Wild mod_http_admin_api: Improve invite API and support password resets
2021-01-22 Matthew Wild mod_cloud_notify_encrypted: Fix traceback on push of message with no body
2021-01-22 Kim Alvefur mod_rest: Fix json-mapping stanzas with text or whitespace between tags
2021-01-21 Matthew Wild mod_http_admin_api: Add /server/info endpoint for site_name and version
2021-01-21 Matthew Wild mod_http_oauth2: Add endpoint to revoke a key (RFC 7009 kinda)
2021-01-21 Jonas Schäfer mod_http_admin_api: add support for updating groups
2021-01-21 Matthew Wild mod_http_admin_api: Some fixes and improvements for the groups API
2021-01-21 Matthew Wild mod_cloud_notify: Make push_errors a shared table to persist across reloads and share with other modules
2021-01-21 Jonas Schäfer mod_http_admin_api: do not report OMEMO as ok if no devices exist
2021-01-21 Jonas Schäfer mod_http_admin_api: make the api a bit less untested
2021-01-21 Jonas Schäfer mod_http_admin_api: set content-type for debug API
2021-01-21 Matthew Wild mod_http_admin_api: 100% untested user debug info endpoint
2021-01-20 Jonas Schäfer mod_http_admin_api: restructure group-related info in API
2021-01-20 Matthew Wild mod_http_admin_api: Return new group object on successful creation
2021-01-19 Matthew Wild mod_http_admin_api: Switch PUT to POST where appropriate
2021-01-19 Matthew Wild mod_http_admin_api: Fix logic bug
2021-01-19 Matthew Wild mod_http_admin_api: Ensure 'reusable' flag is always present on an invite
2021-01-19 Matthew Wild mod_invites, mod_http_admin_api: Allow specifying multiple groups when creating an invite
2021-01-18 JC Brand mod_muc_markers: boolean should be used, not string
2021-01-17 tmolitor mod_cloud_notify: Fix handling of push_queue
2021-01-17 Matthew Wild mod_http_admin_api: Add XMPP URI into invite objects
2021-01-17 Matthew Wild mod_http_admin_api: Add groups management endpoints
2021-01-17 Matthew Wild mod_http_admin_api: Add groups property to users
2021-01-17 Matthew Wild mod_http_admin_api: Add support for creating reusable/group/custom-ttl invites
2021-01-17 Matthew Wild mod_http_admin_api: Use json.encode_array() when returning an array
2021-01-17 Matthew Wild mod_http_admin_api: Expose new invite properties: groups, source and reusable
2021-01-17 Matthew Wild mod_invites_register: Add user to groups included in an invite
2021-01-17 Matthew Wild mod_invites: Add public API method for creating group invites
2021-01-17 Matthew Wild mod_invites: Add support to internal API for creating reusable and custom-TTL invites
2021-01-17 Matthew Wild mod_http_admin_api: Add methods for managing users
2021-01-17 Matthew Wild mod_invites: Fix some more luacheck warnings
2021-01-17 Matthew Wild mod_http_admin_api: HTTP API for managing users and invites
2021-01-17 Matthew Wild mod_invites: Fix luacheck warning
2021-01-17 Matthew Wild mod_invites: Add internal API to list, read and delete account invites
2021-01-16 Matthew Wild mod_http_oauth2: Rudimentary support for scopes (but not really)
2021-01-15 Matthew Wild mod_muc_deliver_offline: New module for delivery of MUC messages to offline users
2021-01-15 JC Brand mod_muc_markers: Fix default value in readme
2021-01-15 JC Brand mod_muc_markers: Add config setting to turn off sending of markers on MUC join
2021-01-13 Matthew Wild mod_cloud_notify_filters: New module to support push notification filters
2021-01-13 JC Brand mod_muc_rai: Get user JID from event.occupant
2021-01-13 Matthew Wild mod_cloud_notify_priority_tag: New module to support Tigase's push priority indicator extension
2021-01-13 Matthew Wild mod_cloud_notify_encrypted: Use new direct access to notification element
2021-01-13 Matthew Wild mod_cloud_notify: Some restructuring to allow direct access to notification element within push event
2021-01-13 Matthew Wild mod_cloud_notify_encrypted: Truncate message body to 255 characters
2021-01-13 Matthew Wild mod_cloud_notify_encrypted: Fixes to the push notification syntax and payload
2021-01-13 Matthew Wild mod_cloud_notify_encrypted: Fix the location of the <encrypt> element in push registrations
2021-01-13 Matthew Wild mod_cloud_notify: Include 'important' flag in push event data
2021-01-12 Matthew Wild mod_cloud_notify_encrypted: New module for Encrypted Push Notifications
2021-01-05 Boris Grozev mod_roster_command: Fix subscription when the "user JID" is a bare domain.
2021-01-12 Matthew Wild mod_cloud_notify: Fire register and push events for integration with other modules
2021-01-11 tmolitor mod_cloud_notify: fix push flooding on delayed acks
2021-01-11 Georg Lukas mod_muc_ban_ip: Lua is not C, fix typo
2021-01-06 Seve Ferrer mod_mucc_http_auth: Provide Authorization header setting for deployments behind a login
2021-01-06 Georg Lukas mod_muc_ban_ip: do not error() on banned user sending error to MUC
2020-05-22 Georg Lukas mod_cache_c2s_caps: log full JID on all relevant code paths
2021-01-06 JC Brand mod_muc_http_auth: `no-authorized` error must be of type `auth`
2021-01-05 Jonas Schäfer mod_client_proxy: Fix typo in readme
2021-01-05 Matthew Wild mod_log_http: Switch to line buffering (thanks Zash+Ge0rG)
2021-01-02 Kim Alvefur mod_pastebin: Document tresholds inclusion in disco#info
2021-01-02 Kim Alvefur mod_pastebin: Normalize markdown
2020-12-30 JC Brand mod_muc_mention_notifications: Add description in readme
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...