Software /
code /
prosody
Graph
-
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
-
util.datamanager: Add way to efficiently remove first items in a list18 months ago, by Kim Alvefur
-
util.datamanager: Fix indexing first item if not at the very start18 months ago, by Kim Alvefur
-
util.datamanager: Reduce log level of left over debug messages to debug (thanks Trung)18 months ago, by Kim Alvefur
-
util.datamanager: Fix missing separator in log line18 months ago, by Kim Alvefur
-
Merge 0.12->trunk18 months ago, by Kim Alvefur
-
mod_pubsub: Send correct jid attribute in disco#items18 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)20 months ago, by Kim Alvefur
-
renamening: Fix newly added imports to use the new namespace19 months ago, by Kim Alvefur
-
util.jsonschema: Remove wrapper function19 months ago, by Kim Alvefur
-
util.jsonschema: Silence Teal warnings about utf8 library19 months ago, by Kim Alvefur
-
util.jsonschema: Silence Teal warnings about counting items in tables19 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 PostgreSQL19 months ago, by Kim Alvefur
-
mod_storage_sql: Adjust indentation to align with surrounding code19 months ago, by Kim Alvefur
-
mod_storage_sql: Only remove old index if it exists19 months ago, by Kim Alvefur
-
mod_storage_sql: Be more specific when checking for old index in SQLite319 months ago, by Kim Alvefur
-
mod_storage_sql: Improve check for old table index on PostgreSQL19 months ago, by Kim Alvefur
-
mod_storage_sql: Enable UPSERT with PostgreSQL19 months ago, by Kim Alvefur
-
doap: Fix typo in attribute name19 months ago, by Kim Alvefur
-
util.pposix: Use Lua enum API for resource limit name argument19 months ago, by Kim Alvefur
-
mod_storage_sql: Add some TODO comments for future UPSERT work19 months ago, by Kim Alvefur
-
mod_storage_sql: Do not keep track of quota when no quota is set19 months ago, by Kim Alvefur
-
mod_storage_sql: Add setting to tune SQLite3 performance vs safety19 months ago, by Kim Alvefur
-
mod_storage_sql: Record all SQLite3 compile options for potential use19 months ago, by Kim Alvefur
-
util.sqlite3: Don't cache prepared statements for one-off queries19 months ago, by Kim Alvefur
-
util.sqlite3: Deduplicate query methods19 months ago, by Kim Alvefur
-
util.sqlite3: Fix indentation19 months ago, by Kim Alvefur
-
mod_storage_sql: Compose a keyval+ store out of keyval and map store methods19 months ago, by Kim Alvefur
-
mod_storage_sql: Add UPSERT support19 months ago, by Kim Alvefur
-
tools: Update imports to use new prosody.* namespace19 months ago, by Kim Alvefur
-
Merge 0.12->trunk19 months ago, by Kim Alvefur
-
mod_http: Simplify conversion of Set to Array19 months ago, by Kim Alvefur
-
util.datamanager: Halve size of list index2021-05-14, by Kim Alvefur
-
mod_storage_internal: Use a binary search for time based ranges2021-05-11, by Kim Alvefur
-
mod_storage_internal: Lazy-load archive items while iterating2021-05-11, by Kim Alvefur
-
util.datamanager: Add O(1) list indexing with on-disk index2021-05-11, by Kim Alvefur
-
storagemanager tests: Reorder test data in chronological order2021-05-11, by Kim Alvefur
-
mod_admin_shell: Use new serialize preset to simplify default config19 months ago, by Kim Alvefur
-
util.serialization: Add a "pretty" preset19 months ago, by Kim Alvefur
-
doc/hgrc-email: Example config for using 'hg email' to contribute19 months ago, by Kim Alvefur
-
doc/hgrc: Some useful Mercurial settings19 months ago, by Kim Alvefur
-
mod_admin_shell: Warn when (un-)loading module would be undone by restart19 months ago, by Kim Alvefur
-
mod_http: Make RFC 7239 Forwarded opt-in for now to be safe19 months ago, by Kim Alvefur
-
mod_http: Use RFC 7239 Forwarded header to find original client IP19 months ago, by Kim Alvefur
-
mod_http: Handle bracketed IP address format from RFC 723919 months ago, by Kim Alvefur
-
util.http: Implement parser for RFC 7239 Forwarded header19 months ago, by Kim Alvefur
-
util.set: Remove duplicate __freeze metamethod19 months ago, by Kim Alvefur
-
Merge 0.12->trunk19 months ago, by Kim Alvefur
-
util.prosodyctl.check: Fix error where hostname can't be turned into A label 0.1219 months ago, by Kim Alvefur
-
util.startup: Record current version in a metric19 months ago, by Kim Alvefur
-
util.startup: Remove componentmanager backwards compatibility19 months ago, by Kim Alvefur
-
net.http.server: Return request ID in header to aid debugging19 months ago, by Kim Alvefur
-
mod_admin_shell: Show internal URL where different from external19 months ago, by Kim Alvefur
-
net.tls_luasec: Expose method for loading a certificate19 months ago, by Kim Alvefur
-
net.certmanager: Move LuaSec feature detection to net.tls_luasec19 months ago, by Kim Alvefur
-
util.dependencies: Print tables itself to reduce number of imports19 months ago, by Kim Alvefur
-
util.sasl: Add basic tests for OAUTHBEARER19 months ago, by Kim Alvefur
-
util.sasl.oauthbearer: Tighter parsing of SASL message19 months ago, by Kim Alvefur
-
Merge 0.12->trunk19 months ago, by Kim Alvefur
-
teal: Describe http_url method19 months ago, by Kim Alvefur
-
mod_admin_shell: Show internal URL in addition to external in http:list19 months ago, by Kim Alvefur
-
mod_http: Add way to retrieve internal URL instead of external19 months ago, by Kim Alvefur
-
util.jsonschema: Update test suite ignore rules20 months ago, by Kim Alvefur
-
mod_admin_shell: Allow logging HTTP events with debug:logevents("http")20 months ago, by Kim Alvefur
-
mod_admin_shell: Allow logging global events with debug:logevents("*")20 months ago, by Kim Alvefur
-
net.http.server: Remove "Firing event" logs, use event logging instead20 months ago, by Kim Alvefur
-
net.http.server: Log request and response status lines20 months ago, by Kim Alvefur
-
net.http.server: Assign each request its own log source20 months ago, by Kim Alvefur
-
net.http.server: Assign an ID to each request, shared with response20 months ago, by Kim Alvefur
-
mod_tokenauth: Support selection of _no_ role at all20 months ago, by Kim Alvefur
-
mod_tokenauth: Return error instead of session for token without role20 months ago, by Kim Alvefur
-
mod_adhoc: Silence permission errors when listing commands20 months ago, by Kim Alvefur
-
mod_invites: Fix password reset invites20 months ago, by Kim Alvefur
-
core.sessionmanager: Delay closing a replaced connection after replacement20 months ago, by Kim Alvefur
-
doap: Update reference for publishing of XEP-0478: Stream Limits Advertisement20 months ago, by Kim Alvefur
-
mod_c2s,mod_s2s: Fix tag name for SLA (thanks mjk)20 months ago, by Kim Alvefur
-
Merge 0.12->trunk20 months ago, by Kim Alvefur
-
mod_csi_simple: Disable revert-to-inactive timer when going to active mode 0.1220 months ago, by Kim Alvefur
-
mod_admin_shell: Refactor 'cert' column20 months ago, by Kim Alvefur
-
util.jsonschema: Fix UTF-8ness of 'minLength' and 'maxLength'20 months ago, by Kim Alvefur
-
util.jsonschema: Implement 'minContains' and 'maxContains'20 months ago, by Kim Alvefur
-
util.jsonschema: Add some comments wrt Lua-specifics21 months ago, by Kim Alvefur
Scroll all the way down to load more.