Software /
code /
prosody
Graph
-
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
Scroll all the way down to load more.