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_storage_sql: Add setting to tune SQLite3 performance vs safety
Kim Alvefur
2023-06-11
1
-0
/
+38
*
|
mod_storage_sql: Record all SQLite3 compile options for potential use
Kim Alvefur
2023-06-10
1
-4
/
+6
*
|
mod_storage_sql: Compose a keyval+ store out of keyval and map store methods
Kim Alvefur
2023-06-10
1
-0
/
+17
*
|
mod_storage_sql: Add UPSERT support
Kim Alvefur
2023-06-10
1
-7
/
+41
*
|
Merge 0.12->trunk
Kim Alvefur
2023-06-10
1
-1
/
+1
|
\
|
|
*
mod_http: Fix error if 'access_control_allow_origins' is set
Kim Alvefur
2023-06-10
1
-1
/
+1
*
|
mod_http: Simplify conversion of Set to Array
Kim Alvefur
2023-06-10
1
-1
/
+1
*
|
mod_storage_internal: Use a binary search for time based ranges
Kim Alvefur
2021-05-12
1
-8
/
+55
*
|
mod_storage_internal: Lazy-load archive items while iterating
Kim Alvefur
2021-05-12
1
-59
/
+57
*
|
mod_admin_shell: Use new serialize preset to simplify default config
Kim Alvefur
2023-06-09
1
-2
/
+5
*
|
mod_admin_shell: Warn when (un-)loading module would be undone by restart
Kim Alvefur
2023-06-06
1
-0
/
+12
*
|
mod_http: Make RFC 7239 Forwarded opt-in for now to be safe
Kim Alvefur
2023-06-03
1
-3
/
+10
*
|
mod_http: Use RFC 7239 Forwarded header to find original client IP
Kim Alvefur
2023-06-03
1
-1
/
+20
*
|
mod_http: Handle bracketed IP address format from RFC 7239
Kim Alvefur
2023-06-03
1
-0
/
+6
*
|
mod_admin_shell: Show internal URL where different from external
Kim Alvefur
2023-05-28
1
-4
/
+8
*
|
Merge 0.12->trunk
Kim Alvefur
2023-05-24
1
-0
/
+4
|
\
|
|
*
mod_s2s: Add event where resolver for s2sout can be tweaked
Kim Alvefur
2022-08-18
1
-0
/
+4
*
|
mod_admin_shell: Show internal URL in addition to external in http:list
Kim Alvefur
2023-05-24
1
-5
/
+8
*
|
mod_http: Add way to retrieve internal URL instead of external
Kim Alvefur
2023-05-24
1
-2
/
+2
*
|
mod_admin_shell: Allow logging HTTP events with debug:logevents("http")
Kim Alvefur
2023-05-14
1
-0
/
+3
*
|
mod_admin_shell: Allow logging global events with debug:logevents("*")
Kim Alvefur
2023-05-14
1
-1
/
+5
*
|
mod_tokenauth: Support selection of _no_ role at all
Kim Alvefur
2023-05-07
1
-5
/
+6
*
|
mod_tokenauth: Return error instead of session for token without role
Kim Alvefur
2023-05-07
1
-1
/
+3
*
|
mod_adhoc: Silence permission errors when listing commands
Kim Alvefur
2023-05-07
1
-3
/
+3
*
|
mod_invites: Fix password reset invites
Kim Alvefur
2023-05-07
1
-1
/
+1
*
|
core.sessionmanager: Delay closing a replaced connection after replacement
Kim Alvefur
2023-05-07
1
-0
/
+1
*
|
mod_c2s,mod_s2s: Fix tag name for SLA (thanks mjk)
Kim Alvefur
2023-05-03
2
-5
/
+5
*
|
Merge 0.12->trunk
Kim Alvefur
2023-05-01
1
-0
/
+8
|
\
|
|
*
mod_csi_simple: Disable revert-to-inactive timer when going to active mode
Kim Alvefur
2023-05-01
1
-0
/
+4
|
*
mod_csi_simple: Clear delayed active mode timer on disable
Kim Alvefur
2023-05-01
1
-0
/
+4
*
|
mod_admin_shell: Refactor 'cert' column
Kim Alvefur
2023-04-30
1
-4
/
+12
*
|
Merge 0.12->trunk
Kim Alvefur
2023-04-19
1
-1
/
+1
|
\
|
|
*
mod_admin_shell: Fix display of remote cert status when expired etc
Kim Alvefur
2023-04-06
1
-1
/
+1
*
|
mod_tls: Drop request for client certificates on outgoing connections
Kim Alvefur
2023-04-19
1
-1
/
+1
*
|
mod_csi: Always advertise feature
Kim Alvefur
2023-04-16
1
-2
/
+1
*
|
mod_tokenauth: Fix parsing binary part of tokens
Kim Alvefur
2023-04-12
1
-1
/
+1
*
|
mod_tokenauth: Only check if expiry of expiring tokens
Kim Alvefur
2023-04-12
1
-1
/
+1
*
|
mod_admin_shell: Use same wildcard matching in other s2s command
Kim Alvefur
2023-04-10
1
-6
/
+5
*
|
mod_admin_shell: Factor apart wildcard matching into function for reuse
Kim Alvefur
2023-04-10
1
-14
/
+18
*
|
mod_csi: Remove module status, doesn't work because of mod_smacks
Kim Alvefur
2023-04-10
1
-12
/
+0
*
|
mod_http: Fix reliance on previous tostring() format of util.set
Kim Alvefur
2023-04-10
1
-2
/
+7
*
|
mod_admin_shell: Add config:set([host,] key, value) because why not
Kim Alvefur
2023-04-08
1
-0
/
+8
*
|
mod_admin_shell: Allow wildcard matches like s2s:show("*.example.com")
Kim Alvefur
2023-04-08
1
-1
/
+13
*
|
mod_http_file_share: use util.human.io.parse_duration
Jonas Schäfer
2022-04-28
1
-1
/
+7
*
|
mod_mam: port to use util.human.io.parse_duration
Jonas Schäfer
2022-04-28
1
-8
/
+6
*
|
mod_admin_shell: Allow "*" as substitute for 'nil' for easier CLI usage
Kim Alvefur
2023-04-07
1
-2
/
+2
*
|
mod_admin_shell: Make IP column thinner if IPv6 is disabled
Kim Alvefur
2023-04-07
1
-1
/
+1
*
|
mod_admin_shell: Make default column width 1 part
Kim Alvefur
2023-04-07
1
-1
/
+1
*
|
mod_admin_shell: Fix attempt to compare number with string
Kim Alvefur
2023-04-07
1
-1
/
+1
*
|
mod_admin_shell: Dynamically size JIDs and hosts
Kim Alvefur
2023-04-07
1
-4
/
+4
[prev]
[next]