util.human.io: Add brief test of table generation
|
Kim Alvefur |
2020-06-28 |
util.dbuffer: Don't use # operator in tests, Lua 5.1 doesn't support __len
|
Matthew Wild |
2020-06-28 |
net.dns: Disable jitter for default resolver (used by blocking dns.lookup() calls)
|
Matthew Wild |
2020-06-28 |
util.dependencies: Quiet luacheck
|
Kim Alvefur |
2020-06-28 |
util.dependencies: Tone down lua-unbound dependency for now
|
Kim Alvefur |
2020-06-27 |
util.dbuffer: dynamic string buffer
|
Matthew Wild |
2020-06-26 |
util.dns: Update RR types from IANA registry
|
Kim Alvefur |
2020-06-25 |
util.prosodyctl.check: Use net.unbound for DNS if available
|
Kim Alvefur |
2020-06-25 |
net.resolvers: Remove FIXMEs obsoleted by switch to libunbound
|
Kim Alvefur |
2020-06-25 |
CHANGES: Add libunbound
|
Kim Alvefur |
2020-06-25 |
net.unbound: Remove compat for missing promises (pre-0.11)
|
Kim Alvefur |
2020-06-25 |
net.unbound: Strip support for legacy net.server APIs
|
Kim Alvefur |
2020-06-25 |
net.adns: Log a warning if loaded (because net.unbound wasn't)
|
Kim Alvefur |
2020-06-25 |
util.dependencies: Prefer net.unbound over net.adns
|
Kim Alvefur |
2020-06-25 |
prosodyctl about: Report versions of luaunbound and libunbound
|
Kim Alvefur |
2020-06-25 |
util.dependencies: Add awareness of luaunbound
|
Kim Alvefur |
2020-06-25 |
net.unbound: Async DNS resolver library based on libunbound via luaunbound
|
Kim Alvefur |
2019-03-09 |
util.dns: Library for decoding DNS records
|
Kim Alvefur |
2019-03-09 |
util.ringbuffer: Fix accidentally committed test change (thanks buildbot)
|
Matthew Wild |
2020-06-25 |
net.dns: Reduce default timeout to 5s
|
Matthew Wild |
2020-06-25 |
net.dns: Increase backoff delays
|
Matthew Wild |
2020-06-25 |
net.dns: Add jitter to spread queries and reduce failures due to congestion
|
Matthew Wild |
2020-06-25 |
net.dns: Fix timeout retry logic
|
Matthew Wild |
2020-06-25 |
net.dns: Add some debug logging
|
Matthew Wild |
2020-06-25 |
util.ringbuffer: Add some additional asserts to tests
|
Matthew Wild |
2020-06-24 |
util.ringbuffer: Ensure unsigned chars are always returned from :byte()
|
Matthew Wild |
2020-06-24 |
Merge 0.11->trunk
|
Kim Alvefur |
2020-06-23 |
net.http.server: Fix reporting of missing Host header
0.11
|
Kim Alvefur |
2020-06-23 |
net.http.server: Strip port from Host header in IPv6 friendly way (fix #1302)
0.11
|
Kim Alvefur |
2020-06-23 |
util.ringbuffer: Add test for :discard()
|
Matthew Wild |
2020-06-23 |
Merge 0.11->trunk
|
Kim Alvefur |
2020-06-23 |
util.startup: Remove duplicated initialization of logging (fix #1527)
0.11
|
Kim Alvefur |
2020-06-22 |
mod_register_ibr: Add event for successful password reset
|
Matthew Wild |
2020-06-22 |
net.connect: Remove TODO about use_ipv4/6 done in 3bfb20be844c
|
Kim Alvefur |
2020-06-21 |
Merge 0.11->trunk
|
Kim Alvefur |
2020-06-21 |
mod_muc_mam: Don't strip MUC <x> tags, fix #1567
0.11
|
Kim Alvefur |
2020-06-21 |
scansion tests: Enable mod_muc_mam during tests (expect breakage)
|
Kim Alvefur |
2020-06-21 |
MUC: Remove XEP-0091 Legacy Delayed Delivery from test
|
Kim Alvefur |
2020-06-21 |
util.adminstream: Prevent closure on read timeout
|
Kim Alvefur |
2020-06-18 |
mod_register_ibr: Allow registration to reset an existing account password if permitted by a plugin
|
Matthew Wild |
2020-06-18 |
util.prosodyctl.shell: Collect extra return values
|
Kim Alvefur |
2020-06-17 |
util.prosodyctl.shell: Handle argument parsing errors
|
Kim Alvefur |
2020-06-17 |
util.argparse: Move exiting and error to util.startup
|
Kim Alvefur |
2020-06-17 |
util.gc: Linter fixes [luacheck]
|
Matthew Wild |
2020-06-15 |
util.startup: Configure the GC on startup, using the config or built-in defaults
|
Matthew Wild |
2020-06-15 |
util.gc: New module for configuring the Lua garbage collector
|
Matthew Wild |
2020-06-15 |
util.prosodyctl.check: Fix traceback by handling SRV '.' target to
|
Kim Alvefur |
2020-06-14 |
util.async: Don't attempt to close thread if not created yet
|
Matthew Wild |
2020-06-14 |