Log

description author age
plugins: Use get_option_enum where appropriate Kim Alvefur 2021-01-16
moduleapi: Add enum config option method Kim Alvefur 2021-01-16
tools: Fix file ending of mod2spec.sh (thanks buildbot) Kim Alvefur 17 months ago
util.human.io: Fix pattern in parse_duration() to cover all used letters Kim Alvefur 17 months ago
util.human.io: Add tests for parse_duration() (some failing) Kim Alvefur 17 months ago
util.human.io: Include relevant arguments in test messages Kim Alvefur 17 months ago
util.human.io: Use tail call in test to get correct line numbers Kim Alvefur 17 months ago
tools: Add mod2spec.sh, turns util.example into spec/util_example_spec.lua Kim Alvefur 17 months ago
editorconfig: Include the command used to normalize *.xml Kim Alvefur 17 months ago
editorconfig: Specify max line length to match luacheck settings Kim Alvefur 17 months ago
editorconfig: Explicitly specify preferred charset (UTF-8) Kim Alvefur 17 months ago
editorconfig: Add link to format description Kim Alvefur 17 months ago
mod_storage_sql: Remove completed TODO (testing UPSERT on PostgreSQL) Kim Alvefur 17 months ago
CHANGES: Move line about LuaSQLite3 to Storage section Kim Alvefur 17 months ago
CHANGES: Mention performance improvements for internal archives Kim Alvefur 17 months ago
mod_storage_internal: Implement efficient deletion of oldest archive items Kim Alvefur 17 months ago
util.datamanager: Pad list writes to avoid crossing block boundaries Kim Alvefur 19 months ago
util.datamanager: Efficiently remove whole blocks to shift lists Kim Alvefur 17 months ago
util.pposix: Add remove_blocks() for deleting parts of files Kim Alvefur 19 months ago
util.datamanager: Add way to efficiently remove first items in a list Kim Alvefur 17 months ago
util.datamanager: Fix indexing first item if not at the very start Kim Alvefur 17 months ago
util.datamanager: Reduce log level of left over debug messages to debug (thanks Trung) Kim Alvefur 17 months ago
util.datamanager: Fix missing separator in log line Kim Alvefur 17 months ago
Merge 0.12->trunk Kim Alvefur 17 months ago
core.certmanager: Update Mozilla TLS config to version 5.7 0.12 Kim Alvefur 17 months ago
mod_pubsub: Send correct jid attribute in disco#items Kim Alvefur 18 months ago
mod_http_file_share: Put 'expires' back, thought it was unused Kim Alvefur 18 months ago
util.cache: Pass cache itself to eviction callback Kim Alvefur 18 months ago
util.cache: Keep eviction candidate if callback resized to make room Kim Alvefur 18 months ago
util.serialization: Teach Teal about the new "pretty" preset Kim Alvefur 18 months ago
util.jsonpointer: Change function prototype to allow anything Kim Alvefur 18 months ago
util.jsonpointer: Silence Teal warning Kim Alvefur 18 months ago
core, plugins: Split prosody:user role into prosody:{guest,registered,member} Matthew Wild 18 months ago
usermanager: Add create_user_with_role() method to atomically set initial role Matthew Wild 18 months ago
mod_http_file_share: Set slot token TTL so util.jwt validates expiry Kim Alvefur 18 months ago
prosodyctl: Add experimental way to reload specific modules directly Kim Alvefur 18 months ago
net.server: Handle loading from outside Prosody (e.g. Verse) Kim Alvefur 19 months ago
renamening: Fix newly added imports to use the new namespace Kim Alvefur 18 months ago
util.jsonschema: Remove wrapper function Kim Alvefur 18 months ago
util.jsonschema: Silence Teal warnings about utf8 library Kim Alvefur 18 months ago
util.jsonschema: Silence Teal warnings about counting items in tables Kim Alvefur 18 months ago
mod_invites: Refactor argument handling using util.argparse Kim Alvefur 2022-01-12
util.argparse: Add support for repeatable parameters Kim Alvefur 2022-01-05
mod_storage_sql: Fix column name in index check for PostgreSQL Kim Alvefur 18 months ago
mod_storage_sql: Adjust indentation to align with surrounding code Kim Alvefur 18 months ago
mod_storage_sql: Only remove old index if it exists Kim Alvefur 18 months ago
mod_storage_sql: Be more specific when checking for old index in SQLite3 Kim Alvefur 18 months ago
mod_storage_sql: Improve check for old table index on PostgreSQL Kim Alvefur 18 months ago
mod_storage_sql: Enable UPSERT with PostgreSQL Kim Alvefur 18 months ago
doap: Fix typo in attribute name Kim Alvefur 18 months ago
util.pposix: Use Lua enum API for resource limit name argument Kim Alvefur 18 months ago
mod_storage_sql: Add some TODO comments for future UPSERT work Kim Alvefur 18 months ago
mod_storage_sql: Do not keep track of quota when no quota is set Kim Alvefur 18 months ago
mod_storage_sql: Add setting to tune SQLite3 performance vs safety Kim Alvefur 18 months ago
mod_storage_sql: Record all SQLite3 compile options for potential use Kim Alvefur 18 months ago
util.sqlite3: Don't cache prepared statements for one-off queries Kim Alvefur 18 months ago
util.sqlite3: Deduplicate query methods Kim Alvefur 18 months ago
util.sqlite3: Fix indentation Kim Alvefur 18 months ago
mod_storage_sql: Compose a keyval+ store out of keyval and map store methods Kim Alvefur 18 months ago
mod_storage_sql: Add UPSERT support Kim Alvefur 18 months ago