aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* util.dns: Remove compat for pre-0.11 lack of inet_ntop bindingKim Alvefur2022-02-151-32/+3
* util.dns: Replace base16 implementation with util.hexKim Alvefur2022-02-151-10/+1
* core.certmanager: Relax certificate filename check #1713Kim Alvefur2022-02-141-8/+2
* util.dependencies: Refer to 'apt' instead of 'apt-get'Kim Alvefur2022-02-132-7/+7
* mod_invites_register: Load mod_register_ibr in invite only modeKim Alvefur2022-02-101-0/+4
* mod_invites_register: Replace COMPAT hackKim Alvefur2022-02-101-1/+1
* mod_turn_external: Add option to enable TURN over TLSKim Alvefur2022-02-101-2/+6
* mod_turn_external: Simplify configurationKim Alvefur2022-02-101-2/+9
* mod_admin_shell: Track connected events instead of createdKim Alvefur2022-02-061-3/+3
* mod_s2s: Add new early s2s-connected eventsKim Alvefur2022-02-061-0/+3
* doap: Reference some JSON RFCsKim Alvefur2022-02-051-0/+2
* doap: Reference RFC 6331 which deprecated SASL DIGEST-MD5Kim Alvefur2022-02-051-0/+1
* prosody.cfg.lua.dist: Link to website (thanks eta)Kim Alvefur2021-07-171-0/+2
* prosody.cfg.lua.dist: Warn about adding settings at the end of the fileKim Alvefur2021-07-171-0/+9
* core.modulemanager: Save module metadata for potential later useKim Alvefur2022-02-051-1/+2
* util.startup: Enable DANE in http client library with use_daneKim Alvefur2022-02-051-0/+1
* net.http: Allow using DANE via options or per request settingsKim Alvefur2022-02-051-1/+5
* mod_smacks: Tweak resumption age buckets towards multiples of 60Kim Alvefur2022-02-041-1/+1
* tools: Allow processing instructions in some XML parsing toolsKim Alvefur2022-02-042-2/+2
* util.xml: Add an option to allow <?processing instructions?>Kim Alvefur2022-02-042-1/+11
* mod_http: Use interface name as default default global hostnameKim Alvefur2022-02-041-1/+1
* mod_http: Use http_default_host for URLs generated in global contextKim Alvefur2022-02-041-1/+2
* prosodyctl: Allow passing server on command line with --serverKim Alvefur2022-02-041-1/+1
* prosodyctl: Allow install plugin via explicit path or URLKim Alvefur2022-02-041-2/+2
* prosodyctl: Return success status code from --helpKim Alvefur2022-02-041-11/+11
* prosodyctl: Use argument parsing library to parse --help, -h, -?Kim Alvefur2022-02-041-12/+27
* mod_websocket: Only enable host-agnostic HTTP routing when enabled globallyKim Alvefur2022-02-041-1/+3
* mod_bosh: Only enable host-agnostic HTTP routing when enabled globallyKim Alvefur2022-02-041-1/+3
* util.format: Fix typo in comment [codespell]Kim Alvefur2022-02-041-1/+1
* mod_pep: Fix typo in comment [codespell]Kim Alvefur2022-02-041-1/+1
* mod_bookmarks: Fix typos in stanza error messages [codespell]Kim Alvefur2022-02-041-2/+2
* mod_admin_shell: Fix typo in comment [codespell]Kim Alvefur2022-02-041-1/+1
* modulemanager: Shorten metadata keys to improve readability and memorabilityMatthew Wild2022-02-041-5/+5
* Revert util.debug change accidentally committed in e157e5c79daaMatthew Wild2022-02-041-1/+1
* util.pluginloader: Fix method to return any module metadata (luacheck)Matthew Wild2022-02-041-1/+1
* modulemanager: Add plugin load filter that reads module metadata from sourceMatthew Wild2022-02-041-0/+32
* modulemanager, moduleapi: Switch to new pluginloader interfaceMatthew Wild2022-02-042-4/+9
* core.features: New module to track and expose the features supported by ProsodyMatthew Wild2022-02-041-0/+8
* util.pluginloader: Support for a per-file load filterMatthew Wild2022-02-031-6/+14
* util.pluginloader: Support for multiple pluginloader instances, and optionsMatthew Wild2022-02-032-11/+29
* mod_pep: Clarify purpose of fallback serviceKim Alvefur2022-02-031-0/+7
* mod_pep: Correct initialization of fallback serviceKim Alvefur2022-02-031-8/+6
* core.loggingmanager: Add FIXME about supporting console logging to stderrKim Alvefur2022-02-021-0/+1
* man/prosodyctl: Complete list of 'check' variantsKim Alvefur2022-02-022-3/+4
* man/prosodyctl: Clarify description of --rootKim Alvefur2022-02-022-2/+2
* util.startup: Teach prosodyctl to be completely --silentKim Alvefur2021-11-283-0/+9
* util.startup: Teach prosodyctl to be --quiet as complement to --verboseKim Alvefur2021-11-283-3/+21
* man/prosodyctl: Normalize formatting syntaxKim Alvefur2022-02-022-115/+63
* util.dns: Minor updates of SVCB parserKim Alvefur2022-02-021-1/+2
* util.dns: Implement SVCB record parserKim Alvefur2020-10-041-0/+54