Software /
code /
prosody
Graph
-
core.moduleapi: Improve handling of different types in :get_option_period21 months ago, by Kim Alvefur
-
core.moduleapi: Add :get_option_period for parsing time intervals21 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)21 months ago, by Kim Alvefur
-
util.human.io: Fix pattern in parse_duration() to cover all used letters21 months ago, by Kim Alvefur
-
util.human.io: Add tests for parse_duration() (some failing)21 months ago, by Kim Alvefur
-
util.human.io: Include relevant arguments in test messages21 months ago, by Kim Alvefur
-
util.human.io: Use tail call in test to get correct line numbers21 months ago, by Kim Alvefur
-
tools: Add mod2spec.sh, turns util.example into spec/util_example_spec.lua21 months ago, by Kim Alvefur
-
editorconfig: Include the command used to normalize *.xml21 months ago, by Kim Alvefur
-
editorconfig: Specify max line length to match luacheck settings21 months ago, by Kim Alvefur
-
editorconfig: Explicitly specify preferred charset (UTF-8)21 months ago, by Kim Alvefur
-
editorconfig: Add link to format description21 months ago, by Kim Alvefur
-
mod_storage_sql: Remove completed TODO (testing UPSERT on PostgreSQL)21 months ago, by Kim Alvefur
-
CHANGES: Move line about LuaSQLite3 to Storage section21 months ago, by Kim Alvefur
-
CHANGES: Mention performance improvements for internal archives21 months ago, by Kim Alvefur
-
mod_storage_internal: Implement efficient deletion of oldest archive items21 months ago, by Kim Alvefur
-
util.datamanager: Pad list writes to avoid crossing block boundaries22 months ago, by Kim Alvefur
-
util.datamanager: Efficiently remove whole blocks to shift lists21 months ago, by Kim Alvefur
-
util.pposix: Add remove_blocks() for deleting parts of files22 months ago, by Kim Alvefur
-
util.datamanager: Add way to efficiently remove first items in a list21 months ago, by Kim Alvefur
-
util.datamanager: Fix indexing first item if not at the very start21 months ago, by Kim Alvefur
-
util.datamanager: Reduce log level of left over debug messages to debug (thanks Trung)21 months ago, by Kim Alvefur
-
util.datamanager: Fix missing separator in log line21 months ago, by Kim Alvefur
-
Merge 0.12->trunk21 months ago, by Kim Alvefur
-
mod_pubsub: Send correct jid attribute in disco#items21 months ago, by Kim Alvefur
-
mod_http_file_share: Put 'expires' back, thought it was unused21 months ago, by Kim Alvefur
-
util.cache: Pass cache itself to eviction callback21 months ago, by Kim Alvefur
-
util.cache: Keep eviction candidate if callback resized to make room21 months ago, by Kim Alvefur
-
util.serialization: Teach Teal about the new "pretty" preset21 months ago, by Kim Alvefur
-
util.jsonpointer: Change function prototype to allow anything21 months ago, by Kim Alvefur
-
util.jsonpointer: Silence Teal warning21 months ago, by Kim Alvefur
-
core, plugins: Split prosody:user role into prosody:{guest,registered,member}21 months ago, by Matthew Wild
-
usermanager: Add create_user_with_role() method to atomically set initial role21 months ago, by Matthew Wild
-
mod_http_file_share: Set slot token TTL so util.jwt validates expiry21 months ago, by Kim Alvefur
-
prosodyctl: Add experimental way to reload specific modules directly21 months ago, by Kim Alvefur
-
net.server: Handle loading from outside Prosody (e.g. Verse)23 months ago, by Kim Alvefur
-
renamening: Fix newly added imports to use the new namespace22 months ago, by Kim Alvefur
-
util.jsonschema: Remove wrapper function22 months ago, by Kim Alvefur
-
util.jsonschema: Silence Teal warnings about utf8 library22 months ago, by Kim Alvefur
-
util.jsonschema: Silence Teal warnings about counting items in tables22 months ago, by Kim Alvefur
-
mod_invites: Refactor argument handling using util.argparse2022-01-12, by Kim Alvefur
-
util.argparse: Add support for repeatable parameters2022-01-05, by Kim Alvefur
-
mod_storage_sql: Fix column name in index check for PostgreSQL22 months ago, by Kim Alvefur
-
mod_storage_sql: Adjust indentation to align with surrounding code22 months ago, by Kim Alvefur
-
mod_storage_sql: Only remove old index if it exists22 months ago, by Kim Alvefur
-
mod_storage_sql: Be more specific when checking for old index in SQLite322 months ago, by Kim Alvefur
-
mod_storage_sql: Improve check for old table index on PostgreSQL22 months ago, by Kim Alvefur
-
mod_storage_sql: Enable UPSERT with PostgreSQL22 months ago, by Kim Alvefur
-
doap: Fix typo in attribute name22 months ago, by Kim Alvefur
-
util.pposix: Use Lua enum API for resource limit name argument22 months ago, by Kim Alvefur
-
mod_storage_sql: Add some TODO comments for future UPSERT work22 months ago, by Kim Alvefur
-
mod_storage_sql: Do not keep track of quota when no quota is set22 months ago, by Kim Alvefur
-
mod_storage_sql: Add setting to tune SQLite3 performance vs safety22 months ago, by Kim Alvefur
-
mod_storage_sql: Record all SQLite3 compile options for potential use22 months ago, by Kim Alvefur
-
util.sqlite3: Don't cache prepared statements for one-off queries22 months ago, by Kim Alvefur
-
util.sqlite3: Deduplicate query methods22 months ago, by Kim Alvefur
Scroll all the way down to load more.