aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
* MUC: Don't default component admins to being room ownersHEADorigin/mastermasterMatthew Wild11 days1-1/+1
* MUC: Add per-room PM restriction functionality (thanks Wirlaburla)Matthew Wild2024-05-232-0/+127
* Merge 0.12->trunkKim Alvefur2024-04-271-2/+7
|\
| * mod_admin_shell: Allow matching on host or bare JID in c2s:showKim Alvefur2023-03-311-2/+2
| * mod_blocklist: Drop blocked messages without error, option to restore complia...Kim Alvefur2024-04-271-2/+7
* | mod_pep: Implement 'roster' (group) access_modelKim Alvefur2023-12-032-1/+24
* | mod_announce: Suppress luacheck warningsMatthew Wild2024-04-261-3/+3
* | mod_announce: Add shell commands and APIs for sending to all/online/rolesMatthew Wild2024-04-241-3/+85
* | mod_blocklist: Fix fix signal for letting stanzas passKim Alvefur2024-04-231-2/+0
* | mod_blocklist: Check JID of mediated MUC invite sender against blocklistMatthew Wild2024-04-221-1/+16
* | mod_saslauth: Log when tls-exporter is NOT supported, as well as when it isMatthew Wild2024-04-171-0/+2
* | mod_http_file_share: Fix expiry disabled check for new config APIKim Alvefur2024-04-081-1/+1
* | mod_version: Fix uname result style (thanks riau)Kim Alvefur2024-04-071-3/+3
* | mod_server_contact_info: Sort form fields to please scansionKim Alvefur2024-04-061-1/+2
* | mod_version: Handle access denied from uname()Kim Alvefur2024-04-061-1/+6
* | mod_admin_shell: Add connection created timeaidan2024-04-031-0/+12
* | Merge 0.12->trunkKim Alvefur2024-04-041-2/+2
|\|
| * mod_invites_adhoc: Fix result form type (thanks betarays)Kim Alvefur2024-04-041-2/+2
* | MUC: Fix legacy hats (thanks nicoco)Kim Alvefur2024-03-281-2/+8
* | MUC: Switch to official XEP-0317 namespace for Hats (including compat) (thank...Kim Alvefur2024-03-281-1/+10
* | mod_posix: Move everything to util.startupKim Alvefur2024-03-231-112/+1
* | mod_bosh: Set base_type on sessionMatthew Wild2024-03-171-1/+1
* | mod_pubsub: Ignore shadowed variable [luacheck]Kim Alvefur2024-03-061-0/+1
* | mod_pubsub: Add shell commands to create and list nodesMatthew Wild2024-03-061-0/+42
* | mod_posix: Move POSIX signal handling into util.startup to avoid raceKim Alvefur2024-03-021-50/+0
* | mod_s2s: Comment on why we avoid hostnames in stanza bounce messagesKim Alvefur2024-02-241-0/+2
* | mod_cron: Fix log format to account for float that was integer beforeKim Alvefur2024-02-241-1/+1
* | mod_server_contact_info: Update to publish fields via new mod_server_infoMatthew Wild2024-02-231-12/+25
* | mod_server_info: New module to manage the serverinfo disco extension formMatthew Wild2024-02-231-0/+55
* | mod_s2s_auth_certs: Handle potential string errorKim Alvefur2024-02-211-3/+6
* | mod_cron: Allow configuring various "internal" delay parametersMatthew Wild2024-02-201-2/+10
* | mod_c2s: Fix error on role change on Components (thanks Menel)Kim Alvefur2024-02-171-0/+3
* | mod_smacks: Adjust buckets for resumption age statisticKim Alvefur2024-02-161-1/+1
* | mod_storage_internal: Fix off-by-one when searching archive forKim Alvefur2024-02-151-6/+2
* | mod_s2s_auth_dane_in: Try single TLSA lookup per draft-ietf-dance-client-authKim Alvefur2024-01-111-4/+11
* | mod_s2s_auth_dane_in: Simplify result processingKim Alvefur2024-01-111-18/+26
* | MUC: Record reason for affiliation changes and return in list (fixes #1227)Kim Alvefur2021-08-081-4/+11
* | mod_invites: Fix argument handlingKim Alvefur2024-01-211-1/+1
* | mod_invites: Show short help instead of traceback on missing hostnameKim Alvefur2024-01-131-2/+3
* | mod_invites: Show help if --help passed instead of hostnameKim Alvefur2024-01-131-18/+25
* | mod_invites: Allow specifying invite ttl on command lineKim Alvefur2024-01-131-1/+3
* | Merge 0.12->trunkKim Alvefur2023-12-171-0/+4
|\|
| * mod_disco: Advertise disco#info and #items on bare JIDs to fix #1664Kim Alvefur2023-12-171-0/+4
* | mod_storage_internal, tests: Fix before/after combined with the 'reverse' flagMatthew Wild2023-12-121-0/+1
* | mod_http_errors: Simplify CSS via built-in dark modeKim Alvefur2023-12-061-2/+2
* | mod_user_account_management: Clear pending deletion if account re-enabledMatthew Wild2023-12-071-0/+6
* | mod_saslauth: Fire event per SASL stepMatthew Wild2023-12-051-2/+5
* | mod_c2s: Make c2s_timeout timer reachable to allow access from other modulesKim Alvefur2023-12-031-1/+3
* | mod_s2s: Close connection on smacks timeoutKim Alvefur2023-12-021-0/+6
* | mod_saslauth: Fire event at start of authentication attemptKim Alvefur2023-12-011-0/+6