Fri, 28 May 2021 00:17:44 +0200 Kim Alvefur scansion: Really silence the certificates dir error
Thu, 27 May 2021 15:49:57 +0200 Kim Alvefur scansion: Silence an error from cert indexer due to missing certs dir
Thu, 27 May 2021 12:51:07 +0200 Kim Alvefur Merge 0.11->trunk
Thu, 27 May 2021 12:35:55 +0200 Kim Alvefur prosodyctl: Add 'limits' to known globals to warn about misplacing it 0.11
Thu, 27 May 2021 11:18:42 +0200 Kim Alvefur core.modulemanager: Inherit mod_server_contact_info onto components #1270
Fri, 11 Sep 2020 18:34:36 +0200 Kim Alvefur mod_server_contact_info: Generate properly escaped URIs from 'admins'
Fri, 11 Sep 2020 18:34:06 +0200 Kim Alvefur mod_server_contact_info: Apply JID normalization
Fri, 22 Jan 2021 00:11:39 +0100 Kim Alvefur prosodyctl: Reorganize help / command list
Mon, 24 May 2021 01:34:01 +0200 Kim Alvefur prosody.cfg.lua.dist: Replace use_libevent with network_backend
Fri, 21 May 2021 19:04:01 +0200 Kim Alvefur mod_tls: Add "support" for <failure> by closing gracefully
Thu, 20 May 2021 23:18:29 +0200 Kim Alvefur teal: Add type spec for util.signal
Thu, 20 May 2021 23:16:01 +0200 Kim Alvefur teal: Add type spec for util.ringbuffer
Thu, 20 May 2021 23:13:54 +0200 Kim Alvefur teal: Describe util.net.local_addresses() return type
Thu, 20 May 2021 23:09:45 +0200 Kim Alvefur teal: Add new util.hashes APIs
Thu, 20 May 2021 14:03:01 +0200 Jonas Schäfer statsmanager: remove "legacy" wording
Sat, 08 May 2021 16:31:48 +0200 Jonas Schäfer util.stanza: add at_top helper
Thu, 20 May 2021 14:00:54 +0200 Jonas Schäfer mod_csi_simple: convert to use new metric interface for flush reasons
Wed, 19 May 2021 23:39:56 +0200 Emmanuel Gil Peyrot prosody.cfg.lua.dist: Fix indentation to use tabs like the rest of the file
Tue, 18 May 2021 20:08:37 +0200 Kim Alvefur prosody: Close the state on exit (ie garbage-collect everything)
Mon, 17 May 2021 16:51:11 +0200 Kim Alvefur tools/cfgdump: Serialize individual (table) settings in stable order too
Mon, 17 May 2021 16:33:44 +0200 Kim Alvefur tools/cfgdump: Iterate in sort order to give stable output
Mon, 17 May 2021 14:14:25 +0200 Kim Alvefur mod_http_file_share: Handle out of bounds Range request
Sun, 16 May 2021 19:05:20 +0200 Kim Alvefur Merge 0.11->trunk
Sun, 16 May 2021 16:14:23 +0200 Kim Alvefur mod_pep: Remove obsolete node restoration code (now done by util.pubsub) 0.11
Sun, 16 May 2021 16:02:00 +0200 Kim Alvefur util.pubsub: Fix traceback if node data not initialized 0.11
Sun, 16 May 2021 16:52:59 +0200 Kim Alvefur mod_http_file_share: Support download resumption via Range requests
Wed, 12 May 2021 01:11:42 +0200 Kim Alvefur prosodyctl: Report OpenSSL version
Wed, 12 May 2021 01:11:15 +0200 Kim Alvefur util.hashes: Expose OpenSSL version
Thu, 13 May 2021 14:13:07 +0100 Matthew Wild util.jwt: Use constant-time comparison with expected signature
Thu, 13 May 2021 11:17:13 +0100 Matthew Wild Merge 0.11->trunk
Wed, 12 May 2021 16:42:51 +0100 Matthew Wild Added tag 0.11.9 for changeset d0e9ffccdef9 0.11
Wed, 12 May 2021 17:22:02 +0200 Kim Alvefur mod_dialback: Remove d-w-d feature 0.11 0.11.9
Sun, 23 Jun 2019 16:16:26 +0200 Kim Alvefur mod_dialback: Use correct host for certificate check (fixes #1381) 0.11
Wed, 12 May 2021 14:00:53 +0100 Matthew Wild mod_dialback: Use constant-time comparison with hmac 0.11
Wed, 12 May 2021 13:59:49 +0100 Matthew Wild mod_proxy65: Restrict access to local c2s connections by default 0.11
Tue, 11 May 2021 14:22:59 +0100 Matthew Wild mod_limits: Use default limits if none configured 0.11
Tue, 11 May 2021 14:17:12 +0100 Matthew Wild prosody.cfg.lua.dist: Enable rate limits by default 0.11
Tue, 11 May 2021 14:15:22 +0100 Matthew Wild prosodyctl about: Report libexpat version if known 0.11
Tue, 11 May 2021 14:14:15 +0100 Matthew Wild certmanager: Disable renegotiation by default 0.11
Tue, 11 May 2021 14:10:26 +0100 Matthew Wild mod_limits: Don't emit error when no burst period is configured 0.11
Mon, 26 Apr 2021 15:32:05 +0200 Kim Alvefur core.certmanager: Test for SSL options in absence of LuaSec config 0.11
Mon, 26 Apr 2021 15:30:13 +0200 Kim Alvefur core.certmanager: Attempt to directly access LuaSec config table 0.11
Mon, 10 May 2021 17:03:27 +0100 Matthew Wild util.xmppstream: Allow dynamically configuring the stanza size limit for a stream 0.11
Mon, 10 May 2021 17:02:37 +0100 Matthew Wild util.xmppstream: Mark bytes for stream closure as handled 0.11
Mon, 10 May 2021 17:01:38 +0100 Matthew Wild MUC: Add support for advertising muc#roomconfig_allowinvites in room disco#info 0.11
Mon, 10 May 2021 16:50:24 +0100 Matthew Wild mod_auth_internal_{plain,hashed}: Use constant-time string comparison for secrets 0.11
Mon, 10 May 2021 16:44:55 +0100 Matthew Wild util.xmppstream: Reduce default xmppstream limit to 1MB 0.11
Mon, 10 May 2021 16:41:56 +0100 Matthew Wild util.set: Add is_set() to test if an object is a set 0.11
Mon, 10 May 2021 16:24:54 +0100 Matthew Wild util.hashes: Add constant-time string comparison (binding to CRYPTO_memcmp) 0.11
Fri, 07 May 2021 17:03:49 +0100 Matthew Wild mod_c2s, mod_s2s, mod_component, mod_bosh, mod_websockets: Set default stanza size limits 0.11
Fri, 07 May 2021 16:41:39 +0100 Matthew Wild util.startup: Set more aggressive defaults for GC 0.11
Fri, 07 May 2021 16:47:58 +0200 Kim Alvefur core.certmanager: Catch error from lfs
Fri, 07 May 2021 16:35:37 +0200 Kim Alvefur core.certmanager: Resolve certs path relative to config dir
Wed, 05 May 2021 17:54:44 +0200 Kim Alvefur core.portmanager: Use existing http_host for https SNI mapping
Wed, 05 May 2021 17:52:51 +0200 Kim Alvefur core.portmanager: Allow overriding expected SNI name per service
Wed, 05 May 2021 15:56:39 +0200 Kim Alvefur core.certmanager: Skip directly to guessing of key from cert filename
Wed, 05 May 2021 15:54:05 +0200 Kim Alvefur core.certmanager: Join paths with OS-aware util.paths function
Sat, 10 Apr 2021 14:45:40 +0200 Kim Alvefur core.certmanager: Build an index over certificates
Sat, 10 Apr 2021 14:45:03 +0200 Kim Alvefur core.certmanager: Check for complete filename
Wed, 05 May 2021 16:25:33 +0200 Kim Alvefur mod_tls: Fix order of debug messages and tls context creation
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 tip