aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mod_turn_external: Simple module to offer TURN(+STUN) via mod_external_servicesKim Alvefur2021-01-212-1/+30
* core.portmanager: Also reload per-SNI certificatesKim Alvefur2021-06-101-1/+3
* core.portmanager: Reload direct TLS certificates after config reloadKim Alvefur2021-06-101-0/+21
* core.portmanager: Factor out base TLS context creation for reuseKim Alvefur2021-06-101-10/+15
* net.server_epoll: Add missing method for changing TLS contextKim Alvefur2021-06-101-0/+4
* mod_http_file_share: Build list of measuring buckets for configured size limitKim Alvefur2021-06-081-1/+7
* util.openmetrics: Prettify format of histogram bucketsKim Alvefur2021-06-081-1/+1
* net.server_epoll: Fix reporting of socket connect timeoutKim Alvefur2021-06-071-0/+2
* core.certmanager: Skip service certificate lookup for https clientKim Alvefur2021-05-271-1/+2
* core.portmanager: Fix race condition in initialization of SNI cert mapKim Alvefur2021-05-281-2/+2
* scansion: Really silence the certificates dir errorKim Alvefur2021-05-281-1/+1
* scansion: Silence an error from cert indexer due to missing certs dirKim Alvefur2021-05-271-1/+4
* Merge 0.11->trunkKim Alvefur2021-05-271-1/+1
|\
| * prosodyctl: Add 'limits' to known globals to warn about misplacing itKim Alvefur2021-05-271-1/+1
* | core.modulemanager: Inherit mod_server_contact_info onto components #1270Kim Alvefur2021-05-273-1/+2
* | mod_server_contact_info: Generate properly escaped URIs from 'admins'Kim Alvefur2020-09-111-1/+2
* | mod_server_contact_info: Apply JID normalizationKim Alvefur2020-09-113-1/+29
* | prosodyctl: Reorganize help / command listKim Alvefur2021-01-221-7/+15
* | prosody.cfg.lua.dist: Replace use_libevent with network_backendKim Alvefur2021-05-241-3/+3
* | mod_tls: Add "support" for <failure> by closing gracefullyKim Alvefur2021-05-211-0/+6
* | teal: Add type spec for util.signalKim Alvefur2021-05-201-0/+41
* | teal: Add type spec for util.ringbufferKim Alvefur2021-05-201-0/+20
* | teal: Describe util.net.local_addresses() return typeKim Alvefur2021-05-201-1/+1
* | teal: Add new util.hashes APIsKim Alvefur2021-05-201-0/+2
* | statsmanager: remove "legacy" wordingJonas Schäfer2021-05-201-1/+1
* | util.stanza: add at_top helperJonas Schäfer2021-05-081-0/+4
* | mod_csi_simple: convert to use new metric interface for flush reasonsJonas Schäfer2021-05-201-10/+7
* | prosody.cfg.lua.dist: Fix indentation to use tabs like the rest of the fileEmmanuel Gil Peyrot2021-05-191-6/+6
* | prosody: Close the state on exit (ie garbage-collect everything)Kim Alvefur2021-05-181-1/+1
* | tools/cfgdump: Serialize individual (table) settings in stable order tooKim Alvefur2021-05-171-2/+9
* | tools/cfgdump: Iterate in sort order to give stable outputKim Alvefur2021-05-171-5/+6
* | mod_http_file_share: Handle out of bounds Range requestKim Alvefur2021-05-171-3/+8
* | Merge 0.11->trunkKim Alvefur2021-05-162-12/+4
|\|
| * mod_pep: Remove obsolete node restoration code (now done by util.pubsub)Kim Alvefur2021-05-161-12/+0
| * util.pubsub: Fix traceback if node data not initializedKim Alvefur2021-05-161-0/+4
* | mod_http_file_share: Support download resumption via Range requestsKim Alvefur2021-05-162-0/+21
* | prosodyctl: Report OpenSSL versionKim Alvefur2021-05-121-0/+4
* | util.hashes: Expose OpenSSL versionKim Alvefur2021-05-121-0/+4
* | util.jwt: Use constant-time comparison with expected signatureMatthew Wild2021-05-131-1/+2
* | Merge 0.11->trunkMatthew Wild2021-05-1319-54/+111
|\|
| * Added tag 0.11.9 for changeset d0e9ffccdef9Matthew Wild2021-05-120-0/+0
| * mod_dialback: Remove d-w-d feature0.11.9Kim Alvefur2021-05-122-23/+1
| * mod_dialback: Use correct host for certificate check (fixes #1381)Kim Alvefur2019-06-231-2/+1
| * mod_dialback: Use constant-time comparison with hmacMatthew Wild2021-05-121-1/+2
| * mod_proxy65: Restrict access to local c2s connections by defaultMatthew Wild2021-05-121-4/+12
| * mod_limits: Use default limits if none configuredMatthew Wild2021-05-111-1/+10
| * prosody.cfg.lua.dist: Enable rate limits by defaultMatthew Wild2021-05-111-1/+12
| * prosodyctl about: Report libexpat version if knownMatthew Wild2021-05-111-1/+5
| * certmanager: Disable renegotiation by defaultMatthew Wild2021-05-111-0/+2
| * mod_limits: Don't emit error when no burst period is configuredMatthew Wild2021-05-111-1/+1