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 |