mod_pubsub_summary: Explain why it picks content or summary in a comment
|
Kim Alvefur |
2021-02-10 |
mod_tlsfail: Test how servers react to starttls failure
|
Kim Alvefur |
2021-02-10 |
mod_auth_ccert/README: Add certificate purpose conifg to example
|
Kim Alvefur |
2021-02-06 |
mod_auth_ccert/README: Add setting to ensure Prosdy asks for client certificate
|
Kim Alvefur |
2021-02-06 |
mod_groups_shell: add an admin shell command for updating bookmarks
|
Jonas Schäfer |
2021-02-05 |
mod_groups_internal: allow force-emitting group member addition events
|
Jonas Schäfer |
2021-02-05 |
mod_cloud_notify: Fix nesting of push form (thanks ivucica/Andrzej)
|
Matthew Wild |
2021-02-05 |
mod_pubsub_feeds: Translate RSS <enclosure> to Atom for podcasts
|
Kim Alvefur |
2021-02-04 |
mod_pubsub_feeds: Copy Atom tags from RSS as-is
|
Kim Alvefur |
2021-02-04 |
mod_pubsub_summary: Mangle HTML payloads in Atom/RSS feeds
|
Kim Alvefur |
2021-02-04 |
mod_groups_muc_bookmarks: manage PEP (XEP-0048) bookmarks of group members
|
Jonas Schäfer |
2021-02-03 |
mod_groups_internal: emit events for group membership changes
|
Jonas Schäfer |
2021-02-03 |
mod_groups_internal: correctly destroy MUC associated with group
|
Jonas Schäfer |
2021-02-02 |
mod_invites: add extensive help message
|
Jonas Schäfer |
2021-02-01 |
mod_invites: rework CLI parsing to support groups
|
Jonas Schäfer |
2021-01-31 |
mod_muc_defaults: handle case where affiliations are unset
|
Jonas Schäfer |
2021-01-31 |
mod_groups_internal: handle empty groups correctly
|
Jonas Schäfer |
2021-01-31 |
mod_groups_internal: fix log message not appearing
|
Jonas Schäfer |
2021-01-31 |
mod_groups_internal: make robust against module reloads
|
Jonas Schäfer |
2021-01-31 |
mod_groups_migration: make default group name configurable
|
Jonas Schäfer |
2021-01-30 |
mod_groups_internal: maintain the name of the associated MUC
|
Jonas Schäfer |
2021-01-30 |
mod_invites_register_api: Handle password resets
|
Jonas Schäfer |
2021-01-30 |
mod_smacks: allow O(1) processing of delayed ack events
|
tmolitor |
2021-01-30 |
mod_cloud_notify: use stanza from mod_smacks to behave O(1)
|
tmolitor |
2021-01-30 |
mod_compliance_2021: XEP-0443: XMPP Compliance Suites 2021 self-test
|
Kim Alvefur |
2021-01-30 |
mod_invites_adhoc: Add support for specifying roles that may invite users, admins may always invite
|
Matthew Wild |
2021-01-28 |
mod_invites_adhoc: Fail contact invite if user is not on current host
|
Matthew Wild |
2021-01-28 |
mod_invites_page: Some fixes for external-only mode
|
Matthew Wild |
2021-01-27 |
mod_groups_internal: Style
|
Matthew Wild |
2021-01-27 |
mod_groups_internal: Fix unintended global variable (thanks luacheck)
|
Matthew Wild |
2021-01-27 |
mod_groups_internal: Fix incorrect function name
|
Matthew Wild |
2021-01-27 |
mod_groups_internal: Remove unused local function
|
Matthew Wild |
2021-01-27 |
mod_groups_internal: Prep MUC JID before exposing/storing it (just in case)
|
Matthew Wild |
2021-01-27 |
mod_invites_page: Allow disabling of built-in pages with invites_page_external option
|
Matthew Wild |
2021-01-27 |
mod_invites_register: factor group handling into separate module
|
Jonas Schäfer |
2021-01-26 |
mod_invites_groups: factor group handling out of mod_invites_register
|
Jonas Schäfer |
2021-01-26 |
mod_groups_internal: send invite to new members of groups
|
Jonas Schäfer |
2021-01-26 |
mod_migrate: Allow migrating data not attached to any user / nil user
|
Kim Alvefur |
2021-01-26 |
mod_invites_adhoc: also add tracking information to contact invites
|
Jonas Schäfer |
2021-01-26 |
mod_http_admin_api: re-add information about invite creator
|
Jonas Schäfer |
2021-01-26 |
mod_invites_adhoc: add information about who created an invitation
|
Jonas Schäfer |
2021-01-26 |
mod_invites_tracking: simple module to store who created an invite
|
Jonas Schäfer |
2021-01-26 |
mod_http_admin_api: remove deprecated API endpoint
|
Jonas Schäfer |
2021-01-26 |
mod_groups_internal: fix default value and handling of groups_muc_host
|
Jonas Schäfer |
2021-01-26 |
mod_groups_migration: initialise the group with a MUC
|
Jonas Schäfer |
2021-01-26 |
mod_http_admin_api: support for creating groups with MUCs
|
Jonas Schäfer |
2021-01-26 |
mod_groups_internal: manage associated MUC
|
Jonas Schäfer |
2021-01-25 |
mod_groups_internal: allow creating MUCs if a MUC host is linked
|
Jonas Schäfer |
2021-01-25 |
mod_groups_migration: module helping migration to groups
|
Jonas Schäfer |
2021-01-25 |
mod_groups_internal: allow delay of roster sync on group change
|
Jonas Schäfer |
2021-01-25 |
mod_groups_internal: allow specifying a group_id on create
|
Jonas Schäfer |
2021-01-25 |
mod_invites_register: port to mod_groups_internal
|
Jonas Schäfer |
2021-01-25 |
mod_groups_internal: new module for grouping beyond mod_adhoc_groups
|
Matthew Wild |
2021-01-25 |
mod_http_admin_api: port to use new mod_groups_internal module
|
Jonas Schäfer |
2021-01-25 |
mod_invites_register_api: reroute register call
|
Jonas Schäfer |
2021-01-25 |
mod_invites_register_api: New module to allow turning invites into accounts via a HTTP API
|
Matthew Wild |
2021-01-25 |