2022-09-22 |
Matthew Wild |
mod_sasl2_bind2: Generate resource from client tag if provided
|
2022-09-22 |
Matthew Wild |
mod_sasl2_bind2: Remove deprecated <jid> element from <bound>
|
2022-09-22 |
Matthew Wild |
mod_sasl2_bind2: Update xmlns to match latest XEP proposal (thanks Andrzej)
|
2022-09-21 |
Matthew Wild |
mod_sasl2, mod_sasl2_bind2: rename event.session -> .origin for consistency
|
2022-09-21 |
Matthew Wild |
mod_sasl2_bind2: Move <inline> into <bind> feature element
|
2022-09-21 |
Matthew Wild |
mod_sasl2: Move <inline/> into <authentication>
|
2022-09-21 |
Matthew Wild |
mod_sasl2: Fix missing namespace on failure condition (thanks tmolitor)
|
2022-09-14 |
Kim Alvefur |
mod_invites_adhoc: Set non-nil defaults for options, fixes traceback (thanks Martin)
|
2022-09-13 |
Matthew Wild |
mod_sasl2, mod_sasl_bind2, mod_sasl2_sm: Bump XEP-0388 namespace
|
2022-09-06 |
Matthew Wild |
mod_sasl2: Hacky support for channel binding
|
2022-09-04 |
Matthew Wild |
mod_sasl2_bind2, mod_sasl2_sm: Move sasl2_sm_success to session
|
2022-09-03 |
Matthew Wild |
mod_sasl2_bind2: Indicate to the client when carbons has been enabled
|
2022-09-03 |
Matthew Wild |
mod_sasl2_sm: Fix event field name
|
2022-09-03 |
Matthew Wild |
mod_sasl2_sm: Fix typo
|
2022-09-03 |
Matthew Wild |
mod_sasl2_bind2: Fix event name
|
2022-09-03 |
Matthew Wild |
mod_sasl2_bind2: Use correct method to get text
|
2022-09-03 |
Matthew Wild |
mod_sasl2_bind2: Fix namespace (thanks Daniel)
|
2022-09-02 |
Matthew Wild |
mod_sasl2_sm: Integration with mod_sasl2_bind2
|
2022-09-02 |
Matthew Wild |
mod_sasl2_bind: Support for Bind 2.0 with SASL2
|
2022-09-02 |
Matthew Wild |
mod_sasl2: Add event for other modules to advertise inline features
|
2022-08-29 |
Matthew Wild |
mod_sasl2_sm: Use a stanza method that actually exists
|
2022-08-29 |
Matthew Wild |
mod_sasl2_sm: Experimental mod_isr alternative
|
2022-08-29 |
Matthew Wild |
mod_sasl2: Fix handling of various failure/error cases
|
2022-08-28 |
Matthew Wild |
mod_isr: XEP-0397: Instant Stream Resumption
|
2022-08-28 |
Matthew Wild |
mod_sasl2: Include additional-data in SASL success response
|
2022-08-28 |
Kim Alvefur |
mod_watch_spam_reports: Fix traceback due to misplaced parenthesis (thanks Menel)
|
2022-08-28 |
Matthew Wild |
mod_sasl2: Eventually return true from success handler
|
2022-08-28 |
Matthew Wild |
mod_sasl2: Return true to indicate challenge was handled successfully
|
2022-08-28 |
Matthew Wild |
mod_sasl2: Fix <challenge> generation
|
2022-08-28 |
Matthew Wild |
mod_sasl2: Return status from event handlers
|
2022-08-27 |
Kim Alvefur |
mod_admin_blocklist: Add config option for which role(s) to consider (0.12+)
|
2022-08-27 |
Kim Alvefur |
mod_admin_blocklist: Fix traceback due to misplaced parenthesis
|
2022-08-26 |
Matthew Wild |
mod_muc_ban_ip: Support for service-wide IP bans from trusted services
|
2022-08-25 |
tmolitor |
mod_register_apps: add monal iOS and macOS versions
|
2022-08-24 |
Kim Alvefur |
mod_auth_imap: Remove unused variable [luacheck]
|
2022-08-24 |
Kim Alvefur |
mod_auth_imap: Fix packaging
|
2022-08-24 |
Kim Alvefur |
mod_muc_bot/README: Update to account for 0.12 going stable
|
2022-08-22 |
Kim Alvefur |
mod_restrict_xmpp: Treat archive query as a read despite using iq-set
|
2022-08-22 |
Matthew Wild |
mod_restrict_xmpp: XMPP-layer access control using Prosody's permissions API
|
2022-08-22 |
Matthew Wild |
Merge role-auth
|
2022-08-22 |
Matthew Wild |
*/README: Update compatibility info of modules still using legacy is_admin API
|
2022-08-18 |
Matthew Wild |
mod_http_oauth2: Update for new new role API
|
2022-08-18 |
Matthew Wild |
mod_http_admin_api: Update for new new role API
|
2022-08-15 |
Matthew Wild |
mod_isolate_host: Switch to module:may() (back compatible via compat_roles)
|
2022-08-15 |
Matthew Wild |
.luacheckrc: Update for module:may() & co.
|
2022-08-11 |
Matthew Wild |
mod_firewall: Update for role-auth (backwards compatible)
|
2022-07-13 |
Matthew Wild |
mod_rest: Update for mod_tokenauth API changes (backwards-compatible)
|
2022-07-13 |
Matthew Wild |
mod_invites_adhoc: Update for Prosody's new role API (backwards-compatible)
|
2022-07-13 |
Matthew Wild |
mod_http_xep227: Updates for new mod_tokenauth (trunk/0.13 only)
|
2022-07-13 |
Matthew Wild |
mod_http_oauth2: Updates for Prosody's new role API (backwards-compatible)
|
2022-07-13 |
Matthew Wild |
mod_http_admin_api: Updates for new role auth API in Prosody (trunk/0.13 only)
|
2022-07-13 |
Matthew Wild |
mod_cloud_notify: Rename field in event for clarity ('node' is ambiguous here)
|
2022-07-13 |
Matthew Wild |
mod_sentry: Log warning when server returns unexpected response
|
2022-08-16 |
Nicoco |
mod_privilege: process entity IQs (credit to adx) and messages with a constructed entity session
|
2022-08-15 |
Kim Alvefur |
mod_http_muc_log: Use stanza:find to save a few bytes
|
2022-08-15 |
Kim Alvefur |
mod_http_muc_log: Use XEP-0421 ID over nickname for XEP-0308
|
2022-08-15 |
Kim Alvefur |
mod_http_muc_log: Use XEP-0359 ID if available
|
2022-08-15 |
Kim Alvefur |
mod_http_muc_log: Rename variable for improved clarity
|
2022-08-15 |
Kim Alvefur |
mod_http_muc_log: Remove dead code
|
2022-08-15 |
Kim Alvefur |
mod_rest: Fill in 'type' field in error registry
|