Software /
code /
prosody-modules
Graph
-
mod_unified_push: Make unified_push_secret only required for jwt backend24 months ago, by Matthew Wild
-
mod_unified_push: Improved error handling and reporting24 months ago, by Matthew Wild
-
mod_unified_push: fix return values for paseto backend24 months ago, by Matthew Wild
-
mod_unified_push: Fix storage backend error behaviours and return values24 months ago, by Matthew Wild
-
mod_unified_push: Fix default ACL in component mode24 months ago, by Matthew Wild
-
mod_unified_push: Fixes for paseto backend initialization24 months ago, by Matthew Wild
-
mod_unified_push: Add support for multiple token backends, including stoage24 months ago, by Matthew Wild
-
mod_unified_push: Refactor in anticipation of other registration backends24 months ago, by Matthew Wild
-
mod_unified_push: Add ACL option to restrict access24 months ago, by Matthew Wild
-
mod_unified_push: Fix JWT method parameter order (fixes #1791)24 months ago, by Matthew Wild
-
mod_http_dir_listing: Update Compatibility section24 months ago, by Kim Alvefur
-
mod_http_dir_listing: Add metadata to fix plugin package build24 months ago, by Kim Alvefur
-
mod_invites_api: Fix traceback when no query params (thanks Menel)24 months ago, by Matthew Wild
-
mod_invites_api: Fix traceback on list command with no entries (thanks mirux)24 months ago, by Matthew Wild
-
Remove reverse dependencies on mod_invites (for plugin installer)24 months ago, by Kim Alvefur
-
mod_pubsub_summary: Mention HTML to Message Styling conversion24 months ago, by Kim Alvefur
-
mod_unified_push: Remove dependency on trunk util.jwt (0.12 compat)24 months ago, by Matthew Wild
-
mod_unified_push: README: Documentation updates (example, etc.)24 months ago, by Matthew Wild
-
mod_sasl2_fast: Add some comments24 months ago, by Matthew Wild
-
mod_unified_push: Various fixes, now working with Conversations24 months ago, by Matthew Wild
-
mod_pubsub_summary: Trim preceding and trailing whitespace from title24 months ago, by Kim Alvefur
-
mod_pubsub_text_interface: Try to clarify help message wrt node arguments24 months ago, by Kim Alvefur
-
mod_pubsub_text_interface: Improve error messages24 months ago, by Kim Alvefur
-
mod_onions: Fix URL and linkify it.24 months ago, by Martin Dosch
-
mod_pubsub_summary: Render geo:-URI from OASIS emergency broadcasts24 months ago, by Kim Alvefur
-
mod_ping_muc: Error out if loaded on Components2023-01-07, by Kim Alvefur
-
mod_pubsub_summary: Hide link relation when value is "alternate"2023-01-07, by Kim Alvefur
-
mod_unified_push: Experimenal Unified Push provider2023-01-05, by Matthew Wild
-
mod_muc_moderation/README: Simplify Compatibility section2023-01-03, by Kim Alvefur
-
mod_rest: Fix reference in OpenAPI2022-12-31, by Kim Alvefur
-
mod_rest: Add XEP-0461 to OpenAPI2022-12-31, by Kim Alvefur
-
mod_rest: Add missing message properties to OpenAPI documentation2022-12-31, by Kim Alvefur
-
mod_rest: Add some GET-mapped iq-queries to OpenAPI documentation2022-12-31, by Kim Alvefur
-
mod_rest/README: Fix XML well-formedness in example (thanks drsnuggles)2022-12-31, by Kim Alvefur
-
mod_auth_dovecot: Fix plugin package (hopefully) (thanks nw)2022-12-30, by Kim Alvefur
-
mod_s2s_auth_dane: Update Compatibility chart (doesn't work anymore)2022-12-25, by Kim Alvefur
-
mod_rest: Remove manual reference expansion in schema2022-12-20, by Kim Alvefur
-
Merge2022-12-18, by Kim Alvefur
-
Backed out changeset 85882735fd332022-12-17, by Jonas Schäfer
-
mod_http_muc_log: make default presence visibility configurable2022-12-17, by Jonas Schäfer
-
mod_audit: remove event hook2022-04-28, by Jonas Schäfer
-
mod_pubsub_mqtt: Switch to MQTT 3.1.12022-12-16, by Matthew Wild
-
mod_pubsub_mqtt: Support atom_title payload type2022-12-16, by Matthew Wild
-
mod_pubsub_mqtt: Fix some inappropriate log levels2022-12-16, by Matthew Wild
-
mod_pubsub_mqtt: Add XEP-0060 <item> wrapper to payloads2022-12-16, by Matthew Wild
-
mod_pubsub_feeds: Include feeds library in plugin package2022-12-09, by Kim Alvefur
-
mod_http_muc_log: Fix syntax error in timestamp adjusting script2022-12-04, by Kim Alvefur
-
mod_http_muc_log: Move language attribute onto body itself2022-12-04, by Kim Alvefur
-
mod_http_muc_log: Tweak style towards the "modern"2022-12-04, by Kim Alvefur
-
mod_http_muc_log: Fix error in js when displaying presence is disabled2022-12-04, by Kim Alvefur
-
mod_http_muc_log: Include static resources (css & js) in plugin package2022-12-04, by Kim Alvefur
-
mod_http_muc_log: Move CSS and JS out of template2022-12-04, by Kim Alvefur
-
mod_s2soutinjection: Use session logger where it makes sense2022-12-02, by Kim Alvefur
-
mod_s2soutinjection: Use module logging API2022-12-02, by Kim Alvefur
-
mod_s2soutinjection: Remove undefined global (thanks Damian)2022-12-02, by Kim Alvefur
-
mod_s2soutinjection: Remove unused variables [luacheck]2022-12-02, by Kim Alvefur
-
mod_compat_roles: Add support for role inheritance (built-in roles only)2022-11-29, by Matthew Wild
-
mod_compat_roles: Fix permission checks/roles to be per-host as intended2022-11-29, by Matthew Wild
-
mod_compat_roles: Fix traceback when no host roles are defined (thanks cc)2022-11-29, by Matthew Wild
-
mod_isolate_host: Pass context to module:may() (thanks cc)2022-11-29, by Matthew Wild
-
mod_sasl2_fast: Add explicit dependency on mod_sasl22022-11-28, by Kim Alvefur
-
mod_sasl2_sm: Add explicit dependency on mod_sasl22022-11-28, by Kim Alvefur
-
mod_sasl2_bind2: Add explicit dependency on mod_sasl22022-11-28, by Kim Alvefur
-
mod_sasl2_fast: Add README2022-11-28, by Matthew Wild
-
mod_sasl2_sm: Update README with current information2022-11-28, by Matthew Wild
-
mod_sasl2_bind2: Update and expand README with current status2022-11-28, by Matthew Wild
-
mod_sasl2: Update and expand README with more (and updated) information2022-11-28, by Matthew Wild
-
mod_sasl2: Honour (c2s_)require_encryption config option2022-11-28, by Matthew Wild
-
mod_rest: Wrap webhook setup in a function for future reuse2022-11-26, by Kim Alvefur
-
mod_rest: Do not allow replies to <iq type=result> from webhooks2022-11-26, by Kim Alvefur
-
mod_clean_roster: Clean out invalid characters from roster entires2022-11-22, by Kim Alvefur
-
mod_sasl2_fast: Add more debug logging2022-11-07, by Matthew Wild
-
mod_sasl2_fast: Fixes to make channel binding work again2022-11-07, by Matthew Wild
-
mod_sasl2_fast: Clean up backend return values (fixes constant rotation)2022-11-07, by Matthew Wild
-
mod_password_reset: Add rockspec.build.copy_directories entry to make it work2022-10-29, by Benjamin Danowski
-
mod_rest: Fix JSON conversion of 'displayed' chat marker2022-10-24, by Kim Alvefur
-
mod_vjud: Better docs for vjud_mode2022-10-20, by Matthew Wild
-
mod_sasl2_fast: Implement rotation and invalidation2022-10-15, by Matthew Wild
-
mod_sasl2_fast: Remove X-TOKEN-PLAIN and related profile handler2022-10-15, by Matthew Wild
-
mod_sasl2_fast: Improved logging2022-10-15, by Matthew Wild
-
mod_sasl2_fast: Register HT-* mechanisms with the required channel binding2022-10-15, by Matthew Wild
-
mod_sasl2_fast: Fix field name for returned secret2022-10-15, by Matthew Wild
-
mod_sasl2_fast: Copy channel binding data state from original SASL handler2022-10-15, by Matthew Wild
-
mod_sasl2_fast: Fixes for <authenticate> processing2022-10-15, by Matthew Wild
-
mod_sasl2_fast: Take username from SASL exchange rather than stream@from2022-10-15, by Matthew Wild
-
mod_sasl2_fast: Fix make_token() to return appropriate result2022-10-15, by Matthew Wild
-
mod_sasl2_fast: Improve backend profile name and correctly use it everywhere2022-10-14, by Matthew Wild
-
mod_sasl2_fast: More robust handling of stream@from and user-agent@id2022-10-14, by Matthew Wild
-
mod_sasl2: Forward stream attributes into sub-event2022-10-14, by Matthew Wild
-
mod_sasl2_fast: Implement most of FAST + SASL HT-SHA-2562022-10-14, by Matthew Wild
-
mod_block_registrations: Expand default list of blocked usernames (RFC 2142)2022-10-13, by Matthew Wild
-
mod_sasl2: Add some brief dev notes about events to the README2022-10-13, by Matthew Wild
-
mod_sasl2: Clear sasl_handler on final success2022-10-13, by Matthew Wild
-
mod_sasl2_fast: New module for SASL2 FAST authentication (WIP)2022-10-13, by Matthew Wild
-
mod_storage_appendmap: Fix keyvalue writes2022-10-09, by Kim Alvefur
-
mod_sasl2_bind2, mod_sasl2_sm: Remove bind2 <features/> wrapper element2022-09-27, by Matthew Wild
Scroll all the way down to load more.