usermanager, mod_authz_internal: Add methods to fetch users/JIDs of given role
|
Matthew Wild |
2021-08-26 |
mod_muc_mam: Omit queryid attribute from <fin/>
|
Holger Weiss |
2021-08-06 |
net.server_epoll: Split, attempt to clarify dirty noise message
|
Kim Alvefur |
2021-08-16 |
mod_c2s,mod_s2s: Fire event just before writes
|
Kim Alvefur |
2021-08-16 |
net.server: Add a predrain callaback just before writes
|
Kim Alvefur |
2021-08-16 |
mod_s2s: Fire 's2s-ondrain' event, mirroring mod_c2s
|
Kim Alvefur |
2021-08-16 |
core.storagemanager: Respect archive ids issued by storage drivers in tests
|
Kim Alvefur |
2021-08-15 |
net.server_epoll: Improve efficiency of opportunistic writes
|
Kim Alvefur |
2021-08-14 |
mod_disco: Send XEP-0115 caps in s2s stream features
|
Kim Alvefur |
2021-08-12 |
mod_admin_shell: Keep unrestricted environment for session lifetime
|
Kim Alvefur |
2021-08-11 |
mod_limits: Extend unlimited_jids to s2s sessions (for Ge0rG)
|
Kim Alvefur |
2021-07-29 |
mod_limits: Factor out function for disabling limits allowing use from shell
|
Kim Alvefur |
2021-07-29 |
mod_bosh: Add todo to use util.session to create session object
|
Kim Alvefur |
2021-07-29 |
mod_pubsub: Update callbacks on reload to more completely refresh config
|
Kim Alvefur |
2021-07-29 |
migrator: Silence assert in core.moduleapi
|
Kim Alvefur |
2021-07-29 |
migrator: Use parsed command line flags already parsed by util.startup
|
Kim Alvefur |
2021-07-29 |
migrator: Trick net.server into thinking the config is loaded
|
Kim Alvefur |
2021-07-29 |
migrator: Customise startup sequence to fix #1673 (Thanks acidsys)
|
Kim Alvefur |
2021-07-29 |
Fix various spelling errors (thanks codespell)
|
Kim Alvefur |
2021-07-26 |
mod_pubsub: Update configuration on reload (fixes #1382)
|
Kim Alvefur |
2021-07-25 |
mod_pubsub: Silence warning about 'service' as argument [luacheck]
|
Kim Alvefur |
2021-07-25 |
mod_pep: Remove now unused util.cache import
|
Kim Alvefur |
2021-07-25 |
util.pubsub: Signal that 'persistent-items' is unsupported when disabled
|
Kim Alvefur |
2021-07-22 |
mod_pep: Remove use of RLU cache when persist_items was set to false
|
Kim Alvefur |
2021-07-21 |
util.pubsub: Fix behavior of persist_items disabled
|
Kim Alvefur |
2021-07-22 |
mod_pubsub: Explicitly enable persistence by default to preserve behavior
|
Kim Alvefur |
2021-07-21 |
util.pubsub: Handle absence of node data interface
|
Kim Alvefur |
2021-07-21 |
mod_pubsub: Remove publisher field when not exposing publisher
|
Kim Alvefur |
2021-07-25 |
mod_pubsub: Normalize 'publisher' JID
|
Kim Alvefur |
2021-07-25 |
scansion tests: Enable 'expose_publisher' since we test for it
|
Kim Alvefur |
2021-07-25 |
mod_pubsub: Respect 'expose publisher' setting in item retrieval
|
Kim Alvefur |
2021-07-25 |
mod_pubsub: Fix inclusion of publisher (fixes #1399)
|
Kim Alvefur |
2019-05-01 |
Merge 0.11->trunk
|
Kim Alvefur |
2021-07-23 |
MUC: Fix logic for access to affiliation lists
0.11 0.11.10
|
Kim Alvefur |
2021-07-22 |
MUC: Skip adding to history when it's set to zero
|
Kim Alvefur |
2021-07-19 |
net.resolvers.service: Only do DANE with secure SRV records
|
Kim Alvefur |
2021-07-18 |
core.certmanager: Support 'use_dane' setting to enable DANE support
|
Kim Alvefur |
2021-07-18 |
Revert 926d53af9a7a: Restore DANE support
|
Kim Alvefur |
2021-07-18 |
mod_s2s: Clone 'extra' data to let resolvers add more to it
|
Kim Alvefur |
2021-07-18 |
editorconfig: We use tabs
|
Kim Alvefur |
2021-07-18 |
mod_s2s: Handle measurement where the local host is unknown
|
Kim Alvefur |
2021-07-18 |
mod_s2s: Guard against missing 'to' on incoming stream
|
Kim Alvefur |
2021-07-18 |
net.server_epoll: Fix traceback-causing typo
|
Kim Alvefur |
2021-07-18 |
net.server_epoll: Ensure timeouts match epoll flags
|
Kim Alvefur |
2021-07-17 |
net.server_epoll: Skip reset of read timeout when not reading
|
Kim Alvefur |
2021-07-17 |
net.server_epoll: Reduce timer churn during TLS handshake
|
Kim Alvefur |
2021-07-17 |
net.server_epoll: Use only fatal "write" timeout during TLS negotiation
|
Kim Alvefur |
2021-07-16 |
net.server_epoll: Optimize concatenation of exactly 2 buffer chunks
|
Kim Alvefur |
2021-07-16 |
net.server_epoll: Avoid allocating a buffer table for single writes
|
Kim Alvefur |
2021-07-16 |
net.server_epoll: Optionally let go of buffers
|
Kim Alvefur |
2021-07-16 |
net.server_epoll: Propagate returns from opportunistic writes
|
Kim Alvefur |
2021-07-15 |
net.server_epoll: Set minimum wait time to 1ms, matching epoll
|
Kim Alvefur |
2021-07-14 |
prosodyctl: Add a note about checking the order of listed commands
|
Kim Alvefur |
2021-07-14 |
prosodyctl: Add cert to command listing
|
Kim Alvefur |
2021-07-14 |
prosodyctl: Add 'shell' to command listing
|
Kim Alvefur |
2021-07-14 |
prosodyctl: Add 'check' to command listing (fixes #1622)
|
Kim Alvefur |
2021-05-30 |
net.server_epoll: Add setting for disabling the Nagle algorithm
|
Kim Alvefur |
2021-07-14 |
net.server_epoll: Support setting keepalive idle time
|
Kim Alvefur |
2021-07-14 |
net.server_epoll: Add way to enable TCP keeplives on all connections
|
Kim Alvefur |
2021-07-14 |
net.server_epoll: Add an (empty) method for setting socket options
|
Kim Alvefur |
2021-07-14 |