Log

description author age
util.sql: Remove unused String() and Integer() functions Kim Alvefur 17 months ago
util.sqlite3: Clean up unused variables Kim Alvefur 17 months ago
util.datamanager: Always reset index after list shift Kim Alvefur 17 months ago
core.moduleapi: Parse period min/max arguments Kim Alvefur 17 months ago
util.datamanager: Add way to close indexed list store Kim Alvefur 17 months ago
util.datamanager: Close file handle when done using it Kim Alvefur 17 months ago
util.datamanager: Disable blockwise removal Kim Alvefur 17 months ago
mod_muc: Use enum config API for 'restrict_room_creation' Kim Alvefur 17 months ago
plugins: Use get_option_array for some list shaped options Kim Alvefur 17 months ago
util.datamanager: Disable block alignment Kim Alvefur 17 months ago
plugins: Handle how get_option_period returns "never" Kim Alvefur 17 months ago
plugins: Use boolean config method in some places Kim Alvefur 18 months ago
mod_storage_internal: Use integer option method for cache size Kim Alvefur 18 months ago
mod_muc_mam: Use period option method Kim Alvefur 18 months ago
mod_muc: Use enum option method for 'muc_room_default_presence_broadcast' Kim Alvefur 18 months ago
mod_storage_xep0227: Use enum option method Kim Alvefur 18 months ago
mod_auth_ldap: Use enum option method Kim Alvefur 18 months ago
mod_storage_sql: Use integer config option for cache size Kim Alvefur 18 months ago
mod_storage_sql: Use config enum for 'sqlite_tune' Kim Alvefur 18 months ago
mod_storage_sql: Allow higher precision timestamps in SQLite3 Kim Alvefur 18 months ago
Merge 0.12->trunk Kim Alvefur 18 months ago
util.prosodyctl.check: Hint about the 'external_addresses' config option 0.12 Kim Alvefur 18 months ago
Merge 0.12->trunk Kim Alvefur 18 months ago
util.prosodyctl.check: Validate format of module list options 0.12 Kim Alvefur 18 months ago
util.prosodyctl.check: Get some config options via minimal moduleapi #896 0.12 Kim Alvefur 18 months ago
core.moduleapi: Fix min/maxinteger fallback for Lua 5.2 Kim Alvefur 18 months ago
mod_http: Fix passing minimum limits in wrong argument position Kim Alvefur 18 months ago
plugins: Use integer config API with interval specification where sensible Kim Alvefur 18 months ago
core.moduleapi: Add min/max range support to :get_option_period Kim Alvefur 18 months ago
moduleapi: Add :get_option_integer() Kim Alvefur 18 months ago
util.human.io: Fix stray 'stty' error by only querying width of real ttys Kim Alvefur 18 months ago
plugins: Switch to :get_option_period() for time range options Kim Alvefur 18 months ago
core.moduleapi: Accept boolean false to disable period setting Kim Alvefur 18 months ago
core.moduleapi: Log error for unexpected types (booleans?) set as periods Kim Alvefur 18 months ago
core.moduleapi: Turn negative periods or "never" into infinity Kim Alvefur 18 months ago
core.moduleapi: Improve handling of different types in :get_option_period Kim Alvefur 18 months ago
core.moduleapi: Add :get_option_period for parsing time intervals Kim Alvefur 18 months ago
core.moduleapi: Allow specifying an acceptable range for number options Kim Alvefur 2021-10-05
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 18 months ago
util.human.io: Fix pattern in parse_duration() to cover all used letters Kim Alvefur 18 months ago
util.human.io: Add tests for parse_duration() (some failing) Kim Alvefur 18 months ago
util.human.io: Include relevant arguments in test messages Kim Alvefur 18 months ago
util.human.io: Use tail call in test to get correct line numbers Kim Alvefur 18 months ago
tools: Add mod2spec.sh, turns util.example into spec/util_example_spec.lua Kim Alvefur 18 months ago
editorconfig: Include the command used to normalize *.xml Kim Alvefur 18 months ago
editorconfig: Specify max line length to match luacheck settings Kim Alvefur 18 months ago
editorconfig: Explicitly specify preferred charset (UTF-8) Kim Alvefur 18 months ago
editorconfig: Add link to format description Kim Alvefur 18 months ago
mod_storage_sql: Remove completed TODO (testing UPSERT on PostgreSQL) Kim Alvefur 18 months ago
CHANGES: Move line about LuaSQLite3 to Storage section Kim Alvefur 18 months ago
CHANGES: Mention performance improvements for internal archives Kim Alvefur 18 months ago
mod_storage_internal: Implement efficient deletion of oldest archive items Kim Alvefur 18 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 18 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 18 months ago
util.datamanager: Fix indexing first item if not at the very start Kim Alvefur 18 months ago
util.datamanager: Reduce log level of left over debug messages to debug (thanks Trung) Kim Alvefur 18 months ago
util.datamanager: Fix missing separator in log line Kim Alvefur 18 months ago
Merge 0.12->trunk Kim Alvefur 18 months ago
core.certmanager: Update Mozilla TLS config to version 5.7 0.12 Kim Alvefur 18 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 19 months ago
util.jsonschema: Remove wrapper function Kim Alvefur 19 months ago
util.jsonschema: Silence Teal warnings about utf8 library Kim Alvefur 19 months ago
util.jsonschema: Silence Teal warnings about counting items in tables Kim Alvefur 19 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 19 months ago
mod_storage_sql: Adjust indentation to align with surrounding code Kim Alvefur 19 months ago
mod_storage_sql: Only remove old index if it exists Kim Alvefur 19 months ago
mod_storage_sql: Be more specific when checking for old index in SQLite3 Kim Alvefur 19 months ago
mod_storage_sql: Improve check for old table index on PostgreSQL Kim Alvefur 19 months ago
mod_storage_sql: Enable UPSERT with PostgreSQL Kim Alvefur 19 months ago
doap: Fix typo in attribute name Kim Alvefur 19 months ago
util.pposix: Use Lua enum API for resource limit name argument Kim Alvefur 19 months ago
mod_storage_sql: Add some TODO comments for future UPSERT work Kim Alvefur 19 months ago
mod_storage_sql: Do not keep track of quota when no quota is set Kim Alvefur 19 months ago
mod_storage_sql: Add setting to tune SQLite3 performance vs safety Kim Alvefur 19 months ago
mod_storage_sql: Record all SQLite3 compile options for potential use Kim Alvefur 19 months ago
util.sqlite3: Don't cache prepared statements for one-off queries Kim Alvefur 19 months ago
util.sqlite3: Deduplicate query methods Kim Alvefur 19 months ago
util.sqlite3: Fix indentation Kim Alvefur 19 months ago