aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* util.datamanager: Fix missing separator in log lineKim Alvefur2023-07-101-1/+1
* Merge 0.12->trunkKim Alvefur2023-07-102-2/+3
|\
| * core.certmanager: Update Mozilla TLS config to version 5.7Kim Alvefur2023-07-091-1/+2
| * mod_pubsub: Send correct jid attribute in disco#itemsKim Alvefur2023-07-081-1/+1
* | mod_http_file_share: Put 'expires' back, thought it was unusedKim Alvefur2023-07-021-0/+1
* | util.cache: Pass cache itself to eviction callbackKim Alvefur2023-06-302-4/+3
* | util.cache: Keep eviction candidate if callback resized to make roomKim Alvefur2023-06-302-3/+29
* | util.serialization: Teach Teal about the new "pretty" presetKim Alvefur2023-06-301-0/+1
* | util.jsonpointer: Change function prototype to allow anythingKim Alvefur2023-06-301-1/+1
* | util.jsonpointer: Silence Teal warningKim Alvefur2023-06-301-1/+1
* | core, plugins: Split prosody:user role into prosody:{guest,registered,member}Matthew Wild2023-06-298-44/+52
* | usermanager: Add create_user_with_role() method to atomically set initial roleMatthew Wild2023-06-291-0/+26
* | mod_http_file_share: Set slot token TTL so util.jwt validates expiryKim Alvefur2023-06-281-2/+1
* | prosodyctl: Add experimental way to reload specific modules directlyKim Alvefur2023-06-251-0/+9
* | net.server: Handle loading from outside Prosody (e.g. Verse)Kim Alvefur2023-05-201-15/+20
* | renamening: Fix newly added imports to use the new namespaceKim Alvefur2023-06-185-6/+6
* | util.jsonschema: Remove wrapper functionKim Alvefur2023-06-172-14/+0
* | util.jsonschema: Silence Teal warnings about utf8 libraryKim Alvefur2023-06-172-4/+4
* | util.jsonschema: Silence Teal warnings about counting items in tablesKim Alvefur2023-06-172-8/+8
* | mod_invites: Refactor argument handling using util.argparseKim Alvefur2022-01-121-63/+59
* | util.argparse: Add support for repeatable parametersKim Alvefur2022-01-052-2/+16
* | mod_storage_sql: Fix column name in index check for PostgreSQLKim Alvefur2023-06-171-1/+1
* | mod_storage_sql: Adjust indentation to align with surrounding codeKim Alvefur2023-06-171-3/+3
* | mod_storage_sql: Only remove old index if it existsKim Alvefur2023-06-171-9/+11
* | mod_storage_sql: Be more specific when checking for old index in SQLite3Kim Alvefur2023-06-171-1/+1
* | mod_storage_sql: Improve check for old table index on PostgreSQLKim Alvefur2023-06-161-1/+1
* | mod_storage_sql: Enable UPSERT with PostgreSQLKim Alvefur2023-06-161-1/+1
* | doap: Fix typo in attribute nameKim Alvefur2023-06-161-1/+1
* | util.pposix: Use Lua enum API for resource limit name argumentKim Alvefur2023-06-141-47/+33
* | mod_storage_sql: Add some TODO comments for future UPSERT workKim Alvefur2023-06-111-0/+2
* | mod_storage_sql: Do not keep track of quota when no quota is setKim Alvefur2023-06-111-20/+29
* | mod_storage_sql: Add setting to tune SQLite3 performance vs safetyKim Alvefur2023-06-111-0/+38
* | mod_storage_sql: Record all SQLite3 compile options for potential useKim Alvefur2023-06-101-4/+6
* | util.sqlite3: Don't cache prepared statements for one-off queriesKim Alvefur2023-06-101-10/+8
* | util.sqlite3: Deduplicate query methodsKim Alvefur2023-06-101-34/+27
* | util.sqlite3: Fix indentationKim Alvefur2023-06-101-5/+7
* | mod_storage_sql: Compose a keyval+ store out of keyval and map store methodsKim Alvefur2023-06-101-0/+17
* | mod_storage_sql: Add UPSERT supportKim Alvefur2023-06-101-7/+41
* | tools: Update imports to use new prosody.* namespaceKim Alvefur2023-06-089-29/+59
* | Merge 0.12->trunkKim Alvefur2023-06-102-1/+3
|\|
| * mod_http: Fix error if 'access_control_allow_origins' is setKim Alvefur2023-06-101-1/+1
| * util.array: Expose new() on module tableKim Alvefur2023-06-101-0/+2
* | mod_http: Simplify conversion of Set to ArrayKim Alvefur2023-06-101-1/+1
* | util.datamanager: Halve size of list indexKim Alvefur2021-05-141-11/+15
* | mod_storage_internal: Use a binary search for time based rangesKim Alvefur2021-05-121-8/+55
* | mod_storage_internal: Lazy-load archive items while iteratingKim Alvefur2021-05-121-59/+57
* | util.datamanager: Add O(1) list indexing with on-disk indexKim Alvefur2021-05-111-0/+191
* | storagemanager tests: Reorder test data in chronological orderKim Alvefur2021-05-111-13/+13
* | mod_admin_shell: Use new serialize preset to simplify default configKim Alvefur2023-06-091-2/+5
* | util.serialization: Add a "pretty" presetKim Alvefur2023-06-091-0/+4