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
...
|
*
mod_http: Fix error if 'access_control_allow_origins' is set
Kim Alvefur
2023-06-10
1
-1
/
+1
|
*
util.array: Expose new() on module table
Kim Alvefur
2023-06-10
1
-0
/
+2
*
|
mod_http: Simplify conversion of Set to Array
Kim Alvefur
2023-06-10
1
-1
/
+1
*
|
util.datamanager: Halve size of list index
Kim Alvefur
2021-05-14
1
-11
/
+15
*
|
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
*
|
util.datamanager: Add O(1) list indexing with on-disk index
Kim Alvefur
2021-05-11
1
-0
/
+191
*
|
storagemanager tests: Reorder test data in chronological order
Kim Alvefur
2021-05-11
1
-13
/
+13
*
|
mod_admin_shell: Use new serialize preset to simplify default config
Kim Alvefur
2023-06-09
1
-2
/
+5
*
|
util.serialization: Add a "pretty" preset
Kim Alvefur
2023-06-09
1
-0
/
+4
*
|
doc/hgrc-email: Example config for using 'hg email' to contribute
Kim Alvefur
2023-06-07
1
-0
/
+16
*
|
doc/hgrc: Some useful Mercurial settings
Kim Alvefur
2023-06-07
1
-0
/
+43
*
|
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
2
-4
/
+11
*
|
mod_http: Use RFC 7239 Forwarded header to find original client IP
Kim Alvefur
2023-06-03
2
-1
/
+21
*
|
mod_http: Handle bracketed IP address format from RFC 7239
Kim Alvefur
2023-06-03
1
-0
/
+6
*
|
util.http: Implement parser for RFC 7239 Forwarded header
Kim Alvefur
2023-06-03
3
-0
/
+55
*
|
util.set: Remove duplicate __freeze metamethod
Kim Alvefur
2023-06-01
1
-9
/
+0
*
|
Merge 0.12->trunk
Kim Alvefur
2023-05-31
1
-4
/
+5
|
\
|
|
*
util.prosodyctl.check: Fix error where hostname can't be turned into A label
Kim Alvefur
2023-05-31
1
-4
/
+5
*
|
util.startup: Record current version in a metric
Kim Alvefur
2023-05-31
1
-1
/
+1
*
|
util.startup: Remove componentmanager backwards compatibility
Kim Alvefur
2023-05-31
1
-5
/
+0
*
|
net.http.server: Return request ID in header to aid debugging
Kim Alvefur
2023-05-29
1
-1
/
+1
*
|
mod_admin_shell: Show internal URL where different from external
Kim Alvefur
2023-05-28
1
-4
/
+8
*
|
net.tls_luasec: Expose method for loading a certificate
Kim Alvefur
2023-05-27
2
-2
/
+2
*
|
net.certmanager: Move LuaSec feature detection to net.tls_luasec
Kim Alvefur
2023-05-27
2
-35
/
+36
*
|
util.dependencies: Print tables itself to reduce number of imports
Kim Alvefur
2023-05-26
1
-2
/
+1
*
|
util.sasl: Add basic tests for OAUTHBEARER
Kim Alvefur
2023-05-26
1
-0
/
+32
*
|
util.sasl.oauthbearer: Tighter parsing of SASL message
Kim Alvefur
2023-05-26
1
-1
/
+3
*
|
Merge 0.12->trunk
Kim Alvefur
2023-05-24
2
-0
/
+6
|
\
|
|
*
mod_s2s: Add event where resolver for s2sout can be tweaked
Kim Alvefur
2022-08-18
2
-0
/
+6
*
|
teal: Describe http_url method
Kim Alvefur
2023-05-24
1
-0
/
+3
*
|
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
*
|
util.jsonschema: Update test suite ignore rules
Kim Alvefur
2023-05-20
1
-5
/
+6
*
|
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
*
|
net.http.server: Remove "Firing event" logs, use event logging instead
Kim Alvefur
2023-05-14
1
-4
/
+0
*
|
net.http.server: Log request and response status lines
Kim Alvefur
2023-05-14
1
-0
/
+3
*
|
net.http.server: Assign each request its own log source
Kim Alvefur
2023-05-14
1
-5
/
+8
*
|
net.http.server: Assign an ID to each request, shared with response
Kim Alvefur
2023-05-14
1
-0
/
+3
*
|
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
2
-2
/
+2
*
|
doap: Update reference for publishing of XEP-0478: Stream Limits Advertisement
Kim Alvefur
2023-05-04
1
-1
/
+2
*
|
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
[prev]
[next]