aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | migrator: Add mod_http_file_share example to config templateKim Alvefur2023-11-011-0/+6
* | migrator: Update default config template with new storesKim Alvefur2023-11-011-0/+4
* | core.certmanager: Tweak log level of message about SNI being requiredKim Alvefur2023-10-291-1/+1
* | mod_bosh: Include stream attributes in stream-features eventMatthew Wild2023-10-281-1/+1
* | Merge 0.12->trunkKim Alvefur2023-10-271-1/+4
|\|
| * core.certmanager: Validate that 'tls_profile' is one of the valid valuesKim Alvefur2023-10-271-1/+4
* | mod_saslauth: Clear 'auto' from endpoint hash var, it's not a real hash (than...Matthew Wild2023-10-261-0/+1
* | mod_saslauth, mod_c2s: Disable tls-server-end-point channel binding by defaultMatthew Wild2023-10-262-14/+23
* | mod_saslauth: Fix traceback in tls-server-end-point channel bindingMatthew Wild2023-10-261-3/+8
* | mod_admin_shell: Make 'Role' column dynamically sizedKim Alvefur2023-10-261-1/+1
* | mod_saslauth: Actively close cert file after readingMatthew Wild2023-10-241-0/+1
* | mod_saslauth: Fix read format string (thanks tmolitor)Matthew Wild2023-10-241-1/+1
* | mod_cron: Make task frequencies configurable in overly generic mannerKim Alvefur2023-10-223-10/+10
* | mod_cron: Fix missing restore method in Teal record definitionKim Alvefur2023-10-221-0/+1
* | CHANGES: Mention 'tls-server-end-point'Kim Alvefur2023-10-221-0/+1
* | mod_saslauth: Get correct 'tls-server-end-point' with new LuaSec APIKim Alvefur2022-10-231-12/+15
* | mod_c2s: Add session.ssl_cfg/ssl_ctx for direct TLS connectionsMatthew Wild2022-09-071-0/+8
* | portmanager: Expose API to get at SSL/TLS config for a given interface/portMatthew Wild2022-09-071-0/+8
* | mod_saslauth: Derive hash from certificate per tls-server-end-pointKim Alvefur2021-06-291-0/+34
* | mod_saslauth: Support tls-server-end-point via manually specified hashKim Alvefur2020-12-071-0/+13
* | mod_tokenauth: Set name/description on cleanup jobKim Alvefur2023-10-211-1/+1
* | mod_tokenauth: Save grant after removing expired tokensKim Alvefur2023-10-211-0/+5
* | mod_tokenauth: Periodically clear out expired tokens and grantsKim Alvefur2023-10-091-0/+6
* | mod_tokenauth: Delete grants without tokens after periodKim Alvefur2023-10-161-0/+8
* | mod_tokenauth: Clear expired tokens on grant retrievalKim Alvefur2023-10-091-1/+8
* | mod_tokenauth: Delete grants in the wrong formats on retrievalKim Alvefur2023-10-091-0/+5
* | lint: Teach luacheck about module:onceKim Alvefur2023-10-151-0/+1
* | mod_cron: Remove unused import [luacheck]Kim Alvefur2023-10-152-2/+0
* | Merge 0.12->trunkKim Alvefur2023-10-151-1/+1
|\|
| * mod_muc_mam: Improve wording of enable settingKim Alvefur2023-10-151-1/+1
| * Added tag 0.12.4 for changeset a2ba3f06dcf4Kim Alvefur2023-09-050-0/+0
* | mod_http_file_share: Retrieve stored total in async-friendly wayKim Alvefur2023-10-141-2/+2
* | mod_cron: Load last task run time inside task runner to fix asyncKim Alvefur2023-10-142-17/+41
* | mod_cron: Revert bbd3ac65640dKim Alvefur2023-07-302-9/+0
* | mod_storage_internal: Don't report error when attempting to trim empty archiveKim Alvefur2023-10-081-1/+7
* | mod_storage_internal: Fix fast trimming of archive with exactly one itemKim Alvefur2023-09-241-0/+7
* | net.http.server: Fix typo in previous commitKim Alvefur2023-09-231-1/+1
* | net.http.server: Support setting Content-Type of uncaught HTTP errorsKim Alvefur2023-09-221-1/+6
* | mod_http_file_share: Switch to the new authz API (BC)Kim Alvefur2023-09-162-1/+4
* | core.storagemanager: Remove 0.10 era sql2 driver COMPATKim Alvefur2023-09-041-18/+2
* | Merge 0.12->trunkKim Alvefur2023-08-301-1/+1
|\|
| * util.prosodyctl.check: Correct modern replacement for 'disallow_s2s'0.12.4Kim Alvefur2023-08-271-1/+1
* | tools: Reflect bash-ness of mod2spec in shebangKim Alvefur2023-08-261-1/+1
* | mod_s2s: Fix reporting of DANE mismatchKim Alvefur2023-08-051-1/+3
* | core.portmanager: Join strings broken into multiple linesKim Alvefur2023-07-291-6/+3
* | core.portmanager: Hint at HTTP servers for conflicts over port 443Kim Alvefur2023-07-291-1/+1
* | net.websocket.frames: Remove completed TODOKim Alvefur2023-07-291-1/+0
* | mod_http: Generate URL from configuration in prosodyctlKim Alvefur2023-07-261-0/+31
* | Merge 0.12->trunkKim Alvefur2023-07-250-0/+0
|\|
| * util.array: Fix new() library functionKim Alvefur2023-07-222-1/+10