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
path:
root
/
plugins
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
mod_bosh: Include stream attributes in stream-features event
Matthew Wild
2023-10-28
1
-1
/
+1
*
|
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
1
-5
/
+4
*
|
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
*
|
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
*
|
mod_cron: Remove unused import [luacheck]
Kim Alvefur
2023-10-15
1
-1
/
+0
*
|
Merge 0.12->trunk
Kim Alvefur
2023-10-15
1
-1
/
+1
|
\
|
|
*
mod_muc_mam: Improve wording of enable setting
Kim Alvefur
2023-10-15
1
-1
/
+1
*
|
mod_http_file_share: Retrieve stored total in async-friendly way
Kim Alvefur
2023-10-14
1
-2
/
+2
*
|
mod_cron: Load last task run time inside task runner to fix async
Kim Alvefur
2023-10-14
1
-10
/
+28
*
|
mod_cron: Revert bbd3ac65640d
Kim Alvefur
2023-07-30
1
-4
/
+0
*
|
mod_storage_internal: Don't report error when attempting to trim empty archive
Kim Alvefur
2023-10-08
1
-1
/
+7
*
|
mod_storage_internal: Fix fast trimming of archive with exactly one item
Kim Alvefur
2023-09-24
1
-0
/
+7
*
|
mod_http_file_share: Switch to the new authz API (BC)
Kim Alvefur
2023-09-16
1
-1
/
+3
*
|
mod_s2s: Fix reporting of DANE mismatch
Kim Alvefur
2023-08-05
1
-1
/
+3
*
|
mod_http: Generate URL from configuration in prosodyctl
Kim Alvefur
2023-07-26
1
-0
/
+31
*
|
mod_tokenauth: Fix revoking a single token without revoking whole grant
Kim Alvefur
2023-07-23
1
-4
/
+18
*
|
mod_storage_sql: Spell out missing dependencies
Kim Alvefur
2023-07-22
1
-3
/
+16
*
|
mod_storage_sql: Pass variables as arguments instead of upvalues
Kim Alvefur
2023-07-22
1
-10
/
+5
*
|
mod_muc: Use enum config API for 'restrict_room_creation'
Kim Alvefur
2023-07-21
1
-1
/
+1
*
|
plugins: Use get_option_array for some list shaped options
Kim Alvefur
2023-07-21
2
-2
/
+2
*
|
plugins: Handle how get_option_period returns "never"
Kim Alvefur
2023-07-21
3
-4
/
+4
*
|
plugins: Use boolean config method in some places
Kim Alvefur
2023-07-18
3
-9
/
+7
*
|
mod_storage_internal: Use integer option method for cache size
Kim Alvefur
2023-07-18
1
-1
/
+1
*
|
mod_muc_mam: Use period option method
Kim Alvefur
2023-07-18
1
-13
/
+3
*
|
mod_muc: Use enum option method for 'muc_room_default_presence_broadcast'
Kim Alvefur
2023-07-18
1
-1
/
+2
*
|
mod_storage_xep0227: Use enum option method
Kim Alvefur
2023-07-18
1
-1
/
+1
*
|
mod_auth_ldap: Use enum option method
Kim Alvefur
2023-07-18
1
-2
/
+2
*
|
mod_storage_sql: Use integer config option for cache size
Kim Alvefur
2023-07-18
1
-1
/
+1
*
|
mod_storage_sql: Use config enum for 'sqlite_tune'
Kim Alvefur
2023-07-18
1
-1
/
+1
*
|
mod_storage_sql: Allow higher precision timestamps in SQLite3
Kim Alvefur
2023-07-17
1
-1
/
+5
*
|
mod_http: Fix passing minimum limits in wrong argument position
Kim Alvefur
2023-07-17
1
-2
/
+2
*
|
plugins: Use integer config API with interval specification where sensible
Kim Alvefur
2023-07-17
26
-47
/
+48
*
|
plugins: Switch to :get_option_period() for time range options
Kim Alvefur
2023-07-16
18
-38
/
+24
*
|
plugins: Use get_option_enum where appropriate
Kim Alvefur
2021-01-16
5
-8
/
+11
*
|
mod_storage_sql: Remove completed TODO (testing UPSERT on PostgreSQL)
Kim Alvefur
2023-07-12
1
-1
/
+0
*
|
mod_storage_internal: Implement efficient deletion of oldest archive items
Kim Alvefur
2023-07-12
1
-0
/
+22
[prev]
[next]