Software /
code /
prosody
Graph
-
plugins: Use boolean config method in some places17 months ago, by Kim Alvefur
-
mod_storage_internal: Use integer option method for cache size17 months ago, by Kim Alvefur
-
mod_muc_mam: Use period option method17 months ago, by Kim Alvefur
-
mod_muc: Use enum option method for 'muc_room_default_presence_broadcast'17 months ago, by Kim Alvefur
-
mod_storage_xep0227: Use enum option method17 months ago, by Kim Alvefur
-
mod_auth_ldap: Use enum option method17 months ago, by Kim Alvefur
-
mod_storage_sql: Use integer config option for cache size17 months ago, by Kim Alvefur
-
mod_storage_sql: Use config enum for 'sqlite_tune'17 months ago, by Kim Alvefur
-
mod_storage_sql: Allow higher precision timestamps in SQLite317 months ago, by Kim Alvefur
-
Merge 0.12->trunk17 months ago, by Kim Alvefur
-
util.prosodyctl.check: Hint about the 'external_addresses' config option 0.1217 months ago, by Kim Alvefur
-
Merge 0.12->trunk17 months ago, by Kim Alvefur
-
util.prosodyctl.check: Get some config options via minimal moduleapi #896 0.1217 months ago, by Kim Alvefur
-
core.moduleapi: Fix min/maxinteger fallback for Lua 5.217 months ago, by Kim Alvefur
-
mod_http: Fix passing minimum limits in wrong argument position17 months ago, by Kim Alvefur
-
plugins: Use integer config API with interval specification where sensible17 months ago, by Kim Alvefur
-
core.moduleapi: Add min/max range support to :get_option_period17 months ago, by Kim Alvefur
-
moduleapi: Add :get_option_integer()17 months ago, by Kim Alvefur
-
util.human.io: Fix stray 'stty' error by only querying width of real ttys17 months ago, by Kim Alvefur
-
plugins: Switch to :get_option_period() for time range options17 months ago, by Kim Alvefur
-
core.moduleapi: Accept boolean false to disable period setting17 months ago, by Kim Alvefur
-
core.moduleapi: Log error for unexpected types (booleans?) set as periods17 months ago, by Kim Alvefur
-
core.moduleapi: Turn negative periods or "never" into infinity17 months ago, by Kim Alvefur
-
core.moduleapi: Improve handling of different types in :get_option_period17 months ago, by Kim Alvefur
-
core.moduleapi: Add :get_option_period for parsing time intervals17 months ago, by Kim Alvefur
-
core.moduleapi: Allow specifying an acceptable range for number options2021-10-05, by Kim Alvefur
-
plugins: Use get_option_enum where appropriate2021-01-16, by Kim Alvefur
-
moduleapi: Add enum config option method2021-01-16, by Kim Alvefur
-
tools: Fix file ending of mod2spec.sh (thanks buildbot)17 months ago, by Kim Alvefur
-
util.human.io: Fix pattern in parse_duration() to cover all used letters17 months ago, by Kim Alvefur
-
util.human.io: Add tests for parse_duration() (some failing)17 months ago, by Kim Alvefur
-
util.human.io: Include relevant arguments in test messages17 months ago, by Kim Alvefur
-
util.human.io: Use tail call in test to get correct line numbers17 months ago, by Kim Alvefur
-
tools: Add mod2spec.sh, turns util.example into spec/util_example_spec.lua17 months ago, by Kim Alvefur
-
editorconfig: Include the command used to normalize *.xml17 months ago, by Kim Alvefur
-
editorconfig: Specify max line length to match luacheck settings17 months ago, by Kim Alvefur
-
editorconfig: Explicitly specify preferred charset (UTF-8)17 months ago, by Kim Alvefur
-
editorconfig: Add link to format description17 months ago, by Kim Alvefur
-
mod_storage_sql: Remove completed TODO (testing UPSERT on PostgreSQL)17 months ago, by Kim Alvefur
-
CHANGES: Move line about LuaSQLite3 to Storage section17 months ago, by Kim Alvefur
-
CHANGES: Mention performance improvements for internal archives17 months ago, by Kim Alvefur
-
mod_storage_internal: Implement efficient deletion of oldest archive items17 months ago, by Kim Alvefur
-
util.datamanager: Pad list writes to avoid crossing block boundaries18 months ago, by Kim Alvefur
-
util.datamanager: Efficiently remove whole blocks to shift lists17 months ago, by Kim Alvefur
-
util.pposix: Add remove_blocks() for deleting parts of files18 months ago, by Kim Alvefur
-
util.datamanager: Add way to efficiently remove first items in a list17 months ago, by Kim Alvefur
-
util.datamanager: Fix indexing first item if not at the very start17 months ago, by Kim Alvefur
-
util.datamanager: Reduce log level of left over debug messages to debug (thanks Trung)17 months ago, by Kim Alvefur
-
util.datamanager: Fix missing separator in log line17 months ago, by Kim Alvefur
-
Merge 0.12->trunk17 months ago, by Kim Alvefur
-
mod_pubsub: Send correct jid attribute in disco#items17 months ago, by Kim Alvefur
-
mod_http_file_share: Put 'expires' back, thought it was unused18 months ago, by Kim Alvefur
-
util.cache: Pass cache itself to eviction callback18 months ago, by Kim Alvefur
-
util.cache: Keep eviction candidate if callback resized to make room18 months ago, by Kim Alvefur
-
util.serialization: Teach Teal about the new "pretty" preset18 months ago, by Kim Alvefur
-
util.jsonpointer: Change function prototype to allow anything18 months ago, by Kim Alvefur
-
util.jsonpointer: Silence Teal warning18 months ago, by Kim Alvefur
-
core, plugins: Split prosody:user role into prosody:{guest,registered,member}18 months ago, by Matthew Wild
Scroll all the way down to load more.