| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | util.pposix: Use Lua enum API for resource limit name argument | Kim Alvefur | 2023-06-14 | 1 | -47/+33 |
* | | mod_storage_sql: Add some TODO comments for future UPSERT work | Kim Alvefur | 2023-06-11 | 1 | -0/+2 |
* | | mod_storage_sql: Do not keep track of quota when no quota is set | Kim Alvefur | 2023-06-11 | 1 | -20/+29 |
* | | 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 |
* | | util.sqlite3: Don't cache prepared statements for one-off queries | Kim Alvefur | 2023-06-10 | 1 | -10/+8 |
* | | util.sqlite3: Deduplicate query methods | Kim Alvefur | 2023-06-10 | 1 | -34/+27 |
* | | util.sqlite3: Fix indentation | Kim Alvefur | 2023-06-10 | 1 | -5/+7 |
* | | 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 |
* | | tools: Update imports to use new prosody.* namespace | Kim Alvefur | 2023-06-08 | 9 | -29/+59 |
* | | Merge 0.12->trunk | Kim Alvefur | 2023-06-10 | 2 | -1/+3 |
|\| |
|
| * | 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 |