aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
* mod_pubsub: Update callbacks on reload to more completely refresh configKim Alvefur2021-07-291-0/+8
* Fix various spelling errors (thanks codespell)Kim Alvefur2021-07-275-5/+5
* mod_pubsub: Update configuration on reload (fixes #1382)Kim Alvefur2021-07-251-0/+3
* mod_pubsub: Silence warning about 'service' as argument [luacheck]Kim Alvefur2021-07-251-1/+1
* mod_pep: Remove now unused util.cache importKim Alvefur2021-07-251-1/+0
* util.pubsub: Signal that 'persistent-items' is unsupported when disabledKim Alvefur2021-07-221-0/+1
* mod_pep: Remove use of RLU cache when persist_items was set to falseKim Alvefur2021-07-211-8/+3
* mod_pubsub: Explicitly enable persistence by default to preserve behaviorKim Alvefur2021-07-211-0/+3
* mod_pubsub: Remove publisher field when not exposing publisherKim Alvefur2021-07-251-1/+3
* mod_pubsub: Normalize 'publisher' JIDKim Alvefur2021-07-251-2/+2
* mod_pubsub: Respect 'expose publisher' setting in item retrievalKim Alvefur2021-07-252-1/+9
* mod_pubsub: Fix inclusion of publisher (fixes #1399)Kim Alvefur2019-05-011-2/+5
* Merge 0.11->trunkKim Alvefur2021-07-231-1/+1
|\
| * MUC: Fix logic for access to affiliation lists0.11.10Kim Alvefur2021-07-221-1/+1
* | MUC: Skip adding to history when it's set to zeroKim Alvefur2021-07-191-0/+4
* | mod_s2s: Clone 'extra' data to let resolvers add more to itKim Alvefur2021-07-181-1/+5
* | mod_s2s: Handle measurement where the local host is unknownKim Alvefur2021-07-181-1/+1
* | mod_s2s: Guard against missing 'to' on incoming streamKim Alvefur2021-07-181-1/+1
* | mod_s2s: Don't close connections on reloadKim Alvefur2021-07-141-0/+1
* | mod_s2s: Close connections attached to a host being deactivatedKim Alvefur2021-07-141-0/+8
* | mod_s2s: Vary log level by remote stream errorKim Alvefur2021-07-141-1/+33
* | mod_dialback: Tweak wording in a commentKim Alvefur2021-07-131-1/+1
* | mod_s2s: Remove connection timeout once it's no longer neededKim Alvefur2021-07-131-1/+12
* | mod_s2s: Log debug message on attempted close of an connectionless sessionKim Alvefur2021-07-111-0/+1
* | mod_s2s: Drop level of indentation by inverting a condition and early returnKim Alvefur2021-07-111-59/+61
* | mod_s2s: Use module API to fire eventsKim Alvefur2021-07-111-9/+8
* | mod_http_errors: Set status code 200 from root pageKim Alvefur2021-07-091-0/+1
* | mod_http_errors: Add a Prosody logo to root pageKim Alvefur2021-07-091-0/+10
* | mod_http_errors: Allow adding icons on error pagesKim Alvefur2021-07-091-1/+1
* | mod_admin_adhoc: Log who performs administrative actionsKim Alvefur2021-06-271-13/+25
* | mod_admin_adhoc: Delete "Get User Password" commandKim Alvefur2021-06-271-36/+0
* | mod_pubsub,mod_pep: Support "max" as 'pubsub#max_items'Kim Alvefur2021-06-093-10/+25
* | mod_external_services: Report overall status as a module statusKim Alvefur2021-06-211-2/+4
* | mod_external_services: Validate items as they are addedKim Alvefur2021-06-211-0/+4
* | mod_external_services: Also validate services added by other modulesKim Alvefur2021-06-211-1/+2
* | mod_storage_sql: Fix for move of yes/no function (Thanks Kasim)Kim Alvefur2021-06-211-2/+2
* | mod_s2s: Remove duplicate method call (thanks luacheck)Kim Alvefur2021-06-211-1/+0
* | mod_s2s: Guard against LuaSec not returning TLS info here tooKim Alvefur2021-06-211-1/+2
* | mod_c2s: Guard against LuaSec not returning TLS info (thanks Martin)Kim Alvefur2021-06-211-4/+4
* | mod_c2s: Log the same messages for Direct TLS as with starttlsKim Alvefur2021-06-201-1/+6
* | mod_c2s: Update a comment to reflect Direct TLSKim Alvefur2021-06-201-1/+1
* | mod_c2s: Add a Direct TLS listenerKim Alvefur2021-06-201-0/+10
* | mod_http_file_share: Update comment about x-frame-optionsKim Alvefur2021-06-201-1/+1
* | mod_s2s: Bail if connection is destroyed after attempting to open streamKim Alvefur2021-06-161-0/+5
* | mod_c2s,mod_s2s: Collect stats on TLS versions and ciphersKim Alvefur2021-06-162-0/+13
* | mod_admin_shell: module:info: List 'items' that can be formatted easilyKim Alvefur2021-06-121-0/+14
* | mod_admin_shell: module:info: Show friendlier name for known 'items'Kim Alvefur2021-06-121-1/+9
* | mod_admin_shell: module:info: List provided 'items'Kim Alvefur2021-06-121-0/+6
* | mod_admin_shell: module:info: Use existing host string representationKim Alvefur2021-06-121-8/+2
* | mod_admin_shell: module:info: List dependenciesKim Alvefur2021-06-121-0/+6