aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* util.human.io: Add tests for parse_duration() (some failing)Kim Alvefur2023-07-161-0/+9
* util.human.io: Include relevant arguments in test messagesKim Alvefur2023-07-161-1/+1
* util.human.io: Use tail call in test to get correct line numbersKim Alvefur2023-07-161-1/+1
* tools: Add mod2spec.sh, turns util.example into spec/util_example_spec.luaKim Alvefur2023-07-161-0/+4
* editorconfig: Include the command used to normalize *.xmlKim Alvefur2023-07-151-1/+2
* editorconfig: Specify max line length to match luacheck settingsKim Alvefur2023-07-151-0/+1
* editorconfig: Explicitly specify preferred charset (UTF-8)Kim Alvefur2023-07-151-0/+1
* editorconfig: Add link to format descriptionKim Alvefur2023-07-151-0/+2
* mod_storage_sql: Remove completed TODO (testing UPSERT on PostgreSQL)Kim Alvefur2023-07-121-1/+0
* CHANGES: Move line about LuaSQLite3 to Storage sectionKim Alvefur2023-07-121-1/+1
* CHANGES: Mention performance improvements for internal archivesKim Alvefur2023-07-121-0/+1
* mod_storage_internal: Implement efficient deletion of oldest archive itemsKim Alvefur2023-07-121-0/+22
* util.datamanager: Pad list writes to avoid crossing block boundariesKim Alvefur2023-06-071-0/+7
* util.datamanager: Efficiently remove whole blocks to shift listsKim Alvefur2023-07-121-0/+40
* util.pposix: Add remove_blocks() for deleting parts of filesKim Alvefur2023-06-072-0/+37
* util.datamanager: Add way to efficiently remove first items in a listKim Alvefur2023-07-121-0/+92
* util.datamanager: Fix indexing first item if not at the very startKim Alvefur2023-07-101-2/+2
* util.datamanager: Reduce log level of left over debug messages to debug (than...Kim Alvefur2023-07-121-2/+2
* 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