Software /
code /
prosody
Graph
-
Merge 0.12->trunk16 months ago, by Kim Alvefur
-
tools: Reflect bash-ness of mod2spec in shebang16 months ago, by Kim Alvefur
-
util.prosodyctl.check: Correct modern replacement for 'disallow_s2s' 0.12 0.12.416 months ago, by Kim Alvefur
-
mod_s2s: Fix reporting of DANE mismatch16 months ago, by Kim Alvefur
-
core.portmanager: Join strings broken into multiple lines17 months ago, by Kim Alvefur
-
core.portmanager: Hint at HTTP servers for conflicts over port 44317 months ago, by Kim Alvefur
-
net.websocket.frames: Remove completed TODO17 months ago, by Kim Alvefur
-
mod_http: Generate URL from configuration in prosodyctl17 months ago, by Kim Alvefur
-
Merge 0.12->trunk17 months ago, by Kim Alvefur
-
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 store17 months ago, by Kim Alvefur
-
util.datamanager: Close file handle when done using it17 months ago, by Kim Alvefur
-
util.datamanager: Disable blockwise removal17 months ago, by Kim Alvefur
-
mod_muc: Use enum config API for 'restrict_room_creation'17 months ago, by Kim Alvefur
-
plugins: Use get_option_array for some list shaped options17 months ago, by Kim Alvefur
-
util.datamanager: Disable block alignment17 months ago, by Kim Alvefur
-
plugins: Handle how get_option_period returns "never"17 months ago, by Kim Alvefur
-
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
-
usermanager: Add create_user_with_role() method to atomically set initial role18 months ago, by Matthew Wild
-
mod_http_file_share: Set slot token TTL so util.jwt validates expiry18 months ago, by Kim Alvefur
-
prosodyctl: Add experimental way to reload specific modules directly18 months ago, by Kim Alvefur
-
net.server: Handle loading from outside Prosody (e.g. Verse)19 months ago, by Kim Alvefur
-
renamening: Fix newly added imports to use the new namespace18 months ago, by Kim Alvefur
-
util.jsonschema: Remove wrapper function18 months ago, by Kim Alvefur
-
util.jsonschema: Silence Teal warnings about utf8 library18 months ago, by Kim Alvefur
-
util.jsonschema: Silence Teal warnings about counting items in tables18 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 PostgreSQL18 months ago, by Kim Alvefur
-
mod_storage_sql: Adjust indentation to align with surrounding code18 months ago, by Kim Alvefur
-
mod_storage_sql: Only remove old index if it exists18 months ago, by Kim Alvefur
-
mod_storage_sql: Be more specific when checking for old index in SQLite318 months ago, by Kim Alvefur
-
mod_storage_sql: Improve check for old table index on PostgreSQL18 months ago, by Kim Alvefur
-
mod_storage_sql: Enable UPSERT with PostgreSQL18 months ago, by Kim Alvefur
-
doap: Fix typo in attribute name18 months ago, by Kim Alvefur
-
util.pposix: Use Lua enum API for resource limit name argument18 months ago, by Kim Alvefur
-
mod_storage_sql: Add some TODO comments for future UPSERT work18 months ago, by Kim Alvefur
-
mod_storage_sql: Do not keep track of quota when no quota is set18 months ago, by Kim Alvefur
-
mod_storage_sql: Add setting to tune SQLite3 performance vs safety18 months ago, by Kim Alvefur
-
mod_storage_sql: Record all SQLite3 compile options for potential use18 months ago, by Kim Alvefur
-
util.sqlite3: Don't cache prepared statements for one-off queries18 months ago, by Kim Alvefur
-
util.sqlite3: Deduplicate query methods18 months ago, by Kim Alvefur
-
util.sqlite3: Fix indentation18 months ago, by Kim Alvefur
-
mod_storage_sql: Compose a keyval+ store out of keyval and map store methods18 months ago, by Kim Alvefur
-
mod_storage_sql: Add UPSERT support18 months ago, by Kim Alvefur
-
tools: Update imports to use new prosody.* namespace18 months ago, by Kim Alvefur
-
Merge 0.12->trunk18 months ago, by Kim Alvefur
-
mod_http: Simplify conversion of Set to Array18 months ago, by Kim Alvefur
-
util.datamanager: Halve size of list index2021-05-14, by Kim Alvefur
Scroll all the way down to load more.