Software /
code /
prosody
Graph
-
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 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
-
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
-
util.jsonschema: Implement 'luaPattern' - Lua variant of 'pattern'21 months ago, by Kim Alvefur
-
util.jsonschema: Implement 'luaPatternProperties' as Lua variant of 'patternProperties'21 months ago, by Kim Alvefur
-
util.jsonschema: Tweak description of disabled test21 months ago, by Kim Alvefur
-
util.jsonschema: Enable passing IEEE 754 equality test21 months ago, by Kim Alvefur
-
util.jsonschema: Fix NYI 'patternProperties' definition21 months ago, by Kim Alvefur
-
util.error: Add test for #180521 months ago, by Kim Alvefur
-
Merge 0.12->trunk21 months ago, by Kim Alvefur
-
util.error: Fix error on conversion of invalid error stanza, fix #1805 0.1221 months ago, by Kim Alvefur
-
mod_admin_shell: Fix display of remote cert status when expired etc 0.1221 months ago, by Kim Alvefur
-
mod_tls: Drop request for client certificates on outgoing connections21 months ago, by Kim Alvefur
-
mod_csi: Always advertise feature21 months ago, by Kim Alvefur
-
mod_tokenauth: Fix parsing binary part of tokens21 months ago, by Kim Alvefur
-
mod_tokenauth: Only check if expiry of expiring tokens21 months ago, by Kim Alvefur
-
mod_admin_shell: Use same wildcard matching in other s2s command21 months ago, by Kim Alvefur
-
mod_admin_shell: Factor apart wildcard matching into function for reuse21 months ago, by Kim Alvefur
-
mod_csi: Remove module status, doesn't work because of mod_smacks21 months ago, by Kim Alvefur
-
mod_http: Fix reliance on previous tostring() format of util.set21 months ago, by Kim Alvefur
-
util.human.io: Fix column width miscalculation21 months ago, by Kim Alvefur
-
util.human.io: Fix error with ellipsis to negative length21 months ago, by Kim Alvefur
-
tools/tb2err: Trim trailing whitespace21 months ago, by Kim Alvefur
-
tools/tb2err: Rewrite prosody-modules paths to ../modules21 months ago, by Kim Alvefur
-
tools/tb2err: Add some example usage in a comment21 months ago, by Kim Alvefur
-
tools/tb2err: Drop use of lua-any since it should run fine on any Lua21 months ago, by Kim Alvefur
-
mod_admin_shell: Add config:set([host,] key, value) because why not21 months ago, by Kim Alvefur
-
mod_admin_shell: Allow wildcard matches like s2s:show("*.example.com")21 months ago, by Kim Alvefur
-
util.sasl: Fix a singulars21 months ago, by Kim Alvefur
-
Merge 0.12->trunk21 months ago, by Matthew Wild
-
util.argparse: Translate '-' to '_' in long option names for convenience21 months ago, by Matthew Wild
-
mod_http_file_share: use util.human.io.parse_duration2022-04-28, by Jonas Schäfer
-
mod_mam: port to use util.human.io.parse_duration2022-04-28, by Jonas Schäfer
-
util.human.io: Add parse_duration() method to parse a duration string21 months ago, by Matthew Wild
-
mod_admin_shell: Allow "*" as substitute for 'nil' for easier CLI usage21 months ago, by Kim Alvefur
-
util.prosodyctl.shell: Fix sending terminal width with single argument21 months ago, by Kim Alvefur
-
util.human.io: Coerce $COLUMNS to number21 months ago, by Kim Alvefur
-
util.prosodyctl.shell: Coerce terminal width to string (for util.stanza)21 months ago, by Kim Alvefur
-
util.human.io: table: don't read $COLUMNS directly, just use term_width()21 months ago, by Matthew Wild
-
util.human.io: table: Return determined width as a second result21 months ago, by Matthew Wild
-
util.human.io: Prefer using the $COLUMNS environment variable if set (by readline)21 months ago, by Kim Alvefur
-
util.prosodyctl.shell: Use new term_width() for width21 months ago, by Kim Alvefur
-
util.human.io: table: use term_width() to discover terminal width21 months ago, by Matthew Wild
-
util.human.io: Add term_width() method to discover the terminal width21 months ago, by Matthew Wild
-
mod_admin_shell: Make IP column thinner if IPv6 is disabled21 months ago, by Kim Alvefur
-
mod_admin_shell: Make default column width 1 part21 months ago, by Kim Alvefur
-
mod_admin_shell: Fix attempt to compare number with string21 months ago, by Kim Alvefur
-
util.human.io: Pass the whole column definition to mapper function21 months ago, by Kim Alvefur
-
util.human.io: Allow defining per column ellipsis function21 months ago, by Kim Alvefur
-
util.human.io: Pass expected width to mapper function21 months ago, by Kim Alvefur
-
mod_admin_shell: Dynamically size JIDs and hosts21 months ago, by Kim Alvefur
-
mod_admin_shell: More dynamic widths calculations21 months ago, by Kim Alvefur
-
mod_admin_shell: Calculate widths of columns from example values21 months ago, by Kim Alvefur
-
mod_admin_shell: Strip 'prosody:' prefix to allow narrower Role column21 months ago, by Kim Alvefur
-
util.set: Change tostring format to {a, b, c}21 months ago, by Kim Alvefur
-
util.array: Change tostring format to [a,b,c]21 months ago, by Kim Alvefur
-
util.human.io: Fix pattern to support fractional proportions21 months ago, by Matthew Wild
-
util.human.io: Support for dynamic "proportional" columns21 months ago, by Matthew Wild
-
mod_debug_reset: Remove now unused import of util.time (thanks luacheck)21 months ago, by Matthew Wild
-
mod_debug_reset: Don't delay operations until next tick21 months ago, by Matthew Wild
-
integration tests: Preserve unmocked time.monotonic()21 months ago, by Matthew Wild
-
mod_csi: Drop summary stats, doesn't work in normal module21 months ago, by Kim Alvefur
-
mod_csi: Add metrics, covering changes and totals21 months ago, by Kim Alvefur
-
mod_tokenauth: Add API method to revoke a grant by id21 months ago, by Matthew Wild
-
Merge 0.12->trunk21 months ago, by Kim Alvefur
-
mod_adhoc: Remove "mod_" prefix from permission action name21 months ago, by Kim Alvefur
-
util.fsm: New utility lib for finite state machines2022-03-17, by Matthew Wild
-
util.set: Add missing remove function in Teal spec21 months ago, by Kim Alvefur
-
net.http: Rename enum in Teal spec to avoid name clash21 months ago, by Kim Alvefur
-
moduleapi: Add luacheck annotation to suppress warning about unused self21 months ago, by Matthew Wild
-
moduleapi: Add module:once() to execute a function after module load/startup21 months ago, by Matthew Wild
-
util.startup: Add prosody.started promise to easily execute code after startup21 months ago, by Matthew Wild
-
mod_admin_shell: Allow matching on host or bare JID in c2s:show21 months ago, by Kim Alvefur
-
mod_invites: Record roles as ordered list, first becoming primary role21 months ago, by Kim Alvefur
-
mod_invites_register: Allow roles to be an ordered list, first being primary21 months ago, by Kim Alvefur
-
mod_tokenauth: Add API to inspect individual grants or all of a user's grants21 months ago, by Matthew Wild
-
mod_tokenauth: Move grant validation to a reusable function21 months ago, by Matthew Wild
-
sessionmanager: Preserve 'since' property of original session after resumption21 months ago, by Matthew Wild
-
util.session: Add 'since' property with timestamp of session creation21 months ago, by Matthew Wild
-
mod_tokenauth: fix traceback if password has never been changed21 months ago, by Jonas Schäfer
-
teal-src/README: Words on Compiling to Lua21 months ago, by Kim Alvefur
-
teal-src/README: Tweak markdown syntax21 months ago, by Kim Alvefur
-
mod_tokenauth: Fire events on grant creation and revocation21 months ago, by Matthew Wild
-
teal-src: Add a README with a few pointers to get started21 months ago, by Kim Alvefur
-
teal-src: Add keyval+ store type21 months ago, by Matthew Wild
-
mod_tokenauth: Fix storage API mistake in revocation21 months ago, by Kim Alvefur
-
mod_tokenauth: Fix traceback when checking expiry of tokens with no expiry21 months ago, by Matthew Wild
-
mod_tokenauth: Refactor API to separate tokens and grants21 months ago, by Matthew Wild
-
mod_tokenauth: Support for creating sub-tokens21 months ago, by Matthew Wild
-
mod_tokenauth: return error if storage of new token fails21 months ago, by Matthew Wild
-
moduleapi: Add 'peek' to :may() and new :could() helper to suppress logging21 months ago, by Matthew Wild
-
moduleapi: may: Fail early if a local session has no role assigned21 months ago, by Matthew Wild
-
core.usermanager: Correct formatting of not implemented error21 months ago, by Kim Alvefur
-
mod_admin_shell: Enable user after creation with role21 months ago, by Kim Alvefur
-
mod_admin_shell: Simplify user creation when no role given21 months ago, by Kim Alvefur
-
util.jsonschema: Reorder type definition by specification, section21 months ago, by Kim Alvefur
-
util.jsonschema: Implement 'dependentSchemas'21 months ago, by Kim Alvefur
-
util.jsonschema: Implement 'dependentRequired'21 months ago, by Kim Alvefur
-
util.roles: Implement a serialization preparation metamethod21 months ago, by Kim Alvefur
-
util.set: Add a serialization preparation metamethod21 months ago, by Kim Alvefur
-
util.format: Update tests for serialization changes21 months ago, by Kim Alvefur
-
util.format: Restore "freeze" serialization behavior in logging21 months ago, by Kim Alvefur
-
util.format: Tweak serialization of %q formatted entries21 months ago, by Kim Alvefur
-
util.startup: Tweak function string representation21 months ago, by Kim Alvefur
-
mod_server_contact_info: Reorder dataform keys for more aligned view21 months ago, by Kim Alvefur
-
mod_tokenauth: Track last access time (last time a token was used)21 months ago, by Matthew Wild
-
teal: Move into prosody namespace22 months ago, by Kim Alvefur
-
CHANGES: The Great Rename-ning completed! #122322 months ago, by Kim Alvefur
-
plugins: Prefix module imports with prosody namespace21 months ago, by Kim Alvefur
-
util: Add compat for prosody module name change to C sources22 months ago, by Kim Alvefur
-
util: Prefix module imports with prosody namespace22 months ago, by Kim Alvefur
-
net: Prefix module imports with prosody namespace22 months ago, by Kim Alvefur
-
tests: Make tests work with new namespace prefix22 months ago, by Kim Alvefur
-
core: Prefix module imports with prosody namespace22 months ago, by Kim Alvefur
-
executables: Prefix module imports with prosody namespace22 months ago, by Kim Alvefur
-
mod_debug_reset: Remove unused import22 months ago, by Matthew Wild
-
scansion: Enable mod_debug_reset during tests22 months ago, by Matthew Wild
-
mod_debug_reset: New module to "reset" a running server (e.g. for testing)22 months ago, by Matthew Wild
-
scansion: vcard_temp: Ensure at least one connection is open throughout test22 months ago, by Matthew Wild
-
scansion: Fix tests failing after addition of pubsub#itemreply config field22 months ago, by Matthew Wild
-
scansion: Fix tests failing due to lack of 'publisher'22 months ago, by Matthew Wild
-
scansion: Add tests for pubsub#itemreply in PEP22 months ago, by Matthew Wild
-
scansion: PEP notifications no longer carry 'publisher' by default22 months ago, by Matthew Wild
-
mod_pep: Pass node/service objects to broadcaster when resending last item22 months ago, by Matthew Wild
-
mod_pubsub/pubsub.lib: Fix accidental name/var swap (thanks scansion)22 months ago, by Matthew Wild
-
mod_pubsub, mod_pep: Support per-node configurable inclusion of publisher22 months ago, by Matthew Wild
-
mod_tokenauth: Fix traceback in get_token_session()22 months ago, by Kim Alvefur
-
CHANGES: Add keyval+22 months ago, by Matthew Wild
-
features: Add "keyval+"22 months ago, by Matthew Wild
-
storagemanager: Add keyval+ (combined keyval + map) store type2022-09-27, by Matthew Wild
-
core.features: Add feature for prosody.loader22 months ago, by Kim Alvefur
-
executables: Invoke loader to allow mixing of old and new import style22 months ago, by Kim Alvefur
-
mod_tokenauth: Switch to new token format (invalidates existing tokens!)22 months ago, by Matthew Wild
-
mod_tokenauth: Log error when token validation fails22 months ago, by Matthew Wild
-
util.sasl.oauthbearer: Fix gs2-header parsing22 months ago, by Matthew Wild
-
mod_auth_internal_plain: Fix user creation done via mod_admin_shell22 months ago, by Vitaly Orekhov
-
prosody.loader: Ensure already loaded modules are found in old and new namespaces22 months ago, by Kim Alvefur
-
prosody.loader: Incorporate search path rewrite patch from Debian packages22 months ago, by Kim Alvefur
-
prosody.loader: Allow loading modules under 'prosody' namespace (#1223)22 months ago, by Kim Alvefur
-
mod_auth_internal_hashed: Shorten call path22 months ago, by Kim Alvefur
-
util.sasl.{scram,plain}: Pass authzid to SASL profile callback22 months ago, by Kim Alvefur
-
util.jsonschema: Disable some further new failing tests22 months ago, by Kim Alvefur
-
util.jsonschema: Ignore some new tests in test suite22 months ago, by Kim Alvefur
-
util.table: Expand table.move() tests (thanks mutation testing)22 months ago, by Matthew Wild
-
util.sasl.scram: Fix off-by-one indentation22 months ago, by Kim Alvefur
-
util.sasl.oauthbearer: Adjust parsing of GS2 to allow lack of authzid22 months ago, by Kim Alvefur
-
doap: Sort by XEP number22 months ago, by Kim Alvefur
-
util.sasl.oauthbearer: Return username from callback instead using authzid (BC)22 months ago, by Kim Alvefur
-
util.sasl.oauthbearer: Fix syntax error in b796e08e637622 months ago, by Matthew Wild
-
util.sasl.oauthbearer: Attach token_info to sasl handler22 months ago, by Matthew Wild
-
util.ip: Add Teal interface description22 months ago, by Kim Alvefur
-
util.ip: Tests for truncate()22 months ago, by Matthew Wild
-
mod_auth_internal_hashed: Record time of account disable / re-enable22 months ago, by Kim Alvefur
-
util.ip: Add ip.truncate() to return a new IP with only the prefix of another22 months ago, by Matthew Wild
-
util.ip: Add is_ip() helper method to detect if an object is an ip object22 months ago, by Matthew Wild
-
doap: Add RFC 7628 introduced in ab1164eda01122 months ago, by Kim Alvefur
-
util.jwt: Import definition of key from util.crypto22 months ago, by Kim Alvefur
-
util.jwt: Fixup argument and type order22 months ago, by Kim Alvefur
-
mod_admin_shell: Limit module dependency listings to loaded on current host22 months ago, by Kim Alvefur
-
util.jwt: Document interface as Teal definition file22 months ago, by Kim Alvefur
-
mod_authz_internal: Fix wrong role name field in user_can_assume_role()22 months ago, by Kim Alvefur
-
Merge 0.12->trunk22 months ago, by Kim Alvefur
-
mod_admin_shell: Show reverse dependencies in module:info()22 months ago, by Kim Alvefur
-
core.moduleapi: Record reverse dependencies22 months ago, by Kim Alvefur
-
authz: Add method for retrieving all roles22 months ago, by Kim Alvefur
-
mod_tokenauth: Fix misplaced closing parenthesis22 months ago, by Kim Alvefur
-
util.sasl.oauthbearer: Fix traceback on authz in unexpected format22 months ago, by Kim Alvefur
-
mod_tokenauth: Gracefully handle missing tokens22 months ago, by Matthew Wild
-
mod_auth_internal_hashed: Add oauthbearer handler to our SASL profile22 months ago, by Matthew Wild
-
mod_tokenauth: Add SASL handler backend that can accept and verify tokens22 months ago, by Matthew Wild
-
mod_tokenauth: Add some sanity checking of the new optional parameters22 months ago, by Matthew Wild
-
mod_tokenauth: Add 'purpose' constraint22 months ago, by Matthew Wild
-
mod_saslauth: Support for SASL handlers forcing a specific resource22 months ago, by Matthew Wild
-
util.sasl: Add SASL OAUTHBEARER mechanism (RFC 7628)22 months ago, by Matthew Wild
-
mod_admin_adhoc: Add XEP-0133 commands to Disable and Re-Enable users22 months ago, by Kim Alvefur
-
CHANGES: Mention new ability to disable and enable user accounts22 months ago, by Kim Alvefur
-
mod_admin_shell: Add commands to disable and enable accounts22 months ago, by Kim Alvefur
-
mod_c2s: Disconnect accounts when they are disabled22 months ago, by Kim Alvefur
-
core.usermanager: Fire events when enabling and disabling users22 months ago, by Kim Alvefur
-
core.usermanager: Add methods for enabling and disabling users22 months ago, by Kim Alvefur
-
core.usermanager: Add Teal description file22 months ago, by Kim Alvefur
-
mod_auth_internal_hashed: Implement methods to enable and disable users22 months ago, by Kim Alvefur
-
mod_auth_internal_hashed: Implement is_enabled() method22 months ago, by Kim Alvefur
-
mod_auth_internal_hashed: Add stub methods for enabling and disabling users22 months ago, by Kim Alvefur
-
mod_auth_internal_hashed: Refactor to prepare for disabling users22 months ago, by Kim Alvefur
-
Merge 0.12->trunk22 months ago, by Kim Alvefur
-
util.prosodyctl.check: Suggest 'http_cors_override' instead of older CORS settings 0.1222 months ago, by Kim Alvefur
-
Merge 0.12->trunk23 months ago, by Matthew Wild
-
Merge 0.12->trunk23 months ago, by Matthew Wild
-
mod_websocket: Fire pre-session-close event (fixes #1800) 0.12 0.12.323 months ago, by Matthew Wild
-
MUC: Add Occupant API methods to Teal spec23 months ago, by Kim Alvefur
-
MUC: Add Teal description of muc.lib functions23 months ago, by Kim Alvefur
-
MUC: Start on a Teal description of MUC rooms23 months ago, by Kim Alvefur
-
Merge 0.12->trunk23 months ago, by Matthew Wild
-
Merge 0.12->trunk23 months ago, by Kim Alvefur
-
mod_admin_socket: Return error on unhandled input to prevent apparent freeze 0.1223 months ago, by Kim Alvefur
-
Merge 0.12->trunk23 months ago, by Matthew Wild
-
net.http.server: Add new API to get HTTP request from a connection 0.1223 months ago, by Matthew Wild
-
util.poll: Include unistd.h only for epoll23 months ago, by Kim Alvefur
-
Merge 0.12->trunk23 months ago, by Matthew Wild
-
net.http.parser: Improve handling of responses without content-length 0.1223 months ago, by Matthew Wild
-
Merge 0.12->trunk23 months ago, by Matthew Wild
-
core.sessionmanager: Mark session as destroyed to prevent reentry 0.1224 months ago, by Kim Alvefur
-
core.sessionmanager: Skip log when (not) destroying destroyed sessions 0.1224 months ago, by Kim Alvefur
-
util.crypto: Preemptively silence 'strict-prototypes' warning23 months ago, by Kim Alvefur
-
mod_storage_sql: Remove module status on unknown 'debug' level23 months ago, by Kim Alvefur
-
core.moduleapi: Fix passing variable to logging23 months ago, by Kim Alvefur
-
mod_storage_sql: Silence luacheck warning23 months ago, by Kim Alvefur
-
mod_storage_sql: Record connection to database as module status23 months ago, by Kim Alvefur
-
mod_admin_shell: Match substring in muc:affiliations() like muc:occupants()23 months ago, by Kim Alvefur
-
mod_admin_shell: Sort MUC users by relation and JID23 months ago, by Kim Alvefur
-
mod_admin_shell: Make Role and Affiliation columns the same width for aesthetics23 months ago, by Kim Alvefur
-
mod_admin_shell: Use tables to present MUC users23 months ago, by Kim Alvefur
-
mod_admin_shell: Factor out room retrieval into common function23 months ago, by Kim Alvefur
-
mod_admin_shell: Add muc:affiliations(room) command to list memberships23 months ago, by Kim Alvefur
-
mod_admin_shell: Add muc:occupants(room) command to list occupants23 months ago, by Kim Alvefur
-
Merge 0.12->trunk24 months ago, by Kim Alvefur
-
util.startup: Close state on exit to ensure GC finalizers are called 0.1224 months ago, by Kim Alvefur
-
util.prosodyctl.shell: Close state on exit to fix saving shell history 0.1224 months ago, by Kim Alvefur
-
mod_muc_mam: Use higher precision timestamps24 months ago, by Kim Alvefur
-
Merge 0.12->trunk24 months ago, by Kim Alvefur
-
mod_mam,mod_muc_mam: Minimize differences (reorder, copy some comments) 0.1224 months ago, by Kim Alvefur
-
util.dnsregistry: Remove unintentional 'Unassigned' record24 months ago, by Kim Alvefur
-
tools/dnsregistry: Fix to ignore unassigned entries24 months ago, by Kim Alvefur
-
MUC: Add note about non-existant room method24 months ago, by Kim Alvefur
-
util.struct: Fix typo in comment24 months ago, by Kim Alvefur
-
mod_admin_socket: Fix typo in comments24 months ago, by Kim Alvefur
-
Merge 0.12->trunk24 months ago, by Kim Alvefur
-
luacheck: Remove long gone mod_storage_sql1 from excludes24 months ago, by Kim Alvefur
-
util.sqlite3: Skip prepared statements when no parameters are given2022-08-01, by Kim Alvefur
-
util.sqlite3: Create util.error registry from headers2021-10-01, by Kim Alvefur
-
mod_storage_sql: Support SQLite3 without LuaDBI24 months ago, by Kim Alvefur
-
util.sqlite3: SQLite3-only variant of util.sql using LuaSQLite32022-08-01, by Kim Alvefur
-
util.hashes: Silence compiler warning about char pointer signedness24 months ago, by Kim Alvefur
-
Merge 0.12->trunk24 months ago, by Kim Alvefur
-
prosodyctl check dns: Check for Direct TLS SRV records even if not configured (fix #1793) 0.1224 months ago, by Kim Alvefur
-
spec: Suppress some harmless luacheck warnings in tests24 months ago, by Matthew Wild
-
util.paseto: Add support for v3.local tokens24 months ago, by Matthew Wild
-
util.paseto: Fix omitted parameter24 months ago, by Matthew Wild
-
util.paseto: Stricter base64 decoding, as per spec24 months ago, by Matthew Wild
-
util.crypto: Add support for AES-256-CTR24 months ago, by Matthew Wild
-
util.hashes: Add HKDF-HMAC-SHA256/HKDF-HMAC-SHA38424 months ago, by Matthew Wild
-
Merge 0.12->trunk2023-01-10, by Kim Alvefur
-
net.http.server: Close file handle earlier2023-01-08, by Kim Alvefur
-
Merge 0.12->trunk2023-01-08, by Kim Alvefur
-
Merge 0.12->trunk2023-01-06, by Kim Alvefur
-
net.server_epoll: Remove delay on last main loop iteration when quitting2023-01-06, by Kim Alvefur
-
net.server_epoll: Factor out single main loop step into its own function2023-01-06, by Kim Alvefur
-
Merge 0.12->trunk2022-12-29, by Kim Alvefur
-
Merge 0.12->trunk2022-12-29, by Kim Alvefur
-
mod_storage_sql: Don't avoid initialization under prosodyctl (fix #1787) 0.122022-12-29, by Kim Alvefur
-
configure: Fix quoting of $LUA_SUFFIX (thanks shellcheck/Zash)2022-12-29, by Matthew Wild
-
sessionmanager: Fire event before retiring old session2022-12-29, by Matthew Wild
-
sessionmanager: Pluck sasl_handler from old session when resuming (fixes #1785)2022-12-29, by Matthew Wild
-
doap: Fix RDF syntax (thanks Link Mauve)2022-12-28, by Kim Alvefur
-
util.datamapper: Simplify test schema2022-12-20, by Kim Alvefur
-
util.openmetrics: Update tools.ietf.org URL to datatracker2022-12-19, by Kim Alvefur
-
mod_s2s_auth_certs: Validate certificates against secure SRV targets2022-12-21, by Kim Alvefur
-
net.resolvers.basic: Record hostname coming from secure SRV records2022-12-21, by Kim Alvefur
-
net.resolvers.service: Record DNSSEC security status of SRV records2022-12-21, by Kim Alvefur
-
net.resolvers.service: Fix reporting of Bogus DNSSEC results2022-12-21, by Kim Alvefur
-
Revert unintentionally committed parts of 12bd40b8e1052022-12-21, by Kim Alvefur
-
mod_s2s: Retrieve stanza size limit from peer for bidi connections2022-11-09, by Kim Alvefur
-
mod_s2s: Advertise stream features on bidi connections2022-10-20, by Kim Alvefur
-
mod_s2s_bidi: Add provisions for advertising features to bidi peers2022-10-20, by Kim Alvefur
-
mod_c2s,mod_s2s: Adapt to XEP-xxxx: Stream Limits Advertisement2022-10-20, by Kim Alvefur
-
mod_s2s: Avoid sending too large stanzas2021-03-16, by Kim Alvefur
-
mod_s2s: Record stanza size limit advertised by other servers2021-03-16, by Kim Alvefur
-
mod_s2s: Advertise stanza size limit to other servers2021-03-16, by Kim Alvefur
-
mod_c2s: Advertise stanza size limit to clients2021-03-16, by Kim Alvefur
-
mod_smacks: Factor out resumption token table key generation2022-11-13, by Kim Alvefur
-
Merge 0.12->trunk2022-12-12, by Kim Alvefur
-
mod_smacks: Only track resumable sessions2022-11-18, by Kim Alvefur
-
util.hashring: Support associating arbitrary data with nodes2022-12-02, by Matthew Wild
-
util.hashring: tests: don't randomize order - they are written in a sequential style2022-12-02, by Matthew Wild
-
Merge 0.12->trunk2022-11-04, by Matthew Wild
-
Merge 0.12->trunk2022-10-31, by Matthew Wild
-
mod_http: Allow disabling CORS in the http_cors_override option and by default 0.122022-10-31, by Matthew Wild
-
Merge 0.12->trunk2022-10-24, by Kim Alvefur
-
mod_admin_shell: Ensure connection exists to get port from (fixes #1777) 0.122022-10-23, by Kim Alvefur
-
util.prosodyctl.cert: Remove Lua 5.1 os.execute() return value compat2022-10-20, by Kim Alvefur
-
util.prosodyctl: Remove Lua 5.1 os.execute() return value compat2022-10-20, by Kim Alvefur
-
util.openssl: Remove Lua 5.1 os.execute() return value compat2022-10-20, by Kim Alvefur
-
util.human.io: Fix handling of os.execute() return values in Lua 5.2+2022-10-20, by Kim Alvefur
-
util.mathcompat: Module to ease reuse of math.type()2022-10-20, by Kim Alvefur
-
util.startup: Provide a common Lua 5.3+ math.type() for Lua 5.22022-10-19, by Kim Alvefur
-
Merge 0.12->trunk2022-10-20, by Kim Alvefur
-
util.startup: Ensure import() is available in prosodyctl (thanks keyzer) 0.122022-10-20, by Kim Alvefur
-
util.smqueue: Improve tests2022-10-19, by Kim Alvefur
-
util.jsonpointer: Improve tests2022-10-19, by Kim Alvefur
-
util.datamapper: Remove leftover debug assert (Only Teal, not included in build)2022-10-19, by Kim Alvefur
-
mod_blocklist: Add option 'migrate_legacy_blocking' to disable migration from mod_privacy2022-10-17, by Kim Alvefur
-
util.stanza: Add new methods to Teal interface specification2022-10-17, by Kim Alvefur
-
mod_c2s: Include stream attributes in stream-features event2022-10-14, by Matthew Wild
-
mod_tokenauth: Allow attaching an arbitrary data table to a token2022-10-13, by Matthew Wild
-
util.cache: Add some missing test cases2022-10-13, by Matthew Wild
-
util.jid: Add test for invalid domain but valid UTF-8 (thanks jonas)2022-10-11, by Matthew Wild
-
util.jid: Simplify boolean logic in conditionals2022-10-11, by Matthew Wild
-
util.jid: Remove redundant check from split() (micro-optimization?)2022-10-11, by Matthew Wild
-
util.jid: Add missing test cases2022-10-11, by Matthew Wild
-
.luacheckrc: Add test_mutants.sh.lua to the ignore list2022-10-11, by Matthew Wild
-
tools: Add initial mutation testing script2022-10-11, by Matthew Wild
-
util.dbuffer: Add a bunch of missing test cases2022-10-11, by Matthew Wild
-
util.dbuffer: Add efficient shortcuts for discard() in certain cases2022-10-11, by Matthew Wild
-
util.dbuffer: Remove redundant code (read_chunk() cannot fail at this point)2022-10-11, by Matthew Wild
-
Merge 0.12->trunk2022-10-09, by Kim Alvefur
-
util.datetime: Add some missing test cases2022-10-08, by Matthew Wild
-
util.roles: Fix tests to use autogenerated role id2022-10-08, by Matthew Wild
-
util.roles: Add some more missing test cases2022-10-08, by Matthew Wild
-
util.promise: Fix field name in failing test (introduced in 2639e0e1c378)2022-10-07, by Matthew Wild
-
util.promise: Add some missing test cases (found through mutation testing)2022-10-07, by Matthew Wild
-
util.promise: Remove line that was supposed to be removed in eb9814372c542022-10-07, by Matthew Wild
-
util.promise: Remove some redundant checks, add tests confirming redundancy2022-10-07, by Matthew Wild
-
util.roles: Add a :policies() method to iterate through available policies2022-10-07, by Matthew Wild
-
util.roles: Add tests2022-10-07, by Matthew Wild
-
util.roles: Return nil if the role has no explicit policy (fixes inheritance)2022-10-07, by Matthew Wild
-
mod_smacks: Change boolean attribute from '1' to 'true' for compatibility2022-10-07, by Matthew Wild
-
util.iterators: join: Work even with only a single iterator in the chain2022-10-06, by Matthew Wild
-
mod_tokenauth: Remove expired tokens from storage2022-10-06, by Matthew Wild
-
mod_tokenauth: Invalidate tokens issued before most recent password change2022-10-06, by Matthew Wild
-
prosodyctl: check turn: More clearly indicate the error is from TURN server2022-10-06, by Matthew Wild
-
mod_authz_internal: Fix warning due to global use2022-10-04, by Kim Alvefur
-
Backed out changeset 1bc2220cd6ec2022-10-03, by Jonas Schäfer
-
util.jwt: More robust ECDSA signature parsing, fail early on unexpected length2022-09-30, by Matthew Wild
-
util.crypto: Fix tests2022-09-29, by Kim Alvefur
-
util.jwt: Add support for ES512 (+ tests)2022-09-29, by Matthew Wild
-
util.crypto, util.jwt: Generate consistent signature sizes (via padding)2022-09-29, by Matthew Wild
-
CHANGES: Update with MUC permission changes2022-09-29, by Matthew Wild
-
mod_authz_internal: Allow specifying default role for public (remote) users2022-09-29, by Matthew Wild
-
Backed out changeset 73a45ba6e3f1 in favour of 427dd01f08642022-09-29, by Matthew Wild
-
mod_muc: Better map restrict_room_creation to role permissions (behaviour change)2022-09-29, by Matthew Wild
-
mod_authz_internal: Allow configuring role of local-server/parent-host users2022-09-29, by Matthew Wild
-
muc: Re-allow non-admins to configure persistence (thanks Meaz)2022-09-28, by Matthew Wild
-
doap: Latest XEP-0440 supported since 9f100ab9ffdf2022-09-26, by Matthew Wild
-
mod_admin_shell: Fix display of session without role (thanks Link Mauve)2022-09-23, by Kim Alvefur
-
mod_saslauth: Put <sasl-channel-binding> in stream:features per XEP-0440 0.4.02022-09-21, by Matthew Wild
-
Merge 0.12->trunk2022-09-15, by Kim Alvefur
-
util.stanza: Return nil instead of nothing (fix test with luassert >=1.9) 0.122022-09-15, by Kim Alvefur
-
mod_storage_sql: Strip timestamp precision in queries to fix error (thanks muppeth)2022-09-07, by Kim Alvefur
-
mod_http_file_share: Use correct variable name (thanks riau.sni)2022-09-04, by Matthew Wild
-
mod_saslauth: Fix incorrect variable name introduced in 27a4a7e648312022-09-03, by Matthew Wild
-
mod_smacks: Set session flag during successful enable2022-09-03, by Matthew Wild
-
mod_smacks: Add type field to results so actions can be later distinguished2022-09-03, by Matthew Wild
-
mod_saslauth: Only announce bind feature if no resource yet bound2022-09-03, by Matthew Wild
-
semgrep: Catch stanza:text() (assuming it's meant to be :get_text())2022-09-03, by Matthew Wild
-
util.paseto: Do strict type check in pae() function2022-07-11, by Kim Alvefur
-
util.crypto: Use Lua 5.2 API for predictable buffer size2022-07-11, by Kim Alvefur
-
util.crypto: Use stack space buffers2022-07-11, by Kim Alvefur
-
util.paseto: Drop custom wrappers around key objects2022-07-11, by Matthew Wild
-
util.paseto: Add tests based on official PASETO test vectors2022-07-11, by Matthew Wild
-
util.paseto: Export similar API to new util.jwt for ease and consistency2022-07-11, by Matthew Wild
-
util.paseto: Error early on invalid keys2022-07-11, by Matthew Wild
-
util.paseto: Fix to decode footer before comparison2022-07-11, by Matthew Wild
-
mod_http_file_share: Switch to new util.jwt API2022-07-11, by Matthew Wild
-
util.jwt: Add new init() convenience method to obtain both signer and verifier2022-07-11, by Matthew Wild
-
util.jwt: Consolidate payload parsing, ensure it's always a valid object2022-07-11, by Matthew Wild
-
util.jwt: Provide built-in token expiry support (defaults to 3600s lifetime)2022-07-11, by Matthew Wild
-
util.jwt: All the algorithms (+ all the tests!)2022-07-02, by Matthew Wild
-
util.crypto: tests: fix some tests that didn't do much (thanks luacheck!)2022-07-02, by Matthew Wild
-
util.crypto: More digests for sign/verify, use macros for clarity/consistency2022-07-02, by Matthew Wild
-
util.jwt: Overhaul of tests to use declarative approach2022-07-02, by Matthew Wild
-
spec: Move test crypto keys to a shared file for clarity and easy maintenance2022-07-02, by Matthew Wild
-
util.jwt: Add support for RSA-based algorithms (RS256, PS256)2022-07-02, by Matthew Wild
-
util.crypto: Friendlier error message on incorrect key types2022-07-02, by Matthew Wild
-
util.crypto: Add support for RSA signatures (PKCS1-v1.5 + PSS)2022-07-02, by Matthew Wild
-
util.jwt: Add support/tests for ES256 via improved API and using util.crypto2022-07-01, by Matthew Wild
-
util.crypto: Add Teal type specification2022-06-30, by Kim Alvefur
-
util.paseto: Implementation of PASETO v4.public tokens2022-06-24, by Matthew Wild
-
util.crypto: New wrapper for some operations in OpenSSL's libcrypto2022-06-24, by Matthew Wild
-
util-src: Add new utility header managed_pointer.h2022-07-01, by Matthew Wild
-
mod_smacks: Set session.smacks after sending <enabled/> to fix traceback2022-08-29, by Matthew Wild
-
core.moduleapi: Check for local role-aware sessions before e.g. s2s2022-08-29, by Kim Alvefur
-
mod_smacks: Use new :add_error() in last remaining error result construction2022-08-29, by Matthew Wild
-
mod_smacks: Split enable handling to stages, to allow easier SASL2 integration2022-08-29, by Matthew Wild
-
util.stanza: Add add_error() to simplify adding error tags to existing stanzas2022-08-29, by Matthew Wild
-
mod_component: Require 'from' attribute on stanzas by default2022-08-28, by Matthew Wild
-
mod_external_services: Update tools.ietf.org URL2022-08-27, by Kim Alvefur
-
doap: Update for XEP-0215 advancement to Stable2022-08-27, by Kim Alvefur
-
core.usermanager: Link to docs for new role API to make warning more actionable2022-08-27, by Kim Alvefur
-
mod_smacks: Split resumption into multiple stages, to simplify ISR integration2022-08-26, by Matthew Wild
-
mod_s2s: Simplify conditionals since all sessions should have .host now2022-08-26, by Kim Alvefur
-
Merge 0.12->trunk2022-08-26, by Kim Alvefur
-
mod_smacks: Don't close resuming session when failed due to overflow2022-08-26, by Matthew Wild
-
mod_smacks: Long overdue cleanup of resumption code, fixes some old TODOs2022-08-26, by Matthew Wild
-
mod_admin_shell: Rename variable to avoid confusion with global function2022-08-25, by Kim Alvefur
-
mod_admin_shell: Fix output from user:roles()2022-08-25, by Kim Alvefur
-
Merge role-auth->trunk2022-08-22, by Matthew Wild
-
CHANGES: Add role auth2022-08-22, by Matthew Wild
-
mod_admin_shell: Ensure account has role before it is usable2022-08-18, by Kim Alvefur
-
mod_auth_insecure: Store creation and update timestamps on account2022-08-18, by Kim Alvefur
-
mod_admin_shell: Update help for user:create to reflect singular role argument2022-08-18, by Kim Alvefur
-
mod_auth_internal_hashed: Allow creating disabled account without password2022-08-18, by Kim Alvefur
-
mod_admin_shell: Update with new role management commands and help text2022-08-18, by Matthew Wild
-
core.usermanager: Update argument name in authz fallback method2022-08-18, by Kim Alvefur
-
core.usermanager: Remove obsolete authz fallback method2022-08-18, by Kim Alvefur
-
core.usermanager: Add missing methods to fallback authz provider2022-08-18, by Kim Alvefur
-
core.usermanager: Add scoped luacheck ignore rule to reduce clutter2022-08-18, by Kim Alvefur
-
mod_authz_internal: Expose convenience method to test if user can assume role2022-08-18, by Matthew Wild
-
mod_authz_internal, and more: New iteration of role API2022-08-17, by Matthew Wild
-
util.roles: Add Teal interface declaration2022-08-12, by Kim Alvefur
-
mod_admin_shell: Show session role in c2s:show2022-08-15, by Kim Alvefur
-
usermanager: Add back temporary is_admin to warn about deprecated API usage2022-08-15, by Matthew Wild
-
usermanager: Remove concept of global authz provider2022-08-12, by Matthew Wild
-
usermanager: Fix method name of global authz provider (thanks Zash)2022-08-12, by Matthew Wild
-
usermanager: Remove obsolete function from global authz provider2022-08-11, by Matthew Wild
-
features: Add "permissions" feature for role-auth2022-08-11, by Matthew Wild
-
usermanager: Handle local JIDs being passed to get/set_jid_role()2022-08-01, by Matthew Wild
-
core.usermanager: Add missing stub authz methods to global authz provider2022-07-20, by Kim Alvefur
-
moduleapi: Stricter type check for actor in permission check2022-07-20, by Kim Alvefur
-
moduleapi: Remove redundant expansion of ':' prefix in permission names2022-07-20, by Kim Alvefur
-
moduleapi: Distribute permissions set from global modules to all hosts2022-07-20, by Kim Alvefur
-
mod_tokenauth: New API that better fits how modules are using token auth2022-07-20, by Matthew Wild
-
mod_authz_internal: Use util.roles, some API changes and config support2022-07-19, by Matthew Wild
-
util.roles: Add new utility module to consolidate role objects and methods2022-07-19, by Matthew Wild
-
usermanager, mod_auth_*: Add get_account_info() returning creation/update time2022-07-12, by Matthew Wild
-
core.moduleapi: Expand permission name ':' prefix earlier2022-06-15, by Kim Alvefur
-
core.moduleapi: Fixup method name2022-06-15, by Kim Alvefur
-
teal-src: update module.d.tl with new access control methods2022-06-15, by Matthew Wild
-
Switch to a new role-based authorization framework, removing is_admin()2022-06-15, by Matthew Wild
-
mod_saslauth: Rename field from 'scope'->'role'2022-06-15, by Matthew Wild
-
util.session: Add role management methods2022-06-15, by Matthew Wild
-
net.connect: Clear TODO for Happy Eyeballs / RFC 8305, close #12462022-08-19, by Kim Alvefur
-
Merge 0.12->trunk2022-08-18, by Matthew Wild
-
util.stanza: Add method for extracting a single attribute value2022-08-17, by Kim Alvefur
-
mod_time: Remove obsolete XEP-0090 support2022-08-15, by Kim Alvefur
-
util.datetime: Update Teal interface description2022-08-17, by Kim Alvefur
-
util.datetime: Remove a line2022-08-17, by Kim Alvefur
-
mod_time: Return sub-second precision timestamps2022-08-14, by Kim Alvefur
-
mod_storage_sql: Drop archive timestamp precision pending schema update2022-08-14, by Kim Alvefur
-
mod_mam: Store archives with sub-second precision timestamps2022-08-14, by Kim Alvefur
-
util.datetime: Add support for sub-second precision timestamps2022-08-14, by Kim Alvefur
-
util.datetime: Fix argument order in tests2022-08-14, by Kim Alvefur
-
util.signal: Fix name conflict in Teal interface declaration2022-08-10, by Kim Alvefur
-
util.error: Use avoid name conflict in Teal interface declaration2022-08-10, by Kim Alvefur
-
util.uuid: Fix syntax of Teal interface declaration file2022-08-10, by Kim Alvefur
-
util.timer: Add Teal interface description2022-07-24, by Kim Alvefur
-
util.termcolours: Add Teal interface description2022-07-24, by Kim Alvefur
-
util.queue: Add Teal interface description2022-07-24, by Kim Alvefur
-
util.logger: Add Teal interface description2022-07-24, by Kim Alvefur
-
util.bitcompat: Add Teal type specification2022-06-30, by Kim Alvefur
-
util.struct: Add Teal interface description file2022-06-15, by Kim Alvefur
-
util.table: Add move() to Teal interface description file2022-06-15, by Kim Alvefur
-
util.set: Add teal type declaration file2022-02-16, by Kim Alvefur
-
util.serialization: Add Teal type specification2021-12-01, by Kim Alvefur
-
util.dataforms: Add missing :data() to Teal definition2021-11-15, by Kim Alvefur
-
util.dataforms: Restructure Teal definition file2021-11-15, by Kim Alvefur
-
util.human.io: Add Teal interface definition2021-11-10, by Kim Alvefur
-
util.promise: Add Teal interface specification file2022-07-24, by Kim Alvefur
-
teal: add stub util.array teal defs2022-07-24, by Kim Alvefur
-
net.server: Add teal description file2022-07-24, by Kim Alvefur
-
net.http: Add teal description files2022-07-24, by Kim Alvefur
-
util.human.units: Specify enum argument to format()2021-07-05, by Kim Alvefur
-
core.storagemanager: Convert old Typed Lua description file into Teal2021-03-24, by Kim Alvefur
-
util.hex: Update Teal spec for function rename in a0ff5c438e9d2022-08-10, by Kim Alvefur
-
doap: Update XEP versions for which no code changes appear needed2022-08-08, by Kim Alvefur
-
various: Update IETF RFC URLs for tools.ietf.org transition2022-08-05, by Kim Alvefur
-
mod_admin_shell: Remove obsolete module:load() argument from 0.8 time2022-08-05, by Kim Alvefur
-
mod_tls: Record STARTTLS state so it can be shown in Shell2022-08-02, by Kim Alvefur
-
net.resolvers.basic: Add opt-out argument for DNSSEC security status2022-08-02, by Kim Alvefur
-
Merge 0.12->trunk2022-07-29, by Kim Alvefur
-
mod_http_files: Log warning about legacy modules using mod_http_files 0.122022-07-17, by Kim Alvefur
-
util.sasl.scram: Add 'tls-exporter' as recognised channel binding method2022-07-26, by Kim Alvefur
-
Merge 0.12->trunk2022-07-26, by Kim Alvefur
-
mod_saslauth: Implement RFC 9266 'tls-exporter' channel binding (#1760)2022-06-01, by Kim Alvefur
-
mod_bookmarks: Reduce error about not having bookmarks to debug (thanks tom) 0.122022-07-26, by Kim Alvefur
-
util.table: Fix inaccurate comment2022-07-11, by Kim Alvefur
-
compat: Use table.pack (there since Lua 5.2) over our util.table2022-07-11, by Kim Alvefur
-
compat: Remove handling of Lua 5.1 location of 'unpack' function2022-07-11, by Kim Alvefur
-
Merge 0.12->trunk2022-07-11, by Kim Alvefur
-
luacheck: Set expected globals to Lua 5.4 + compat2022-07-10, by Kim Alvefur
-
core.s2smanager: Don't remove unrelated session on close of bidi session 0.122022-06-26, by Kim Alvefur
-
Merge 0.12->trunk2022-07-08, by Kim Alvefur
-
luacheck: Shut up (backports 3caff1f93520, ignores module deleted in trunk) 0.122022-05-30, by Kim Alvefur
-
Merge 0.12->trunk2022-07-08, by Kim Alvefur
-
Merge 0.12->trunk2022-07-08, by Kim Alvefur
-
util.datamapper: Improve handling of schemas with non-obvious "type" 0.122022-07-08, by Kim Alvefur
-
util.jsonschema: Fix validation to not assume presence of "type" field 0.122022-07-08, by Kim Alvefur
-
executables: Reject Lua 5.1 early2022-07-02, by Kim Alvefur
-
CHANGES: Lua 5.1 support removed (closes #1600)2022-07-05, by Kim Alvefur
-
util.envload: Remove Lua 5.1 method2022-07-05, by Kim Alvefur
-
util-src: Remove Lua 5.1 compat macros2022-07-01, by Kim Alvefur
-
mod_storage_sql: Remove Lua 5.1 compatibility hack2022-07-02, by Kim Alvefur
-
util: Remove various Lua 5.1 compatibility hacks2022-07-02, by Kim Alvefur
-
util.dependencies: Reject Lua 5.1, Lua 5.2 or later is now required (see #1600)2022-07-02, by Kim Alvefur
-
tests: Remove special-casing of Lua 5.12022-07-02, by Kim Alvefur
-
configure: No longer accept Lua 5.12022-06-30, by Kim Alvefur
-
util.dependencies: Deprecate support for Lua 5.1, this is your final warning2022-06-30, by Kim Alvefur
-
util.hashes: Revert to HMAC() convenience function2022-06-24, by Kim Alvefur
-
util.hashes: Remove unused constants2022-06-24, by Kim Alvefur
-
util.hashes: Remove unused struct2022-06-24, by Kim Alvefur
-
util.hashes: Return OpenSSL error messages on failure2022-06-24, by Kim Alvefur
-
util.hashes: Add SHA3 bindings2020-09-10, by Kim Alvefur
-
util.hashes: Bind BLAKE2 algoritms supported by OpenSSL2020-09-10, by Kim Alvefur
-
util.hashes: Refactor PBKDF2 to deduplicate code2020-09-10, by Kim Alvefur
-
util.hashes: Expose sha224 and sha384 HMAC functions2020-11-29, by Kim Alvefur
-
util.hashes: Refactor HMAC bindings (fixes #1589)2020-11-29, by Kim Alvefur
-
util.hashes: Refactor hash functions to use OpenSSL EVP methods (fix #1698)2020-09-10, by Kim Alvefur
-
Merge 0.12->trunk2022-06-19, by Kim Alvefur
-
net.unbound: Merge luaunbound and prosody defaults in absence of user config (fixes #1763) (thanks rgd) 0.122022-06-19, by Kim Alvefur
-
mod_mam: Silence luacheck (yay warnings in CI but not locally)2022-06-14, by Kim Alvefur
-
mod_mam: Clarify comment (thanks chili-b)2022-06-14, by Kim Alvefur
-
Merge 0.12->trunk2022-06-14, by Kim Alvefur
-
mod_csi_simple: Collect stats on number of stanzas per flush2022-06-14, by Kim Alvefur
-
mod_admin_shell: Show session id ping reply came2022-06-13, by Kim Alvefur
-
Merge 0.12->trunk2022-06-13, by Kim Alvefur
-
net.http.codes: Refresh from registry, many refs now point to RFC91102022-06-13, by Kim Alvefur
-
util.watchdog: Allow passing a new timeout to :reset()2022-06-11, by Matthew Wild
-
util.watchdog: Allow :reset() to restart a cancelled watchdog2022-06-11, by Matthew Wild
-
util.watchdog: Update to use "new" util.timer API2022-06-11, by Matthew Wild
-
Merge 0.12->trunk2022-06-09, by Matthew Wild
-
net.server: Fix multiple return values2022-06-03, by Kim Alvefur
-
mod_saslauth: Advertise channel bindings via XEP-04402020-12-06, by Kim Alvefur
-
mod_admin_shell: Include last (mod_cron) task run time in module:info()2022-06-01, by Kim Alvefur
-
util.prosodyctl.shell: Print errors in red to highlight them2022-06-01, by Kim Alvefur
-
mod_admin_shell: Drop unused argument [luacheck]2022-05-31, by Kim Alvefur
-
mod_admin_shell: Show bound ports in module:info2022-05-30, by Kim Alvefur
-
mod_admin_shell: Document the 'watch' section in the built-in help2022-05-30, by Kim Alvefur
-
util.openmetrics: Set __name field on metatables to improve error messages2022-05-30, by Kim Alvefur
-
util.openmetrics: Set (previously unused, empty) metatable2022-05-30, by Kim Alvefur
-
luacheck: Ignore new warning about uses of `not (x == y)` and similar2022-05-30, by Kim Alvefur
-
luacheck: Ignore new warning about using variables prefixed with '_'2022-05-30, by Kim Alvefur
-
core.configmanager: Remove COMPAT for old config format from 20132022-05-29, by Kim Alvefur
-
util.vcard: Delete since nothing uses it2022-05-30, by Kim Alvefur
-
prosodyctl shell: Communicate width of terminal to mod_admin_shell2022-05-30, by Kim Alvefur
-
mod_smacks: Indicate that bounces are generated by the server2022-05-27, by Kim Alvefur
-
Merge 0.12->trunk2022-05-27, by Kim Alvefur
-
mod_smacks: Bounce unhandled stanzas from local origin (fix #1759) 0.12 0.12.12022-05-27, by Kim Alvefur
-
mod_smacks: Fix bounce of stanzas directed to full JID on unclean disconnect 0.122022-05-27, by Kim Alvefur
-
mod_smacks: Remove debug log references to timer (not used anymore)2022-05-26, by Kim Alvefur
-
Merge 0.12->trunk2022-05-26, by Kim Alvefur
-
Merge 0.12->trunk2022-05-26, by Kim Alvefur
-
mod_smacks: Use session logging for remaining log messages2022-05-21, by Kim Alvefur
-
mod_smacks: Factor out some convenience functions2022-02-11, by Kim Alvefur
-
util.stanza: Document top level attributes in Teal definition2022-05-17, by Kim Alvefur
-
util.stanza: Document error conditions in Teal definition2022-05-17, by Kim Alvefur
-
net.server_epoll: Add option to defer accept() until data available2022-05-15, by Kim Alvefur
-
net.server_epoll: Wrap LuaSocket object earlier to reuse option setting method2021-07-15, by Kim Alvefur
-
net.server_epoll: Move call to refresh remote IP address out of wrapper2021-07-15, by Kim Alvefur
-
net.server_epoll: Add support for TCP Fast Open2021-07-08, by Kim Alvefur
-
Merge 0.12->trunk2022-05-16, by Kim Alvefur
-
Merge 0.12->trunk2022-05-16, by Kim Alvefur
-
Merge 0.12->trunk2022-05-15, by Kim Alvefur
-
mod_admin_shell: Tighten up type checks to fix #1754 (thanks clouded) 0.122022-05-15, by Kim Alvefur
-
mod_smacks: Initialize queue before sending <enable>2022-05-15, by Kim Alvefur
-
mod_cron: Remove difference between teal version2022-05-15, by Kim Alvefur
-
teal/moduleapi: Describe timer wrapper2022-05-15, by Kim Alvefur
-
Merge 0.12->trunk2022-05-09, by Kim Alvefur
-
util.async: Add Teal description file2022-05-08, by Kim Alvefur
-
Merge 0.12->trunk2022-05-08, by Kim Alvefur
-
mod_s2s: Log queued stanzas for which no error reply is produced2022-05-07, by Kim Alvefur
-
mod_s2s: Don't bounce queued error stanzas (thanks Martin)2022-05-07, by Kim Alvefur
-
Merge 0.12->trunk2022-05-06, by Matthew Wild
-
mod_invites_adhoc: Fall back to generic allow_user_invites for role-less users 0.122022-05-06, by Matthew Wild
-
Merge 0.12->trunk2022-05-05, by Kim Alvefur
-
util.prosodyctl.check: turn: Report lack of TURN services as a problem #1749 0.122022-05-03, by Kim Alvefur
-
net.server_select: Restore dependency on LuaSec to soft for tests2022-04-27, by Kim Alvefur
-
net.tls_luasec: Harden dependency on LuaSec2022-04-27, by Kim Alvefur
-
Merge 0.12->trunk2022-04-27, by Kim Alvefur
-
mod_tls: pass target hostname to starttls2021-09-17, by Jonas Schäfer
-
mod_tls: tell network backend to stop reading while preparing TLS2022-04-02, by Jonas Schäfer
-
mod_tls: Do not offer TLS if the connection is considered secure2021-09-17, by Jonas Schäfer
-
net: refactor sslconfig to not depend on LuaSec2022-04-02, by Jonas Schäfer
-
net: isolate LuaSec-specifics2022-04-27, by Jonas Schäfer
-
Merge 0.12->trunk2022-04-25, by Matthew Wild
-
Merge 0.12->trunk2022-04-25, by Matthew Wild
-
util.argparse: Return final 'arg' table with positional arguments for convenience 0.122022-04-25, by Matthew Wild
-
mod_s2s: Improve robustness of outgoing s2s certificate verification 0.122022-04-25, by Matthew Wild
-
mod_s2s: Distinguish DANE TLSA errors from generic cert chain errors2022-04-25, by Kim Alvefur
-
mod_s2s: Recognise and report errors with CA or intermediate certs2022-04-25, by Kim Alvefur
-
mod_smacks: Improve activation of smacks on outgoing s2s2022-04-24, by Kim Alvefur
-
util.crand: Reduce scope here too2022-04-23, by Kim Alvefur
-
util.strbitop: Reduce scope of functions2022-04-23, by Kim Alvefur
-
net.connect: Fix accumulation of connection attempt references2022-04-20, by Kim Alvefur
-
Merge 0.12->trunk2022-04-13, by Matthew Wild
-
util.prosodyctl: check turn: ensure a result is always returned from a check (thanks eTaurus) 0.122022-04-13, by Matthew Wild
-
make: Install stanza watcher library (thanks Menel)2022-04-13, by Kim Alvefur
-
mod_admin_shell: Add watch:stanzas() command2022-03-23, by Matthew Wild
-
mod_debug_stanzas/watcher: New module library to dynamically 'watch' for stanzas2022-03-23, by Matthew Wild
-
mod_s2s: Store real stanzas in session.sendq, rather than strings2022-03-23, by Matthew Wild
-
Merge 0.12->trunk2022-04-08, by Kim Alvefur
-
mod_storage_xep0227: Fix mapping of nodes without explicit configuration 0.122022-04-08, by Kim Alvefur
-
Merge 0.12->trunk2022-04-08, by Kim Alvefur
-
mod_storage_xep0227: Fix conversion of SCRAM into internal format (fix #1741) 0.122022-04-08, by Kim Alvefur
-
mod_storage_xep0227: Support basic listing of PEP nodes in absence of pubsub#admin data 0.122022-03-31, by Kim Alvefur
-
Merge 0.12->trunk2022-04-07, by Matthew Wild
-
mod_storage_xep0227: Handle missing {pubsub#owner}pubsub element (fixes #1740) 0.122022-04-07, by Matthew Wild
-
Merge 0.12->trunk2022-04-05, by Kim Alvefur
-
Merge 0.12->trunk2022-04-04, by Kim Alvefur
-
core.modulemanager: Fix global flag on per-host instances of shared modules (fix #1736) 0.122022-04-04, by Kim Alvefur
-
Merge 0.12->trunk2022-04-03, by Matthew Wild
-
configmanager: Clearer errors when providing unexpected values after VirtualHost (fixes #1735, thanks arawaks) 0.122022-04-03, by Matthew Wild
-
Merge 0.12->trunk2022-04-02, by Kim Alvefur
-
util.random: Test whether util.crand works before using it (fix #1734) 0.122022-04-02, by Kim Alvefur
-
Merge 0.12->trunk2022-03-28, by Matthew Wild
-
mod_http (and dependent modules): Make CORS opt-in by default (fixes #1731) 0.122022-03-28, by Matthew Wild
-
mod_http: Reintroduce support for disabling or limiting CORS (fixes #1730) 0.122022-03-28, by Matthew Wild
-
Merge 0.12->trunk2022-03-28, by Matthew Wild
-
prosodyctl: check config: Report paths of loaded configuration files (fixed #1729) 0.122022-03-28, by Matthew Wild
-
configmanager: Add method to report loaded config files (part of #1729 fix) 0.122022-03-28, by Matthew Wild
-
Merge 0.12->trunk2022-03-28, by Matthew Wild
-
mod_tombstones: Add caching to improve performance on busy servers (fixes #1728) 0.122022-03-28, by Matthew Wild
-
mod_turn_external: Update status and friendlier handling of missing secret option (fixes #1727) 0.122022-03-28, by Matthew Wild
-
Merge 0.12->trunk2022-03-27, by Kim Alvefur
-
Merge 0.12->trunk2022-03-24, by Matthew Wild
-
MUC: Allow kicking users with the same affiliation as the kicker (fixes #1724) 0.122022-03-23, by Matthew Wild
-
Merge 0.12->trunk2022-03-23, by Kim Alvefur
-
mod_external_services: Move error message to correct place (fix #1725) 0.122022-03-23, by Kim Alvefur
-
mod_adhoc: Simplify variable references2022-03-22, by Kim Alvefur
-
adhoc: Include stanza and origin in adhoc event data2017-03-06, by Kim Alvefur
-
Merge 0.12->trunk2022-03-21, by Matthew Wild
-
mod_pubsub: Don't attempt to use server actor as publisher (fixes #1723) 0.122022-03-21, by Matthew Wild
-
net.connect: Improve logging on connection attempt failure2022-03-21, by Matthew Wild
-
net.connect: Improve handling of failure when attempts are still pending2022-03-21, by Matthew Wild
-
Merge 0.12->trunk2022-03-21, by Matthew Wild
-
util.startup: Show error for unrecognized arguments passed to 'prosody' (fixes #1722) 0.122022-03-21, by Matthew Wild
-
CHANGES: Update to add new changes in trunk2022-03-19, by Matthew Wild
-
Merge 0.12->trunk2022-03-19, by Matthew Wild
-
Merge 0.12->trunk2022-03-19, by Matthew Wild
-
mod_admin_socket: Improve error reporting when socket can't be created (fixes #1719) 0.122022-03-19, by Matthew Wild
-
Merge 0.12->trunk2022-03-19, by Matthew Wild
-
prosodyctl: check turn: Fail with error if our own address is supplied for the ping test 0.122022-03-19, by Matthew Wild
-
Merge 0.12->trunk2022-03-19, by Matthew Wild
-
net.resolvers.basic: Fix incorrect field name (thanks CI)2022-03-18, by Matthew Wild
-
net.connect: When more targets are immediately available, try them after a delay2022-03-18, by Matthew Wild
-
net.connect: Support for multiple pending connection attempts2022-03-18, by Matthew Wild
-
net.resolvers.basic: Indicate to callback if we have more targets available2022-03-18, by Matthew Wild
-
net.resolvers.basic: Alternate IP address family targets, per RFC 83052022-03-18, by Matthew Wild
-
net.resolvers.basic: Refactor to remove code duplication2022-03-18, by Matthew Wild
-
util.stanza: Create tables with correct size to avoid reallocations2022-03-18, by Kim Alvefur
-
util.stanza: Use table.move in clone2022-03-18, by Kim Alvefur
-
util.table: Compatibility with Lua 5.1 lua_equals2022-03-18, by Matthew Wild
-
util.table: tests: Tests for table.move()2022-03-18, by Matthew Wild
-
util.array: Take advantage of table.move()2022-03-18, by Matthew Wild
-
util.table: Backport table.move() from Lua 5.42022-03-18, by Matthew Wild
-
net.resolvers.service: Honour record 'weight' when picking SRV targets2022-03-17, by Matthew Wild
-
util.poll: Expand stub tests2022-03-17, by Kim Alvefur
-
mod_admin_shell: Add watch:log() command to tail logs in realtime2022-03-17, by Matthew Wild
-
mod_admin_shell: Add session.is_connected() method2022-03-17, by Matthew Wild
-
mod_admin_shell: Add session.write() method to write data to client with no \n2022-03-17, by Matthew Wild
-
util.prosodyctl.shell: Support for receiving partial lines (no automatic \n)2022-03-17, by Matthew Wild
-
util.logger: Return sink_function from add_simple_sink()2022-03-17, by Matthew Wild
-
util.logger: Support for removing individual log sinks without a full reset2022-03-17, by Matthew Wild
-
mod_admin_socket: Compat for luasocket prior to unix datagram support 0.122022-03-15, by Kim Alvefur
-
prosodyctl: check turn: warn about external port mismatches behind NAT 0.122022-03-11, by Matthew Wild
-
Spelling: Fix various spelling mistakes (thanks timeless)2022-03-06, by Kim Alvefur
-
net.websocket.frames: Replace bit fiddling code with util.struct2022-03-06, by Kim Alvefur
-
prosodyctl: check turn: compare correct addresses for relay mismatch detection (thanks Zash)2022-03-05, by Matthew Wild
-
prosodyctl: check turn: Add check for private IP returned from STUN.2022-03-05, by Matthew Wild
-
prosodyctl: check turn: improve warning text to suggest issues2022-03-05, by Matthew Wild
-
prosodyctl: check turn: fix traceback when server does not provide realm/nonce2022-03-05, by Matthew Wild
-
prosodyctl: check turn: fix formatting of multiple warnings2022-03-05, by Matthew Wild
-
prosodyctl: check turn: always show debug info even if test fails2022-03-05, by Matthew Wild
-
prosodyctl: check turn: Clearer error when unable to resolve external service host2022-03-05, by Matthew Wild
-
CHANGES: Mention STUN/TURN support in 'prosodyctl check'2022-03-05, by Matthew Wild
-
prosodyctl: check: include TURN checks by default2022-03-05, by Matthew Wild
-
prosodyctl: check: Slightly improved argument handling2022-03-05, by Matthew Wild
-
prosodyctl: check turn: show relayed address(es) in verbose mode2022-03-05, by Matthew Wild
-
net.stun: Support for xor-relayed-address attribute2022-03-05, by Matthew Wild
-
prosodyctl: check turn: Allow specifying port for the ping service2022-03-05, by Matthew Wild
-
prosodyctl: check turn: Add support for testing data relay with an external STUN server via --ping2022-03-05, by Matthew Wild
-
net.stun: Add xor-peer-address helper2022-03-05, by Matthew Wild
-
net.stun: Factor out address unpack, an operation common to multiple attributes2022-03-05, by Matthew Wild
-
net.stun: Name some more attributes from TURN2022-03-05, by Matthew Wild
-
net.stun: Add lookup table generation helper, reduces code duplication2022-03-05, by Matthew Wild
-
net.stun: Hyphenate method names for consistency2022-03-05, by Matthew Wild
-
util.bitcompat: Add some simple tests2022-03-04, by Matthew Wild
-
util.bit53: Support for more than 2 arguments, for compat with bit322022-03-04, by Matthew Wild
-
make: Fix build of util.struct on *BSD2022-03-04, by Kim Alvefur
-
net.stun: tests: Remove stray print() from debugging2022-03-04, by Matthew Wild
-
Merge config-updates+check-turn from timber2022-03-04, by Matthew Wild
-
net.stun: Add tests for serialization/deserialization2022-03-04, by Matthew Wild
-
net.stun: Use util.bitcompat to deal with bit module variances across Lua versions2022-03-04, by Kim Alvefur
-
net.stun: Use util.strbitop2022-03-04, by Kim Alvefur
-
util.bit53: Add left- and right shift operations2021-06-28, by Kim Alvefur
-
util.prosodyctl: check turn: New command to verify STUN/TURN service is operational2022-03-04, by Matthew Wild
-
net.stun: New library that implements STUN/TURN parsing/serialization2022-03-04, by Matthew Wild
-
util.hex: Deprecate to/from in favour of encode/decode, for consistency!2022-03-04, by Matthew Wild
-
util.struct: Import Roberto 'struct' library v0.32022-03-04, by Matthew Wild
-
COPYING: An overdue update. Also add some clarity about third-party code.2022-03-04, by Matthew Wild
-
prosody.cfg.lua.dist: Remove comment about mod_*.lua above modules_enabled2022-03-03, by Matthew Wild
-
prosody.cfg.lua.dist: Fix plugin_paths description (thanks Zash)2022-03-03, by Matthew Wild
-
prosody.cfg.lua.dist: Add comments explaining the individual TURN options2022-03-02, by Matthew Wild
-
prosody.cfg.lua.dist: Improved descriptions for a number of modules2022-03-02, by Matthew Wild
-
prosody.cfg.lua.dist: Alphabetical ordering of modules within each section2022-03-02, by Matthew Wild
-
prosody.cfg.lua.dist: Improve mod_mam description to indicate its purpose2022-03-02, by Matthew Wild
-
prosody.cfg.lua.dist: Remove mod_admin_telnet2022-03-02, by Matthew Wild
-
prosody.cfg.lua.dist: Reword plugin_paths to de-emphasize Prosody's source dir2022-03-02, by Matthew Wild
-
prosody.cfg.lua.dist: Remove network_backend option2022-03-02, by Matthew Wild
-
prosody.cfg.lua.dist: Remove example certificate, this should just work2022-02-13, by Kim Alvefur
-
net.server_epoll: Disable verbose mode by default2022-02-12, by Kim Alvefur
-
prosody.cfg.lua.dist: Remove allow_registration in favor of invites2022-02-10, by Kim Alvefur
-
prosody.cfg.lua.dist: Comment improvements: s2s authentication2022-02-14, by Matthew Wild
-
prosody.cfg.lua.dist: Comment improvements: authentication2022-02-14, by Matthew Wild
-
prosody.cfg.lua.dist: Improve section-like layout via headers and spacing2022-02-14, by Matthew Wild
-
prosody.cfg.lua.dist: Comment improvements2022-02-14, by Matthew Wild
-
prosody.cfg.lua.dist: Update s2s_secure_auth comment and default2022-02-14, by Matthew Wild
-
prosody.cfg.lua.dist: TURN configuration improvements and example2022-02-14, by Matthew Wild
-
prosody.cfg.lua.dist: Enable csi_simple by default2022-02-14, by Matthew Wild
-
usermanager, mod_saslauth: Default to internal_hashed if no auth module specified2022-02-10, by Matthew Wild
-
prosody.cfg.lua.dist: Remove require_encryption options2022-02-14, by Matthew Wild
-
core.certmanager: Turn soft dependency on LuaSec into a hard2022-02-10, by Kim Alvefur
-
various: Require encryption by default for real2021-12-25, by Kim Alvefur
-
mod_invites_register: Default to require encryption2022-02-10, by Matthew Wild
-
mod_legacyauth: Default to require encryption2022-02-10, by Matthew Wild
-
prosody.cfg.lua.dist: Remove mod_http_files2022-02-10, by Kim Alvefur
-
prosody.cfg.lua.dist: Move Dialback down2022-02-10, by Kim Alvefur
-
prosody.cfg.lua.dist: Remove https_certificate, this should Just Work now2022-02-05, by Kim Alvefur
-
prosody.cfg.lua.dist: Remove mention of deprecated daemonize option2022-02-05, by Kim Alvefur
-
prosody.cfg.lua.dist: Remove installer_plugin_path2022-02-05, by Kim Alvefur
-
prosody.cfg.lua.dist: Add new modules2022-02-10, by Kim Alvefur
-
prosody.cfg.lua.dist: Add note about 'localhost'2021-02-03, by Kim Alvefur
-
prosodyctl: check dns: Allow admin to specify undiscoverable external IPs in config2022-03-02, by Matthew Wild
-
prosodyctl: check dns: List discovered addresses for diagnostic purposes2022-03-02, by Matthew Wild
-
util.prosodyctl: check: warn about unreferenced components, suggest disco_items2022-03-02, by Matthew Wild
-
util.prosodyctl: Warn about enabled public registration in 'check config'2022-03-02, by Matthew Wild
-
util.poll: Add support for the poll() API2022-02-23, by Kim Alvefur
-
util.poll: Expose API (epoll or select) used2022-02-27, by Kim Alvefur
-
util.poll: Restructure to make adding additional system APIs easier2022-02-23, by Kim Alvefur
-
make: Split up install targets to allow different subset2022-02-13, by Kim Alvefur
-
core.portmanager: Fix traceback on attempt to get non-existent service2022-02-22, by Kim Alvefur
-
mod_c2s,mod_s2s: Fix error on shutdown (Thanks Martin)2022-02-22, by Kim Alvefur
-
util.async: Optionally allow too many 'done' callbacks2022-02-22, by Kim Alvefur
-
mod_c2s,mod_s2s: Wrap callback to improve tracebacks2022-02-22, by Kim Alvefur
-
mod_carbons: Allow plugging into decision of whether to carbon-copy2022-02-21, by Kim Alvefur
-
mod_mam: Fix a comment2021-12-11, by Kim Alvefur
-
mod_mam: Allow plugging into archive decision2021-12-10, by Kim Alvefur
-
core.certmanager: Ensure key exists for fullchain2022-02-21, by Kim Alvefur
-
mod_admin_shell: Use a table to show help sections2022-02-19, by Kim Alvefur
-
CHANGES: Mention graceful shutdown2022-02-18, by Kim Alvefur
-
mod_c2s: Ignore unused event payload [luacheck]2022-02-18, by Kim Alvefur
-
mod_c2s,mod_s2s: Wait for sessions to close before proceeding with shutdown steps2022-02-17, by Kim Alvefur
-
mod_c2s: Close ports in a separate, earlier event from closing sessions2022-02-18, by Kim Alvefur
-
mod_s2s: Disable creation of new outgoing connections during shutdown2022-02-11, by Kim Alvefur
-
mod_c2s,mod_s2s: Disable and close port listeners before closing sessions2022-02-11, by Kim Alvefur
-
mod_posix: Run signal handlers in the startup thread2021-10-06, by Kim Alvefur
-
prosody: Expose main thread on the 'prosody' global2021-10-06, by Kim Alvefur
-
prosody: Run shutdown procedure in async thread2019-01-01, by Kim Alvefur
-
prosody: Move last cleanup and shutdown code into util.startup2019-01-01, by Kim Alvefur
-
mod_admin_shell: Squeeze some characters out of the Certificate column2022-02-17, by Kim Alvefur
-
prosodyctl: Restore 'list --outdated'2022-02-17, by Kim Alvefur
-
mod_admin_shell: Fix description of muc:room() (thanks Link Mauve)2022-02-15, by Kim Alvefur
-
mod_turn_external: Fix type of config option (thanks mirux)2022-02-15, by Kim Alvefur
-
util.dns: Remove compat for pre-0.11 lack of inet_ntop binding2022-02-15, by Kim Alvefur
-
util.dns: Replace base16 implementation with util.hex2022-02-15, by Kim Alvefur
-
core.certmanager: Relax certificate filename check #17132022-02-14, by Kim Alvefur
-
util.dependencies: Refer to 'apt' instead of 'apt-get'2022-02-13, by Kim Alvefur
-
mod_invites_register: Load mod_register_ibr in invite only mode2022-02-10, by Kim Alvefur
-
mod_invites_register: Replace COMPAT hack2022-02-10, by Kim Alvefur
-
mod_turn_external: Add option to enable TURN over TLS2022-02-10, by Kim Alvefur
-
mod_turn_external: Simplify configuration2022-02-10, by Kim Alvefur
-
mod_admin_shell: Track connected events instead of created2022-02-06, by Kim Alvefur
-
mod_s2s: Add new early s2s-connected events2022-02-06, by Kim Alvefur
-
doap: Reference some JSON RFCs2022-02-05, by Kim Alvefur
-
doap: Reference RFC 6331 which deprecated SASL DIGEST-MD52022-02-05, by Kim Alvefur
-
prosody.cfg.lua.dist: Link to website (thanks eta)2021-07-17, by Kim Alvefur
-
prosody.cfg.lua.dist: Warn about adding settings at the end of the file2021-07-17, by Kim Alvefur
-
core.modulemanager: Save module metadata for potential later use2022-02-05, by Kim Alvefur
-
util.startup: Enable DANE in http client library with use_dane2022-02-05, by Kim Alvefur
-
net.http: Allow using DANE via options or per request settings2022-02-05, by Kim Alvefur
-
mod_smacks: Tweak resumption age buckets towards multiples of 602022-02-04, by Kim Alvefur
-
tools: Allow processing instructions in some XML parsing tools2022-02-04, by Kim Alvefur
-
util.xml: Add an option to allow <?processing instructions?>2022-02-04, by Kim Alvefur
-
mod_http: Use interface name as default default global hostname2022-02-04, by Kim Alvefur
-
mod_http: Use http_default_host for URLs generated in global context2022-02-04, by Kim Alvefur
-
prosodyctl: Allow passing server on command line with --server2022-02-04, by Kim Alvefur
-
prosodyctl: Allow install plugin via explicit path or URL2022-02-04, by Kim Alvefur
-
prosodyctl: Return success status code from --help2022-02-04, by Kim Alvefur
-
prosodyctl: Use argument parsing library to parse --help, -h, -?2022-02-04, by Kim Alvefur
-
mod_websocket: Only enable host-agnostic HTTP routing when enabled globally2022-02-04, by Kim Alvefur
-
mod_bosh: Only enable host-agnostic HTTP routing when enabled globally2022-02-04, by Kim Alvefur
-
util.format: Fix typo in comment [codespell]2022-02-04, by Kim Alvefur
-
mod_pep: Fix typo in comment [codespell]2022-02-04, by Kim Alvefur
-
mod_bookmarks: Fix typos in stanza error messages [codespell]2022-02-04, by Kim Alvefur
-
mod_admin_shell: Fix typo in comment [codespell]2022-02-04, by Kim Alvefur
-
modulemanager: Shorten metadata keys to improve readability and memorability2022-02-04, by Matthew Wild
-
Revert util.debug change accidentally committed in e157e5c79daa2022-02-04, by Matthew Wild
-
util.pluginloader: Fix method to return any module metadata (luacheck)2022-02-04, by Matthew Wild
-
modulemanager: Add plugin load filter that reads module metadata from source2022-02-04, by Matthew Wild
-
modulemanager, moduleapi: Switch to new pluginloader interface2022-02-04, by Matthew Wild
-
core.features: New module to track and expose the features supported by Prosody2022-02-04, by Matthew Wild
-
util.pluginloader: Support for a per-file load filter2022-02-03, by Matthew Wild
-
util.pluginloader: Support for multiple pluginloader instances, and options2022-02-03, by Matthew Wild
-
mod_pep: Clarify purpose of fallback service2022-02-03, by Kim Alvefur
-
mod_pep: Correct initialization of fallback service2022-02-03, by Kim Alvefur
-
core.loggingmanager: Add FIXME about supporting console logging to stderr2022-02-02, by Kim Alvefur
-
man/prosodyctl: Complete list of 'check' variants2022-02-02, by Kim Alvefur
-
man/prosodyctl: Clarify description of --root2022-02-02, by Kim Alvefur
-
util.startup: Teach prosodyctl to be completely --silent2021-11-28, by Kim Alvefur
-
util.startup: Teach prosodyctl to be --quiet as complement to --verbose2021-11-28, by Kim Alvefur
-
man/prosodyctl: Normalize formatting syntax2022-02-02, by Kim Alvefur
-
util.dns: Minor updates of SVCB parser2022-02-02, by Kim Alvefur
-
util.dns: Implement SVCB record parser2020-10-04, by Kim Alvefur
-
util.dns: Fix returning read position after zero-length name2020-10-04, by Kim Alvefur
-
util.dnsregistry: Regenerate from IANA registry2022-02-02, by Kim Alvefur
-
tools.dnsregistry: For converting IANA DNS registry data to Lua table2020-10-04, by Kim Alvefur
-
util.dns: Move DNS parameters details into util.dnsregistry2020-10-04, by Kim Alvefur
-
doap: Make note of mod_mam storing XEP-0184 receipts2021-03-17, by Kim Alvefur
-
plugins: Update for namespace bump in XEP-0353 v0.4.02022-01-11, by Kim Alvefur
-
util.prosodyctl.check: Fix reset of libunbound before DNS checks2022-02-01, by Kim Alvefur
-
doap: Let's say XEP-0368 support is complete now2022-01-31, by Kim Alvefur
-
util.prosodyctl.check: Fix A/AAAA check for proxy65 and http2022-01-30, by Kim Alvefur
-
util.prosodyctl.check: Include multiplexed ports in DNS checks #17042022-01-30, by Kim Alvefur
-
mod_admin_shell: Add descriptions of each column to 'help columns'2022-01-30, by Kim Alvefur
-
mod_admin_shell: Use exact match instead of Lua patterns in c2s,s2s:show2022-01-30, by Kim Alvefur
-
mod_http_file_share: Use alternate syntax for filename in Content-Disposition2022-01-29, by Kim Alvefur
-
mod_admin_shell: Fix traceback on rendering graph of stats without extra labels2022-01-29, by Kim Alvefur
-
mod_admin_shell: Add help section about stats2022-01-29, by Kim Alvefur
-
mod_admin_shell: Add help section about customizing table columns2022-01-28, by Kim Alvefur
-
README: Reflow text to ~78 columns2022-01-28, by Kim Alvefur
-
INSTALL: Update from site version2022-01-28, by Kim Alvefur
-
util.format: Expand explanation of purpose in comments2022-01-27, by Kim Alvefur
-
util.format: Skip control code escaping when doing full serialization2022-01-27, by Kim Alvefur
-
util.prosodyctl.cert: Look for certs matching 'http_host'2022-01-27, by Kim Alvefur
-
util.prosodyctl.check: Fix use of LuaSocket URL parser2022-01-27, by Kim Alvefur
-
util.prosodyctl.check: Add HTTP related DNS checks2022-01-27, by Kim Alvefur
-
util.prosodyctl.cert: Look for certificates in a consistent order2022-01-26, by Kim Alvefur
-
mod_pubsub: Allow configuring summary templates2022-01-24, by Kim Alvefur
-
mod_pubsub: Use the util.xtemplate to render Atom summary2022-01-24, by Kim Alvefur
-
util.xtemplate: Yet another string template library2022-01-24, by Kim Alvefur
-
mod_pubsub: Use the 'pubsub#type' setting to pick summary generator2022-01-24, by Kim Alvefur
-
mod_tls: Set ALPN on outgoing connections2022-01-25, by Kim Alvefur
-
mod_admin_shell: Add command to show current user roles2022-01-23, by Kim Alvefur
-
mod_admin_shell: Add help section about roles2022-01-23, by Kim Alvefur
-
mod_s2s: Retrieve TLS context for outgoing Direct TLS connections from mod_tls2022-01-21, by Kim Alvefur
-
mod_s2s: Enable outgoing Direct TLS connections2022-01-21, by Kim Alvefur
-
net.connect: Allow passing TLS context from resolver2022-01-21, by Kim Alvefur
-
net.resolvers.chain: A resolver for combining other resolvers2022-01-21, by Kim Alvefur
-
Merge 0.11->trunk2022-01-20, by Kim Alvefur
-
util.prosodyctl.cert: Check success of copy operations, warn on fail2022-01-19, by Kim Alvefur
-
util.prosodyctl.cert: Pass variables via formatting instead of concatenation2022-01-19, by Kim Alvefur
-
tools/xep227toprosody: Remove obsolete tool in favor of storage driver2022-01-18, by Kim Alvefur
-
core.certmanager: Use 'tls_profile' instead of 'tls_preset' to match documentation2022-01-18, by Kim Alvefur
-
core.certmanager: Apply TLS preset before global settings (thanks Menel)2022-01-18, by Kim Alvefur
-
mod_storage_xep0227: Fix luacheck warning2022-01-17, by Matthew Wild
-
mod_storage_xep0227: Fix traceback during iteration of driver stores2022-01-17, by Matthew Wild
-
mod_storage_xep0227: Fix file export (missing parameter) from refactor in 270047afa6af2022-01-17, by Matthew Wild
-
mod_http: Increase severity of loading unreachable http modules2022-01-15, by Kim Alvefur
-
mod_http: Skip querying portmanager when http_external_url when is set2021-11-27, by Kim Alvefur
-
util.jid: Explicitly check for nil rather than falsy2022-01-15, by Kim Alvefur
-
mod_storage_xep0227: treat roster metadata pseudo-entry correctly2022-01-15, by Jonas Schäfer
-
mod_storage_xep0227: be defensive against empty vCard2022-01-15, by Jonas Schäfer
-
mod_http: Limit unencrypted http port (5280) to loopback by default2022-01-15, by Kim Alvefur
-
mod_cron: Allow for a small amount of timer drift2022-01-15, by Kim Alvefur
-
mod_storage_xep0227: Fix luacheck warnings2022-01-14, by Matthew Wild
-
mod_storage_xep0227: Add API to iterate all stores of a user2022-01-14, by Matthew Wild
-
mod_storage_xep0227: Skip self-contacts on roster import2022-01-14, by Matthew Wild
-
util.xml: Do not allow doctypes, comments or processing instructions 0.11 0.11.122022-01-10, by Jonas Schäfer
-
util.xml: Do not allow doctypes, comments or processing instructions2022-01-10, by Jonas Schäfer
-
mod_http_file_share: Always measure total disk usage for statistics!2022-01-11, by Kim Alvefur
-
mod_bookmarks: Fix traceback on attempt to convert invalid bookmark2022-01-10, by Kim Alvefur
-
mod_bookmarks: Block publishing to older XEP-0402 v0.3.0 node2022-01-10, by Kim Alvefur
-
mod_storage_xep0227: Fix writing non-user data2022-01-10, by Kim Alvefur
-
mod_storage_xep0227: Ignore luacheck warning2022-01-10, by Matthew Wild
-
mod_storage_xep0227: Support for exporting nodes with no stored configuration2022-01-10, by Matthew Wild
-
mod_storage_xep0227: Allow overriding the input/output layer for XEP-0227 data2022-01-10, by Matthew Wild
-
mod_bookmarks: Skip migration of legacy data when empty2022-01-09, by Kim Alvefur
-
mod_bookmarks: Make sure legacy bookmarks node exists to hold access model2022-01-09, by Kim Alvefur
-
mod_bookmarks: Broadcast notifications per XEP-0048 and XEP-04112022-01-09, by Kim Alvefur
-
util.prosodyctl.cert: Fix boolean logic bug2022-01-09, by Kim Alvefur
-
migrator: Support pubsub and pep as a special-case2022-01-09, by Kim Alvefur
-
migrator: Enhance logging2022-01-09, by Kim Alvefur
-
migrator: Add option to keep going despite errors2022-01-09, by Kim Alvefur
-
migrator: Also migrate host/non-user archive data2022-01-09, by Kim Alvefur
-
migrator: Refactor out individual item migrator for code deduplication2022-01-09, by Kim Alvefur
-
migrator: Include --options in usage info2022-01-09, by Kim Alvefur
-
migrator: Reuse earlier usage text2022-01-09, by Kim Alvefur
-
migrator: Customise cli argument parsing (--help, --verbose)2022-01-09, by Kim Alvefur
-
util.startup: Allow supplying an argument parsing settings2022-01-09, by Kim Alvefur
-
util.prosodyctl.check: Parameterize replacement instructions2022-01-08, by Kim Alvefur
-
util.prosodyctl.check: Move word to ease future translations2022-01-08, by Kim Alvefur
-
util.prosodyctl.check: Use same wording about 'daemonize' and 'no_daemonize'2022-01-08, by Kim Alvefur
-
mod_bookmarks: Add option for disabling upgrade of legacy bookmarks2022-01-07, by Kim Alvefur
-
mod_bookmarks: Unhook PEP service objects on removal from cache2022-01-07, by Kim Alvefur
-
util.pposix: Use mallinfo2() on glibc 2.33, fix #16492022-01-06, by Kim Alvefur
-
util.pubsub: Fix item store resize to "max"2022-01-06, by Kim Alvefur
-
mod_bookmarks: Override the node configuration if it was wrong2022-01-05, by Emmanuel Gil Peyrot
-
mod_invites: Comment on module loading for HTTP invite URLs2022-01-05, by Kim Alvefur
-
core.certmanager: Disable DANE name checks (not needed for XMPP)2021-09-16, by Kim Alvefur
-
mod_bookmarks: Remove compatibility with 0.112022-01-04, by Emmanuel Gil Peyrot
-
mod_bookmarks: Import mod_bookmarks2 from prosody-modules @ ad7767a9f3ea2022-01-04, by Emmanuel Gil Peyrot
-
util.dependencies: Enable warning about missing lua-unbound2022-01-05, by Kim Alvefur
-
core.modulemanager: Remove compat for mod_console rename in 0.82022-01-05, by Kim Alvefur
-
mod_invites_adhoc: Import from prosody-modules@5001104f02752022-01-05, by Kim Alvefur
-
mod_invites_register: Import from prosody-modules@797b510437672021-12-28, by Kim Alvefur
-
mod_invites: Silence luacheck warning2022-01-05, by Kim Alvefur
-
mod_invites: Import from prosdy-modules@5fc306239db32021-12-27, by Kim Alvefur
-
util.stanza: Cover :find method in tests2021-12-31, by Kim Alvefur
-
util.stanza: Remove dead code2021-12-31, by Kim Alvefur
-
util.stanza: Increase test coverage to cover validation errors2021-12-31, by Kim Alvefur
-
util.stanza: Make type error message consistent with others2021-12-31, by Kim Alvefur
-
mod_smacks: Log error to silence luacheck2021-12-30, by Kim Alvefur
-
mod_smacks: Limit "old" session resumption counters2021-12-30, by Kim Alvefur
-
mod_smacks: Record timestamp with persisted counters2021-12-30, by Kim Alvefur
-
util_datamapper: Fix typo in unit tests2021-12-29, by Kim Alvefur
-
util.datamapper: Add support for $ref pointers2021-12-29, by Kim Alvefur
-
util.jsonschema: Add support for $ref pointers2021-12-29, by Kim Alvefur
-
util.jsonpointer: Resolve JSON Pointers per RFC 69012021-12-29, by Kim Alvefur
-
make: Add target for rebuilding from Teal sources2021-12-29, by Kim Alvefur
-
net.resolvers: Report DNSSEC validation errors instead of NoError2021-12-28, by Kim Alvefur
-
mod_auth_internal_hashed: Up iteration count to 10000 per XEP-04382021-12-26, by Kim Alvefur
-
mod_auth_internal_hashed: Make SCRAM iteration count configurable2021-12-26, by Kim Alvefur
-
mod_admin_shell: Log creation of incoming s2s connections during ping2021-12-27, by Kim Alvefur
-
mod_smacks: sprinkle some metrics on it2021-12-27, by Jonas Schäfer
-
openmetrics/histograms: improve code clarity2021-12-27, by Kim Alvefur
-
openmetrics/histograms: fix incorrect condition for bucketing2021-12-26, by Jonas Schäfer
-
mod_admin_shell: Print s2s related events while waiting for ping2021-12-26, by Kim Alvefur
-
util.xml: Use variable instead of constant for consistency (thanks Thijs)2021-12-26, by Matthew Wild
-
core.certmanager: Add curveslist to 'old' Mozilla TLS preset2021-12-25, by Kim Alvefur
-
util.prosodyctl.check: Remove obsolete settings from known globals2021-12-25, by Kim Alvefur
-
util.prosodyctl.check: Add some more obsolete settings2021-12-25, by Kim Alvefur
-
mod_tombstones: Add some future TODOs2021-12-23, by Kim Alvefur
-
mod_tombstones: Add a very basic test case2021-12-23, by Kim Alvefur
-
mod_tombstones: Remember deleted accounts #13072021-12-23, by Kim Alvefur
-
mod_smacks: Compact code using new stanza API2021-12-22, by Kim Alvefur
-
mod_http: Clean up redirects handlers for wildcard on http module unload2021-12-22, by Kim Alvefur
-
mod_smacks: Use more compact resumption tokens2021-12-22, by Kim Alvefur
-
util.id: Add a 'tiny' variant2021-12-01, by Kim Alvefur
-
util.id: Adjust entropy levels, with rationales2021-12-02, by Kim Alvefur
-
MUC: Switch ID algorithm for IQ relay (fixes #1266, #1435)2021-10-05, by Kim Alvefur
-
MUC: Add method for getting the occupant id salt to allow reuse2021-10-05, by Kim Alvefur
-
util.prosodyctl.cert: Copy SAN/wildcard certs only once2021-12-22, by Kim Alvefur
-
util.x509: Fix to include wildcard identity2021-12-22, by Kim Alvefur
-
core.certmanager: Check index for wildcard certs2021-12-22, by Kim Alvefur
-
prosodyctl cert: use the indexing functions for better UX2021-12-21, by Jonas Schäfer
-
prosodyctl: Hide process management commands when init system should be used instead2021-12-21, by Kim Alvefur
-
prosodyctl: Reorder help sections2021-12-21, by Kim Alvefur
-
mod_roster: Improve readability of bare-JID check2021-12-22, by Kim Alvefur
-
mod_roster: pass correct username to roster-item-removed2021-12-22, by Jonas Schäfer
-
core.certmanager: Rename preset option to 'tls_preset'2021-12-22, by Kim Alvefur
-
core.certmanager: Add "legacy" preset for keeping previous default settings2021-12-22, by Kim Alvefur
-
core.certmanager: Add TLS 1.3 cipher suites to Mozilla TLS presets2021-11-03, by Kim Alvefur
-
core.certmanager: Presets based on Mozilla SSL Configuration Generator2019-12-22, by Kim Alvefur
-
moduleapi: Support stripping of multi-word from module names2021-12-22, by Matthew Wild
-
adminstream: fire disconnected event on lower layer disconnect2021-12-21, by Jonas Schäfer
-
CHANGES: Add various things2021-12-21, by Kim Alvefur
-
CHANGES: Reorganize by added/changed/removed to improve readability2021-12-21, by Kim Alvefur
-
Merge 0.11->trunk2021-12-20, by Kim Alvefur
-
net.server_epoll: Process all queued events from epoll before timers 0.112021-10-21, by Kim Alvefur
-
configmanager: Update error message to say 'VirtualHost' instead of 'Host'2021-12-20, by Matthew Wild
-
mod_storage_xep0227: Replace custom tag-removal helpers with :remove_children()2021-12-20, by Matthew Wild
-
mod_smacks: Add future todo2021-12-19, by Kim Alvefur
-
mod_smacks: Only include max resumption time when resumption is activated2021-12-19, by Kim Alvefur
-
core.modulemanager: Load mod_smacks on Components2021-12-19, by Kim Alvefur
-
mod_smacks: Fix typos2021-12-19, by Kim Alvefur
-
mod_smacks: Fix error on shutdown if loaded on Component2021-12-19, by Kim Alvefur
-
mod_smacks: Fix typo (thanks codespell)2021-12-19, by Kim Alvefur
-
mod_smacks: Avoid log noise when a non-smacks session is closed2021-12-19, by Kim Alvefur
-
mod_smacks: Check if session was really sleeping before logging message2021-12-18, by Kim Alvefur
-
mod_smacks: Fix traceback when bouncing unacked stanzas2021-12-18, by Kim Alvefur
-
mod_smacks: Fix duplicate sleep behavior when replacing a session2021-12-18, by Kim Alvefur
-
mod_c2s: Fire pre-closing event regardless of connected state2021-12-18, by Kim Alvefur
-
mod_smacks: Remove references to connection on hibernation2021-12-18, by Kim Alvefur
-
mod_smacks: Add more logging2021-12-18, by Kim Alvefur
-
mod_smacks: Remove useless delay in requesting ack on resumption2021-12-17, by Kim Alvefur
-
mod_smacks: Fix to not wait for acks from before a resumption2021-12-17, by Kim Alvefur
-
mod_smacks: Split log messages for when an old session exists in storage2021-12-17, by Kim Alvefur
-
mod_smacks: Bounce unacked stanzas on shutdown2021-12-17, by Kim Alvefur
-
mod_smacks: Preserve counter values on shutdown2021-12-17, by Kim Alvefur
-
mod_smacks: Simplify access to local user sessions2021-12-17, by Kim Alvefur
-
mod_smacks: Cancel hibernation when session is closed2021-12-16, by Kim Alvefur
-
mod_smacks: Skip hibernation logic if session was closed or replaced2021-12-16, by Kim Alvefur
-
mod_smacks: Fix indentation2021-12-16, by Kim Alvefur
-
mod_smacks: Stop stanzas from being queued on hibernation timeout2021-12-16, by Kim Alvefur
-
util.smqueue: Simplify compat table, fix dependent modules (thanks Martin)2021-12-16, by Kim Alvefur
-
util.smqueue: Add missing method to Teal record spec2021-12-16, by Kim Alvefur
-
mod_smacks: Limit queue memory consumption using new util2021-12-14, by Kim Alvefur
-
util.smqueue: Abstract queue with acknowledgements and overflow2021-12-14, by Kim Alvefur
-
mod_smacks: Set a watchdog to watch sleeping sessions2021-12-02, by Kim Alvefur
-
mod_smacks: Switch storage for tracking resumption tokens2021-12-02, by Kim Alvefur
-
mod_smacks: Clear resumption token from persistent storage on resumption2021-12-01, by Kim Alvefur
-
mod_smacks: Persist old counter values to storage2021-12-01, by Kim Alvefur
-
mod_smacks: Remove now unused variable [luacheck]2021-12-15, by Kim Alvefur
-
mod_smacks: Remove unused event2021-12-15, by Kim Alvefur
-
mod_smacks: Fix typo2021-12-15, by Kim Alvefur
-
mod_smacks: Flag both sessions to prevent duplicating queue on resumption2021-12-14, by Kim Alvefur
-
mod_smacks: Increment a counter for each resumption2021-12-06, by Kim Alvefur
-
mod_smacks: Back out 48f8fa6cea7b - back in a86ae74da96c again2021-12-13, by Kim Alvefur
-
mod_smacks: Patch various self-references on the resumed session2021-12-13, by Kim Alvefur
-
mod_smacks: Back out a86ae74da96c: Fixed one problem, caused another2021-12-13, by Kim Alvefur
-
mod_smacks: Back out def20683c1612021-12-13, by Kim Alvefur
-
mod_smacks: Update reference to session from send()2021-12-13, by Kim Alvefur
-
util.format: Optimize most common integer format2021-12-13, by Kim Alvefur
-
util.format: Ensure metatable __tostring results are also sanitized2021-12-13, by Kim Alvefur
-
mod_smacks: Include reason for destroying session on hibernation timeout2021-12-12, by Kim Alvefur
-
tools/generate_format_spec: Apply lua-format to silence luacheck2021-12-11, by Kim Alvefur
-
util.format: Fix some formats expecting positive numbers in Lua 5.22021-12-11, by Kim Alvefur
-
util.format: Fix Lua 5.1 quirks thanks to ALL THE TESTS2021-12-11, by Kim Alvefur
-
util.format: ALL THE TESTS!!!2021-12-11, by Kim Alvefur
-
util.format: Also handle the %p format added in Lua 5.42021-12-11, by Kim Alvefur
-
util.format: Ensure sanitation of strings passed to wrong format2021-12-11, by Kim Alvefur
-
util.format: Escape invalid UTF-8 by passing trough serialization2021-12-10, by Kim Alvefur
-
mod_mam: Avoid storing bounces for messages from the bare account (thanks Ge0rG)2021-12-10, by Kim Alvefur
-
MUC: Remove <{muc}x> tags in some errors2021-12-08, by Kim Alvefur
-
MUC: Fix error origin JID in wrong argument position2021-12-08, by Kim Alvefur
-
MUC: Remove remaining deprecated numeric error codes2021-12-08, by Kim Alvefur
-
MUC: Return a friendly textual error when trying to speak without voice2021-12-08, by Kim Alvefur
-
net.resolvers: Report when hostname fails IDNA2021-12-07, by Kim Alvefur
-
util.sasl.scram: Store username property rather than cached local (#399)2021-12-07, by Matthew Wild
-
mod_admin_shell: Add port as a c2s/s2s:show column definition2021-12-07, by Kim Alvefur
-
mod_pep: Set correct jid attr on node disco items2021-12-07, by Kim Alvefur
-
mod_pubsub: Allow specifying the JID of the pubsub service2021-12-07, by Kim Alvefur
-
core.usermanager: Implement noop role writes on global authz provider2021-12-06, by Kim Alvefur
-
mod_admin_shell: Handle global roles (pass host=*)2021-12-06, by Kim Alvefur
-
mod_admin_shell: Only check that local users exist locally2021-12-06, by Kim Alvefur
-
mod_disco: Optionally return info on admin accounts to non-contacts2021-04-15, by Kim Alvefur
-
mod_disco: Advertise anonymous users2020-07-04, by Kim Alvefur
-
mod_disco: Advertise admin accounts as such via disco identity2020-07-04, by Kim Alvefur
-
mod_admin_shell: Support setting roles on hosts other than the users'2021-12-06, by Kim Alvefur
-
mod_admin_shell: Add command for updating roles user:roles(jid, roles)2021-12-06, by Kim Alvefur
-
mod_admin_shell: Allow setting roles when creating user2021-12-04, by Kim Alvefur
-
net.server_epoll: Ensure calls to :write() return something2021-12-06, by Kim Alvefur
-
MUC: Allow modules a chance to act prior to room destruction2021-12-05, by Kim Alvefur
-
mod_cron: Expose the One Timer via module environment2021-12-04, by Kim Alvefur
-
mod_http_file_share: Fix to take retention time into account2021-12-04, by Kim Alvefur
-
mod_http_file_share: Improve consistency of terminology in logging2021-12-04, by Kim Alvefur
-
mod_http_file_share: Rename variable for clarity2021-12-04, by Kim Alvefur
-
mod_http_file_share: Fix deletion counter2021-12-04, by Kim Alvefur
-
mod_http_file_share: Back out 876e1b6d6ae42021-12-03, by Kim Alvefur
-
mod_http_file_share: Recalculate total storage usage weekly instead of daily2021-12-03, by Kim Alvefur
-
mod_cron: Add a 'weekly' job frequency2021-12-03, by Kim Alvefur
-
mod_cron: Initialize timestamp of new tasks to start of period2021-12-03, by Kim Alvefur
-
mod_cron: Follow convention of imports at the top2021-12-03, by Kim Alvefur
-
mod_http_file_share: Keep track of total storage use across restarts2021-12-03, by Kim Alvefur
-
mod_http_file_share: Fix measuring total storage use before it was known2021-12-03, by Kim Alvefur
-
mod_smacks: Refactor, simplify, optimize2021-12-03, by Kim Alvefur
-
mod_smacks: Use function to construct error reply2021-12-02, by Kim Alvefur
-
mod_cron: Initialize daily tasks so they run around midnight UTC2021-12-02, by Kim Alvefur
-
mod_http_file_share: Keep global storage use accurate longer.2021-11-29, by Kim Alvefur
-
mod_http_file_share: Merge file expiry loops2021-11-29, by Kim Alvefur
-
mod_http_file_share: Limit query to time since last expiry2021-11-29, by Kim Alvefur
-
mod_admin_shell: List periodic tasks in module:info2021-11-22, by Kim Alvefur
-
mod_http_file_share: Switch to mod_cron for periodic tasks2021-11-22, by Kim Alvefur
-
mod_muc_mam: Switch to mod_cron for message expiry2021-11-22, by Kim Alvefur
-
mod_mam: Switch to new cron API2021-11-21, by Kim Alvefur
-
core.moduleapi: Add API for adding daily or hourly tasks via mod_cron2021-11-21, by Kim Alvefur
-
mod_cron: Initial commit of periodic task runner2021-11-21, by Kim Alvefur
-
mod_smacks: Remove obsolete comment2021-12-02, by Kim Alvefur
-
mod_smacks: Avoid duplicated queueing using flag on session instead of stanza2021-12-02, by Kim Alvefur
-
mod_smacks: Remove dead conditional2021-12-02, by Kim Alvefur
-
mod_smacks: Ensure hibernating session is not connected2021-12-02, by Kim Alvefur
-
mod_smacks: Reorder imports etc2021-12-01, by Kim Alvefur
-
mod_smacks: Fix empty cache check2021-12-01, by Kim Alvefur
-
mod_smacks: Use stanza type checking function for correctness2021-12-01, by Kim Alvefur
-
mod_smacks: Remove redundant fields2021-12-01, by Kim Alvefur
-
mod_smacks: Factor out formatting of 'h' value2021-12-01, by Kim Alvefur
-
mod_smacks: Remove dead legacy code for 0.102021-12-01, by Kim Alvefur
-
mod_smacks: Use new pre-session-close event instead of monkeypatch2021-12-01, by Kim Alvefur
-
mod_c2s: Add event just before closing as session2021-12-01, by Kim Alvefur
-
util.dependencies: Fix typo (thanks jonas’)2021-11-30, by Kim Alvefur
-
net.server_epoll: Prevent loop attempting to send last data after close2021-11-30, by Kim Alvefur
-
mod_storage_sql: Return cached total where it makes sense2021-11-30, by Kim Alvefur
-
mod_storage_sql: Adjust handling of 'total' for multi-id queries2021-11-30, by Kim Alvefur
-
mod_storage_sql: Fix traceback on multi-user deletion2021-11-30, by Kim Alvefur
-
mod_mam,mod_muc_mam: Simplify deletion when multi-user-deletion is supported2021-11-30, by Kim Alvefur
-
mod_storage_sql: Expose multi-user deletion capability2021-11-30, by Kim Alvefur
-
configure: Silence warning about echo -n [shellcheck]2021-11-29, by Kim Alvefur
-
configure: Remove variable noop (thanks shellcheck)2021-11-29, by Kim Alvefur
-
util.async tests: Explicitly import match from luassert (luacheck)2021-11-29, by Matthew Wild
-
util.startup: Initialize util.async at startup2021-11-29, by Matthew Wild
-
util.async: Add next-tick configuration2021-11-29, by Matthew Wild
-
util.async: Add sleep() method with configurable scheduling backend2021-11-29, by Matthew Wild
-
util.stanza: Adjust pretty printing for symmetry2021-11-29, by Kim Alvefur
-
util.dependencies: Discourage Lua 5.12021-11-28, by Kim Alvefur
-
util.dependencies: Consider Lua 5.4 Supported:tm:2021-11-28, by Kim Alvefur
-
util.prosodyctl.check: Support direct TLS connectivity checks2021-11-28, by Kim Alvefur
-
doap: Remove stray ... is that a tab or a space?2021-11-28, by Kim Alvefur
-
doap: Fill in the mandatory 'status' field everywhere2021-11-28, by Kim Alvefur
-
mod_admin_shell: Remove now redundant promise awaiting in dns:lookup()2021-11-27, by Kim Alvefur
-
mod_admin_shell: Remove now redundant promise awaiting in xmpp:ping()2021-11-27, by Kim Alvefur
-
mod_smacks: Remove left-over debug logging2021-11-27, by Kim Alvefur
-
util.promise: Fix test2021-11-26, by Kim Alvefur
-
mod_admin_shell: Fix indentation2021-11-26, by Kim Alvefur
-
mod_admin_shell: Wait for promises2021-11-26, by Kim Alvefur
-
util.startup: Integrate util.promise with net.server main loop2019-01-05, by Kim Alvefur
-
util.promise: Support delayed promise execution2019-01-05, by Kim Alvefur
-
mod_admin_shell: Reduce width of 'Status' column2021-11-26, by Kim Alvefur
-
mod_admin_shell: Reduce width of 'Security' column (thanks Link Mauve)2021-11-26, by Kim Alvefur
-
mod_vcard_legacy: Also respect avatar:metadata access restrictions2021-11-25, by Emmanuel Gil Peyrot
-
mod_admin_shell: Fix showing default HTTP path in module:info2021-11-25, by Kim Alvefur
-
mod_http_openmetrics: Serve HTTP from global context2021-11-25, by Kim Alvefur
-
teal: Describe the module API interface2021-03-24, by Kim Alvefur
-
util.prosodyctl.check: Add mod_http_openmetrics settings to known globals2021-11-25, by Kim Alvefur
-
CHANGES: Mention mod_http_openmetrics2021-11-24, by Kim Alvefur
-
mod_smacks: Optimize scheduling of ack requests2021-11-24, by Kim Alvefur
-
mod_smacks: Refactor ack requesting to avoid some timer roundtrips2021-11-24, by Kim Alvefur
-
mod_smacks: Fix timer lifetimes to follow session instead of module2021-11-24, by Kim Alvefur
-
mod_smacks: Clean up compat code etc2021-11-24, by Kim Alvefur
-
mod_smacks: Import from prosody-modules @ eb63890ae8fc2021-11-16, by Kim Alvefur
-
mod_external_services: Warn about missing recommended fields2021-11-24, by Kim Alvefur
-
mod_admin_shell: Factor out simple function in module:info for reuse2021-11-24, by Kim Alvefur
-
mod_admin_shell: List collected metrics in module:info2021-11-24, by Kim Alvefur
-
mod_admin_shell: List net providers in module:info2021-11-23, by Kim Alvefur
-
mod_http_openmetrics: Imported from prosody-modules mod_prometheus @df2246b150752021-11-24, by Matthew Wild
-
mod_csi_simple: Skip initiating flush in all but inactive state2021-11-20, by Kim Alvefur
-
mod_csi_simple: Early return on client activity while flushing buffer2021-11-20, by Kim Alvefur
-
mod_csi_simple: Allow some straggler traffic after flushing buffer2021-11-20, by Kim Alvefur
-
util.prosodyctl.check: Highlight inconsistency of AAAA records and use_ipv6=false2021-11-20, by Kim Alvefur
-
util.prosodyctl.check: Respect use_ipv4/v6 in proxy65 check2021-11-20, by Kim Alvefur
-
util.prosodyctl.check: Take IPv6 support in LuaSocket into account2021-11-20, by Kim Alvefur
-
net.server_epoll: Fix streaming downloads (thanks Menel)2021-11-19, by Kim Alvefur
-
core.moduleapi: Fix name of renamed API in log message2021-11-18, by Kim Alvefur
-
net.server_epoll: Try harder to avoid reentrant opportunistic writes2021-11-18, by Kim Alvefur
-
mod_csi_simple: Skip flushing of empty buffer2021-11-18, by Kim Alvefur
-
mod_csi_simple: Fire event when flushing due to client activity2021-11-17, by Kim Alvefur
-
mod_admin_shell: Return counts of shown vs total from new table views2021-11-16, by Kim Alvefur
-
mod_csi_simple: Detach cleanly from sessions if unloaded while flushing2021-11-16, by Kim Alvefur
-
MUC: Actually set the new affiliation data if it was previously empty2021-11-16, by Matthew Wild
-
mod_csi_simple: Only act in inactive mode to prevent infinite recursion2021-11-16, by Kim Alvefur
-
mod_csi_simple: Unlock writes after event, to allow things to be queued2021-11-16, by Kim Alvefur
-
MUC: Include old affiliation data in affiliation change event2021-11-16, by Matthew Wild
-
MUC: Add room:set_affiliation_data()2021-11-16, by Matthew Wild
-
MUC: Set .previous_affiliation = "none" if nil, for consistency with .affiliation2021-11-16, by Matthew Wild
-
MUC: Fix incorrect variable name (thanks luacheck)2021-11-16, by Matthew Wild
-
MUC: Switch to event.allowed signaling to block event, matching muc-pre-set-role2021-11-16, by Matthew Wild
-
MUC: Add 'muc-pre-set-affiliation' event, allowing to block change or modify data2021-11-16, by Matthew Wild
-
MUC: Add option to include form in registration query2021-11-15, by Matthew Wild
-
mod_admin_shell: Handle absence of connection in security column (thanks arcseconds)2021-11-15, by Kim Alvefur
-
mod_pubsub: Fix traceback in disco of non-existent node (thanks Martin)2021-11-13, by Kim Alvefur
-
net.connect: Prefer last connection error over last resolver error2021-11-13, by Kim Alvefur
-
util.prosodyctl.shell: Bring back banner set from config!2021-11-12, by Kim Alvefur
-
net.connect: Propagate last error message from resolvers2021-11-12, by Kim Alvefur
-
s2smanager: Fire s2s-destroyed event to mirror s2s-created2021-11-12, by Matthew Wild
-
mod_c2s: Disconnect user sessions on a role change event2021-11-12, by Matthew Wild
-
usermanager: Fire user-roles-changed event when updating roles of a local user2021-11-12, by Matthew Wild
-
util.human.io: Use UTF-8-aware length check in padding functions2021-11-12, by Kim Alvefur
-
util.human.io: Fix cutting of UTF-8 into pieces2021-11-12, by Kim Alvefur
-
util.human.io: Trim any broken UTF-8 from ellipsis2021-11-12, by Kim Alvefur
-
util.human.io: Factor out ellipsis function2021-11-12, by Kim Alvefur
-
util.human.io: Support specifying column defaults in tables2021-11-12, by Kim Alvefur
-
util.human.io: Pass nil to cell mapper to signal missing value2021-11-12, by Kim Alvefur
-
mod_admin_shell: Respect metatables in output serialization2021-11-12, by Kim Alvefur
-
util.prosodyctl.shell: Allow setting custom prompt (admin_shell_prompt)2021-11-11, by Matthew Wild
-
mod_admin_shell: Specify a width for cert column2021-11-10, by Kim Alvefur
-
mod_admin_shell: Indicate bi-directional s2s connections2021-11-10, by Kim Alvefur
-
mod_admin_shell: Allow passing columns as a string for convenience2021-11-10, by Kim Alvefur
-
mod_admin_shell: Optionally group session listings by host when not included as column2021-11-10, by Kim Alvefur
-
mod_admin_shell: New table based implementation of c2s and s2s:show()2021-11-10, by Kim Alvefur
-
prosodyctl: Fix weird indentation2021-11-06, by Kim Alvefur
-
doap: Bump XEP-0313 version for going Stable2021-11-03, by Kim Alvefur
-
mod_pubsub: Return proper errors for disco queries on nodes2021-11-01, by Kim Alvefur
-
util.dataforms: Encode size attributes as integers in XEP-0221 media element2021-10-28, by Kim Alvefur
-
util.dataforms: Ensure larger integers are serialized as such2021-10-28, by Kim Alvefur
-
util.dataforms: Scope integer handling tests2021-10-26, by Kim Alvefur
-
util.dataforms: Turn number values into timestamps for datetime fields2021-10-26, by Kim Alvefur
-
util.dataforms: Coerce number values for boolean fields2021-10-26, by Kim Alvefur
-
mod_muc_mam: Use util.dataforms timestamp validation2021-10-26, by Kim Alvefur
-
mod_mam: Use util.dataforms timestamp validation2021-10-26, by Kim Alvefur
-
util.dataforms: Add support for datetime field types via XEP-01222021-10-25, by Kim Alvefur
-
mod_http_file_share: Move number coercion into util.dataforms2021-10-25, by Kim Alvefur
-
mod_admin_adhoc: Move number coercion into util.dataforms2021-10-25, by Kim Alvefur
-
ejabberd2prosody.lua: fix MUC subject conversion with appropriate destructuring2021-10-26, by arcseconds
-
util.startup: Understand -h, -? as --help in prosodyctl but ignore2021-10-25, by Kim Alvefur
-
util.startup: Show brief usage on `prosody -h|-?|--help`2021-10-25, by Kim Alvefur
-
mod_c2s,etc: Identify stanza object with appropriate function2021-10-24, by Kim Alvefur
-
mod_s2s: Fix logging of <stream:error> consistency with other mods2021-10-24, by Kim Alvefur
-
util.startup: Skip config readability check in migrator (thanks eTaurus)2021-10-23, by Kim Alvefur
-
mod_http_file_share: Silence luacheck warning2021-10-23, by Kim Alvefur
-
mod_http_file_share: Clean up incomplete uploads2021-10-22, by Kim Alvefur
-
doap: Make note about missing 'restartlogic' from XEP-02062021-10-21, by Kim Alvefur
-
doap: Update versions of XEP-01782021-10-21, by Kim Alvefur
-
doap: Update versions of XEPs2021-10-21, by Kim Alvefur
-
doap: Fill in missing XEP versions2021-10-21, by Kim Alvefur
-
mod_s2s: Don't pass unknown hostnames as stats label2021-10-21, by Kim Alvefur
-
net.server_epoll: Process all queued events from epoll before timers2021-10-21, by Kim Alvefur
-
mod_http_file_share: Allow 'Authorization' header via CORS (thanks kawaii)2021-10-20, by Kim Alvefur
-
mod_pubsub,mod_pep: Advertise maximum number of items via XEP-01222021-10-20, by Kim Alvefur
-
mod_pubsub: Prevent max_items from being set to zero2021-10-20, by Kim Alvefur
-
mod_pubsub,mod_pep: Implement 'send_last_published_item' option #14362021-10-19, by Kim Alvefur
-
mod_http_file_share: return 401 instead of 403 if authentication failed2021-10-19, by Jonas Schäfer
-
mod_auth_cyrus: Remove (move to community modules)2021-10-17, by Kim Alvefur
-
doap: Update XEP-0280 version, it's now Stable2021-10-13, by Kim Alvefur
-
mod_admin_shell: Show HTTP base-URLs in module:info()2021-10-13, by Kim Alvefur
-
ejabberd2prosody: Don't import disabled or empty passwords2021-10-13, by Matthew Wild
-
mod_mimicking: Correctly hook the *global* user-deleted event2021-10-12, by Kim Alvefur
-
util.startup: Only ask if 'prosodyctl' was meant instead of 'prosody' (fix #1692)2021-10-12, by Kim Alvefur
-
Merge 0.11->trunk2021-10-12, by Kim Alvefur
-
util.argparse: Add test for #16912021-10-12, by Kim Alvefur
-
util.argparse: Tests2021-10-12, by Kim Alvefur
-
prosody2ejabberd: Check for iteration count at position 62021-10-07, by Matthew Wild
-
ejabberd2prosody: Convert SCRAM iteration count to number (thanks arcseconds)2021-10-07, by Matthew Wild
-
mod_storage_xep0227: Add scram-credentials to user element rather than server2021-09-22, by Matthew Wild
-
net.server_epoll: Prevent starttls on direct TLS connections2021-10-05, by Kim Alvefur
-
CHANGES: Add mod_auth_ldap2021-10-05, by Kim Alvefur
-
mod_auth_ldap: Import from prosody-modules rev f524529111872021-10-05, by Kim Alvefur
-
mod_carbons: Advertise following of recommended rules (closes #1486)2021-10-05, by Kim Alvefur
-
mod_s2s_auth_certs: Collect stats on validation results (for #975)2021-10-05, by Kim Alvefur
-
mod_csi_simple: Provide custom set of timing buckets2021-10-05, by Kim Alvefur
-
util.prosodyctl.check: Add two known globals from mod_http2021-10-03, by Kim Alvefur
-
Merge 0.11->trunk2021-09-30, by Kim Alvefur
-
mod_admin_shell: Allow passing an exit code to server:shutdown()2021-09-30, by Kim Alvefur
-
mod_posix: Exit with non-zero status code on problems2021-09-30, by Kim Alvefur
-
util.startup: Allow separate command line argument settings for prosody and prosodyctl2021-09-30, by Kim Alvefur
-
prosodyctl: Add support for -v/--verbose to enable debug logging2021-09-30, by Kim Alvefur
-
prosodyctl: Add alternate XMPP Blackbox Exporter connectivity check2021-09-30, by Kim Alvefur
-
prosodyctl: Use HTTP client in promise mode for connectivity check2021-09-30, by Kim Alvefur
-
core.moduleapi: Ensure module:send_iq() handler priority over mod_iq2021-09-24, by Kim Alvefur
-
core.moduleapi: Enable full JID origin queries with module:send_iq()2021-09-24, by Kim Alvefur
-
core.moduleapi: Filter out unrelated direct replies to module:send_iq2021-09-24, by Kim Alvefur
-
mod_http_errors: Make it easier to override 'http-message' handler2021-09-24, by Kim Alvefur
-
mod_mam: Merge main and RSM-specific log message here too2021-09-23, by Kim Alvefur
-
mod_muc_mam: Fix reference to "user" in debug message copied from mod_mam2021-09-23, by Kim Alvefur
-
mod_muc_mam: Merge main and RSM-specific log message into a single one2021-09-23, by Kim Alvefur
-
mod_muc_mam: Fix copypaste mistake in debug logging2021-09-23, by Kim Alvefur
-
mod_message: Fire event for groupchat messages sent to bare JID2021-09-22, by Matthew Wild
-
net.server_epoll: Separate handling of "closed" from other errors2021-09-22, by Kim Alvefur
-
net.server_epoll: Skip attempt to flush write buffer when not connected2021-09-22, by Kim Alvefur
-
Merge 0.11->trunk2021-09-20, by Kim Alvefur
-
net.server_epoll: Add a hard deadline on shutdown to extra-fix #1670 0.112021-09-20, by Kim Alvefur
-
net.server_epoll: Close sockets added after shutdown signal (fixes #1670) 0.112021-09-20, by Kim Alvefur
-
mod_bosh: Fix typo in comment2021-09-19, by Kim Alvefur
-
mod_register_limits: Reword some options2021-09-19, by Kim Alvefur
-
MUC: Reject full JID in affiliation queries2021-09-17, by Kim Alvefur
-
net.server_epoll: Fix indentation messed up in last merge2021-09-17, by Kim Alvefur
-
net.server_epoll: Don't immediately destroy upon getting closed on read2021-09-15, by Kim Alvefur
-
mod_pubsub: Advertise support for 'max' as value for max_items2021-09-15, by Kim Alvefur
-
mod_http_file_share: Fix measuring how long periodic task take2021-09-14, by Kim Alvefur
-
util.prosodyctl.check: Suggest replacing 'use_libevent' with 'network_backend'2021-09-14, by Kim Alvefur
-
util.prosodyctl.check: Nudge towards plural port options2021-09-14, by Kim Alvefur
-
util.prosodyctl.check: Fix to not treat some options as misplaced2021-09-13, by Kim Alvefur
-
util.prosodyctl.check: Suggest replacements for deprecated options #16842021-09-13, by Kim Alvefur
-
mod_message: Clarify purpose of username field in offline message event2021-09-12, by Kim Alvefur
-
mod_carbons: Reduce line count using new util.stanza attr method2021-09-12, by Kim Alvefur
-
mod_mam: Reduce line count using new util.stanza attr method2021-09-12, by Kim Alvefur
-
mod_http_file_share: Measure current total usage2021-09-12, by Kim Alvefur
-
net.server_epoll: Try to make port number related methods sane2021-09-12, by Kim Alvefur
-
doap: Remove entry that confused XEP-0277 with XEP-02272021-09-12, by Kim Alvefur
-
doap: Mention mod_storage_xep02272021-09-12, by Kim Alvefur
-
doap: Specify version of XEP-0227 used2021-09-12, by Kim Alvefur
-
mod_storage_xep0227: Update for XEP-0227 r1.1: Support for SCRAM, MAM, PEP2021-09-12, by Matthew Wild
-
util.set: Add :contains_set() method2021-09-12, by Matthew Wild
-
util.array: Add :slice() method + tests2021-09-12, by Matthew Wild
-
util.stanza: Add :get_child_with_attr() + tests2021-09-12, by Matthew Wild
-
mod_pubsub/pubsub.lib: Export config forms for use by other modules2021-09-11, by Matthew Wild
-
mod_http_file_share: Fix traceback in global quota debug logging (thanks Martin)2021-09-12, by Kim Alvefur
-
util.prosodyctl.check: Remove stray debug print()2021-09-12, by Kim Alvefur
-
util.prosodyctl.check: Ignore unused "ok" variable [luacheck]2021-09-11, by Kim Alvefur
-
mod_http_file_share: Add optional global quota on total storage usage2021-09-11, by Kim Alvefur
-
util.prosodyctl.check: Refuse to do ojn test unless prosody is running2021-09-11, by Kim Alvefur
-
prosodyctl: Add external connectivity check based on observe.jabber.network2020-05-06, by Jonas Schäfer
-
mod_c2s: Rename Direct TLS listener 'c2s_direct_tls' for clarity2021-09-09, by Kim Alvefur
-
util.prosodyctl.check: Add TODO about replacements for deprecated settings2021-09-09, by Kim Alvefur
-
util.prosodyctl.check: Check for server-to-server Direct TLS records2021-09-09, by Kim Alvefur
-
mod_s2s: Rename Direct TLS listener 's2s_direct_tls'2021-09-09, by Kim Alvefur
-
mod_s2s: Add a Direct TLS listener2021-08-10, by Kim Alvefur
-
mod_s2s: Handle connections having TLS from the start2021-08-10, by Kim Alvefur
-
mod_s2s: Factor out procedure for newly encrypted sessions2021-08-10, by Kim Alvefur
-
mod_bosh,mod_websocket: Make into global-shared modules (...again)2021-06-21, by Kim Alvefur
-
mod_c2s,mod_s2s: Indicate stanza size violation with condition from XEP-0205 (thanks mjk)2021-09-06, by Kim Alvefur
-
mod_pubsub: Move reversal of item order in <items>2021-09-05, by Kim Alvefur
-
mod_pubsub: Add support for limiting result size #16082021-09-05, by Kim Alvefur
-
util.pubsub: Add support for limiting number of items to retrieve2021-09-05, by Kim Alvefur
-
mod_tls: Attempt STARTTLS on outgoing unencrypted legacy s2s connections2021-09-01, by Kim Alvefur
-
mod_storage_internal: Stop storing XEP-0091 timestamp2021-09-04, by Kim Alvefur
-
net.server_select: Deprecate and warn about it2021-09-03, by Kim Alvefur
-
net.server: Pikc server_epoll as unconditional default2021-09-03, by Kim Alvefur
-
net.server: Fall back to default backend from libevent instead of always select2021-09-03, by Kim Alvefur
-
net.server_epoll: Prevent removed timers from being readded2021-08-31, by Kim Alvefur
-
mod_mam: Suppress offline message broadcast for MAM clients2021-08-31, by Kim Alvefur
-
mod_mam: Only check for locally generated stanza-ids2021-08-31, by Kim Alvefur
-
mod_mam: Explain behavior with absent mod_offline in a comment2021-08-31, by Kim Alvefur
-
mod_mam: "Handle" messages that have been archived in the absense of mod_offline2020-06-25, by Kim Alvefur
-
mod_external_services: Factor out public function for converting to XML2021-08-30, by Kim Alvefur
-
mod_external_services: Factor out public function returning current services2021-08-29, by Kim Alvefur
-
mod_external_services: Filter services by requested credentials using a Set2021-08-30, by Kim Alvefur
-
mod_external_services: Validate required attributes on credentials requests2021-08-29, by Kim Alvefur
-
Merge 0.11->trunk2021-08-31, by Kim Alvefur
-
Merge 0.11->trunk2021-08-30, by Kim Alvefur
-
net.http: fail open if surrounding code does not configure TLS2021-08-29, by Jonas Schäfer
-
Merge 0.11->trunk2021-08-26, by Matthew Wild
-
mod_c2s: Indicate stream secure state in error text when no stream features to offer 0.112021-07-06, by Matthew Wild
-
usermanager, mod_authz_internal: Add methods to fetch users/JIDs of given role2021-08-26, by Matthew Wild
-
mod_muc_mam: Omit queryid attribute from <fin/>2021-08-06, by Holger Weiss
-
net.server_epoll: Split, attempt to clarify dirty noise message2021-08-16, by Kim Alvefur
-
mod_c2s,mod_s2s: Fire event just before writes2021-08-16, by Kim Alvefur
-
net.server: Add a predrain callaback just before writes2021-08-16, by Kim Alvefur
-
mod_s2s: Fire 's2s-ondrain' event, mirroring mod_c2s2021-08-16, by Kim Alvefur
-
core.storagemanager: Respect archive ids issued by storage drivers in tests2021-08-15, by Kim Alvefur
-
net.server_epoll: Improve efficiency of opportunistic writes2021-08-14, by Kim Alvefur
-
mod_disco: Send XEP-0115 caps in s2s stream features2021-08-12, by Kim Alvefur
-
mod_admin_shell: Keep unrestricted environment for session lifetime2021-08-11, by Kim Alvefur
-
mod_limits: Extend unlimited_jids to s2s sessions (for Ge0rG)2021-07-29, by Kim Alvefur
-
mod_limits: Factor out function for disabling limits allowing use from shell2021-07-29, by Kim Alvefur
-
mod_bosh: Add todo to use util.session to create session object2021-07-29, by Kim Alvefur
-
mod_pubsub: Update callbacks on reload to more completely refresh config2021-07-29, by Kim Alvefur
-
migrator: Silence assert in core.moduleapi2021-07-29, by Kim Alvefur
-
migrator: Use parsed command line flags already parsed by util.startup2021-07-29, by Kim Alvefur
-
migrator: Trick net.server into thinking the config is loaded2021-07-29, by Kim Alvefur
-
migrator: Customise startup sequence to fix #1673 (Thanks acidsys)2021-07-29, by Kim Alvefur
-
Fix various spelling errors (thanks codespell)2021-07-26, by Kim Alvefur
-
mod_pubsub: Update configuration on reload (fixes #1382)2021-07-25, by Kim Alvefur
-
mod_pubsub: Silence warning about 'service' as argument [luacheck]2021-07-25, by Kim Alvefur
-
mod_pep: Remove now unused util.cache import2021-07-25, by Kim Alvefur
-
util.pubsub: Signal that 'persistent-items' is unsupported when disabled2021-07-22, by Kim Alvefur
-
mod_pep: Remove use of RLU cache when persist_items was set to false2021-07-21, by Kim Alvefur
-
util.pubsub: Fix behavior of persist_items disabled2021-07-22, by Kim Alvefur
-
mod_pubsub: Explicitly enable persistence by default to preserve behavior2021-07-21, by Kim Alvefur
-
util.pubsub: Handle absence of node data interface2021-07-21, by Kim Alvefur
-
mod_pubsub: Remove publisher field when not exposing publisher2021-07-25, by Kim Alvefur
-
mod_pubsub: Normalize 'publisher' JID2021-07-25, by Kim Alvefur
-
scansion tests: Enable 'expose_publisher' since we test for it2021-07-25, by Kim Alvefur
-
mod_pubsub: Respect 'expose publisher' setting in item retrieval2021-07-25, by Kim Alvefur
-
mod_pubsub: Fix inclusion of publisher (fixes #1399)2019-05-01, by Kim Alvefur
-
Merge 0.11->trunk2021-07-23, by Kim Alvefur
-
MUC: Skip adding to history when it's set to zero2021-07-19, by Kim Alvefur
-
net.resolvers.service: Only do DANE with secure SRV records2021-07-18, by Kim Alvefur
-
core.certmanager: Support 'use_dane' setting to enable DANE support2021-07-18, by Kim Alvefur
-
Revert 926d53af9a7a: Restore DANE support2021-07-18, by Kim Alvefur
-
mod_s2s: Clone 'extra' data to let resolvers add more to it2021-07-18, by Kim Alvefur
-
editorconfig: We use tabs2021-07-18, by Kim Alvefur
-
mod_s2s: Handle measurement where the local host is unknown2021-07-18, by Kim Alvefur
-
mod_s2s: Guard against missing 'to' on incoming stream2021-07-18, by Kim Alvefur
-
net.server_epoll: Fix traceback-causing typo2021-07-18, by Kim Alvefur
-
net.server_epoll: Ensure timeouts match epoll flags2021-07-17, by Kim Alvefur
-
net.server_epoll: Skip reset of read timeout when not reading2021-07-17, by Kim Alvefur
-
net.server_epoll: Reduce timer churn during TLS handshake2021-07-17, by Kim Alvefur
-
net.server_epoll: Use only fatal "write" timeout during TLS negotiation2021-07-16, by Kim Alvefur
-
net.server_epoll: Optimize concatenation of exactly 2 buffer chunks2021-07-16, by Kim Alvefur
-
net.server_epoll: Avoid allocating a buffer table for single writes2021-07-16, by Kim Alvefur
-
net.server_epoll: Optionally let go of buffers2021-07-16, by Kim Alvefur
-
net.server_epoll: Propagate returns from opportunistic writes2021-07-15, by Kim Alvefur
-
net.server_epoll: Set minimum wait time to 1ms, matching epoll2021-07-14, by Kim Alvefur
-
prosodyctl: Add a note about checking the order of listed commands2021-07-14, by Kim Alvefur
-
prosodyctl: Add cert to command listing2021-07-14, by Kim Alvefur
-
prosodyctl: Add 'shell' to command listing2021-07-14, by Kim Alvefur
-
prosodyctl: Add 'check' to command listing (fixes #1622)2021-05-30, by Kim Alvefur
-
net.server_epoll: Add setting for disabling the Nagle algorithm2021-07-14, by Kim Alvefur
-
net.server_epoll: Support setting keepalive idle time2021-07-14, by Kim Alvefur
-
net.server_epoll: Add way to enable TCP keeplives on all connections2021-07-14, by Kim Alvefur
-
net.server_epoll: Add an (empty) method for setting socket options2021-07-14, by Kim Alvefur
-
net.server_epoll: Log failures to set socket options2021-07-14, by Kim Alvefur
-
mod_s2s: Don't close connections on reload2021-07-14, by Kim Alvefur
-
mod_s2s: Close connections attached to a host being deactivated2021-07-14, by Kim Alvefur
-
mod_s2s: Vary log level by remote stream error2021-07-14, by Kim Alvefur
-
tools/jabberd14sql2prosody: Tweak wording in comments2021-07-13, by Kim Alvefur
-
tools/xep227toprosody: Tweak wording in comments2021-07-13, by Kim Alvefur
-
mod_dialback: Tweak wording in a comment2021-07-13, by Kim Alvefur
-
mod_s2s: Remove connection timeout once it's no longer needed2021-07-13, by Kim Alvefur
-
net.server_epoll: Call onconnect immediately after TLS handshake completion2021-07-13, by Kim Alvefur
-
net.server_epoll: Refactor immediate TLS handshake start2021-07-13, by Kim Alvefur
-
net.server_epoll: Keep socket registered in epoll trough TLS wrapping2021-07-13, by Kim Alvefur
-
net.server_epoll: Use TLS handshake timeout after initiating handshake2021-07-13, by Kim Alvefur
-
net.server_epoll: Start TLS handshake immediately on newly accepted connections2021-07-13, by Kim Alvefur
-
net.server_epoll: Factor out TLS initialization into a method2021-07-13, by Kim Alvefur
-
net.server_epoll: Fix typo2021-07-13, by Kim Alvefur
-
mod_s2s: Log debug message on attempted close of an connectionless session2021-07-11, by Kim Alvefur
-
mod_s2s: Drop level of indentation by inverting a condition and early return2021-07-11, by Kim Alvefur
-
mod_s2s: Use module API to fire events2021-07-11, by Kim Alvefur
-
scansion tests: Allow specifying network settings via environment variable2021-07-11, by Kim Alvefur
-
scansion tests: Allow specifying network backend via environment variable2021-07-11, by Kim Alvefur
-
net.server_epoll: Prevent stack overflow of opportunistic writes2021-07-11, by Kim Alvefur
-
mod_http_errors: Set status code 200 from root page2021-07-09, by Kim Alvefur
-
mod_http_errors: Add a Prosody logo to root page2021-07-09, by Kim Alvefur
-
mod_http_errors: Allow adding icons on error pages2021-07-09, by Kim Alvefur
-
net.http: Send entire HTTP request header as one write2021-07-08, by Kim Alvefur
-
net.server_epoll: Immediately attempt to read from newly accepted connections2021-07-08, by Kim Alvefur
-
net.server_epoll: Separate handling of new incoming and outgoing connections2021-07-08, by Kim Alvefur
-
net.server_epoll: Ensure timeout after closing2020-10-30, by Kim Alvefur
-
core.loggingmanager: Disable pretty printing when not connected to a tty2021-07-04, by Kim Alvefur
-
util.pposix: Bind isatty(3)2021-07-04, by Kim Alvefur
-
util.prosodyctl.check: Normalize away trailing dot in some messages too2021-07-04, by Kim Alvefur
-
util.prosodyctl.check: Normalize potential to form without trailing '.'2021-07-03, by Kim Alvefur
-
util.prosodyctl.check: Point out if A/AAAA exists despite disabled IPvX2021-07-03, by Kim Alvefur
-
util.prosodyctl.check: Warn if both use_ipv4 and use_ipv6 are set to false2021-07-03, by Kim Alvefur
-
util.prosodyctl.check: Silence IP protocol mismatches when disabled2021-07-03, by Kim Alvefur
-
Merge 0.11->trunk2021-07-03, by Kim Alvefur
-
util.format: Escape ASCII control characters also in extra arguments2021-07-03, by Kim Alvefur
-
util.format: Allow newlines but ensure following lines are indented2021-07-03, by Kim Alvefur
-
util.format: Fix missing backslash in pattern2021-07-03, by Kim Alvefur
-
util.prosodyctl.check: Reload unbound to ensure hosts.txt is ignored2021-07-03, by Kim Alvefur
-
util.format: Change formatting of nil values to avoid looking like XML2021-06-29, by Kim Alvefur
-
core.loggingmanager: Pretty-print logged XML snippets in console2021-06-29, by Kim Alvefur
-
util.stanza: Export pretty printing function2021-06-29, by Kim Alvefur
-
core.loggingmanager: Support passing log messages trough a filter2021-06-29, by Kim Alvefur
-
util.stanza: Simplify and make pretty-printing look nicer2020-11-07, by Kim Alvefur
-
util.stanza: Remove Windows "support" (disabling ANSI color pretty printing)2020-11-07, by Kim Alvefur
-
util.format: Escape ASCII control characters in output2021-06-15, by Kim Alvefur
-
util.dbuffer: Fix bugs, remove multi-char support (more complex than first thought)2021-06-29, by Matthew Wild
-
util.dbuffer: Add read_until() method2021-06-29, by Matthew Wild
-
util.prosodyctl.check: Collect options from all global plugins2021-05-27, by Kim Alvefur
-
util.prosodyctl.check: Format, sort option listings into canonical form2021-05-27, by Kim Alvefur
-
mod_admin_adhoc: Log who performs administrative actions2021-06-27, by Kim Alvefur
-
mod_admin_adhoc: Delete "Get User Password" command2021-06-27, by Kim Alvefur
-
mod_pubsub,mod_pep: Support "max" as 'pubsub#max_items'2021-06-09, by Kim Alvefur
-
util.dataforms: Define a integer + "max" datatype2020-09-18, by Kim Alvefur
-
core.stanza_router: Rename variable to be more specific2021-06-25, by Kim Alvefur
-
mod_external_services: Report overall status as a module status2021-06-21, by Kim Alvefur
-
mod_external_services: Validate items as they are added2021-06-21, by Kim Alvefur
-
mod_external_services: Also validate services added by other modules2021-06-21, by Kim Alvefur
-
mod_storage_sql: Fix for move of yes/no function (Thanks Kasim)2021-06-21, by Kim Alvefur
-
mod_s2s: Remove duplicate method call (thanks luacheck)2021-06-21, by Kim Alvefur
-
mod_s2s: Guard against LuaSec not returning TLS info here too2021-06-21, by Kim Alvefur
-
mod_c2s: Guard against LuaSec not returning TLS info (thanks Martin)2021-06-21, by Kim Alvefur
-
doap: Update XEP-0368 entry with mention of direct_tls_ports2021-06-20, by Kim Alvefur
-
CHANGES: Add Direct TLS support2021-06-20, by Kim Alvefur
-
mod_c2s: Log the same messages for Direct TLS as with starttls2021-06-20, by Kim Alvefur
-
mod_c2s: Update a comment to reflect Direct TLS2021-06-20, by Kim Alvefur
-
util.prosodyctl.check: Ensure that libunbound does not check hosts file2021-06-20, by Kim Alvefur
-
util.prosodyctl.check: Deprecate legacy_ssl related options2021-06-20, by Kim Alvefur
-
util.prosodyctl.check: Add support for checking Direct TLS SRV records2021-06-20, by Kim Alvefur
-
mod_c2s: Add a Direct TLS listener2021-06-20, by Kim Alvefur
-
util.prosodyctl.check: Fix for net.dns vs unbound API difference2021-06-20, by Kim Alvefur
-
util.prosodyctl.check: Add knowledge of the global-only 'use_ipv4' setting2021-06-20, by Kim Alvefur
-
mod_http_file_share: Update comment about x-frame-options2021-06-20, by Kim Alvefur
-
CHANGES: Add OpenMetrics changes to Statistics2021-06-19, by Kim Alvefur
-
mod_s2s: Bail if connection is destroyed after attempting to open stream2021-06-16, by Kim Alvefur
-
mod_c2s,mod_s2s: Collect stats on TLS versions and ciphers2021-06-15, by Kim Alvefur
-
mod_admin_shell: module:info: List 'items' that can be formatted easily2021-06-12, by Kim Alvefur
-
mod_admin_shell: module:info: Show friendlier name for known 'items'2021-06-12, by Kim Alvefur
-
mod_admin_shell: module:info: List provided 'items'2021-06-12, by Kim Alvefur
-
mod_admin_shell: module:info: Use existing host string representation2021-06-12, by Kim Alvefur
-
mod_admin_shell: module:info: List dependencies2021-06-12, by Kim Alvefur
-
mod_admin_shell: module:info: Show module status2021-06-12, by Kim Alvefur
-
mod_admin_shell: Add basic command that shows more info about loaded modules2021-06-12, by Kim Alvefur
-
util.openmetrics: Use pack from util.table, detect appropriate unpack for Lua 5.1 (thanks sups)2021-06-14, by Matthew Wild
-
mod_turn_external: Simple module to offer TURN(+STUN) via mod_external_services2021-01-21, by Kim Alvefur
-
core.portmanager: Also reload per-SNI certificates2021-06-10, by Kim Alvefur
-
core.portmanager: Reload direct TLS certificates after config reload2021-06-10, by Kim Alvefur
-
core.portmanager: Factor out base TLS context creation for reuse2021-06-10, by Kim Alvefur
-
net.server_epoll: Add missing method for changing TLS context2021-06-10, by Kim Alvefur
-
mod_http_file_share: Build list of measuring buckets for configured size limit2021-06-08, by Kim Alvefur
-
util.openmetrics: Prettify format of histogram buckets2021-06-07, by Kim Alvefur
-
net.server_epoll: Fix reporting of socket connect timeout2021-06-07, by Kim Alvefur
-
core.certmanager: Skip service certificate lookup for https client2021-05-27, by Kim Alvefur
-
core.portmanager: Fix race condition in initialization of SNI cert map2021-05-28, by Kim Alvefur
-
scansion: Really silence the certificates dir error2021-05-27, by Kim Alvefur
-
scansion: Silence an error from cert indexer due to missing certs dir2021-05-27, by Kim Alvefur
-
Merge 0.11->trunk2021-05-27, by Kim Alvefur
-
prosodyctl: Add 'limits' to known globals to warn about misplacing it 0.112021-05-27, by Kim Alvefur
-
core.modulemanager: Inherit mod_server_contact_info onto components #12702021-05-27, by Kim Alvefur
-
mod_server_contact_info: Generate properly escaped URIs from 'admins'2020-09-11, by Kim Alvefur
-
mod_server_contact_info: Apply JID normalization2020-09-11, by Kim Alvefur
-
prosodyctl: Reorganize help / command list2021-01-21, by Kim Alvefur
-
prosody.cfg.lua.dist: Replace use_libevent with network_backend2021-05-23, by Kim Alvefur
-
mod_tls: Add "support" for <failure> by closing gracefully2021-05-21, by Kim Alvefur
-
teal: Add type spec for util.signal2021-05-20, by Kim Alvefur
-
teal: Add type spec for util.ringbuffer2021-05-20, by Kim Alvefur
-
teal: Describe util.net.local_addresses() return type2021-05-20, by Kim Alvefur
-
teal: Add new util.hashes APIs2021-05-20, by Kim Alvefur
-
statsmanager: remove "legacy" wording2021-05-20, by Jonas Schäfer
-
util.stanza: add at_top helper2021-05-08, by Jonas Schäfer
-
mod_csi_simple: convert to use new metric interface for flush reasons2021-05-20, by Jonas Schäfer
-
prosody.cfg.lua.dist: Fix indentation to use tabs like the rest of the file2021-05-19, by Emmanuel Gil Peyrot
-
prosody: Close the state on exit (ie garbage-collect everything)2021-05-18, by Kim Alvefur
-
tools/cfgdump: Serialize individual (table) settings in stable order too2021-05-17, by Kim Alvefur
-
tools/cfgdump: Iterate in sort order to give stable output2021-05-17, by Kim Alvefur
-
mod_http_file_share: Handle out of bounds Range request2021-05-17, by Kim Alvefur
-
Merge 0.11->trunk2021-05-16, by Kim Alvefur
-
mod_pep: Remove obsolete node restoration code (now done by util.pubsub) 0.112021-05-16, by Kim Alvefur
-
mod_http_file_share: Support download resumption via Range requests2021-05-16, by Kim Alvefur
-
prosodyctl: Report OpenSSL version2021-05-11, by Kim Alvefur
-
util.hashes: Expose OpenSSL version2021-05-11, by Kim Alvefur
-
util.jwt: Use constant-time comparison with expected signature2021-05-13, by Matthew Wild
-
Merge 0.11->trunk2021-05-13, by Matthew Wild
-
util.xmppstream: Allow dynamically configuring the stanza size limit for a stream 0.112021-05-10, by Matthew Wild
-
MUC: Add support for advertising muc#roomconfig_allowinvites in room disco#info 0.112021-05-10, by Matthew Wild
-
mod_auth_internal_{plain,hashed}: Use constant-time string comparison for secrets 0.112021-05-10, by Matthew Wild
-
util.hashes: Add constant-time string comparison (binding to CRYPTO_memcmp) 0.112021-05-10, by Matthew Wild
-
mod_c2s, mod_s2s, mod_component, mod_bosh, mod_websockets: Set default stanza size limits 0.112021-05-07, by Matthew Wild
-
core.certmanager: Catch error from lfs2021-05-07, by Kim Alvefur
-
core.certmanager: Resolve certs path relative to config dir2021-05-07, by Kim Alvefur
-
core.portmanager: Use existing http_host for https SNI mapping2021-05-05, by Kim Alvefur
-
core.portmanager: Allow overriding expected SNI name per service2021-05-05, by Kim Alvefur
-
core.certmanager: Skip directly to guessing of key from cert filename2021-05-05, by Kim Alvefur
-
core.certmanager: Join paths with OS-aware util.paths function2021-05-05, by Kim Alvefur
-
core.certmanager: Build an index over certificates2021-04-10, by Kim Alvefur
-
core.certmanager: Check for complete filename2021-04-10, by Kim Alvefur
-
mod_tls: Fix order of debug messages and tls context creation2021-05-05, by Kim Alvefur
-
configure: Make ICU the default library for IDNA and JID normalization2020-07-12, by Kim Alvefur
-
net.http.server: Split out method for sending only the header2021-04-24, by Kim Alvefur
-
s2s et al.: Add counters for connection state transitions2021-04-21, by Jonas Schäfer
-
mod_s2s: Port to new OpenMetrics API2021-04-18, by Jonas Schäfer
-
mod_c2s: Port to new OpenMetrics API2021-04-18, by Jonas Schäfer
-
Statistics: Rewrite statistics backends to use OpenMetrics2021-04-18, by Jonas Schäfer
-
util.prosodyctl.shell: Fix for different location of unpack in Lua 5.12021-04-25, by Kim Alvefur
-
util.prosodyctl.shell: Fix for missing 'sep' arg to string.rep in Lua 5.12021-04-25, by Kim Alvefur
-
util.prosodyctl.shell: Allow calling console commands with fewer shell quotes2021-04-25, by Kim Alvefur
-
mod_tls: Bail out if session got destroyed while sending <proceed/>2021-04-15, by Kim Alvefur
-
core.sessionmanager: Add a dummy rawsend() method to resting sessions2021-04-15, by Kim Alvefur
-
mod_c2s: Fix traceback if session was destroyed while opening stream (thanks Ge0rG)2021-04-14, by Kim Alvefur
-
util.xmppstream: Send <?xml?> declaration in same call as stream open2021-04-14, by Kim Alvefur
-
core.statsmanager: Allow special "manual" value for statistics_interval2021-04-06, by Kim Alvefur
-
Merge 0.11->trunk2021-04-10, by Kim Alvefur
-
mod_saslauth: Don't throw errors in async code when connections are gone 0.112021-03-18, by tmolitor
-
core.statsmanager: Cover util.statistics work in processing measurement2021-04-06, by Kim Alvefur
-
core.hostmanager: Remove obsolete clearing of srv_hosts2021-04-06, by Kim Alvefur
-
mod_admin_shell: Remove obsolete checks related to s2sout.lib2021-04-06, by Kim Alvefur
-
mod_http_file_share: Include expiry time of the upload itself in token2021-04-05, by Kim Alvefur
-
mod_http_file_share: Include time of issuance in auth token2021-04-05, by Kim Alvefur
-
mod_http_file_share: Group related properties for readability2021-04-05, by Kim Alvefur
-
mod_http_file_share: Log error opening file for writing2021-04-05, by Kim Alvefur
-
mod_http_file_share: Fix logging of error opening file2021-04-05, by Kim Alvefur
-
MUC: Allow overriding occupant object from groupchat message event2021-03-25, by Kim Alvefur
-
net.server_epoll: Remove unnecessary luacheck annotations2021-04-01, by Kim Alvefur
-
mod_http_file_share: Include storage in prune time measurement2021-03-31, by Kim Alvefur
-
mod_http_file_share: Add internal command to check files consistency2021-03-28, by Kim Alvefur
-
util.datamapper: Fix spelling in tests2021-03-28, by Kim Alvefur
-
mod_http_file_share: Fix reporting of missing files2021-03-28, by Kim Alvefur
-
MUC: Report number of live rooms to statsmanager2021-03-28, by Kim Alvefur
-
mod_http_file_share: Report number of items in caches to statsmanager2021-03-28, by Kim Alvefur
-
util.prosodyctl: Install plugins for current Lua version2021-03-16, by Kim Alvefur
-
util.envload: Add basic test of envload()2021-03-26, by Kim Alvefur
-
util.datamapper: Revert one special attribute to longer form2021-03-26, by Kim Alvefur
-
util.datamapper: Use attribute convenience function throughout2021-03-26, by Kim Alvefur
-
util.promise: Switch order of parameters to join()2021-03-25, by Matthew Wild
-
util.promise: all()/all_settled() pass through non-promise values2021-03-25, by Matthew Wild
-
util.promise: Add join() convenience method2021-03-25, by Matthew Wild
-
util.promise: Add support for arbitrary keys in all()/all_settled()2021-03-25, by Matthew Wild
-
mod_message: Stop advertising offline message support (mod_offline does that)2021-03-24, by Kim Alvefur
-
util.datamapper: Don't include empty unwrapped arrays2021-03-23, by Kim Alvefur
-
util.datamapper: Add test coverage of unwrapped arrays of objects2021-03-23, by Kim Alvefur
-
util.datamapper: Fix error on attempt to coerce nil to something2021-03-23, by Kim Alvefur
-
mod_admin_shell: Sort timers by time in debug:timers()2021-03-23, by Kim Alvefur
-
mod_c2s: Log a debug message before closing due to c2s_timeout2021-03-23, by Kim Alvefur
-
util.datamapper: Deal with locally built stanzas missing xmlns2021-03-23, by Kim Alvefur
-
util.datamapper: Factor out conversion from any value to XML string2021-03-22, by Kim Alvefur
-
mod_authz_internal: Ignore unused argument for now [luachec]2021-03-22, by Kim Alvefur
-
usermanager: expose set_roles through API2021-03-22, by Jonas Schäfer
-
mod_authz_internal: add support for setting roles of a local user2021-03-22, by Jonas Schäfer
-
util.datamapper: Handle nested arrays or objects in arrays2021-03-22, by Kim Alvefur
-
util.datamapper: Fix to skip parsing wrapped arrays that aren't there2021-03-22, by Kim Alvefur
-
util.datamapper: Clear done TODO (arrays)2021-03-21, by Kim Alvefur
-
util.datamapper: Complete array building support2021-03-20, by Kim Alvefur
-
util.datamapper: Factor out handling of object properties for array reuse2021-03-20, by Kim Alvefur
-
util.datamapper: Finally implement support for parsing arrays2021-03-20, by Kim Alvefur
-
util.datamapper: Factor out extraction of the XML part to use2021-03-20, by Kim Alvefur
-
util.datamapper: Only get element name if there's an element2021-03-19, by Kim Alvefur
-
make: Magic trick for teal-src/*.tl -> ./*.lua2021-03-19, by Kim Alvefur
-
util.datamapper: Fix arrays nesting one level too deep2021-03-19, by Kim Alvefur
-
util.datamapper: Deal with type name changes in util.jsonschema2021-03-18, by Kim Alvefur
-
util.jsonschema: Rename types for improved readability2021-03-18, by Kim Alvefur
-
teal: Use new integer support in Teal 0.13.02021-03-18, by Kim Alvefur
-
util.datamapper: Limited support for unparsing simple arrays of strings2021-03-18, by Kim Alvefur
-
util.datamapper: Add initial support for parsing arrays2021-03-18, by Kim Alvefur
-
util.datamapper: Factor out common schema unpacking2021-03-14, by Kim Alvefur
-
util.datamapper: Separate extraction of xml from coercion to target type2021-03-14, by Kim Alvefur
-
util.datamapper: Use enum instead of mutually exclusive booleans2021-03-14, by Kim Alvefur
-
util.datamapper: Enumerated elements2021-03-12, by Kim Alvefur
-
util.datamapper: Some TODOs2021-03-09, by Kim Alvefur
-
util.datamapper: Add references with notes2021-03-09, by Kim Alvefur
-
util.datamapper: Add Copyright header2021-03-09, by Kim Alvefur
-
util.jsonschema: Add copyright-header2021-03-09, by Kim Alvefur
-
util.jsonschema: Restructure "type" keyword handling2021-03-09, by Kim Alvefur
-
util.jsonschema: Syntax tweak to not upset syntax highlighting2021-03-09, by Kim Alvefur
-
util.jsonschema: Implement "propertyNames"2021-03-09, by Kim Alvefur
-
util.jsonschema: Restructure handling of "properties" and "additionalProperties"2021-03-09, by Kim Alvefur
-
util.jsonschema: Fix "uniqueItems" prematurely declaring a match2021-03-09, by Kim Alvefur
-
util.jsonschema: Implement the "prefixItems" keyword2021-03-09, by Kim Alvefur
-
util.jsonschema: Implement the "contains" keyword2021-03-09, by Kim Alvefur
-
util.jsonschema: Allow a boolean as schema2021-03-09, by Kim Alvefur
-
util.jsonschema: Correct "items" keyword2021-03-09, by Kim Alvefur
-
util.datamapper: Add support for mapping of elements where only one attribute matters2021-03-07, by Kim Alvefur
-
util.datamapper: Add logic for "boolean" tags here the presence means true2021-03-07, by Kim Alvefur
-
util.datamapper: Invent extension for using tag name as value2021-03-06, by Kim Alvefur
-
util.datamapper: Add 'unparse' for turning tables into XML2021-03-06, by Kim Alvefur
-
util.datamapper: Library for extracting data from stanzas2021-03-06, by Kim Alvefur
-
util.jsonschema: Library for JSON Schema validation2021-03-06, by Kim Alvefur
-
make: Add target for building Teal sources2021-03-09, by Kim Alvefur
-
util: Add Teal interface definition files2021-03-09, by Kim Alvefur
-
util.gc: Fix check for Lua 5.42021-03-15, by Kim Alvefur
-
net.resolvers.basic: Fix completion condition when IPv6 is disabled2021-03-15, by Kim Alvefur
-
mod_pubsub: Include <pubsub> with unsubscribe reply2021-03-15, by Kim Alvefur
-
util.rsm: Correctly coerce integer value for <index> (fix #1642)2021-03-06, by Kim Alvefur
-
util.rsm: Increase test coverage2021-03-06, by Kim Alvefur
-
util.rsm: Improve readability using compacter stanza building API2021-03-06, by Kim Alvefur
-
mod_csi_simple: s/algoritm/algorithm/ [codespell]2021-03-05, by Kim Alvefur
-
core.storagemanager: s/Multilpe/Multiple/ [codespell]2021-03-05, by Kim Alvefur
-
util.prosodyctl.shell: Allow passing a single command as argument2021-03-05, by Kim Alvefur
-
util.prosodyctl.shell: Fix check for --quiet2021-03-05, by Kim Alvefur
-
net.resolvers.basic: Disable DANE for now, completely broken2021-03-03, by Kim Alvefur
-
net.resolvers.basic: Don't enable DANE with zero TLSA records2021-03-03, by Kim Alvefur
-
mod_s2s: Buffer stream error + stream closing tag2021-03-03, by Kim Alvefur
-
core.s2smanager: Set "direction" on destroyed sessions (fixes #1641)2021-03-03, by Kim Alvefur
-
mod_s2s: Check direction in bidi-aware style2021-03-03, by Kim Alvefur
-
doap: Add RFC 76732021-03-02, by Kim Alvefur
-
mod_s2s: Add config setting to enable DANE2021-03-02, by Kim Alvefur
-
net.connect: Add DANE support2021-03-02, by Kim Alvefur
-
net.server_epoll: Support for passing DANE TLSA data to LuaSec (0.8 needed)2019-09-29, by Kim Alvefur
-
core.portmanager: Log SNI hosts, services looked for2021-03-02, by Kim Alvefur
-
MUC: Add robot face test2021-03-02, by Kim Alvefur
-
mod_http: Consolidate handling of proxied connection details2021-02-27, by Kim Alvefur
-
net.http.server: Set request.ip so mod_http doesn't have to2021-02-27, by Kim Alvefur
-
Merge 0.11->trunk2021-02-27, by Kim Alvefur
-
mod_http_file_share: Skip removal of nothing2021-02-25, by Kim Alvefur
-
mod_http_file_share: Remove correct entries when not all expired files were deleted2021-02-25, by Kim Alvefur
-
mod_http_errors: Add some comments2021-02-25, by Kim Alvefur
-
mod_http_errors: Add some silly variations for the '/' page2021-02-25, by Kim Alvefur
-
mod_http_file_share: Fix traceback on missing file-type2021-02-24, by Kim Alvefur
-
mod_csi_simple: Add command to test importance algorithm on stream of stanzas2021-02-23, by Kim Alvefur
-
mod_http: Improve message for missing 'route'2021-02-23, by Kim Alvefur
-
mod_http: Warn if app is missing 'route'2021-02-21, by Kim Alvefur
-
mod_http_file_share: Allow credentials via CORS (needed for auth token)2021-02-23, by Kim Alvefur
-
mod_http: Allow modifying CORS header list via :provides API2019-12-30, by Kim Alvefur
-
mod_http: Allow setting the CORS credentials flag via :provides API2019-12-30, by Kim Alvefur
-
mod_http_errors: Style tweak2021-02-21, by Kim Alvefur
-
mod_http_file_share: Return a message from the base URL2021-02-21, by Kim Alvefur
-
mod_websocket: Use mod_http_errors html template #11722021-02-21, by Kim Alvefur
-
mod_bosh: Include warning if endpoint accessed insecurely (#1172)2021-02-21, by Kim Alvefur
-
mod_bosh: Use message template from mod_http_error2021-02-21, by Kim Alvefur
-
mod_http_errors: Add a highlighted warning to template2021-02-21, by Kim Alvefur
-
mod_http_errors: Add way to reuse the error page template2021-02-21, by Kim Alvefur
-
mod_http_errors: Minify CSS2021-02-18, by Kim Alvefur
-
Merge 0.11->trunk2021-02-18, by Kim Alvefur
-
mod_http: Optimize proxy IP check2021-02-18, by Kim Alvefur
-
mod_websocket: Inherit security status from http request2021-02-18, by Kim Alvefur
-
mod_http: Consider x-forwarded-proto from trusted proxies2021-02-18, by Kim Alvefur
-
Merge 0.11->trunk2021-02-18, by Kim Alvefur
-
mod_csi_simple: Fire event when flushing queue2021-02-16, by Kim Alvefur
-
mod_csi_simple: Set session state to 'flushing' while doing so2021-02-16, by Kim Alvefur
-
Merge 0.11->trunk2021-02-15, by Kim Alvefur
-
mod_http_file_share: Prevent attempt to upload again after completion2021-02-13, by Kim Alvefur
-
mod_http_file_share: Support sending 100 Continue2021-02-13, by Kim Alvefur
-
net.http.server: Don't pause early streaming uploads2021-02-13, by Kim Alvefur
-
net.http.server: Allow storing more than the parser in the session2021-02-12, by Kim Alvefur
-
net.http.server: Enable async during HTTP request handling (fixes #1487)2020-07-12, by Kim Alvefur
-
util.datamanager: Add basic tests2021-02-09, by Kim Alvefur
-
util.datamanager: Support iterating over any file extension2021-02-07, by Kim Alvefur
-
core.certmanager: Add comments explaining the 'verifyext' TLS settings2021-02-06, by Kim Alvefur
-
mod_s2s: Clarify comment about unused TLS settings2021-02-06, by Kim Alvefur
-
util.cache: Add test for :table (fails on Lua 5.1)2021-02-05, by Kim Alvefur
-
mod_admin_shell: Add help section with (top level) MUC commands2021-02-05, by Kim Alvefur
-
mod_admin_shell: Pretty-print HTTP endpoints in a human table2021-02-03, by Kim Alvefur
-
mod_admin_shell: Remove previous print() call2021-02-03, by Kim Alvefur
-
mod_admin_shell: List modules providing each HTTP endpoint2021-02-03, by Kim Alvefur
-
mod_admin_shell: List global HTTP endpoints by default2021-02-03, by Kim Alvefur
-
scansion tests: Give a title to HTTP Upload test2021-02-03, by Kim Alvefur
-
mod_c2s: Reflect stream 'from' attribute back if set (fix #1625)2021-02-03, by Kim Alvefur
-
util.xmppstream: Ensure stream 'id' is always present (fix #1626)2021-02-03, by Kim Alvefur
-
mod_http_file_share: Collect cache hit/miss statistics for downloads2021-02-02, by Kim Alvefur
-
mod_http_file_share: Measure how long it takes to prune expired files2021-02-02, by Kim Alvefur
-
mod_http_file_share: Collect statistics of files uploaded2021-02-02, by Kim Alvefur
-
mod_storage_sql: Implement map-like API for archives2021-02-01, by Kim Alvefur
-
storage: Test reverse-ordered queries2021-02-01, by Kim Alvefur
-
util.adhoc: Propagate error with producing initial initial data2021-01-31, by Kim Alvefur
-
adhoc.lib: Tweak to allow using util.error objects2021-01-31, by Kim Alvefur
-
mod_http_file_share: Reorder arguments2021-01-31, by Kim Alvefur
-
mod_http_file_share: Update cached value while it is reasonably fresh2021-01-31, by Kim Alvefur
-
mod_http_file_share: Cache quotas to avoid hitting storage2021-01-31, by Kim Alvefur
-
mod_http_file_share: Split out some variables for later reuse2021-01-31, by Kim Alvefur
-
mod_http_file_share: Add support for daily upload quotas.2021-01-31, by Kim Alvefur
-
mod_http_file_share: Add missing semicolon2021-01-31, by Kim Alvefur
-
CHANGES: Clarify what mod_mimicking does2021-01-30, by Kim Alvefur
-
mod_http_file_share: Clarify log message2021-01-30, by Kim Alvefur
-
doap: Fix off by 200 in RFC number2021-01-30, by Kim Alvefur
-
mod_tls: Ignore lack of STARTTLS offer only when s2s_require_encryption set2021-01-29, by Kim Alvefur
-
mod_tls: Attempt STARTTLS even if not advertised as per RFC 75902021-01-29, by Kim Alvefur
-
doap: Move comment into <implements> it comments on2021-01-29, by Kim Alvefur
-
mod_mam: Remove obsolete queryid attribute from tests2021-01-29, by Kim Alvefur
-
mod_mam: Remove obsolete 'queryid' attribute from iq-result (thanks paul)2021-01-29, by Kim Alvefur
-
mod_http_file_share: Indicate missing token via WWW-Authenticate header2021-01-29, by Kim Alvefur
-
mod_http_file_share: Clarify message about missing Authorization header2021-01-29, by Kim Alvefur
-
mod_http_file_share: Allow started uploads to complete after token expired2021-01-28, by Kim Alvefur
-
mod_http_file_share: Serve configurable set of safe mime types inline (thanks jonas’)2021-01-28, by Kim Alvefur
-
mod_http_file_share: Cache file metadata2021-01-28, by Kim Alvefur
-
mod_http_file_share: Extract all file properties into variables earlier2021-01-28, by Kim Alvefur
-
mod_http_file_share: Fix the obligatory misplaced closing bracket (thanks scansion)2021-01-27, by Kim Alvefur
Scroll all the way down to load more.