Software /
code /
prosody
Graph
-
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 string20 months ago, by Matthew Wild
-
mod_admin_shell: Allow "*" as substitute for 'nil' for easier CLI usage20 months ago, by Kim Alvefur
-
util.prosodyctl.shell: Fix sending terminal width with single argument20 months ago, by Kim Alvefur
-
util.human.io: Coerce $COLUMNS to number20 months ago, by Kim Alvefur
-
util.prosodyctl.shell: Coerce terminal width to string (for util.stanza)20 months ago, by Kim Alvefur
-
util.human.io: table: don't read $COLUMNS directly, just use term_width()20 months ago, by Matthew Wild
-
util.human.io: table: Return determined width as a second result20 months ago, by Matthew Wild
-
util.human.io: Prefer using the $COLUMNS environment variable if set (by readline)20 months ago, by Kim Alvefur
-
util.prosodyctl.shell: Use new term_width() for width20 months ago, by Kim Alvefur
-
util.human.io: table: use term_width() to discover terminal width20 months ago, by Matthew Wild
-
util.human.io: Add term_width() method to discover the terminal width20 months ago, by Matthew Wild
-
mod_admin_shell: Make IP column thinner if IPv6 is disabled20 months ago, by Kim Alvefur
-
mod_admin_shell: Make default column width 1 part20 months ago, by Kim Alvefur
-
mod_admin_shell: Fix attempt to compare number with string20 months ago, by Kim Alvefur
-
util.human.io: Pass the whole column definition to mapper function20 months ago, by Kim Alvefur
-
util.human.io: Allow defining per column ellipsis function20 months ago, by Kim Alvefur
-
util.human.io: Pass expected width to mapper function20 months ago, by Kim Alvefur
-
mod_admin_shell: Dynamically size JIDs and hosts20 months ago, by Kim Alvefur
-
mod_admin_shell: More dynamic widths calculations20 months ago, by Kim Alvefur
-
mod_admin_shell: Calculate widths of columns from example values20 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}20 months ago, by Kim Alvefur
-
util.array: Change tostring format to [a,b,c]20 months ago, by Kim Alvefur
-
util.human.io: Fix pattern to support fractional proportions20 months ago, by Matthew Wild
-
util.human.io: Support for dynamic "proportional" columns20 months ago, by Matthew Wild
-
mod_debug_reset: Remove now unused import of util.time (thanks luacheck)20 months ago, by Matthew Wild
-
mod_debug_reset: Don't delay operations until next tick20 months ago, by Matthew Wild
-
integration tests: Preserve unmocked time.monotonic()20 months ago, by Matthew Wild
-
mod_csi: Drop summary stats, doesn't work in normal module20 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 namespace21 months ago, by Kim Alvefur
-
CHANGES: The Great Rename-ning completed! #122321 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 sources21 months ago, by Kim Alvefur
-
util: Prefix module imports with prosody namespace21 months ago, by Kim Alvefur
-
net: Prefix module imports with prosody namespace21 months ago, by Kim Alvefur
-
tests: Make tests work with new namespace prefix21 months ago, by Kim Alvefur
-
core: Prefix module imports with prosody namespace21 months ago, by Kim Alvefur
-
executables: Prefix module imports with prosody namespace21 months ago, by Kim Alvefur
-
mod_debug_reset: Remove unused import21 months ago, by Matthew Wild
-
scansion: Enable mod_debug_reset during tests21 months ago, by Matthew Wild
-
mod_debug_reset: New module to "reset" a running server (e.g. for testing)21 months ago, by Matthew Wild
-
scansion: vcard_temp: Ensure at least one connection is open throughout test21 months ago, by Matthew Wild
-
scansion: Fix tests failing after addition of pubsub#itemreply config field21 months ago, by Matthew Wild
-
scansion: Fix tests failing due to lack of 'publisher'21 months ago, by Matthew Wild
-
scansion: Add tests for pubsub#itemreply in PEP21 months ago, by Matthew Wild
-
scansion: PEP notifications no longer carry 'publisher' by default21 months ago, by Matthew Wild
-
mod_pep: Pass node/service objects to broadcaster when resending last item21 months ago, by Matthew Wild
-
mod_pubsub/pubsub.lib: Fix accidental name/var swap (thanks scansion)21 months ago, by Matthew Wild
-
mod_pubsub, mod_pep: Support per-node configurable inclusion of publisher21 months ago, by Matthew Wild
-
mod_tokenauth: Fix traceback in get_token_session()21 months ago, by Kim Alvefur
-
CHANGES: Add keyval+21 months ago, by Matthew Wild
-
features: Add "keyval+"21 months ago, by Matthew Wild
-
storagemanager: Add keyval+ (combined keyval + map) store type2022-09-27, by Matthew Wild
-
core.features: Add feature for prosody.loader21 months ago, by Kim Alvefur
-
executables: Invoke loader to allow mixing of old and new import style21 months ago, by Kim Alvefur
-
mod_tokenauth: Switch to new token format (invalidates existing tokens!)21 months ago, by Matthew Wild
-
mod_tokenauth: Log error when token validation fails21 months ago, by Matthew Wild
-
util.sasl.oauthbearer: Fix gs2-header parsing21 months ago, by Matthew Wild
-
mod_auth_internal_plain: Fix user creation done via mod_admin_shell21 months ago, by Vitaly Orekhov
-
prosody.loader: Ensure already loaded modules are found in old and new namespaces21 months ago, by Kim Alvefur
-
prosody.loader: Incorporate search path rewrite patch from Debian packages21 months ago, by Kim Alvefur
-
prosody.loader: Allow loading modules under 'prosody' namespace (#1223)21 months ago, by Kim Alvefur
-
mod_auth_internal_hashed: Shorten call path21 months ago, by Kim Alvefur
-
util.sasl.{scram,plain}: Pass authzid to SASL profile callback21 months ago, by Kim Alvefur
-
util.jsonschema: Disable some further new failing tests21 months ago, by Kim Alvefur
-
util.jsonschema: Ignore some new tests in test suite21 months ago, by Kim Alvefur
-
util.table: Expand table.move() tests (thanks mutation testing)21 months ago, by Matthew Wild
-
util.sasl.scram: Fix off-by-one indentation21 months ago, by Kim Alvefur
-
util.sasl.oauthbearer: Adjust parsing of GS2 to allow lack of authzid21 months ago, by Kim Alvefur
-
doap: Sort by XEP number21 months ago, by Kim Alvefur
-
util.sasl.oauthbearer: Return username from callback instead using authzid (BC)21 months ago, by Kim Alvefur
Scroll all the way down to load more.