Software /
code /
prosody
Graph
-
net.http: fail open if surrounding code does not configure TLS2021-08-29, by Jonas Schäfer
-
Merge 0.11->trunk2021-08-26, by Matthew Wild
-
mod_c2s: Indicate stream secure state in error text when no stream features to offer 0.112021-07-06, by Matthew Wild
-
usermanager, mod_authz_internal: Add methods to fetch users/JIDs of given role2021-08-26, by Matthew Wild
-
mod_muc_mam: Omit queryid attribute from <fin/>2021-08-06, by Holger Weiss
-
net.server_epoll: Split, attempt to clarify dirty noise message2021-08-16, by Kim Alvefur
-
mod_c2s,mod_s2s: Fire event just before writes2021-08-16, by Kim Alvefur
-
net.server: Add a predrain callaback just before writes2021-08-16, by Kim Alvefur
-
mod_s2s: Fire 's2s-ondrain' event, mirroring mod_c2s2021-08-16, by Kim Alvefur
-
core.storagemanager: Respect archive ids issued by storage drivers in tests2021-08-15, by Kim Alvefur
-
net.server_epoll: Improve efficiency of opportunistic writes2021-08-14, by Kim Alvefur
-
mod_disco: Send XEP-0115 caps in s2s stream features2021-08-12, by Kim Alvefur
-
mod_admin_shell: Keep unrestricted environment for session lifetime2021-08-11, by Kim Alvefur
-
mod_limits: Extend unlimited_jids to s2s sessions (for Ge0rG)2021-07-29, by Kim Alvefur
-
mod_limits: Factor out function for disabling limits allowing use from shell2021-07-29, by Kim Alvefur
-
mod_bosh: Add todo to use util.session to create session object2021-07-29, by Kim Alvefur
-
mod_pubsub: Update callbacks on reload to more completely refresh config2021-07-29, by Kim Alvefur
-
migrator: Silence assert in core.moduleapi2021-07-29, by Kim Alvefur
-
migrator: Use parsed command line flags already parsed by util.startup2021-07-29, by Kim Alvefur
-
migrator: Trick net.server into thinking the config is loaded2021-07-29, by Kim Alvefur
-
migrator: Customise startup sequence to fix #1673 (Thanks acidsys)2021-07-29, by Kim Alvefur
-
Fix various spelling errors (thanks codespell)2021-07-26, by Kim Alvefur
-
mod_pubsub: Update configuration on reload (fixes #1382)2021-07-25, by Kim Alvefur
-
mod_pubsub: Silence warning about 'service' as argument [luacheck]2021-07-25, by Kim Alvefur
-
mod_pep: Remove now unused util.cache import2021-07-25, by Kim Alvefur
-
util.pubsub: Signal that 'persistent-items' is unsupported when disabled2021-07-22, by Kim Alvefur
-
mod_pep: Remove use of RLU cache when persist_items was set to false2021-07-21, by Kim Alvefur
-
util.pubsub: Fix behavior of persist_items disabled2021-07-22, by Kim Alvefur
-
mod_pubsub: Explicitly enable persistence by default to preserve behavior2021-07-21, by Kim Alvefur
-
util.pubsub: Handle absence of node data interface2021-07-21, by Kim Alvefur
-
mod_pubsub: Remove publisher field when not exposing publisher2021-07-25, by Kim Alvefur
-
mod_pubsub: Normalize 'publisher' JID2021-07-25, by Kim Alvefur
-
scansion tests: Enable 'expose_publisher' since we test for it2021-07-25, by Kim Alvefur
-
mod_pubsub: Respect 'expose publisher' setting in item retrieval2021-07-25, by Kim Alvefur
-
mod_pubsub: Fix inclusion of publisher (fixes #1399)2019-05-01, by Kim Alvefur
-
Merge 0.11->trunk2021-07-23, by Kim Alvefur
-
MUC: Skip adding to history when it's set to zero2021-07-19, by Kim Alvefur
-
net.resolvers.service: Only do DANE with secure SRV records2021-07-18, by Kim Alvefur
-
core.certmanager: Support 'use_dane' setting to enable DANE support2021-07-18, by Kim Alvefur
-
Revert 926d53af9a7a: Restore DANE support2021-07-18, by Kim Alvefur
-
mod_s2s: Clone 'extra' data to let resolvers add more to it2021-07-18, by Kim Alvefur
-
editorconfig: We use tabs2021-07-18, by Kim Alvefur
-
mod_s2s: Handle measurement where the local host is unknown2021-07-18, by Kim Alvefur
-
mod_s2s: Guard against missing 'to' on incoming stream2021-07-18, by Kim Alvefur
-
net.server_epoll: Fix traceback-causing typo2021-07-18, by Kim Alvefur
-
net.server_epoll: Ensure timeouts match epoll flags2021-07-17, by Kim Alvefur
-
net.server_epoll: Skip reset of read timeout when not reading2021-07-17, by Kim Alvefur
-
net.server_epoll: Reduce timer churn during TLS handshake2021-07-17, by Kim Alvefur
-
net.server_epoll: Use only fatal "write" timeout during TLS negotiation2021-07-16, by Kim Alvefur
-
net.server_epoll: Optimize concatenation of exactly 2 buffer chunks2021-07-16, by Kim Alvefur
-
net.server_epoll: Avoid allocating a buffer table for single writes2021-07-16, by Kim Alvefur
-
net.server_epoll: Optionally let go of buffers2021-07-16, by Kim Alvefur
-
net.server_epoll: Propagate returns from opportunistic writes2021-07-15, by Kim Alvefur
-
net.server_epoll: Set minimum wait time to 1ms, matching epoll2021-07-14, by Kim Alvefur
-
prosodyctl: Add a note about checking the order of listed commands2021-07-14, by Kim Alvefur
-
prosodyctl: Add cert to command listing2021-07-14, by Kim Alvefur
-
prosodyctl: Add 'shell' to command listing2021-07-14, by Kim Alvefur
-
prosodyctl: Add 'check' to command listing (fixes #1622)2021-05-30, by Kim Alvefur
-
net.server_epoll: Add setting for disabling the Nagle algorithm2021-07-14, by Kim Alvefur
-
net.server_epoll: Support setting keepalive idle time2021-07-14, by Kim Alvefur
-
net.server_epoll: Add way to enable TCP keeplives on all connections2021-07-14, by Kim Alvefur
-
net.server_epoll: Add an (empty) method for setting socket options2021-07-14, by Kim Alvefur
-
net.server_epoll: Log failures to set socket options2021-07-14, by Kim Alvefur
-
mod_s2s: Don't close connections on reload2021-07-14, by Kim Alvefur
-
mod_s2s: Close connections attached to a host being deactivated2021-07-14, by Kim Alvefur
-
mod_s2s: Vary log level by remote stream error2021-07-14, by Kim Alvefur
-
tools/jabberd14sql2prosody: Tweak wording in comments2021-07-13, by Kim Alvefur
-
tools/xep227toprosody: Tweak wording in comments2021-07-13, by Kim Alvefur
-
mod_dialback: Tweak wording in a comment2021-07-13, by Kim Alvefur
-
mod_s2s: Remove connection timeout once it's no longer needed2021-07-13, by Kim Alvefur
-
net.server_epoll: Call onconnect immediately after TLS handshake completion2021-07-13, by Kim Alvefur
-
net.server_epoll: Refactor immediate TLS handshake start2021-07-13, by Kim Alvefur
-
net.server_epoll: Keep socket registered in epoll trough TLS wrapping2021-07-13, by Kim Alvefur
-
net.server_epoll: Use TLS handshake timeout after initiating handshake2021-07-13, by Kim Alvefur
-
net.server_epoll: Start TLS handshake immediately on newly accepted connections2021-07-13, by Kim Alvefur
-
net.server_epoll: Factor out TLS initialization into a method2021-07-13, by Kim Alvefur
-
net.server_epoll: Fix typo2021-07-13, by Kim Alvefur
-
mod_s2s: Log debug message on attempted close of an connectionless session2021-07-11, by Kim Alvefur
-
mod_s2s: Drop level of indentation by inverting a condition and early return2021-07-11, by Kim Alvefur
-
mod_s2s: Use module API to fire events2021-07-11, by Kim Alvefur
-
scansion tests: Allow specifying network settings via environment variable2021-07-11, by Kim Alvefur
-
scansion tests: Allow specifying network backend via environment variable2021-07-11, by Kim Alvefur
-
net.server_epoll: Prevent stack overflow of opportunistic writes2021-07-11, by Kim Alvefur
-
mod_http_errors: Set status code 200 from root page2021-07-09, by Kim Alvefur
-
mod_http_errors: Add a Prosody logo to root page2021-07-09, by Kim Alvefur
-
mod_http_errors: Allow adding icons on error pages2021-07-09, by Kim Alvefur
-
net.http: Send entire HTTP request header as one write2021-07-08, by Kim Alvefur
-
net.server_epoll: Immediately attempt to read from newly accepted connections2021-07-08, by Kim Alvefur
-
net.server_epoll: Separate handling of new incoming and outgoing connections2021-07-08, by Kim Alvefur
-
net.server_epoll: Ensure timeout after closing2020-10-30, by Kim Alvefur
-
core.loggingmanager: Disable pretty printing when not connected to a tty2021-07-04, by Kim Alvefur
-
util.pposix: Bind isatty(3)2021-07-04, by Kim Alvefur
-
util.prosodyctl.check: Normalize away trailing dot in some messages too2021-07-04, by Kim Alvefur
-
util.prosodyctl.check: Normalize potential to form without trailing '.'2021-07-03, by Kim Alvefur
-
util.prosodyctl.check: Point out if A/AAAA exists despite disabled IPvX2021-07-03, by Kim Alvefur
-
util.prosodyctl.check: Warn if both use_ipv4 and use_ipv6 are set to false2021-07-03, by Kim Alvefur
-
util.prosodyctl.check: Silence IP protocol mismatches when disabled2021-07-03, by Kim Alvefur
-
Merge 0.11->trunk2021-07-03, by Kim Alvefur
-
util.format: Escape ASCII control characters also in extra arguments2021-07-03, by Kim Alvefur
-
util.format: Allow newlines but ensure following lines are indented2021-07-03, by Kim Alvefur
-
util.format: Fix missing backslash in pattern2021-07-03, by Kim Alvefur
-
util.prosodyctl.check: Reload unbound to ensure hosts.txt is ignored2021-07-03, by Kim Alvefur
-
util.format: Change formatting of nil values to avoid looking like XML2021-06-29, by Kim Alvefur
-
core.loggingmanager: Pretty-print logged XML snippets in console2021-06-29, by Kim Alvefur
-
util.stanza: Export pretty printing function2021-06-29, by Kim Alvefur
-
core.loggingmanager: Support passing log messages trough a filter2021-06-29, by Kim Alvefur
-
util.stanza: Simplify and make pretty-printing look nicer2020-11-07, by Kim Alvefur
-
util.stanza: Remove Windows "support" (disabling ANSI color pretty printing)2020-11-07, by Kim Alvefur
-
util.format: Escape ASCII control characters in output2021-06-15, by Kim Alvefur
Scroll all the way down to load more.