| Commit message (Expand) | Author | Age | Files | Lines |
* | util.datamanager: Reduce log level of left over debug messages to debug (than... | Kim Alvefur | 2023-07-12 | 1 | -2/+2 |
* | util.datamanager: Fix missing separator in log line | Kim Alvefur | 2023-07-10 | 1 | -1/+1 |
* | Merge 0.12->trunk | Kim Alvefur | 2023-07-10 | 2 | -2/+3 |
|\ |
|
| * | core.certmanager: Update Mozilla TLS config to version 5.7 | Kim Alvefur | 2023-07-09 | 1 | -1/+2 |
| * | mod_pubsub: Send correct jid attribute in disco#items | Kim Alvefur | 2023-07-08 | 1 | -1/+1 |
* | | mod_http_file_share: Put 'expires' back, thought it was unused | Kim Alvefur | 2023-07-02 | 1 | -0/+1 |
* | | util.cache: Pass cache itself to eviction callback | Kim Alvefur | 2023-06-30 | 2 | -4/+3 |
* | | util.cache: Keep eviction candidate if callback resized to make room | Kim Alvefur | 2023-06-30 | 2 | -3/+29 |
* | | util.serialization: Teach Teal about the new "pretty" preset | Kim Alvefur | 2023-06-30 | 1 | -0/+1 |
* | | util.jsonpointer: Change function prototype to allow anything | Kim Alvefur | 2023-06-30 | 1 | -1/+1 |
* | | util.jsonpointer: Silence Teal warning | Kim Alvefur | 2023-06-30 | 1 | -1/+1 |
* | | core, plugins: Split prosody:user role into prosody:{guest,registered,member} | Matthew Wild | 2023-06-29 | 8 | -44/+52 |
* | | usermanager: Add create_user_with_role() method to atomically set initial role | Matthew Wild | 2023-06-29 | 1 | -0/+26 |
* | | mod_http_file_share: Set slot token TTL so util.jwt validates expiry | Kim Alvefur | 2023-06-28 | 1 | -2/+1 |
* | | prosodyctl: Add experimental way to reload specific modules directly | Kim Alvefur | 2023-06-25 | 1 | -0/+9 |
* | | net.server: Handle loading from outside Prosody (e.g. Verse) | Kim Alvefur | 2023-05-20 | 1 | -15/+20 |
* | | renamening: Fix newly added imports to use the new namespace | Kim Alvefur | 2023-06-18 | 5 | -6/+6 |
* | | util.jsonschema: Remove wrapper function | Kim Alvefur | 2023-06-17 | 2 | -14/+0 |
* | | util.jsonschema: Silence Teal warnings about utf8 library | Kim Alvefur | 2023-06-17 | 2 | -4/+4 |
* | | util.jsonschema: Silence Teal warnings about counting items in tables | Kim Alvefur | 2023-06-17 | 2 | -8/+8 |
* | | mod_invites: Refactor argument handling using util.argparse | Kim Alvefur | 2022-01-12 | 1 | -63/+59 |
* | | util.argparse: Add support for repeatable parameters | Kim Alvefur | 2022-01-05 | 2 | -2/+16 |
* | | mod_storage_sql: Fix column name in index check for PostgreSQL | Kim Alvefur | 2023-06-17 | 1 | -1/+1 |
* | | mod_storage_sql: Adjust indentation to align with surrounding code | Kim Alvefur | 2023-06-17 | 1 | -3/+3 |
* | | mod_storage_sql: Only remove old index if it exists | Kim Alvefur | 2023-06-17 | 1 | -9/+11 |
* | | mod_storage_sql: Be more specific when checking for old index in SQLite3 | Kim Alvefur | 2023-06-17 | 1 | -1/+1 |
* | | mod_storage_sql: Improve check for old table index on PostgreSQL | Kim Alvefur | 2023-06-16 | 1 | -1/+1 |
* | | mod_storage_sql: Enable UPSERT with PostgreSQL | Kim Alvefur | 2023-06-16 | 1 | -1/+1 |
* | | doap: Fix typo in attribute name | Kim Alvefur | 2023-06-16 | 1 | -1/+1 |
* | | 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 |