Log

description author age
net.websocket.frames: Remove completed TODO Kim Alvefur 17 months ago
mod_http: Generate URL from configuration in prosodyctl Kim Alvefur 17 months ago
Merge 0.12->trunk Kim Alvefur 17 months ago
util.array: Fix new() library function 0.12 Kim Alvefur 17 months ago
mod_tokenauth: Fix revoking a single token without revoking whole grant Kim Alvefur 17 months ago
util.array: Fix new() library function Kim Alvefur 17 months ago
tests: Add hack to test only a single storage driver Kim Alvefur 17 months ago
tests: Update storagemanager tests for prosody.* namespace change Kim Alvefur 17 months ago
mod_storage_sql: Spell out missing dependencies Kim Alvefur 17 months ago
mod_storage_sql: Pass variables as arguments instead of upvalues Kim Alvefur 17 months ago
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 17 months ago
mod_storage_internal: Use integer option method for cache size Kim Alvefur 17 months ago
mod_muc_mam: Use period option method Kim Alvefur 17 months ago
mod_muc: Use enum option method for 'muc_room_default_presence_broadcast' Kim Alvefur 17 months ago
mod_storage_xep0227: Use enum option method Kim Alvefur 17 months ago
mod_auth_ldap: Use enum option method Kim Alvefur 17 months ago
mod_storage_sql: Use integer config option for cache size Kim Alvefur 17 months ago
mod_storage_sql: Use config enum for 'sqlite_tune' Kim Alvefur 17 months ago
mod_storage_sql: Allow higher precision timestamps in SQLite3 Kim Alvefur 17 months ago
Merge 0.12->trunk Kim Alvefur 17 months ago
util.prosodyctl.check: Hint about the 'external_addresses' config option 0.12 Kim Alvefur 17 months ago
Merge 0.12->trunk Kim Alvefur 17 months ago
util.prosodyctl.check: Validate format of module list options 0.12 Kim Alvefur 17 months ago
util.prosodyctl.check: Get some config options via minimal moduleapi #896 0.12 Kim Alvefur 17 months ago
core.moduleapi: Fix min/maxinteger fallback for Lua 5.2 Kim Alvefur 17 months ago
mod_http: Fix passing minimum limits in wrong argument position Kim Alvefur 17 months ago
plugins: Use integer config API with interval specification where sensible Kim Alvefur 17 months ago
core.moduleapi: Add min/max range support to :get_option_period Kim Alvefur 17 months ago
moduleapi: Add :get_option_integer() Kim Alvefur 17 months ago
util.human.io: Fix stray 'stty' error by only querying width of real ttys Kim Alvefur 17 months ago
plugins: Switch to :get_option_period() for time range options Kim Alvefur 17 months ago
core.moduleapi: Accept boolean false to disable period setting Kim Alvefur 17 months ago
core.moduleapi: Log error for unexpected types (booleans?) set as periods Kim Alvefur 17 months ago
core.moduleapi: Turn negative periods or "never" into infinity Kim Alvefur 17 months ago
core.moduleapi: Improve handling of different types in :get_option_period Kim Alvefur 17 months ago
core.moduleapi: Add :get_option_period for parsing time intervals Kim Alvefur 17 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 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