index
:
prosody.git
0.11
0.12
master
s2s
sasl
tls
origin/0.11
origin/0.12
origin/master
origin/s2s
origin/sasl
origin/tls
origin/vault/0.11
origin/vault/master
origin/vault/s2s
origin/vault/sasl
origin/vault/tls
unofficial mirror of the prosody mercurial project
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
util.pubsub: Fix behavior of persist_items disabled
Kim Alvefur
2021-07-22
2
-7
/
+41
*
|
mod_pubsub: Explicitly enable persistence by default to preserve behavior
Kim Alvefur
2021-07-21
3
-2
/
+5
*
|
util.pubsub: Handle absence of node data interface
Kim Alvefur
2021-07-21
1
-17
/
+32
*
|
mod_pubsub: Remove publisher field when not exposing publisher
Kim Alvefur
2021-07-25
1
-1
/
+3
*
|
mod_pubsub: Normalize 'publisher' JID
Kim Alvefur
2021-07-25
1
-2
/
+2
*
|
scansion tests: Enable 'expose_publisher' since we test for it
Kim Alvefur
2021-07-25
1
-0
/
+1
*
|
mod_pubsub: Respect 'expose publisher' setting in item retrieval
Kim Alvefur
2021-07-25
2
-1
/
+9
*
|
mod_pubsub: Fix inclusion of publisher (fixes #1399)
Kim Alvefur
2019-05-01
6
-17
/
+20
*
|
Merge 0.11->trunk
Kim Alvefur
2021-07-23
2
-58
/
+84
|
\
|
|
*
MUC: Fix logic for access to affiliation lists
0.11.10
Kim Alvefur
2021-07-22
2
-58
/
+84
*
|
MUC: Skip adding to history when it's set to zero
Kim Alvefur
2021-07-19
1
-0
/
+4
*
|
net.resolvers.service: Only do DANE with secure SRV records
Kim Alvefur
2021-07-18
1
-0
/
+4
*
|
core.certmanager: Support 'use_dane' setting to enable DANE support
Kim Alvefur
2021-07-18
1
-0
/
+2
*
|
Revert 926d53af9a7a: Restore DANE support
Kim Alvefur
2021-07-18
2
-4
/
+6
*
|
mod_s2s: Clone 'extra' data to let resolvers add more to it
Kim Alvefur
2021-07-18
1
-1
/
+5
*
|
editorconfig: We use tabs
Kim Alvefur
2021-07-18
1
-0
/
+19
*
|
mod_s2s: Handle measurement where the local host is unknown
Kim Alvefur
2021-07-18
1
-1
/
+1
*
|
mod_s2s: Guard against missing 'to' on incoming stream
Kim Alvefur
2021-07-18
1
-1
/
+1
*
|
net.server_epoll: Fix traceback-causing typo
Kim Alvefur
2021-07-18
1
-1
/
+1
*
|
net.server_epoll: Ensure timeouts match epoll flags
Kim Alvefur
2021-07-17
1
-0
/
+6
*
|
net.server_epoll: Skip reset of read timeout when not reading
Kim Alvefur
2021-07-17
1
-1
/
+2
*
|
net.server_epoll: Reduce timer churn during TLS handshake
Kim Alvefur
2021-07-17
1
-1
/
+1
*
|
net.server_epoll: Use only fatal "write" timeout during TLS negotiation
Kim Alvefur
2021-07-16
1
-3
/
+3
*
|
net.server_epoll: Optimize concatenation of exactly 2 buffer chunks
Kim Alvefur
2021-07-16
1
-1
/
+3
*
|
net.server_epoll: Avoid allocating a buffer table for single writes
Kim Alvefur
2021-07-16
1
-11
/
+20
*
|
net.server_epoll: Optionally let go of buffers
Kim Alvefur
2021-07-16
1
-5
/
+17
*
|
net.server_epoll: Propagate returns from opportunistic writes
Kim Alvefur
2021-07-16
1
-3
/
+4
*
|
net.server_epoll: Set minimum wait time to 1ms, matching epoll
Kim Alvefur
2021-07-15
1
-1
/
+1
*
|
prosodyctl: Add a note about checking the order of listed commands
Kim Alvefur
2021-07-15
1
-1
/
+1
*
|
prosodyctl: Add cert to command listing
Kim Alvefur
2021-07-15
1
-1
/
+3
*
|
prosodyctl: Add 'shell' to command listing
Kim Alvefur
2021-07-15
1
-1
/
+2
*
|
prosodyctl: Add 'check' to command listing (fixes #1622)
Kim Alvefur
2021-05-30
1
-0
/
+10
*
|
net.server_epoll: Add setting for disabling the Nagle algorithm
Kim Alvefur
2021-07-14
1
-0
/
+6
*
|
net.server_epoll: Support setting keepalive idle time
Kim Alvefur
2021-07-14
1
-0
/
+3
*
|
net.server_epoll: Add way to enable TCP keeplives on all connections
Kim Alvefur
2021-07-14
1
-1
/
+6
*
|
net.server_epoll: Add an (empty) method for setting socket options
Kim Alvefur
2021-07-14
1
-0
/
+6
*
|
net.server_epoll: Log failures to set socket options
Kim Alvefur
2021-07-14
1
-2
/
+8
*
|
mod_s2s: Don't close connections on reload
Kim Alvefur
2021-07-14
1
-0
/
+1
*
|
mod_s2s: Close connections attached to a host being deactivated
Kim Alvefur
2021-07-14
1
-0
/
+8
*
|
mod_s2s: Vary log level by remote stream error
Kim Alvefur
2021-07-14
1
-1
/
+33
*
|
tools/jabberd14sql2prosody: Tweak wording in comments
Kim Alvefur
2021-07-13
1
-2
/
+2
*
|
tools/xep227toprosody: Tweak wording in comments
Kim Alvefur
2021-07-13
1
-2
/
+2
*
|
mod_dialback: Tweak wording in a comment
Kim Alvefur
2021-07-13
1
-1
/
+1
*
|
mod_s2s: Remove connection timeout once it's no longer needed
Kim Alvefur
2021-07-13
1
-1
/
+12
*
|
net.server_epoll: Call onconnect immediately after TLS handshake completion
Kim Alvefur
2021-07-13
1
-1
/
+2
*
|
net.server_epoll: Refactor immediate TLS handshake start
Kim Alvefur
2021-07-13
1
-6
/
+5
*
|
net.server_epoll: Keep socket registered in epoll trough TLS wrapping
Kim Alvefur
2021-07-13
1
-2
/
+1
*
|
net.server_epoll: Use TLS handshake timeout after initiating handshake
Kim Alvefur
2021-07-13
1
-1
/
+3
*
|
net.server_epoll: Start TLS handshake immediately on newly accepted connections
Kim Alvefur
2021-07-13
1
-0
/
+1
*
|
net.server_epoll: Factor out TLS initialization into a method
Kim Alvefur
2021-07-13
1
-45
/
+51
[prev]
[next]