Log

description author age
mod_groups_internal: Prep MUC JID before exposing/storing it (just in case) Matthew Wild Wed, 27 Jan 2021 14:52:30 +0000
mod_invites_page: Allow disabling of built-in pages with invites_page_external option Matthew Wild Wed, 27 Jan 2021 08:16:26 +0000
mod_invites_register: factor group handling into separate module Jonas Schäfer Tue, 26 Jan 2021 22:04:43 +0100
mod_invites_groups: factor group handling out of mod_invites_register Jonas Schäfer Tue, 26 Jan 2021 22:04:23 +0100
mod_groups_internal: send invite to new members of groups Jonas Schäfer Tue, 26 Jan 2021 17:28:26 +0100
mod_migrate: Allow migrating data not attached to any user / nil user Kim Alvefur Tue, 26 Jan 2021 17:18:44 +0100
mod_invites_adhoc: also add tracking information to contact invites Jonas Schäfer Tue, 26 Jan 2021 17:17:36 +0100
mod_http_admin_api: re-add information about invite creator Jonas Schäfer Tue, 26 Jan 2021 16:10:11 +0100
mod_invites_adhoc: add information about who created an invitation Jonas Schäfer Tue, 26 Jan 2021 16:09:02 +0100
mod_invites_tracking: simple module to store who created an invite Jonas Schäfer Tue, 26 Jan 2021 16:05:49 +0100
mod_http_admin_api: remove deprecated API endpoint Jonas Schäfer Tue, 26 Jan 2021 16:01:45 +0100
mod_groups_internal: fix default value and handling of groups_muc_host Jonas Schäfer Tue, 26 Jan 2021 15:39:59 +0100
mod_groups_migration: initialise the group with a MUC Jonas Schäfer Tue, 26 Jan 2021 15:37:52 +0100
mod_http_admin_api: support for creating groups with MUCs Jonas Schäfer Tue, 26 Jan 2021 15:37:28 +0100
mod_groups_internal: manage associated MUC Jonas Schäfer Mon, 25 Jan 2021 21:51:26 +0100
mod_groups_internal: allow creating MUCs if a MUC host is linked Jonas Schäfer Mon, 25 Jan 2021 21:47:38 +0100
mod_groups_migration: module helping migration to groups Jonas Schäfer Mon, 25 Jan 2021 21:34:32 +0100
mod_groups_internal: allow delay of roster sync on group change Jonas Schäfer Mon, 25 Jan 2021 21:33:38 +0100
mod_groups_internal: allow specifying a group_id on create Jonas Schäfer Mon, 25 Jan 2021 21:32:53 +0100
mod_invites_register: port to mod_groups_internal Jonas Schäfer Mon, 25 Jan 2021 18:43:48 +0100
mod_groups_internal: new module for grouping beyond mod_adhoc_groups Matthew Wild Mon, 25 Jan 2021 18:43:20 +0100
mod_http_admin_api: port to use new mod_groups_internal module Jonas Schäfer Mon, 25 Jan 2021 18:33:49 +0100
mod_invites_register_api: reroute register call Jonas Schäfer Mon, 25 Jan 2021 16:55:39 +0100
mod_invites_register_api: New module to allow turning invites into accounts via a HTTP API Matthew Wild Mon, 25 Jan 2021 12:44:20 +0000
mod_http_admin_api: Add OpenAPI spec Matthew Wild Sat, 23 Jan 2021 14:15:21 +0000
mod_http_admin_api: Add 'reset' property to returned invite objects Matthew Wild Sat, 23 Jan 2021 13:03:14 +0000
mod_invites: Add ttl to all public creation APIs Matthew Wild Sat, 23 Jan 2021 12:56:17 +0000
mod_invites: Fix typo in variable name Matthew Wild Sat, 23 Jan 2021 12:55:49 +0000
mod_http_admin_api: Allow specifying groups in account invite Matthew Wild Sat, 23 Jan 2021 12:52:48 +0000
mod_http_admin_api: Improve invite API and support password resets Matthew Wild Sat, 23 Jan 2021 11:59:23 +0000
mod_cloud_notify_encrypted: Fix traceback on push of message with no body Matthew Wild Fri, 22 Jan 2021 22:05:05 +0000
mod_rest: Fix json-mapping stanzas with text or whitespace between tags Kim Alvefur Fri, 22 Jan 2021 15:19:53 +0100
mod_http_admin_api: Add /server/info endpoint for site_name and version Matthew Wild Thu, 21 Jan 2021 18:54:42 +0000
mod_http_oauth2: Add endpoint to revoke a key (RFC 7009 kinda) Matthew Wild Thu, 21 Jan 2021 18:06:12 +0000
mod_http_admin_api: add support for updating groups Jonas Schäfer Thu, 21 Jan 2021 17:30:34 +0100
mod_http_admin_api: Some fixes and improvements for the groups API Matthew Wild Thu, 21 Jan 2021 16:02:31 +0000
mod_cloud_notify: Make push_errors a shared table to persist across reloads and share with other modules Matthew Wild Thu, 21 Jan 2021 15:25:18 +0000
mod_http_admin_api: do not report OMEMO as ok if no devices exist Jonas Schäfer Thu, 21 Jan 2021 16:18:14 +0100
mod_http_admin_api: make the api a bit less untested Jonas Schäfer Thu, 21 Jan 2021 16:13:29 +0100
mod_http_admin_api: set content-type for debug API Jonas Schäfer Thu, 21 Jan 2021 15:51:07 +0100
mod_http_admin_api: 100% untested user debug info endpoint Matthew Wild Thu, 21 Jan 2021 14:42:11 +0000
mod_http_admin_api: restructure group-related info in API Jonas Schäfer Wed, 20 Jan 2021 15:30:29 +0100
mod_http_admin_api: Return new group object on successful creation Matthew Wild Wed, 20 Jan 2021 12:51:33 +0000
mod_http_admin_api: Switch PUT to POST where appropriate Matthew Wild Tue, 19 Jan 2021 20:36:41 +0000
mod_http_admin_api: Fix logic bug Matthew Wild Tue, 19 Jan 2021 20:35:33 +0000
mod_http_admin_api: Ensure 'reusable' flag is always present on an invite Matthew Wild Tue, 19 Jan 2021 20:35:08 +0000
mod_invites, mod_http_admin_api: Allow specifying multiple groups when creating an invite Matthew Wild Tue, 19 Jan 2021 20:34:23 +0000
mod_muc_markers: boolean should be used, not string JC Brand Mon, 18 Jan 2021 20:01:17 +0100
mod_cloud_notify: Fix handling of push_queue tmolitor Sun, 17 Jan 2021 21:52:36 +0100
mod_http_admin_api: Add XMPP URI into invite objects Matthew Wild Sun, 17 Jan 2021 18:11:19 +0000
mod_http_admin_api: Add groups management endpoints Matthew Wild Sun, 17 Jan 2021 17:52:03 +0000
mod_http_admin_api: Add groups property to users Matthew Wild Sun, 17 Jan 2021 17:51:23 +0000
mod_http_admin_api: Add support for creating reusable/group/custom-ttl invites Matthew Wild Sun, 17 Jan 2021 17:50:42 +0000
mod_http_admin_api: Use json.encode_array() when returning an array Matthew Wild Sun, 17 Jan 2021 17:46:47 +0000
mod_http_admin_api: Expose new invite properties: groups, source and reusable Matthew Wild Sun, 17 Jan 2021 17:46:02 +0000
mod_invites_register: Add user to groups included in an invite Matthew Wild Sun, 17 Jan 2021 17:44:51 +0000
mod_invites: Add public API method for creating group invites Matthew Wild Sun, 17 Jan 2021 17:43:53 +0000
mod_invites: Add support to internal API for creating reusable and custom-TTL invites Matthew Wild Sun, 17 Jan 2021 17:42:49 +0000
mod_http_admin_api: Add methods for managing users Matthew Wild Sun, 17 Jan 2021 13:58:52 +0000
mod_invites: Fix some more luacheck warnings Matthew Wild Sun, 17 Jan 2021 12:50:19 +0000
mod_http_admin_api: HTTP API for managing users and invites Matthew Wild Sun, 17 Jan 2021 12:49:20 +0000
mod_invites: Fix luacheck warning Matthew Wild Sun, 17 Jan 2021 12:47:56 +0000
mod_invites: Add internal API to list, read and delete account invites Matthew Wild Sun, 17 Jan 2021 12:47:47 +0000
mod_http_oauth2: Rudimentary support for scopes (but not really) Matthew Wild Sat, 16 Jan 2021 19:47:22 +0000
mod_muc_deliver_offline: New module for delivery of MUC messages to offline users Matthew Wild Fri, 15 Jan 2021 18:57:12 +0000
mod_muc_markers: Fix default value in readme JC Brand Fri, 15 Jan 2021 14:08:46 +0100
mod_muc_markers: Add config setting to turn off sending of markers on MUC join JC Brand Fri, 15 Jan 2021 14:07:01 +0100
mod_cloud_notify_filters: New module to support push notification filters Matthew Wild Wed, 13 Jan 2021 16:50:47 +0000
mod_muc_rai: Get user JID from event.occupant JC Brand Wed, 13 Jan 2021 16:23:44 +0100
mod_cloud_notify_priority_tag: New module to support Tigase's push priority indicator extension Matthew Wild Wed, 13 Jan 2021 15:02:27 +0000
mod_cloud_notify_encrypted: Use new direct access to notification element Matthew Wild Wed, 13 Jan 2021 15:01:59 +0000
mod_cloud_notify: Some restructuring to allow direct access to notification element within push event Matthew Wild Wed, 13 Jan 2021 15:00:41 +0000
mod_cloud_notify_encrypted: Truncate message body to 255 characters Matthew Wild Wed, 13 Jan 2021 14:19:20 +0000
mod_cloud_notify_encrypted: Fixes to the push notification syntax and payload Matthew Wild Wed, 13 Jan 2021 14:18:24 +0000
mod_cloud_notify_encrypted: Fix the location of the <encrypt> element in push registrations Matthew Wild Wed, 13 Jan 2021 14:15:38 +0000
mod_cloud_notify: Include 'important' flag in push event data Matthew Wild Wed, 13 Jan 2021 14:09:18 +0000
mod_cloud_notify_encrypted: New module for Encrypted Push Notifications Matthew Wild Tue, 12 Jan 2021 15:43:26 +0000
mod_roster_command: Fix subscription when the "user JID" is a bare domain. Boris Grozev Tue, 05 Jan 2021 13:15:00 -0600
mod_cloud_notify: Fire register and push events for integration with other modules Matthew Wild Tue, 12 Jan 2021 15:21:46 +0000
mod_cloud_notify: fix push flooding on delayed acks tmolitor Mon, 11 Jan 2021 22:48:17 +0100
mod_muc_ban_ip: Lua is not C, fix typo Georg Lukas Mon, 11 Jan 2021 16:11:08 +0100
mod_mucc_http_auth: Provide Authorization header setting for deployments behind a login Seve Ferrer Wed, 06 Jan 2021 20:49:45 +0100
mod_muc_ban_ip: do not error() on banned user sending error to MUC Georg Lukas Wed, 06 Jan 2021 17:07:16 +0100
mod_cache_c2s_caps: log full JID on all relevant code paths Georg Lukas Fri, 22 May 2020 09:47:42 +0200
mod_muc_http_auth: `no-authorized` error must be of type `auth` JC Brand Wed, 06 Jan 2021 13:48:49 +0100
mod_client_proxy: Fix typo in readme Jonas Schäfer Tue, 05 Jan 2021 20:51:23 +0100
mod_log_http: Switch to line buffering (thanks Zash+Ge0rG) Matthew Wild Tue, 05 Jan 2021 13:49:50 +0000
mod_pastebin: Document tresholds inclusion in disco#info Kim Alvefur Sat, 02 Jan 2021 15:38:15 +0100
mod_pastebin: Normalize markdown Kim Alvefur Sat, 02 Jan 2021 15:28:45 +0100
mod_muc_mention_notifications: Add description in readme JC Brand Wed, 30 Dec 2020 18:44:54 +0100
mod_muc_mention_notifications: Send mention notifications from the MUC JID JC Brand Wed, 30 Dec 2020 16:44:21 +0100
Improve UX by providing defaults users expect Seve Ferrer Tue, 22 Dec 2020 11:27:20 +0100
End value is index+1 as per the newest revision https://xmpp.org/extensions/xep-0372.html#revision-history-v0.4.0 Seve Ferrer Tue, 22 Dec 2020 11:18:46 +0100
mod_http_upload_external: update php scripts to return HTTP 201 Created on upload Richard Schwab Mon, 21 Dec 2020 19:29:04 +0100
mod_rest: Optimize stanza to JSON mapping Kim Alvefur Wed, 16 Dec 2020 22:07:09 +0100
mod_muc_mention_notifications: Remove debugging helpers JC Brand Mon, 21 Dec 2020 16:01:28 +0100
muc_mention_notifications: Rename module JC Brand Mon, 21 Dec 2020 15:43:35 +0100
muc_room_mention_notifications: Set xmlns to what's used in the protoXEP JC Brand Mon, 21 Dec 2020 15:41:58 +0100
muc_room_mention_notifications: Handle referenced JID being a MUC nickname JID JC Brand Mon, 21 Dec 2020 15:39:56 +0100
mod_muc_http_auth: Bugfix: Not properly listening on register IQs Seve Ferrer Fri, 18 Dec 2020 16:31:01 +0100
Improve UX by providing defaults users expect Seve Ferrer Fri, 18 Dec 2020 15:28:12 +0100
mod_migrate: Add support for the fictitious pep_data store Matthew Wild Tue, 15 Dec 2020 23:40:18 +0000
mod_muc_http_auth: Use get_option_set API properly Seve Ferrer Tue, 15 Dec 2020 14:16:11 +0100
mod_vcard_muc: Pass room object around instead of JID, hopefully fixing traceback Matthew Wild Tue, 15 Dec 2020 10:49:11 +0000
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. Seve Ferrer Tue, 15 Dec 2020 11:26:29 +0100
mod_muc_markers: Add option for @id rewriting, default off (may break some clients) Matthew Wild Mon, 14 Dec 2020 12:09:25 +0000
mod_muc_rai: Use xmlns from XEP-0437 JC Brand Mon, 14 Dec 2020 13:05:18 +0100
Prosodoy module to externalize MUC authorization via HTTP Seve Ferrer Sat, 12 Dec 2020 18:19:14 +0100
mod_cloud_notify: Some code cleanup, now luacheck-clean. No functionality changes. Matthew Wild Fri, 11 Dec 2020 07:03:31 +0000
mod_sentry: Include sentry.lib in luarock Kim Alvefur Thu, 10 Dec 2020 13:36:52 +0100
mod_s2s_keepalive: Don't send whitespace keepalives before s2sin stream is open Kim Alvefur Thu, 10 Dec 2020 11:57:03 +0100
mod_sentry: Pull message from error *before* we mutate it into something different... Matthew Wild Wed, 09 Dec 2020 22:32:31 +0000
mod_sentry: Pull default message from error text or wrapped error (if string) Matthew Wild Wed, 09 Dec 2020 22:23:49 +0000
mod_sentry: Automatically attach exceptions for errors used in log parameters Matthew Wild Wed, 09 Dec 2020 16:30:21 +0000
mod_sentry: Fix to correctly iterate over traceback Matthew Wild Wed, 09 Dec 2020 16:22:22 +0000
mod_sentry: Ensure frames gets encoded as a JSON array, even if empty Matthew Wild Wed, 09 Dec 2020 16:22:04 +0000
mod_sentry: Don't include tracebacks in extra context Matthew Wild Wed, 09 Dec 2020 16:12:35 +0000
mod_sentry: Fix syntax for inclusion of stack traces in events Matthew Wild Wed, 09 Dec 2020 16:11:47 +0000
mod_sentry: Support for including stack frames in exception events Matthew Wild Wed, 09 Dec 2020 15:15:17 +0000
mod_sentry: Fix typo in method name Matthew Wild Wed, 09 Dec 2020 12:21:17 +0000