mod_pubsub_feeds: Include feeds library in plugin package
|
Kim Alvefur |
2022-12-09 |
mod_http_muc_log: Fix syntax error in timestamp adjusting script
|
Kim Alvefur |
2022-12-04 |
mod_http_muc_log: Move language attribute onto body itself
|
Kim Alvefur |
2022-12-04 |
mod_http_muc_log: Tweak style towards the "modern"
|
Kim Alvefur |
2022-12-04 |
mod_http_muc_log: Fix error in js when displaying presence is disabled
|
Kim Alvefur |
2022-12-04 |
mod_http_muc_log: Include static resources (css & js) in plugin package
|
Kim Alvefur |
2022-12-04 |
mod_http_muc_log: Move CSS and JS out of template
|
Kim Alvefur |
2022-12-04 |
mod_s2soutinjection: Use session logger where it makes sense
|
Kim Alvefur |
2022-12-02 |
mod_s2soutinjection: Use module logging API
|
Kim Alvefur |
2022-12-02 |
mod_s2soutinjection: Remove undefined global (thanks Damian)
|
Kim Alvefur |
2022-12-02 |
mod_s2soutinjection: Remove unused variables [luacheck]
|
Kim Alvefur |
2022-12-02 |
mod_compat_roles: Add support for role inheritance (built-in roles only)
|
Matthew Wild |
2022-11-29 |
mod_compat_roles: Fix permission checks/roles to be per-host as intended
|
Matthew Wild |
2022-11-29 |
mod_compat_roles: Fix traceback when no host roles are defined (thanks cc)
|
Matthew Wild |
2022-11-29 |
mod_isolate_host: Pass context to module:may() (thanks cc)
|
Matthew Wild |
2022-11-29 |
mod_sasl2_fast: Add explicit dependency on mod_sasl2
|
Kim Alvefur |
2022-11-28 |
mod_sasl2_sm: Add explicit dependency on mod_sasl2
|
Kim Alvefur |
2022-11-28 |
mod_sasl2_bind2: Add explicit dependency on mod_sasl2
|
Kim Alvefur |
2022-11-28 |
mod_sasl2_fast: Add README
|
Matthew Wild |
2022-11-28 |
mod_sasl2_sm: Update README with current information
|
Matthew Wild |
2022-11-28 |
mod_sasl2_bind2: Update and expand README with current status
|
Matthew Wild |
2022-11-28 |
mod_sasl2: Update and expand README with more (and updated) information
|
Matthew Wild |
2022-11-28 |
mod_sasl2: Honour (c2s_)require_encryption config option
|
Matthew Wild |
2022-11-28 |
mod_rest: Wrap webhook setup in a function for future reuse
|
Kim Alvefur |
2022-11-26 |
mod_rest: Do not allow replies to <iq type=result> from webhooks
|
Kim Alvefur |
2022-11-26 |
mod_clean_roster: Clean out invalid characters from roster entires
|
Kim Alvefur |
2022-11-22 |
mod_sasl2_fast: Add more debug logging
|
Matthew Wild |
2022-11-07 |
mod_sasl2_fast: Fixes to make channel binding work again
|
Matthew Wild |
2022-11-07 |
mod_sasl2_fast: Clean up backend return values (fixes constant rotation)
|
Matthew Wild |
2022-11-07 |
mod_password_reset: Add rockspec.build.copy_directories entry to make it work
|
Benjamin Danowski |
2022-10-29 |
mod_rest: Fix JSON conversion of 'displayed' chat marker
|
Kim Alvefur |
2022-10-24 |
mod_vjud: Better docs for vjud_mode
|
Matthew Wild |
2022-10-20 |
mod_sasl2_fast: Implement rotation and invalidation
|
Matthew Wild |
2022-10-15 |
mod_sasl2_fast: Remove X-TOKEN-PLAIN and related profile handler
|
Matthew Wild |
2022-10-15 |
mod_sasl2_fast: Improved logging
|
Matthew Wild |
2022-10-15 |
mod_sasl2_fast: Register HT-* mechanisms with the required channel binding
|
Matthew Wild |
2022-10-15 |
mod_sasl2_fast: Fix field name for returned secret
|
Matthew Wild |
2022-10-15 |
mod_sasl2_fast: Copy channel binding data state from original SASL handler
|
Matthew Wild |
2022-10-15 |
mod_sasl2_fast: Fixes for <authenticate> processing
|
Matthew Wild |
2022-10-15 |
mod_sasl2_fast: Take username from SASL exchange rather than stream@from
|
Matthew Wild |
2022-10-15 |
mod_sasl2_fast: Fix make_token() to return appropriate result
|
Matthew Wild |
2022-10-15 |
mod_sasl2_fast: Improve backend profile name and correctly use it everywhere
|
Matthew Wild |
2022-10-14 |
mod_sasl2_fast: More robust handling of stream@from and user-agent@id
|
Matthew Wild |
2022-10-14 |
mod_sasl2: Forward stream attributes into sub-event
|
Matthew Wild |
2022-10-14 |
mod_sasl2_fast: Implement most of FAST + SASL HT-SHA-256
|
Matthew Wild |
2022-10-14 |
mod_block_registrations: Expand default list of blocked usernames (RFC 2142)
|
Matthew Wild |
2022-10-13 |
mod_sasl2: Add some brief dev notes about events to the README
|
Matthew Wild |
2022-10-13 |
mod_sasl2: Clear sasl_handler on final success
|
Matthew Wild |
2022-10-13 |
mod_sasl2_fast: New module for SASL2 FAST authentication (WIP)
|
Matthew Wild |
2022-10-13 |
mod_storage_appendmap: Fix keyvalue writes
|
Kim Alvefur |
2022-10-09 |
mod_sasl2_bind2, mod_sasl2_sm: Remove bind2 <features/> wrapper element
|
Matthew Wild |
2022-09-27 |
mod_cloud_notify_extensions: Add note about dependency
|
Matthew Wild |
2022-09-24 |
mod_cloud_notify: README overhaul
|
Matthew Wild |
2022-09-24 |
mod_cloud_notify: Improve logging for various error cases
|
Matthew Wild |
2022-09-24 |
mod_cloud_notify: Add warnings about options including real body/sender
|
Matthew Wild |
2022-09-24 |
mod_cloud_notify_encrypted: Add debug logging when successfully encrypted
|
Matthew Wild |
2022-09-24 |
mod_cloud_notify_encrypted: Additional debug logging when enabling/skipping
|
Matthew Wild |
2022-09-23 |
mod_cloud_notify: Fix default extended timeout from 72 days -> 72 hours
|
Matthew Wild |
2022-09-23 |
mod_cloud_notify: Only delay hibernation timeout for push-enabled clients
|
Matthew Wild |
2022-09-23 |
mod_bookmarks2: Update README to reflect 0.12 release
|
Matthew Wild |
2022-09-23 |