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
path:
root
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
net.resolvers.service: Fix reporting of Bogus DNSSEC results
Kim Alvefur
2022-12-21
1
-3
/
+6
*
|
Revert unintentionally committed parts of 12bd40b8e105
Kim Alvefur
2022-12-21
1
-8
/
+3
*
|
mod_c2s,mod_s2s: Adapt to XEP-xxxx: Stream Limits Advertisement
Kim Alvefur
2022-10-20
1
-3
/
+8
*
|
net.connect: Clear TODO for Happy Eyeballs / RFC 8305, close #1246
Kim Alvefur
2022-08-19
1
-1
/
+0
*
|
various: Update IETF RFC URLs for tools.ietf.org transition
Kim Alvefur
2022-08-05
1
-2
/
+2
*
|
net.resolvers.basic: Add opt-out argument for DNSSEC security status
Kim Alvefur
2022-08-02
1
-3
/
+5
*
|
mod_saslauth: Implement RFC 9266 'tls-exporter' channel binding (#1760)
Kim Alvefur
2022-06-01
1
-0
/
+8
*
|
compat: Remove handling of Lua 5.1 location of 'unpack' function
Kim Alvefur
2022-07-11
1
-1
/
+1
*
|
Merge 0.12->trunk
Kim Alvefur
2022-06-19
1
-11
/
+8
|
\
|
|
*
net.unbound: Merge luaunbound and prosody defaults in absence of user config ...
Kim Alvefur
2022-06-19
1
-11
/
+8
*
|
net.http.codes: Refresh from registry, many refs now point to RFC9110
Kim Alvefur
2022-06-13
1
-46
/
+46
*
|
net.server: Fix multiple return values
Kim Alvefur
2022-06-03
3
-11
/
+26
*
|
net.server_epoll: Add option to defer accept() until data available
Kim Alvefur
2022-05-15
1
-0
/
+6
*
|
net.server_epoll: Wrap LuaSocket object earlier to reuse option setting method
Kim Alvefur
2021-07-16
1
-2
/
+2
*
|
net.server_epoll: Move call to refresh remote IP address out of wrapper
Kim Alvefur
2021-07-16
1
-1
/
+3
*
|
net.server_epoll: Add support for TCP Fast Open
Kim Alvefur
2021-07-08
1
-0
/
+9
*
|
Merge 0.12->trunk
Kim Alvefur
2022-05-16
1
-1
/
+10
|
\
|
|
*
net.unbound: Adjust log level of error to error to error
Kim Alvefur
2022-05-16
1
-1
/
+1
|
*
net.unbound: Disable use of hosts file by default (fixes #1737)
Kim Alvefur
2022-05-16
1
-0
/
+9
*
|
net.server_select: Restore dependency on LuaSec to soft for tests
Kim Alvefur
2022-04-27
1
-3
/
+1
*
|
net.tls_luasec: Harden dependency on LuaSec
Kim Alvefur
2022-04-27
1
-3
/
+2
*
|
net: refactor sslconfig to not depend on LuaSec
Jonas Schäfer
2022-04-02
4
-0
/
+25
*
|
net: isolate LuaSec-specifics
Jonas Schäfer
2022-04-27
4
-15
/
+156
*
|
net.connect: Fix accumulation of connection attempt references
Kim Alvefur
2022-04-20
1
-0
/
+1
*
|
net.connect: Improve logging on connection attempt failure
Matthew Wild
2022-03-21
1
-1
/
+5
*
|
net.connect: Improve handling of failure when attempts are still pending
Matthew Wild
2022-03-21
1
-3
/
+11
*
|
net.resolvers.basic: Fix incorrect field name (thanks CI)
Matthew Wild
2022-03-18
1
-1
/
+1
*
|
net.connect: When more targets are immediately available, try them after a delay
Matthew Wild
2022-03-18
1
-1
/
+10
*
|
net.connect: Support for multiple pending connection attempts
Matthew Wild
2022-03-18
1
-5
/
+10
*
|
net.resolvers.basic: Indicate to callback if we have more targets available
Matthew Wild
2022-03-18
1
-1
/
+1
*
|
net.resolvers.basic: Alternate IP address family targets, per RFC 8305
Matthew Wild
2022-03-18
1
-2
/
+10
*
|
net.resolvers.basic: Refactor to remove code duplication
Matthew Wild
2022-03-18
1
-80
/
+72
*
|
net.resolvers.service: Honour record 'weight' when picking SRV targets
Matthew Wild
2022-03-17
1
-13
/
+68
|
/
*
Spelling: Fix various spelling mistakes (thanks timeless)
Kim Alvefur
2022-03-07
2
-8
/
+8
*
net.websocket.frames: Replace bit fiddling code with util.struct
Kim Alvefur
2022-03-06
1
-48
/
+13
*
net.stun: Support for xor-relayed-address attribute
Matthew Wild
2022-03-05
1
-2
/
+20
*
net.stun: Add xor-peer-address helper
Matthew Wild
2022-03-05
1
-0
/
+16
*
net.stun: Factor out address unpack, an operation common to multiple attributes
Matthew Wild
2022-03-05
1
-11
/
+12
*
net.stun: Name some more attributes from TURN
Matthew Wild
2022-03-05
1
-0
/
+3
*
net.stun: Add lookup table generation helper, reduces code duplication
Matthew Wild
2022-03-05
1
-16
/
+15
*
net.stun: Hyphenate method names for consistency
Matthew Wild
2022-03-05
1
-2
/
+2
*
net.stun: Use util.bitcompat to deal with bit module variances across Lua ver...
Kim Alvefur
2022-03-04
1
-0
/
+1
*
net.stun: Use util.strbitop
Kim Alvefur
2022-03-04
1
-11
/
+1
*
net.stun: New library that implements STUN/TURN parsing/serialization
Matthew Wild
2022-03-04
1
-0
/
+292
*
net.server_epoll: Disable verbose mode by default
Kim Alvefur
2022-02-12
1
-2
/
+1
*
net.http: Allow using DANE via options or per request settings
Kim Alvefur
2022-02-05
1
-1
/
+5
*
net.connect: Allow passing TLS context from resolver
Kim Alvefur
2022-01-21
1
-1
/
+2
*
net.resolvers.chain: A resolver for combining other resolvers
Kim Alvefur
2022-01-21
1
-0
/
+38
*
net.resolvers: Report DNSSEC validation errors instead of NoError
Kim Alvefur
2021-12-28
2
-3
/
+13
*
util.id: Adjust entropy levels, with rationales
Kim Alvefur
2021-12-02
2
-2
/
+2
[prev]
[next]