prosodyctl: check config: Skip bare JID components in orphan check
0.12
|
Matthew Wild |
Sat, 19 Mar 2022 09:28:27 +0000 |
net.resolvers.basic: Fix incorrect field name (thanks CI)
|
Matthew Wild |
Fri, 18 Mar 2022 20:14:20 +0000 |
net.connect: When more targets are immediately available, try them after a delay
|
Matthew Wild |
Fri, 18 Mar 2022 16:16:57 +0000 |
net.connect: Support for multiple pending connection attempts
|
Matthew Wild |
Fri, 18 Mar 2022 16:16:01 +0000 |
net.resolvers.basic: Indicate to callback if we have more targets available
|
Matthew Wild |
Fri, 18 Mar 2022 16:13:09 +0000 |
net.resolvers.basic: Alternate IP address family targets, per RFC 8305
|
Matthew Wild |
Fri, 18 Mar 2022 16:10:26 +0000 |
net.resolvers.basic: Refactor to remove code duplication
|
Matthew Wild |
Fri, 18 Mar 2022 16:09:22 +0000 |
util.stanza: Create tables with correct size to avoid reallocations
|
Kim Alvefur |
Fri, 18 Mar 2022 16:43:06 +0100 |
util.stanza: Use table.move in clone
|
Kim Alvefur |
Fri, 18 Mar 2022 16:39:48 +0100 |
util.table: Compatibility with Lua 5.1 lua_equals
|
Matthew Wild |
Fri, 18 Mar 2022 15:29:05 +0000 |
util.table: tests: Tests for table.move()
|
Matthew Wild |
Fri, 18 Mar 2022 15:24:12 +0000 |
util.array: Take advantage of table.move()
|
Matthew Wild |
Fri, 18 Mar 2022 15:22:00 +0000 |
util.table: Backport table.move() from Lua 5.4
|
Matthew Wild |
Fri, 18 Mar 2022 15:21:25 +0000 |
net.resolvers.service: Honour record 'weight' when picking SRV targets
|
Matthew Wild |
Thu, 17 Mar 2022 18:20:26 +0000 |
util.poll: Expand stub tests
|
Kim Alvefur |
Thu, 17 Mar 2022 13:15:50 +0100 |
mod_admin_shell: Add watch:log() command to tail logs in realtime
|
Matthew Wild |
Thu, 17 Mar 2022 10:24:38 +0000 |
mod_admin_shell: Add session.is_connected() method
|
Matthew Wild |
Thu, 17 Mar 2022 10:23:12 +0000 |
mod_admin_shell: Add session.write() method to write data to client with no \n
|
Matthew Wild |
Thu, 17 Mar 2022 10:22:47 +0000 |
util.prosodyctl.shell: Support for receiving partial lines (no automatic \n)
|
Matthew Wild |
Thu, 17 Mar 2022 10:21:43 +0000 |
util.logger: Return sink_function from add_simple_sink()
|
Matthew Wild |
Thu, 17 Mar 2022 10:20:23 +0000 |
util.logger: Support for removing individual log sinks without a full reset
|
Matthew Wild |
Thu, 17 Mar 2022 10:19:35 +0000 |
mod_admin_socket: Comment on LuaSocket UNIX compat code
0.12
|
Kim Alvefur |
Wed, 16 Mar 2022 19:32:17 +0100 |
mod_admin_socket: Compat for luasocket prior to unix datagram support
0.12
|
Kim Alvefur |
Tue, 15 Mar 2022 10:48:46 +0100 |
mod_invites_register: Push invitee contact entry to inviter
0.12
|
Kim Alvefur |
Tue, 15 Mar 2022 21:59:51 +0100 |
prosodyctl: check turn: warn about external port mismatches behind NAT
0.12
|
Matthew Wild |
Fri, 11 Mar 2022 20:33:03 +0000 |
Added tag 0.12.0 for changeset 50fcd3879482
0.12
|
Matthew Wild |
Tue, 08 Mar 2022 12:34:03 +0000 |
spelling: non-existing mistakes (thanks timeless)
0.12.0
|
Kim Alvefur |
Mon, 07 Mar 2022 00:35:29 +0100 |
Spelling: Fix various spelling mistakes (thanks timeless)
|
Kim Alvefur |
Mon, 07 Mar 2022 00:13:56 +0100 |
net.websocket.frames: Replace bit fiddling code with util.struct
|
Kim Alvefur |
Sun, 06 Mar 2022 15:13:50 +0100 |
prosodyctl: check turn: compare correct addresses for relay mismatch detection (thanks Zash)
|
Matthew Wild |
Sat, 05 Mar 2022 20:47:40 +0000 |
prosodyctl: check turn: Add check for private IP returned from STUN.
|
Matthew Wild |
Sat, 05 Mar 2022 20:34:58 +0000 |
prosodyctl: check turn: improve warning text to suggest issues
|
Matthew Wild |
Sat, 05 Mar 2022 20:34:24 +0000 |
prosodyctl: check turn: fix traceback when server does not provide realm/nonce
|
Matthew Wild |
Sat, 05 Mar 2022 20:32:47 +0000 |
prosodyctl: check turn: fix formatting of multiple warnings
|
Matthew Wild |
Sat, 05 Mar 2022 20:31:17 +0000 |
prosodyctl: check turn: always show debug info even if test fails
|
Matthew Wild |
Sat, 05 Mar 2022 16:07:47 +0000 |
prosodyctl: check turn: Clearer error when unable to resolve external service host
|
Matthew Wild |
Sat, 05 Mar 2022 16:06:39 +0000 |
CHANGES: Mention STUN/TURN support in 'prosodyctl check'
|
Matthew Wild |
Sat, 05 Mar 2022 14:46:57 +0000 |
prosodyctl: check: include TURN checks by default
|
Matthew Wild |
Sat, 05 Mar 2022 11:53:53 +0000 |
prosodyctl: check: Slightly improved argument handling
|
Matthew Wild |
Sat, 05 Mar 2022 11:36:38 +0000 |
prosodyctl: check turn: show relayed address(es) in verbose mode
|
Matthew Wild |
Sat, 05 Mar 2022 11:31:22 +0000 |
net.stun: Support for xor-relayed-address attribute
|
Matthew Wild |
Sat, 05 Mar 2022 11:30:55 +0000 |
prosodyctl: check turn: Allow specifying port for the ping service
|
Matthew Wild |
Sat, 05 Mar 2022 11:15:25 +0000 |
prosodyctl: check turn: Add support for testing data relay with an external STUN server via --ping
|
Matthew Wild |
Sat, 05 Mar 2022 11:10:18 +0000 |
net.stun: Add xor-peer-address helper
|
Matthew Wild |
Sat, 05 Mar 2022 11:04:25 +0000 |
net.stun: Factor out address unpack, an operation common to multiple attributes
|
Matthew Wild |
Sat, 05 Mar 2022 11:03:44 +0000 |
net.stun: Name some more attributes from TURN
|
Matthew Wild |
Sat, 05 Mar 2022 11:00:08 +0000 |
net.stun: Add lookup table generation helper, reduces code duplication
|
Matthew Wild |
Sat, 05 Mar 2022 10:59:19 +0000 |
net.stun: Hyphenate method names for consistency
|
Matthew Wild |
Sat, 05 Mar 2022 10:57:47 +0000 |
util.bitcompat: Add some simple tests
|
Matthew Wild |
Fri, 04 Mar 2022 19:48:01 +0000 |
util.bit53: Support for more than 2 arguments, for compat with bit32
|
Matthew Wild |
Fri, 04 Mar 2022 19:37:59 +0000 |
make: Fix build of util.struct on *BSD
|
Kim Alvefur |
Fri, 04 Mar 2022 17:46:33 +0100 |
net.stun: tests: Remove stray print() from debugging
|
Matthew Wild |
Fri, 04 Mar 2022 16:46:47 +0000 |
Merge config-updates+check-turn from timber
|
Matthew Wild |
Fri, 04 Mar 2022 16:33:41 +0000 |
net.stun: Add tests for serialization/deserialization
|
Matthew Wild |
Fri, 04 Mar 2022 16:13:05 +0000 |
net.stun: Use util.bitcompat to deal with bit module variances across Lua versions
|
Kim Alvefur |
Fri, 04 Mar 2022 16:58:28 +0100 |
net.stun: Use util.strbitop
|
Kim Alvefur |
Fri, 04 Mar 2022 16:55:32 +0100 |
util.bit53: Add left- and right shift operations
|
Kim Alvefur |
Mon, 28 Jun 2021 03:56:45 +0200 |
util.prosodyctl: check turn: New command to verify STUN/TURN service is operational
|
Matthew Wild |
Fri, 04 Mar 2022 15:28:44 +0000 |
net.stun: New library that implements STUN/TURN parsing/serialization
|
Matthew Wild |
Fri, 04 Mar 2022 15:23:32 +0000 |
util.hex: Deprecate to/from in favour of encode/decode, for consistency!
|
Matthew Wild |
Fri, 04 Mar 2022 15:22:45 +0000 |
util.struct: Import Roberto 'struct' library v0.3
|
Matthew Wild |
Fri, 04 Mar 2022 15:03:02 +0000 |
COPYING: An overdue update. Also add some clarity about third-party code.
|
Matthew Wild |
Fri, 04 Mar 2022 15:00:30 +0000 |
prosody.cfg.lua.dist: Remove comment about mod_*.lua above modules_enabled
|
Matthew Wild |
Thu, 03 Mar 2022 10:24:59 +0000 |
prosody.cfg.lua.dist: Fix plugin_paths description (thanks Zash)
|
Matthew Wild |
Thu, 03 Mar 2022 10:23:10 +0000 |
prosody.cfg.lua.dist: Add comments explaining the individual TURN options
|
Matthew Wild |
Wed, 02 Mar 2022 16:53:52 +0000 |
prosody.cfg.lua.dist: Improved descriptions for a number of modules
|
Matthew Wild |
Wed, 02 Mar 2022 15:20:21 +0000 |
prosody.cfg.lua.dist: Alphabetical ordering of modules within each section
|
Matthew Wild |
Wed, 02 Mar 2022 14:32:32 +0000 |
prosody.cfg.lua.dist: Improve mod_mam description to indicate its purpose
|
Matthew Wild |
Wed, 02 Mar 2022 14:32:02 +0000 |
prosody.cfg.lua.dist: Remove mod_admin_telnet
|
Matthew Wild |
Wed, 02 Mar 2022 14:27:28 +0000 |
prosody.cfg.lua.dist: Reword plugin_paths to de-emphasize Prosody's source dir
|
Matthew Wild |
Wed, 02 Mar 2022 14:27:05 +0000 |
prosody.cfg.lua.dist: Remove network_backend option
|
Matthew Wild |
Wed, 02 Mar 2022 14:22:02 +0000 |
prosody.cfg.lua.dist: Remove example certificate, this should just work
|
Kim Alvefur |
Sun, 13 Feb 2022 21:52:43 +0100 |
net.server_epoll: Disable verbose mode by default
|
Kim Alvefur |
Sat, 12 Feb 2022 18:47:22 +0100 |
prosody.cfg.lua.dist: Remove allow_registration in favor of invites
|
Kim Alvefur |
Fri, 11 Feb 2022 00:16:36 +0100 |
prosody.cfg.lua.dist: Comment improvements: s2s authentication
|
Matthew Wild |
Mon, 14 Feb 2022 16:30:01 +0000 |
prosody.cfg.lua.dist: Comment improvements: authentication
|
Matthew Wild |
Mon, 14 Feb 2022 16:29:38 +0000 |
prosody.cfg.lua.dist: Improve section-like layout via headers and spacing
|
Matthew Wild |
Mon, 14 Feb 2022 16:27:58 +0000 |
prosody.cfg.lua.dist: Comment improvements
|
Matthew Wild |
Mon, 14 Feb 2022 16:01:34 +0000 |
prosody.cfg.lua.dist: Update s2s_secure_auth comment and default
|
Matthew Wild |
Mon, 14 Feb 2022 15:59:03 +0000 |
prosody.cfg.lua.dist: TURN configuration improvements and example
|
Matthew Wild |
Mon, 14 Feb 2022 15:51:13 +0000 |
prosody.cfg.lua.dist: Enable csi_simple by default
|
Matthew Wild |
Mon, 14 Feb 2022 15:49:43 +0000 |
usermanager, mod_saslauth: Default to internal_hashed if no auth module specified
|
Matthew Wild |
Thu, 10 Feb 2022 19:54:14 +0000 |
prosody.cfg.lua.dist: Remove require_encryption options
|
Matthew Wild |
Mon, 14 Feb 2022 15:58:08 +0000 |
core.certmanager: Turn soft dependency on LuaSec into a hard
|
Kim Alvefur |
Thu, 10 Feb 2022 17:15:55 +0100 |
various: Require encryption by default for real
|
Kim Alvefur |
Sat, 25 Dec 2021 16:23:40 +0100 |
mod_invites_register: Default to require encryption
|
Matthew Wild |
Thu, 10 Feb 2022 15:49:01 +0000 |
mod_legacyauth: Default to require encryption
|
Matthew Wild |
Thu, 10 Feb 2022 15:48:34 +0000 |
prosody.cfg.lua.dist: Remove mod_http_files
|
Kim Alvefur |
Thu, 10 Feb 2022 18:35:39 +0100 |
prosody.cfg.lua.dist: Move Dialback down
|
Kim Alvefur |
Thu, 10 Feb 2022 17:15:18 +0100 |
prosody.cfg.lua.dist: Remove https_certificate, this should Just Work now
|
Kim Alvefur |
Sat, 05 Feb 2022 18:17:52 +0100 |
prosody.cfg.lua.dist: Remove mention of deprecated daemonize option
|
Kim Alvefur |
Sat, 05 Feb 2022 18:14:17 +0100 |
prosody.cfg.lua.dist: Remove installer_plugin_path
|
Kim Alvefur |
Sat, 05 Feb 2022 18:10:41 +0100 |
prosody.cfg.lua.dist: Add new modules
|
Kim Alvefur |
Thu, 10 Feb 2022 18:02:59 +0100 |
prosody.cfg.lua.dist: Add note about 'localhost'
|
Kim Alvefur |
Thu, 04 Feb 2021 00:49:07 +0100 |
prosodyctl: check dns: Allow admin to specify undiscoverable external IPs in config
|
Matthew Wild |
Wed, 02 Mar 2022 16:12:28 +0000 |
prosodyctl: check dns: List discovered addresses for diagnostic purposes
|
Matthew Wild |
Wed, 02 Mar 2022 16:02:42 +0000 |
util.prosodyctl: check: warn about unreferenced components, suggest disco_items
|
Matthew Wild |
Wed, 02 Mar 2022 15:45:24 +0000 |
util.prosodyctl: Warn about enabled public registration in 'check config'
|
Matthew Wild |
Wed, 02 Mar 2022 15:22:12 +0000 |
util.poll: Add support for the poll() API
|
Kim Alvefur |
Wed, 23 Feb 2022 20:31:03 +0100 |
util.poll: Expose API (epoll or select) used
|
Kim Alvefur |
Sun, 27 Feb 2022 14:36:43 +0100 |
util.poll: Restructure to make adding additional system APIs easier
|
Kim Alvefur |
Wed, 23 Feb 2022 20:30:22 +0100 |
make: Split up install targets to allow different subset
|
Kim Alvefur |
Sun, 13 Feb 2022 16:53:56 +0100 |
core.portmanager: Fix traceback on attempt to get non-existent service
|
Kim Alvefur |
Tue, 22 Feb 2022 13:41:05 +0100 |
mod_c2s,mod_s2s: Fix error on shutdown (Thanks Martin)
|
Kim Alvefur |
Tue, 22 Feb 2022 14:17:27 +0100 |
util.async: Optionally allow too many 'done' callbacks
|
Kim Alvefur |
Tue, 22 Feb 2022 14:17:10 +0100 |
mod_c2s,mod_s2s: Wrap callback to improve tracebacks
|
Kim Alvefur |
Tue, 22 Feb 2022 12:35:31 +0100 |
mod_carbons: Allow plugging into decision of whether to carbon-copy
|
Kim Alvefur |
Mon, 21 Feb 2022 11:24:58 +0100 |
mod_mam: Fix a comment
|
Kim Alvefur |
Sat, 11 Dec 2021 18:01:04 +0100 |
mod_mam: Allow plugging into archive decision
|
Kim Alvefur |
Fri, 10 Dec 2021 22:37:32 +0100 |
core.certmanager: Ensure key exists for fullchain
|
Kim Alvefur |
Mon, 21 Feb 2022 08:54:39 +0100 |
mod_admin_shell: Use a table to show help sections
|
Kim Alvefur |
Sun, 20 Feb 2022 00:24:18 +0100 |
CHANGES: Mention graceful shutdown
|
Kim Alvefur |
Fri, 18 Feb 2022 23:20:24 +0100 |
mod_c2s: Ignore unused event payload [luacheck]
|
Kim Alvefur |
Fri, 18 Feb 2022 23:13:01 +0100 |
mod_c2s,mod_s2s: Wait for sessions to close before proceeding with shutdown steps
|
Kim Alvefur |
Thu, 17 Feb 2022 03:49:47 +0100 |
mod_c2s: Close ports in a separate, earlier event from closing sessions
|
Kim Alvefur |
Fri, 18 Feb 2022 14:25:22 +0100 |
mod_s2s: Disable creation of new outgoing connections during shutdown
|
Kim Alvefur |
Fri, 11 Feb 2022 21:41:04 +0100 |
mod_c2s,mod_s2s: Disable and close port listeners before closing sessions
|
Kim Alvefur |
Fri, 11 Feb 2022 21:36:53 +0100 |
mod_posix: Run signal handlers in the startup thread
|
Kim Alvefur |
Wed, 06 Oct 2021 14:50:47 +0200 |
prosody: Expose main thread on the 'prosody' global
|
Kim Alvefur |
Wed, 06 Oct 2021 14:49:26 +0200 |
prosody: Run shutdown procedure in async thread
|
Kim Alvefur |
Tue, 01 Jan 2019 16:43:49 +0100 |
prosody: Move last cleanup and shutdown code into util.startup
|
Kim Alvefur |
Tue, 01 Jan 2019 16:42:52 +0100 |
mod_admin_shell: Squeeze some characters out of the Certificate column
|
Kim Alvefur |
Thu, 17 Feb 2022 01:41:57 +0100 |
prosodyctl: Restore 'list --outdated'
|
Kim Alvefur |
Thu, 17 Feb 2022 01:39:35 +0100 |
mod_admin_shell: Fix description of muc:room() (thanks Link Mauve)
|
Kim Alvefur |
Tue, 15 Feb 2022 22:14:40 +0100 |
mod_turn_external: Fix type of config option (thanks mirux)
|
Kim Alvefur |
Tue, 15 Feb 2022 21:51:52 +0100 |
util.dns: Remove compat for pre-0.11 lack of inet_ntop binding
|
Kim Alvefur |
Tue, 15 Feb 2022 13:04:24 +0100 |
util.dns: Replace base16 implementation with util.hex
|
Kim Alvefur |
Tue, 15 Feb 2022 13:03:02 +0100 |
core.certmanager: Relax certificate filename check #1713
|
Kim Alvefur |
Mon, 14 Feb 2022 18:29:31 +0100 |
util.dependencies: Refer to 'apt' instead of 'apt-get'
|
Kim Alvefur |
Sun, 13 Feb 2022 17:27:29 +0100 |
mod_invites_register: Load mod_register_ibr in invite only mode
|
Kim Alvefur |
Thu, 10 Feb 2022 21:21:03 +0100 |
mod_invites_register: Replace COMPAT hack
|
Kim Alvefur |
Thu, 10 Feb 2022 20:44:45 +0100 |
mod_turn_external: Add option to enable TURN over TLS
|
Kim Alvefur |
Thu, 10 Feb 2022 15:41:47 +0100 |
mod_turn_external: Simplify configuration
|
Kim Alvefur |
Thu, 10 Feb 2022 15:39:15 +0100 |
mod_admin_shell: Track connected events instead of created
|
Kim Alvefur |
Sun, 06 Feb 2022 14:34:02 +0100 |
mod_s2s: Add new early s2s-connected events
|
Kim Alvefur |
Sun, 06 Feb 2022 14:31:27 +0100 |
doap: Reference some JSON RFCs
|
Kim Alvefur |
Sat, 05 Feb 2022 18:07:51 +0100 |
doap: Reference RFC 6331 which deprecated SASL DIGEST-MD5
|
Kim Alvefur |
Sat, 05 Feb 2022 18:06:59 +0100 |
prosody.cfg.lua.dist: Link to website (thanks eta)
|
Kim Alvefur |
Sat, 17 Jul 2021 19:44:48 +0200 |
prosody.cfg.lua.dist: Warn about adding settings at the end of the file
|
Kim Alvefur |
Sat, 17 Jul 2021 19:40:43 +0200 |
core.modulemanager: Save module metadata for potential later use
|
Kim Alvefur |
Sat, 05 Feb 2022 01:33:46 +0100 |
util.startup: Enable DANE in http client library with use_dane
|
Kim Alvefur |
Sat, 05 Feb 2022 01:36:10 +0100 |
net.http: Allow using DANE via options or per request settings
|
Kim Alvefur |
Sat, 05 Feb 2022 01:32:08 +0100 |
mod_smacks: Tweak resumption age buckets towards multiples of 60
|
Kim Alvefur |
Fri, 04 Feb 2022 22:11:14 +0100 |
tools: Allow processing instructions in some XML parsing tools
|
Kim Alvefur |
Fri, 04 Feb 2022 21:20:48 +0100 |
util.xml: Add an option to allow <?processing instructions?>
|
Kim Alvefur |
Fri, 04 Feb 2022 20:47:39 +0100 |
mod_http: Use interface name as default default global hostname
|
Kim Alvefur |
Fri, 04 Feb 2022 20:11:18 +0100 |
mod_http: Use http_default_host for URLs generated in global context
|
Kim Alvefur |
Fri, 04 Feb 2022 19:58:43 +0100 |
prosodyctl: Allow passing server on command line with --server
|
Kim Alvefur |
Fri, 04 Feb 2022 19:04:32 +0100 |
prosodyctl: Allow install plugin via explicit path or URL
|
Kim Alvefur |
Fri, 04 Feb 2022 19:03:02 +0100 |
prosodyctl: Return success status code from --help
|
Kim Alvefur |
Fri, 04 Feb 2022 19:01:34 +0100 |
prosodyctl: Use argument parsing library to parse --help, -h, -?
|
Kim Alvefur |
Fri, 04 Feb 2022 18:56:01 +0100 |
mod_websocket: Only enable host-agnostic HTTP routing when enabled globally
|
Kim Alvefur |
Fri, 04 Feb 2022 17:59:42 +0100 |
mod_bosh: Only enable host-agnostic HTTP routing when enabled globally
|
Kim Alvefur |
Fri, 04 Feb 2022 17:52:13 +0100 |
util.format: Fix typo in comment [codespell]
|
Kim Alvefur |
Fri, 04 Feb 2022 16:40:38 +0100 |
mod_pep: Fix typo in comment [codespell]
|
Kim Alvefur |
Fri, 04 Feb 2022 16:40:23 +0100 |
mod_bookmarks: Fix typos in stanza error messages [codespell]
|
Kim Alvefur |
Fri, 04 Feb 2022 16:39:35 +0100 |
mod_admin_shell: Fix typo in comment [codespell]
|
Kim Alvefur |
Fri, 04 Feb 2022 16:39:21 +0100 |
modulemanager: Shorten metadata keys to improve readability and memorability
|
Matthew Wild |
Fri, 04 Feb 2022 15:42:13 +0000 |
Revert util.debug change accidentally committed in e157e5c79daa
|
Matthew Wild |
Fri, 04 Feb 2022 15:13:13 +0000 |
util.pluginloader: Fix method to return any module metadata (luacheck)
|
Matthew Wild |
Fri, 04 Feb 2022 15:04:20 +0000 |
modulemanager: Add plugin load filter that reads module metadata from source
|
Matthew Wild |
Fri, 04 Feb 2022 14:20:00 +0000 |
modulemanager, moduleapi: Switch to new pluginloader interface
|
Matthew Wild |
Fri, 04 Feb 2022 14:11:46 +0000 |
core.features: New module to track and expose the features supported by Prosody
|
Matthew Wild |
Fri, 04 Feb 2022 14:10:34 +0000 |
util.pluginloader: Support for a per-file load filter
|
Matthew Wild |
Thu, 03 Feb 2022 12:56:52 +0000 |
util.pluginloader: Support for multiple pluginloader instances, and options
|
Matthew Wild |
Thu, 03 Feb 2022 12:53:19 +0000 |
mod_pep: Clarify purpose of fallback service
|
Kim Alvefur |
Thu, 03 Feb 2022 10:02:26 +0100 |
mod_pep: Correct initialization of fallback service
|
Kim Alvefur |
Thu, 03 Feb 2022 09:46:19 +0100 |
core.loggingmanager: Add FIXME about supporting console logging to stderr
|
Kim Alvefur |
Wed, 02 Feb 2022 18:36:08 +0100 |
man/prosodyctl: Complete list of 'check' variants
|
Kim Alvefur |
Wed, 02 Feb 2022 18:28:28 +0100 |
man/prosodyctl: Clarify description of --root
|
Kim Alvefur |
Wed, 02 Feb 2022 18:25:42 +0100 |
util.startup: Teach prosodyctl to be completely --silent
|
Kim Alvefur |
Sun, 28 Nov 2021 23:07:51 +0100 |
util.startup: Teach prosodyctl to be --quiet as complement to --verbose
|
Kim Alvefur |
Sun, 28 Nov 2021 23:07:35 +0100 |
man/prosodyctl: Normalize formatting syntax
|
Kim Alvefur |
Wed, 02 Feb 2022 18:30:54 +0100 |
util.dns: Minor updates of SVCB parser
|
Kim Alvefur |
Wed, 02 Feb 2022 17:58:48 +0100 |
util.dns: Implement SVCB record parser
|
Kim Alvefur |
Sun, 04 Oct 2020 21:29:44 +0200 |
util.dns: Fix returning read position after zero-length name
|
Kim Alvefur |
Sun, 04 Oct 2020 21:27:20 +0200 |
util.dnsregistry: Regenerate from IANA registry
|
Kim Alvefur |
Wed, 02 Feb 2022 17:31:39 +0100 |
tools.dnsregistry: For converting IANA DNS registry data to Lua table
|
Kim Alvefur |
Sun, 04 Oct 2020 19:26:53 +0200 |
util.dns: Move DNS parameters details into util.dnsregistry
|
Kim Alvefur |
Sun, 04 Oct 2020 19:23:16 +0200 |
doap: Make note of mod_mam storing XEP-0184 receipts
|
Kim Alvefur |
Thu, 18 Mar 2021 00:03:16 +0100 |
plugins: Update for namespace bump in XEP-0353 v0.4.0
|
Kim Alvefur |
Tue, 11 Jan 2022 17:51:26 +0100 |
util.prosodyctl.check: Fix reset of libunbound before DNS checks
|
Kim Alvefur |
Tue, 01 Feb 2022 14:46:42 +0100 |
doap: Let's say XEP-0368 support is complete now
|
Kim Alvefur |
Mon, 31 Jan 2022 17:07:12 +0100 |
util.prosodyctl.check: Fix A/AAAA check for proxy65 and http
|
Kim Alvefur |
Sun, 30 Jan 2022 16:04:22 +0100 |
util.prosodyctl.check: Include multiplexed ports in DNS checks #1704
|
Kim Alvefur |
Sun, 30 Jan 2022 13:16:30 +0100 |
mod_admin_shell: Add descriptions of each column to 'help columns'
|
Kim Alvefur |
Sun, 30 Jan 2022 12:49:43 +0100 |
mod_admin_shell: Use exact match instead of Lua patterns in c2s,s2s:show
|
Kim Alvefur |
Sun, 30 Jan 2022 11:10:51 +0100 |
mod_http_file_share: Use alternate syntax for filename in Content-Disposition
|
Kim Alvefur |
Sat, 29 Jan 2022 16:11:38 +0100 |
mod_admin_shell: Fix traceback on rendering graph of stats without extra labels
|
Kim Alvefur |
Sat, 29 Jan 2022 15:01:38 +0100 |
mod_admin_shell: Add help section about stats
|
Kim Alvefur |
Sat, 29 Jan 2022 14:58:37 +0100 |
mod_admin_shell: Add help section about customizing table columns
|
Kim Alvefur |
Fri, 28 Jan 2022 20:39:13 +0100 |
README: Reflow text to ~78 columns
|
Kim Alvefur |
Fri, 28 Jan 2022 14:19:05 +0100 |
INSTALL: Update from site version
|
Kim Alvefur |
Fri, 28 Jan 2022 11:57:58 +0100 |
util.format: Expand explanation of purpose in comments
|
Kim Alvefur |
Thu, 27 Jan 2022 21:40:13 +0100 |
util.format: Skip control code escaping when doing full serialization
|
Kim Alvefur |
Thu, 27 Jan 2022 21:14:22 +0100 |
util.prosodyctl.cert: Look for certs matching 'http_host'
|
Kim Alvefur |
Thu, 27 Jan 2022 16:23:26 +0100 |
util.prosodyctl.check: Fix use of LuaSocket URL parser
|
Kim Alvefur |
Thu, 27 Jan 2022 12:52:01 +0100 |
util.prosodyctl.check: Add HTTP related DNS checks
|
Kim Alvefur |
Thu, 27 Jan 2022 12:36:50 +0100 |
util.prosodyctl.cert: Look for certificates in a consistent order
|
Kim Alvefur |
Wed, 26 Jan 2022 13:24:23 +0100 |
mod_pubsub: Allow configuring summary templates
|
Kim Alvefur |
Mon, 24 Jan 2022 23:06:45 +0100 |
mod_pubsub: Use the util.xtemplate to render Atom summary
|
Kim Alvefur |
Mon, 24 Jan 2022 23:04:38 +0100 |
util.xtemplate: Yet another string template library
|
Kim Alvefur |
Mon, 24 Jan 2022 23:54:32 +0100 |
mod_pubsub: Use the 'pubsub#type' setting to pick summary generator
|
Kim Alvefur |
Mon, 24 Jan 2022 23:05:26 +0100 |
mod_tls: Set ALPN on outgoing connections
|
Kim Alvefur |
Tue, 25 Jan 2022 13:20:26 +0100 |
Added tag 0.11.13 for changeset ebeb4d959fb3
0.11
|
Matthew Wild |
Mon, 24 Jan 2022 13:58:04 +0000 |
mod_admin_shell: Add command to show current user roles
|
Kim Alvefur |
Sun, 23 Jan 2022 20:06:50 +0100 |
mod_admin_shell: Add help section about roles
|
Kim Alvefur |
Sun, 23 Jan 2022 19:55:32 +0100 |
mod_s2s: Retrieve TLS context for outgoing Direct TLS connections from mod_tls
|
Kim Alvefur |
Fri, 21 Jan 2022 18:42:38 +0100 |
mod_s2s: Enable outgoing Direct TLS connections
|
Kim Alvefur |
Fri, 21 Jan 2022 17:59:19 +0100 |
net.connect: Allow passing TLS context from resolver
|
Kim Alvefur |
Fri, 21 Jan 2022 17:57:47 +0100 |
net.resolvers.chain: A resolver for combining other resolvers
|
Kim Alvefur |
Fri, 21 Jan 2022 17:56:20 +0100 |
Merge 0.11->trunk
|
Kim Alvefur |
Thu, 20 Jan 2022 13:02:24 +0100 |
util.xml: Deduplicate handlers for restricted XML
0.11 0.11.13
|
Kim Alvefur |
Thu, 20 Jan 2022 10:51:46 +0100 |
util.xml: Break reference to help the GC (fix #1711)
0.11
|
Kim Alvefur |
Thu, 20 Jan 2022 09:57:20 +0100 |
util.prosodyctl.cert: Check success of copy operations, warn on fail
|
Kim Alvefur |
Wed, 19 Jan 2022 10:28:09 +0100 |
util.prosodyctl.cert: Pass variables via formatting instead of concatenation
|
Kim Alvefur |
Wed, 19 Jan 2022 10:26:43 +0100 |
tools/xep227toprosody: Remove obsolete tool in favor of storage driver
|
Kim Alvefur |
Tue, 18 Jan 2022 15:43:17 +0100 |
core.certmanager: Use 'tls_profile' instead of 'tls_preset' to match documentation
|
Kim Alvefur |
Tue, 18 Jan 2022 11:52:35 +0100 |
core.certmanager: Apply TLS preset before global settings (thanks Menel)
|
Kim Alvefur |
Tue, 18 Jan 2022 08:04:16 +0100 |
mod_storage_xep0227: Fix luacheck warning
|
Matthew Wild |
Mon, 17 Jan 2022 14:18:27 +0000 |
mod_storage_xep0227: Fix traceback during iteration of driver stores
|
Matthew Wild |
Mon, 17 Jan 2022 14:12:45 +0000 |
mod_storage_xep0227: Fix file export (missing parameter) from refactor in 270047afa6af
|
Matthew Wild |
Mon, 17 Jan 2022 14:11:45 +0000 |
mod_http: Increase severity of loading unreachable http modules
|
Kim Alvefur |
Sat, 15 Jan 2022 17:37:07 +0100 |
mod_http: Skip querying portmanager when http_external_url when is set
|
Kim Alvefur |
Sat, 27 Nov 2021 12:26:15 +0100 |
util.jid: Explicitly check for nil rather than falsy
|
Kim Alvefur |
Sat, 15 Jan 2022 16:25:25 +0100 |
mod_storage_xep0227: treat roster metadata pseudo-entry correctly
|
Jonas Schäfer |
Sat, 15 Jan 2022 15:40:29 +0100 |
mod_storage_xep0227: be defensive against empty vCard
|
Jonas Schäfer |
Sat, 15 Jan 2022 15:39:13 +0100 |
mod_http: Limit unencrypted http port (5280) to loopback by default
|
Kim Alvefur |
Sat, 15 Jan 2022 15:13:41 +0100 |
mod_cron: Allow for a small amount of timer drift
|
Kim Alvefur |
Sat, 15 Jan 2022 09:09:24 +0100 |
mod_storage_xep0227: Fix luacheck warnings
|
Matthew Wild |
Fri, 14 Jan 2022 17:00:13 +0000 |
mod_storage_xep0227: Add API to iterate all stores of a user
|
Matthew Wild |
Fri, 14 Jan 2022 16:57:19 +0000 |
mod_storage_xep0227: Skip self-contacts on roster import
|
Matthew Wild |
Fri, 14 Jan 2022 16:55:18 +0000 |
Added tag 0.11.12 for changeset 783056b4e448
0.11
|
Matthew Wild |
Thu, 13 Jan 2022 12:18:49 +0000 |
util.xml: Do not allow doctypes, comments or processing instructions
0.11 0.11.12
|
Jonas Schäfer |
Mon, 10 Jan 2022 18:23:54 +0100 |
util.xml: Do not allow doctypes, comments or processing instructions
|
Jonas Schäfer |
Mon, 10 Jan 2022 18:23:54 +0100 |
mod_http_file_share: Always measure total disk usage for statistics!
|
Kim Alvefur |
Tue, 11 Jan 2022 04:15:29 +0100 |
mod_bookmarks: Fix traceback on attempt to convert invalid bookmark
|
Kim Alvefur |
Tue, 11 Jan 2022 00:06:48 +0100 |
mod_bookmarks: Block publishing to older XEP-0402 v0.3.0 node
|
Kim Alvefur |
Mon, 10 Jan 2022 22:15:55 +0100 |
mod_storage_xep0227: Fix writing non-user data
|
Kim Alvefur |
Mon, 10 Jan 2022 16:53:58 +0100 |
mod_storage_xep0227: Ignore luacheck warning
|
Matthew Wild |
Mon, 10 Jan 2022 15:50:55 +0000 |