aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mod_muc_mam: Omit queryid attribute from <fin/>Holger Weiss2021-08-061-1/+1
* net.server_epoll: Split, attempt to clarify dirty noise messageKim Alvefur2021-08-161-1/+2
* mod_c2s,mod_s2s: Fire event just before writesKim Alvefur2021-08-162-0/+14
* net.server: Add a predrain callaback just before writesKim Alvefur2021-08-163-0/+11
* mod_s2s: Fire 's2s-ondrain' event, mirroring mod_c2sKim Alvefur2021-08-161-0/+7
* core.storagemanager: Respect archive ids issued by storage drivers in testsKim Alvefur2021-08-151-5/+6
* net.server_epoll: Improve efficiency of opportunistic writesKim Alvefur2021-08-141-1/+3
* mod_disco: Send XEP-0115 caps in s2s stream featuresKim Alvefur2021-08-121-0/+6
* mod_admin_shell: Keep unrestricted environment for session lifetimeKim Alvefur2021-08-111-1/+5
* mod_limits: Extend unlimited_jids to s2s sessions (for Ge0rG)Kim Alvefur2021-07-291-0/+15
* mod_limits: Factor out function for disabling limits allowing use from shellKim Alvefur2021-07-291-9/+13
* mod_bosh: Add todo to use util.session to create session objectKim Alvefur2021-07-291-0/+1
* mod_pubsub: Update callbacks on reload to more completely refresh configKim Alvefur2021-07-291-0/+8
* migrator: Silence assert in core.moduleapiKim Alvefur2021-07-291-0/+4
* migrator: Use parsed command line flags already parsed by util.startupKim Alvefur2021-07-291-14/+1
* migrator: Trick net.server into thinking the config is loadedKim Alvefur2021-07-291-0/+1
* migrator: Customise startup sequence to fix #1673 (Thanks acidsys)Kim Alvefur2021-07-291-2/+19
* Fix various spelling errors (thanks codespell)Kim Alvefur2021-07-2711-11/+11
* 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-223-5/+7
* mod_pep: Remove use of RLU cache when persist_items was set to falseKim Alvefur2021-07-211-8/+3
* util.pubsub: Fix behavior of persist_items disabledKim Alvefur2021-07-222-7/+41
* mod_pubsub: Explicitly enable persistence by default to preserve behaviorKim Alvefur2021-07-213-2/+5
* util.pubsub: Handle absence of node data interfaceKim Alvefur2021-07-211-17/+32
* mod_pubsub: Remove publisher field when not exposing publisherKim Alvefur2021-07-251-1/+3
* mod_pubsub: Normalize 'publisher' JIDKim Alvefur2021-07-251-2/+2
* scansion tests: Enable 'expose_publisher' since we test for itKim Alvefur2021-07-251-0/+1
* 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-016-17/+20
* Merge 0.11->trunkKim Alvefur2021-07-232-58/+84
|\
| * MUC: Fix logic for access to affiliation lists0.11.10Kim Alvefur2021-07-222-58/+84
* | MUC: Skip adding to history when it's set to zeroKim Alvefur2021-07-191-0/+4
* | net.resolvers.service: Only do DANE with secure SRV recordsKim Alvefur2021-07-181-0/+4
* | core.certmanager: Support 'use_dane' setting to enable DANE supportKim Alvefur2021-07-181-0/+2
* | Revert 926d53af9a7a: Restore DANE supportKim Alvefur2021-07-182-4/+6
* | mod_s2s: Clone 'extra' data to let resolvers add more to itKim Alvefur2021-07-181-1/+5
* | editorconfig: We use tabsKim Alvefur2021-07-181-0/+19
* | 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
* | net.server_epoll: Fix traceback-causing typoKim Alvefur2021-07-181-1/+1
* | net.server_epoll: Ensure timeouts match epoll flagsKim Alvefur2021-07-171-0/+6
* | net.server_epoll: Skip reset of read timeout when not readingKim Alvefur2021-07-171-1/+2
* | net.server_epoll: Reduce timer churn during TLS handshakeKim Alvefur2021-07-171-1/+1
* | net.server_epoll: Use only fatal "write" timeout during TLS negotiationKim Alvefur2021-07-161-3/+3
* | net.server_epoll: Optimize concatenation of exactly 2 buffer chunksKim Alvefur2021-07-161-1/+3
* | net.server_epoll: Avoid allocating a buffer table for single writesKim Alvefur2021-07-161-11/+20
* | net.server_epoll: Optionally let go of buffersKim Alvefur2021-07-161-5/+17
* | net.server_epoll: Propagate returns from opportunistic writesKim Alvefur2021-07-161-3/+4