Software /
code /
prosody
Graph
-
mod_tokenauth: Fix revoking a single token without revoking whole grant17 months ago, by Kim Alvefur
-
util.array: Fix new() library function17 months ago, by Kim Alvefur
-
tests: Add hack to test only a single storage driver17 months ago, by Kim Alvefur
-
tests: Update storagemanager tests for prosody.* namespace change17 months ago, by Kim Alvefur
-
mod_storage_sql: Spell out missing dependencies17 months ago, by Kim Alvefur
-
mod_storage_sql: Pass variables as arguments instead of upvalues17 months ago, by Kim Alvefur
-
util.sql: Remove unused String() and Integer() functions17 months ago, by Kim Alvefur
-
util.sqlite3: Clean up unused variables17 months ago, by Kim Alvefur
-
util.datamanager: Always reset index after list shift17 months ago, by Kim Alvefur
-
core.moduleapi: Parse period min/max arguments17 months ago, by Kim Alvefur
-
util.datamanager: Add way to close indexed list store18 months ago, by Kim Alvefur
-
util.datamanager: Close file handle when done using it18 months ago, by Kim Alvefur
-
util.datamanager: Disable blockwise removal18 months ago, by Kim Alvefur
-
mod_muc: Use enum config API for 'restrict_room_creation'18 months ago, by Kim Alvefur
-
plugins: Use get_option_array for some list shaped options18 months ago, by Kim Alvefur
-
util.datamanager: Disable block alignment18 months ago, by Kim Alvefur
-
plugins: Handle how get_option_period returns "never"18 months ago, by Kim Alvefur
-
plugins: Use boolean config method in some places18 months ago, by Kim Alvefur
-
mod_storage_internal: Use integer option method for cache size18 months ago, by Kim Alvefur
-
mod_muc_mam: Use period option method18 months ago, by Kim Alvefur
-
mod_muc: Use enum option method for 'muc_room_default_presence_broadcast'18 months ago, by Kim Alvefur
-
mod_storage_xep0227: Use enum option method18 months ago, by Kim Alvefur
-
mod_auth_ldap: Use enum option method18 months ago, by Kim Alvefur
-
mod_storage_sql: Use integer config option for cache size18 months ago, by Kim Alvefur
-
mod_storage_sql: Use config enum for 'sqlite_tune'18 months ago, by Kim Alvefur
-
mod_storage_sql: Allow higher precision timestamps in SQLite318 months ago, by Kim Alvefur
-
Merge 0.12->trunk18 months ago, by Kim Alvefur
-
util.prosodyctl.check: Hint about the 'external_addresses' config option 0.1218 months ago, by Kim Alvefur
-
Merge 0.12->trunk18 months ago, by Kim Alvefur
-
util.prosodyctl.check: Get some config options via minimal moduleapi #896 0.1218 months ago, by Kim Alvefur
-
core.moduleapi: Fix min/maxinteger fallback for Lua 5.218 months ago, by Kim Alvefur
-
mod_http: Fix passing minimum limits in wrong argument position18 months ago, by Kim Alvefur
-
plugins: Use integer config API with interval specification where sensible18 months ago, by Kim Alvefur
-
core.moduleapi: Add min/max range support to :get_option_period18 months ago, by Kim Alvefur
-
moduleapi: Add :get_option_integer()18 months ago, by Kim Alvefur
-
util.human.io: Fix stray 'stty' error by only querying width of real ttys18 months ago, by Kim Alvefur
-
plugins: Switch to :get_option_period() for time range options18 months ago, by Kim Alvefur
-
core.moduleapi: Accept boolean false to disable period setting18 months ago, by Kim Alvefur
-
core.moduleapi: Log error for unexpected types (booleans?) set as periods18 months ago, by Kim Alvefur
-
core.moduleapi: Turn negative periods or "never" into infinity18 months ago, by Kim Alvefur
-
core.moduleapi: Improve handling of different types in :get_option_period18 months ago, by Kim Alvefur
-
core.moduleapi: Add :get_option_period for parsing time intervals18 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)18 months ago, by Kim Alvefur
-
util.human.io: Fix pattern in parse_duration() to cover all used letters18 months ago, by Kim Alvefur
-
util.human.io: Add tests for parse_duration() (some failing)18 months ago, by Kim Alvefur
-
util.human.io: Include relevant arguments in test messages18 months ago, by Kim Alvefur
-
util.human.io: Use tail call in test to get correct line numbers18 months ago, by Kim Alvefur
-
tools: Add mod2spec.sh, turns util.example into spec/util_example_spec.lua18 months ago, by Kim Alvefur
-
editorconfig: Include the command used to normalize *.xml18 months ago, by Kim Alvefur
-
editorconfig: Specify max line length to match luacheck settings18 months ago, by Kim Alvefur
-
editorconfig: Explicitly specify preferred charset (UTF-8)18 months ago, by Kim Alvefur
-
editorconfig: Add link to format description18 months ago, by Kim Alvefur
-
mod_storage_sql: Remove completed TODO (testing UPSERT on PostgreSQL)18 months ago, by Kim Alvefur
-
CHANGES: Move line about LuaSQLite3 to Storage section18 months ago, by Kim Alvefur
-
CHANGES: Mention performance improvements for internal archives18 months ago, by Kim Alvefur
-
mod_storage_internal: Implement efficient deletion of oldest archive items18 months ago, by Kim Alvefur
-
util.datamanager: Pad list writes to avoid crossing block boundaries19 months ago, by Kim Alvefur
-
util.datamanager: Efficiently remove whole blocks to shift lists18 months ago, by Kim Alvefur
-
util.pposix: Add remove_blocks() for deleting parts of files19 months ago, by Kim Alvefur
Scroll all the way down to load more.