Log

description author age
mod_invites_register: Allow roles to be an ordered list, first being primary Kim Alvefur 2023-03-30
mod_tokenauth: Add API to inspect individual grants or all of a user's grants Matthew Wild 2023-03-29
mod_tokenauth: Move grant validation to a reusable function Matthew Wild 2023-03-29
sessionmanager: Preserve 'since' property of original session after resumption Matthew Wild 2023-03-29
util.session: Add 'since' property with timestamp of session creation Matthew Wild 2023-03-29
mod_tokenauth: fix traceback if password has never been changed Jonas Schäfer 2023-03-28
teal-src/README: Words on Compiling to Lua Kim Alvefur 2023-03-28
teal-src/README: Tweak markdown syntax Kim Alvefur 2023-03-28
mod_tokenauth: Fire events on grant creation and revocation Matthew Wild 2023-03-28
teal-src: Add a README with a few pointers to get started Kim Alvefur 2023-03-28
teal-src: Add keyval+ store type Matthew Wild 2023-03-28
mod_tokenauth: Fix storage API mistake in revocation Kim Alvefur 2023-03-27
mod_tokenauth: Fix traceback when checking expiry of tokens with no expiry Matthew Wild 2023-03-27
mod_tokenauth: Refactor API to separate tokens and grants Matthew Wild 2023-03-27
mod_tokenauth: Support for creating sub-tokens Matthew Wild 2023-03-26
mod_tokenauth: return error if storage of new token fails Matthew Wild 2023-03-26
moduleapi: Add 'peek' to :may() and new :could() helper to suppress logging Matthew Wild 2023-03-26
moduleapi: may: Fail early if a local session has no role assigned Matthew Wild 2023-03-25
core.usermanager: Correct formatting of not implemented error Kim Alvefur 2023-03-26
mod_admin_shell: Enable user after creation with role Kim Alvefur 2023-03-26
mod_admin_shell: Simplify user creation when no role given Kim Alvefur 2023-03-26
util.jsonschema: Reorder type definition by specification, section Kim Alvefur 2023-03-26
util.jsonschema: Implement 'dependentSchemas' Kim Alvefur 2023-03-26
util.jsonschema: Implement 'dependentRequired' Kim Alvefur 2023-03-26
util.roles: Implement a serialization preparation metamethod Kim Alvefur 2023-03-26
util.set: Add a serialization preparation metamethod Kim Alvefur 2023-03-26
util.format: Update tests for serialization changes Kim Alvefur 2023-03-25
util.format: Restore "freeze" serialization behavior in logging Kim Alvefur 2023-03-25
util.format: Tweak serialization of %q formatted entries Kim Alvefur 2023-03-25
util.startup: Tweak function string representation Kim Alvefur 2023-03-25
mod_server_contact_info: Reorder dataform keys for more aligned view Kim Alvefur 2023-03-24
mod_tokenauth: Track last access time (last time a token was used) Matthew Wild 2023-03-24
teal: Move into prosody namespace Kim Alvefur 2023-03-23
CHANGES: The Great Rename-ning completed! #1223 Kim Alvefur 2023-03-17
plugins: Prefix module imports with prosody namespace Kim Alvefur 2023-03-24
util: Add compat for prosody module name change to C sources Kim Alvefur 2023-03-17
util: Prefix module imports with prosody namespace Kim Alvefur 2023-03-17
net: Prefix module imports with prosody namespace Kim Alvefur 2023-03-17
tests: Make tests work with new namespace prefix Kim Alvefur 2023-03-17
core: Prefix module imports with prosody namespace Kim Alvefur 2023-03-17
executables: Prefix module imports with prosody namespace Kim Alvefur 2023-03-17
mod_debug_reset: Remove unused import Matthew Wild 2023-03-23
scansion: Enable mod_debug_reset during tests Matthew Wild 2023-03-23
mod_debug_reset: New module to "reset" a running server (e.g. for testing) Matthew Wild 2023-03-23
scansion: vcard_temp: Ensure at least one connection is open throughout test Matthew Wild 2023-03-23
scansion: Fix tests failing after addition of pubsub#itemreply config field Matthew Wild 2023-03-23
scansion: Fix tests failing due to lack of 'publisher' Matthew Wild 2023-03-23
scansion: Add tests for pubsub#itemreply in PEP Matthew Wild 2023-03-22
scansion: PEP notifications no longer carry 'publisher' by default Matthew Wild 2023-03-22
mod_pep: Pass node/service objects to broadcaster when resending last item Matthew Wild 2023-03-22
mod_pubsub/pubsub.lib: Fix accidental name/var swap (thanks scansion) Matthew Wild 2023-03-22
mod_pubsub, mod_pep: Support per-node configurable inclusion of publisher Matthew Wild 2023-03-22
mod_tokenauth: Fix traceback in get_token_session() Kim Alvefur 2023-03-21
CHANGES: Add keyval+ Matthew Wild 2023-03-21
features: Add "keyval+" Matthew Wild 2023-03-21
storagemanager: Add keyval+ (combined keyval + map) store type Matthew Wild 2022-09-27
core.features: Add feature for prosody.loader Kim Alvefur 2023-03-18
executables: Invoke loader to allow mixing of old and new import style Kim Alvefur 2023-03-17
mod_tokenauth: Switch to new token format (invalidates existing tokens!) Matthew Wild 2023-03-21
mod_tokenauth: Log error when token validation fails Matthew Wild 2023-03-21