aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
* mod_smacks: Disable resumption behavior on s2sKim Alvefur2022-11-131-1/+2
* mod_http: Allow disabling CORS in the http_cors_override option and by defaultMatthew Wild2022-10-311-4/+11
* mod_admin_shell: Ensure available connection for column 'secure'Kim Alvefur2022-10-231-1/+1
* mod_admin_shell: Ensure connection exists to get port from (fixes #1777)Kim Alvefur2022-10-231-1/+5
* mod_s2s: Fix firing buffer drain eventsKim Alvefur2022-08-261-2/+2
* mod_admin_shell: Switch names for user role management commandsKim Alvefur2022-08-151-4/+8
* mod_storage_sql: Fix summary API with Postgres (fixes #1766)Kim Alvefur2022-07-221-4/+2
* mod_http_files: Log warning about legacy modules using mod_http_filesKim Alvefur2022-07-171-2/+1
* mod_bookmarks: Reduce error about not having bookmarks to debug (thanks tom)Kim Alvefur2022-07-261-1/+5
* mod_storage_sql: Fix bypass of load procedure under prosodyctlKim Alvefur2022-07-261-1/+1
* mod_smacks: Fix #1761 by setting a flag earlierKim Alvefur2022-06-121-1/+1
* mod_smacks: Bounce unhandled stanzas from local origin (fix #1759)0.12.1Kim Alvefur2022-05-271-2/+1
* mod_smacks: Fix bounce of stanzas directed to full JID on unclean disconnectKim Alvefur2022-05-271-1/+1
* mod_smacks: Fix to use current method of counting acked stanzasKim Alvefur2022-05-261-3/+2
* mod_admin_shell: Tighten up type checks to fix #1754 (thanks clouded)Kim Alvefur2022-05-151-2/+2
* mod_invites_adhoc: Fall back to generic allow_user_invites for role-less usersMatthew Wild2022-05-061-1/+5
* mod_cron: Fix recording last task run time #1751Kim Alvefur2022-05-051-0/+1
* mod_s2s: Improve robustness of outgoing s2s certificate verificationMatthew Wild2022-04-251-0/+11
* mod_storage_xep0227: Fix mapping of nodes without explicit configurationKim Alvefur2022-04-081-3/+1
* mod_storage_xep0227: Fix conversion of SCRAM into internal format (fix #1741)Kim Alvefur2022-04-081-1/+1
* mod_storage_xep0227: Support basic listing of PEP nodes in absence of pubsub#...Kim Alvefur2022-03-311-2/+11
* mod_storage_xep0227: Improve loggingKim Alvefur2022-03-291-1/+1
* mod_storage_xep0227: Handle missing {pubsub#owner}pubsub element (fixes #1740)Matthew Wild2022-04-071-0/+3
* mod_http (and dependent modules): Make CORS opt-in by default (fixes #1731)Matthew Wild2022-03-284-1/+8
* mod_http: Reintroduce support for disabling or limiting CORS (fixes #1730)Matthew Wild2022-03-281-13/+31
* mod_tombstones: Add caching to improve performance on busy servers (fixes #1728)Matthew Wild2022-03-281-11/+42
* mod_turn_external: Update status and friendlier handling of missing secret op...Matthew Wild2022-03-281-1/+4
* MUC: Allow kicking users with the same affiliation as the kicker (fixes #1724)Matthew Wild2022-03-231-4/+5
* mod_external_services: Move error message to correct place (fix #1725)Kim Alvefur2022-03-231-2/+2
* mod_pubsub: Don't attempt to use server actor as publisher (fixes #1723)Matthew Wild2022-03-211-1/+1
* mod_admin_socket: Improve error reporting when socket can't be created (fixes...Matthew Wild2022-03-191-2/+10
* mod_admin_socket: Comment on LuaSocket UNIX compat codeKim Alvefur2022-03-161-0/+6
* mod_admin_socket: Compat for luasocket prior to unix datagram supportKim Alvefur2022-03-151-0/+3
* mod_invites_register: Push invitee contact entry to inviterKim Alvefur2022-03-151-0/+1
* spelling: non-existing mistakes (thanks timeless)0.12.0Kim Alvefur2022-03-071-1/+1
* Spelling: Fix various spelling mistakes (thanks timeless)Kim Alvefur2022-03-072-3/+3
* Merge config-updates+check-turn from timberMatthew Wild2022-03-049-12/+12
|\
| * util.hex: Deprecate to/from in favour of encode/decode, for consistency!Matthew Wild2022-03-042-3/+3
| * usermanager, mod_saslauth: Default to internal_hashed if no auth module speci...Matthew Wild2022-02-101-1/+1
| * various: Require encryption by default for realKim Alvefur2021-12-255-6/+6
| * mod_invites_register: Default to require encryptionMatthew Wild2022-02-101-1/+1
| * mod_legacyauth: Default to require encryptionMatthew Wild2022-02-101-1/+1
* | mod_c2s,mod_s2s: Fix error on shutdown (Thanks Martin)Kim Alvefur2022-02-222-2/+2
* | mod_c2s,mod_s2s: Wrap callback to improve tracebacksKim Alvefur2022-02-222-2/+2
* | mod_carbons: Allow plugging into decision of whether to carbon-copyKim Alvefur2022-02-211-1/+9
* | mod_mam: Fix a commentKim Alvefur2021-12-111-1/+1
* | mod_mam: Allow plugging into archive decisionKim Alvefur2021-12-101-4/+13
|/
* mod_admin_shell: Use a table to show help sectionsKim Alvefur2022-02-201-17/+19
* mod_c2s: Ignore unused event payload [luacheck]Kim Alvefur2022-02-181-1/+1
* mod_c2s,mod_s2s: Wait for sessions to close before proceeding with shutdown s...Kim Alvefur2022-02-172-2/+32