Log

description author age
plugins: Use get_option_array for some list shaped options Kim Alvefur 20 months ago
util.datamanager: Disable block alignment Kim Alvefur 20 months ago
plugins: Handle how get_option_period returns "never" Kim Alvefur 20 months ago
plugins: Use boolean config method in some places Kim Alvefur 20 months ago
mod_storage_internal: Use integer option method for cache size Kim Alvefur 20 months ago
mod_muc_mam: Use period option method Kim Alvefur 20 months ago
mod_muc: Use enum option method for 'muc_room_default_presence_broadcast' Kim Alvefur 20 months ago
mod_storage_xep0227: Use enum option method Kim Alvefur 20 months ago
mod_auth_ldap: Use enum option method Kim Alvefur 20 months ago
mod_storage_sql: Use integer config option for cache size Kim Alvefur 20 months ago
mod_storage_sql: Use config enum for 'sqlite_tune' Kim Alvefur 20 months ago
mod_storage_sql: Allow higher precision timestamps in SQLite3 Kim Alvefur 20 months ago
Merge 0.12->trunk Kim Alvefur 20 months ago
util.prosodyctl.check: Hint about the 'external_addresses' config option 0.12 Kim Alvefur 20 months ago
Merge 0.12->trunk Kim Alvefur 20 months ago
util.prosodyctl.check: Validate format of module list options 0.12 Kim Alvefur 20 months ago
util.prosodyctl.check: Get some config options via minimal moduleapi #896 0.12 Kim Alvefur 20 months ago
core.moduleapi: Fix min/maxinteger fallback for Lua 5.2 Kim Alvefur 20 months ago
mod_http: Fix passing minimum limits in wrong argument position Kim Alvefur 20 months ago
plugins: Use integer config API with interval specification where sensible Kim Alvefur 20 months ago
core.moduleapi: Add min/max range support to :get_option_period Kim Alvefur 20 months ago
moduleapi: Add :get_option_integer() Kim Alvefur 20 months ago
util.human.io: Fix stray 'stty' error by only querying width of real ttys Kim Alvefur 20 months ago
plugins: Switch to :get_option_period() for time range options Kim Alvefur 20 months ago
core.moduleapi: Accept boolean false to disable period setting Kim Alvefur 20 months ago
core.moduleapi: Log error for unexpected types (booleans?) set as periods Kim Alvefur 20 months ago
core.moduleapi: Turn negative periods or "never" into infinity Kim Alvefur 20 months ago
core.moduleapi: Improve handling of different types in :get_option_period Kim Alvefur 20 months ago
core.moduleapi: Add :get_option_period for parsing time intervals Kim Alvefur 20 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 20 months ago
util.human.io: Fix pattern in parse_duration() to cover all used letters Kim Alvefur 20 months ago
util.human.io: Add tests for parse_duration() (some failing) Kim Alvefur 20 months ago
util.human.io: Include relevant arguments in test messages Kim Alvefur 20 months ago
util.human.io: Use tail call in test to get correct line numbers Kim Alvefur 20 months ago
tools: Add mod2spec.sh, turns util.example into spec/util_example_spec.lua Kim Alvefur 20 months ago
editorconfig: Include the command used to normalize *.xml Kim Alvefur 20 months ago
editorconfig: Specify max line length to match luacheck settings Kim Alvefur 20 months ago
editorconfig: Explicitly specify preferred charset (UTF-8) Kim Alvefur 20 months ago
editorconfig: Add link to format description Kim Alvefur 20 months ago
mod_storage_sql: Remove completed TODO (testing UPSERT on PostgreSQL) Kim Alvefur 20 months ago
CHANGES: Move line about LuaSQLite3 to Storage section Kim Alvefur 20 months ago
CHANGES: Mention performance improvements for internal archives Kim Alvefur 20 months ago
mod_storage_internal: Implement efficient deletion of oldest archive items Kim Alvefur 20 months ago
util.datamanager: Pad list writes to avoid crossing block boundaries Kim Alvefur 21 months ago
util.datamanager: Efficiently remove whole blocks to shift lists Kim Alvefur 20 months ago
util.pposix: Add remove_blocks() for deleting parts of files Kim Alvefur 21 months ago
util.datamanager: Add way to efficiently remove first items in a list Kim Alvefur 20 months ago
util.datamanager: Fix indexing first item if not at the very start Kim Alvefur 20 months ago
util.datamanager: Reduce log level of left over debug messages to debug (thanks Trung) Kim Alvefur 20 months ago
util.datamanager: Fix missing separator in log line Kim Alvefur 20 months ago
Merge 0.12->trunk Kim Alvefur 20 months ago
core.certmanager: Update Mozilla TLS config to version 5.7 0.12 Kim Alvefur 20 months ago
mod_pubsub: Send correct jid attribute in disco#items Kim Alvefur 20 months ago
mod_http_file_share: Put 'expires' back, thought it was unused Kim Alvefur 21 months ago
util.cache: Pass cache itself to eviction callback Kim Alvefur 21 months ago
util.cache: Keep eviction candidate if callback resized to make room Kim Alvefur 21 months ago
util.serialization: Teach Teal about the new "pretty" preset Kim Alvefur 21 months ago