mod_tokenauth: Fix traceback when checking expiry of tokens with no expiry
|
Matthew Wild |
24 months ago |
mod_tokenauth: Refactor API to separate tokens and grants
|
Matthew Wild |
24 months ago |
mod_tokenauth: Support for creating sub-tokens
|
Matthew Wild |
24 months ago |
mod_tokenauth: return error if storage of new token fails
|
Matthew Wild |
24 months ago |
moduleapi: Add 'peek' to :may() and new :could() helper to suppress logging
|
Matthew Wild |
24 months ago |
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 |
24 months ago |
mod_admin_shell: Enable user after creation with role
|
Kim Alvefur |
24 months ago |
mod_admin_shell: Simplify user creation when no role given
|
Kim Alvefur |
24 months ago |
util.jsonschema: Reorder type definition by specification, section
|
Kim Alvefur |
24 months ago |
util.jsonschema: Implement 'dependentSchemas'
|
Kim Alvefur |
24 months ago |
util.jsonschema: Implement 'dependentRequired'
|
Kim Alvefur |
24 months ago |
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 |
util.sasl.oauthbearer: Fix gs2-header parsing
|
Matthew Wild |
2023-03-21 |
mod_auth_internal_plain: Fix user creation done via mod_admin_shell
|
Vitaly Orekhov |
2023-03-20 |
prosody.loader: Ensure already loaded modules are found in old and new namespaces
|
Kim Alvefur |
2023-03-17 |
prosody.loader: Incorporate search path rewrite patch from Debian packages
|
Kim Alvefur |
2023-03-17 |
prosody.loader: Allow loading modules under 'prosody' namespace (#1223)
|
Kim Alvefur |
2023-03-17 |
mod_auth_internal_hashed: Shorten call path
|
Kim Alvefur |
2023-03-18 |
util.sasl.{scram,plain}: Pass authzid to SASL profile callback
|
Kim Alvefur |
2023-03-16 |
util.jsonschema: Disable some further new failing tests
|
Kim Alvefur |
2023-03-11 |
util.jsonschema: Ignore some new tests in test suite
|
Kim Alvefur |
2023-03-11 |
util.table: Expand table.move() tests (thanks mutation testing)
|
Matthew Wild |
2023-03-17 |
util.sasl.scram: Fix off-by-one indentation
|
Kim Alvefur |
2023-03-16 |
util.sasl.oauthbearer: Adjust parsing of GS2 to allow lack of authzid
|
Kim Alvefur |
2023-03-16 |