aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | mod_tokenauth: Fix revoking a single token without revoking whole grantKim Alvefur2023-07-231-4/+18
* | util.array: Fix new() library functionKim Alvefur2023-07-222-1/+10
* | tests: Add hack to test only a single storage driverKim Alvefur2023-07-221-0/+5
* | tests: Update storagemanager tests for prosody.* namespace changeKim Alvefur2023-07-221-8/+6
* | mod_storage_sql: Spell out missing dependenciesKim Alvefur2023-07-221-3/+16
* | mod_storage_sql: Pass variables as arguments instead of upvaluesKim Alvefur2023-07-221-10/+5
* | util.sql: Remove unused String() and Integer() functionsKim Alvefur2023-07-221-4/+0
* | util.sqlite3: Clean up unused variablesKim Alvefur2023-07-221-42/+6
* | util.datamanager: Always reset index after list shiftKim Alvefur2023-07-221-39/+4
* | core.moduleapi: Parse period min/max argumentsKim Alvefur2023-07-221-0/+6
* | util.datamanager: Add way to close indexed list storeKim Alvefur2023-07-211-1/+9