index
:
prosody.git
0.11
0.12
master
s2s
sasl
tls
origin/0.11
origin/0.12
origin/master
origin/s2s
origin/sasl
origin/tls
origin/vault/0.11
origin/vault/master
origin/vault/s2s
origin/vault/sasl
origin/vault/tls
unofficial mirror of the prosody mercurial project
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
util.uuid: Add UUIDv7
Kim Alvefur
2021-08-15
2
-0
/
+39
*
util.prosodyctl.check: Try to clarify check for misplaced k=v in modules_enab...
Kim Alvefur
2023-11-11
1
-2
/
+2
*
doap: Update XEP-0359 version, no protocol changes
Kim Alvefur
2023-11-11
1
-1
/
+1
*
doap: Update XEP-0353 version, no change affecting server handling
Kim Alvefur
2023-11-11
1
-1
/
+1
*
doap: Update XEP-0313 version, only change align with current mod_mam behavior
Kim Alvefur
2023-11-11
1
-1
/
+1
*
doap: Update XEP-0045 version, only minor changes
Kim Alvefur
2023-11-11
1
-1
/
+1
*
util.startup: Attempt to bring some order to startup/shutdown with util.fsm
Matthew Wild
2023-11-07
1
-10
/
+41
*
.luacheckrc: Add module:could()
Matthew Wild
2023-11-07
1
-0
/
+1
*
moduleapi: may(): Support explicit actor_jid in context object
Matthew Wild
2023-11-07
1
-18
/
+24
*
mod_muc: Switch to module:could() for some implicit access control checks
Matthew Wild
2023-11-07
1
-2
/
+2
*
mod_muc: Allow guest users to list rooms by default
Matthew Wild
2023-11-07
1
-0
/
+3
*
mod_muc: Add :list-rooms permission
Matthew Wild
2023-11-07
1
-1
/
+5
*
mod_tokenauth: Fix saving grants after clearing expired tokens
Kim Alvefur
2023-11-05
1
-4
/
+4
*
mod_s2s_auth_certs: Remove LuaSec compat that moved to net.server
Kim Alvefur
2023-11-04
1
-6
/
+1
*
core.certmanager: Handle dane context setting same way on reload as on initia...
Kim Alvefur
2023-11-04
1
-1
/
+7
*
util.prosodyctl.check: Print DANE TLSA records for certificates
Kim Alvefur
2023-11-03
1
-0
/
+10
*
util.prosodyctl.check: Wrap each check in a function
Kim Alvefur
2023-11-03
1
-13
/
+29
*
muc.register: Clarify what's going on when enforcing nicknames
Kim Alvefur
2023-11-03
1
-0
/
+2
*
util.datamanager: Clean up list index files on purge (i.e. user deletion)
Kim Alvefur
2023-11-02
1
-0
/
+2
*
mod_s2s: Automagically enable DANE for s2sin if 'use_dane' is enabled
Kim Alvefur
2023-11-02
1
-0
/
+6
*
mod_s2s_auth_dane_in: DANE support for s2sin
Kim Alvefur
2023-11-01
2
-0
/
+115
*
migrator: Add mod_http_file_share example to config template
Kim Alvefur
2023-11-01
1
-0
/
+6
*
migrator: Update default config template with new stores
Kim Alvefur
2023-11-01
1
-0
/
+4
*
core.certmanager: Tweak log level of message about SNI being required
Kim Alvefur
2023-10-29
1
-1
/
+1
*
mod_bosh: Include stream attributes in stream-features event
Matthew Wild
2023-10-28
1
-1
/
+1
*
Merge 0.12->trunk
Kim Alvefur
2023-10-27
1
-1
/
+4
|
\
|
*
core.certmanager: Validate that 'tls_profile' is one of the valid values
Kim Alvefur
2023-10-27
1
-1
/
+4
*
|
mod_saslauth: Clear 'auto' from endpoint hash var, it's not a real hash (than...
Matthew Wild
2023-10-26
1
-0
/
+1
*
|
mod_saslauth, mod_c2s: Disable tls-server-end-point channel binding by default
Matthew Wild
2023-10-26
2
-14
/
+23
*
|
mod_saslauth: Fix traceback in tls-server-end-point channel binding
Matthew Wild
2023-10-26
1
-3
/
+8
*
|
mod_admin_shell: Make 'Role' column dynamically sized
Kim Alvefur
2023-10-26
1
-1
/
+1
*
|
mod_saslauth: Actively close cert file after reading
Matthew Wild
2023-10-24
1
-0
/
+1
*
|
mod_saslauth: Fix read format string (thanks tmolitor)
Matthew Wild
2023-10-24
1
-1
/
+1
*
|
mod_cron: Make task frequencies configurable in overly generic manner
Kim Alvefur
2023-10-22
3
-10
/
+10
*
|
mod_cron: Fix missing restore method in Teal record definition
Kim Alvefur
2023-10-22
1
-0
/
+1
*
|
CHANGES: Mention 'tls-server-end-point'
Kim Alvefur
2023-10-22
1
-0
/
+1
*
|
mod_saslauth: Get correct 'tls-server-end-point' with new LuaSec API
Kim Alvefur
2022-10-23
1
-12
/
+15
*
|
mod_c2s: Add session.ssl_cfg/ssl_ctx for direct TLS connections
Matthew Wild
2022-09-07
1
-0
/
+8
*
|
portmanager: Expose API to get at SSL/TLS config for a given interface/port
Matthew Wild
2022-09-07
1
-0
/
+8
*
|
mod_saslauth: Derive hash from certificate per tls-server-end-point
Kim Alvefur
2021-06-29
1
-0
/
+34
*
|
mod_saslauth: Support tls-server-end-point via manually specified hash
Kim Alvefur
2020-12-07
1
-0
/
+13
*
|
mod_tokenauth: Set name/description on cleanup job
Kim Alvefur
2023-10-21
1
-1
/
+1
*
|
mod_tokenauth: Save grant after removing expired tokens
Kim Alvefur
2023-10-21
1
-0
/
+5
*
|
mod_tokenauth: Periodically clear out expired tokens and grants
Kim Alvefur
2023-10-09
1
-0
/
+6
*
|
mod_tokenauth: Delete grants without tokens after period
Kim Alvefur
2023-10-16
1
-0
/
+8
*
|
mod_tokenauth: Clear expired tokens on grant retrieval
Kim Alvefur
2023-10-09
1
-1
/
+8
*
|
mod_tokenauth: Delete grants in the wrong formats on retrieval
Kim Alvefur
2023-10-09
1
-0
/
+5
*
|
lint: Teach luacheck about module:once
Kim Alvefur
2023-10-15
1
-0
/
+1
*
|
mod_cron: Remove unused import [luacheck]
Kim Alvefur
2023-10-15
2
-2
/
+0
*
|
Merge 0.12->trunk
Kim Alvefur
2023-10-15
1
-1
/
+1
|
\
|
[prev]
[next]