Software /
code /
prosody-modules
Graph
-
mod_invite: Update to use local_user ad-hoc permission (thanks Martin)2019-12-27, by Matthew Wild
-
mod_easy_invite: Add prosodyctl command to generate account invites2019-12-27, by Matthew Wild
-
mod_easy_invite: New module that implements XEP-0401/XEP-03792019-12-27, by Matthew Wild
-
mod_invites: New module providing an API to create/manage invite tokens2019-12-27, by Matthew Wild
-
mod_web_push: Remove; 357 should be reused instead of this custom implementation2019-12-24, by Maxime “pep” Buquet
-
mod_turncredentials: Fix reporting of expiry in extdisco:2 protocol2019-12-23, by Kim Alvefur
-
mod_turncredentials: Rename variable for clarity2019-12-23, by Kim Alvefur
-
mod_s2s_keepalive: Isolate source host of pings2019-12-23, by Kim Alvefur
-
mod_s2s_keepalive: Invert check to work with bidi connections2019-12-23, by Kim Alvefur
-
mod_s2s_keepalive: Mark ping response event as handled2019-12-22, by Kim Alvefur
-
mod_s2s_keepalive: Include event payload in re-fired event (fix traceback)2019-12-22, by Kim Alvefur
-
mod_s2s_keepalive: Update README to document timeout behavior2019-12-21, by Kim Alvefur
-
mod_s2s_keepalive: Update config example (why was the number a string?)2019-12-21, by Kim Alvefur
-
mod_s2s_keepalive: Fix s2sout watchdog reset2019-12-21, by Kim Alvefur
-
mod_s2s_keepalive: Use a watchdog to close unresponsive sessions (fixes #1457)2019-12-21, by Kim Alvefur
-
mod_s2s_keepalive: Ping remotes we only have s2sin established from2019-12-21, by Kim Alvefur
-
mod_auth_imap: send CRLF instead LF, in order to be compliant with RFC35012019-12-19, by andrewhotlab
-
mod_email: Initial prototype module that allows other modules to send email2019-12-13, by Matthew Wild
-
mod_firewall: Fix typo [codespell]2019-12-10, by Kim Alvefur
-
mod_presence_cache: Fix traceback due to changes in trunk2019-12-09, by Kim Alvefur
-
mod_reload_modules: Accept a list of global modules to reload2019-12-08, by Matthew Wild
-
mod_log_json: Deregister log sink on unload2019-11-23, by Kim Alvefur
-
mod_http_muc_log: Set a http app title2019-11-23, by Kim Alvefur
-
mod_http_index: Hide http apps that haven't set a title by default2019-11-23, by Kim Alvefur
-
mod_storage_xmlarchive: Log error writing XML since datamanager doesn't2019-11-21, by Kim Alvefur
-
mod_csi_muc_priorities: Add a high priority list (BC)2019-08-25, by Kim Alvefur
-
mod_register_web: Set a (configurable) HTTP app title2019-11-17, by Kim Alvefur
-
mod_http_index: Only show http apps that include a title by default2019-11-17, by Kim Alvefur
-
mod_http_index/README: Split out advanced settings into its own section2019-11-17, by Kim Alvefur
-
mod_http_muc_log: Refactor calendarization of date list into a template filter BC2019-11-17, by Kim Alvefur
-
mod_http_muc_log: Fix sorting months2019-11-17, by Kim Alvefur
-
mod_log_json: Use correct method to specify remote endpoint2019-11-13, by Kim Alvefur
-
mod_log_json: Fix to include underscore in UDP details in the other spot2019-11-13, by Kim Alvefur
-
mod_log_json: Add UDP support2019-11-13, by Kim Alvefur
-
mod_log_json/README: Add a sentence about the first example2019-11-13, by Kim Alvefur
-
mod_bookmarks2: Add tests.2019-11-13, by Emmanuel Gil Peyrot
-
mod_bookmarks2: Delete legacy PEP bookmarks whenever they get recreated, to prevent them from being used.2019-11-13, by Emmanuel Gil Peyrot
-
mod_bookmarks2: Remove unused variables.2019-11-13, by Emmanuel Gil Peyrot
-
mod_bookmarks2: Also migrate legacy PEP bookmarks (current XEP-0048).2019-11-13, by Emmanuel Gil Peyrot
-
mod_bookmarks2: Use the correct error when failing to retrieve bookmarks2 to reply to Private XML request.2019-11-13, by Emmanuel Gil Peyrot
-
mod_bookmarks2: Don’t purge or remove inexistant items when synchronising existing Private XML data.2019-11-13, by Emmanuel Gil Peyrot
-
mod_bookmarks2: Simplify for loop (thanks MattJ!).2019-11-13, by Emmanuel Gil Peyrot
-
mod_conversejs: Use the fullscreen view mode by default2019-11-04, by Kim Alvefur
-
mod_log_json: Prettify JSON for readability2019-11-03, by Kim Alvefur
-
mod_log_json: Add a README2019-11-03, by Kim Alvefur
-
mod_log_json: Open file in read+append mode2019-11-03, by Kim Alvefur
-
mod_log_json: Use filename from logging config2019-11-03, by Kim Alvefur
-
mod_log_json: JSON log sink2018-10-18, by Kim Alvefur
-
mod_warn_legacy_tls: Log debug message for acceptable TLS versions2019-11-03, by Kim Alvefur
-
mod_warn_legacy_tls: Log a warning attached to sessions using deprecated TLS versions2019-11-03, by Kim Alvefur
-
mod_s2s_keepalive: Add 0.11 in Compatibility table2019-11-03, by Kim Alvefur
-
mod_warn_legacy_tls: Add a README2019-11-03, by Kim Alvefur
-
mod_warn_legacy_tls: Adapt to warn about TLS < 1.22019-11-03, by Kim Alvefur
-
mod_warn_legacy_tls: Copy of mod_sslv3_warn for TLS now that <1.2 is becoming obsolete2019-11-03, by Kim Alvefur
-
mod_register_web: Enforce strict username validation (on trunk, ignored otherwise)2019-11-01, by Kim Alvefur
-
mod_register_web: Fix to use real client IP in case of proxy forwarding (thanks Sebastian)2019-11-01, by Kim Alvefur
-
mod_s2s_keepalive: Remove support for obsolete Prosody 0.82019-11-01, by Kim Alvefur
-
mod_http_muc_log: Add comment about the routing of years and logs pages2019-10-20, by Kim Alvefur
-
mod_bidi: Recommend switching to native module on Prosody trunk2019-10-19, by Kim Alvefur
-
mod_bidi: Make compatible Prosody after rev b36765ab0ae3 (fixes #1450)2019-10-19, by Kim Alvefur
-
mod_pubsub_post/README: Add an example of curl-ing Atom data2019-10-13, by Kim Alvefur
-
mod_http_muc_log: Add arrow to 'latest' link like on other navigation2019-10-13, by Kim Alvefur
-
mod_http_muc_log: Add add an arrow to upwards navigation links (like on next/prev)2019-10-13, by Kim Alvefur
-
mod_http_muc_log: Add button-link to webchat URL if one is set via mod_muc_webchat_url2019-10-13, by Kim Alvefur
-
mod_http_muc_log: Compose page title from room data2019-10-13, by Kim Alvefur
-
mod_http_muc_log: Add date metadata to log pages2019-10-13, by Kim Alvefur
-
mod_http_upload: Skip custom HEAD handling on recent Prosody trunk2019-10-12, by Kim Alvefur
-
mod_http_altconnect: Handle connection modules being global or host-local2019-10-12, by Kim Alvefur
-
mod_conversejs: Update compatibility section, pretty sure it works with 0.112019-10-11, by Kim Alvefur
-
mod_nodeinfo2: Store and restore the total message count.2019-10-10, by Emmanuel Gil Peyrot
-
mod_http_altconnect: Add a stub README (thanks JC for reminding me this existed)2019-10-10, by Kim Alvefur
-
mod_nodeinfo2: Fetch active users from mod_lastlog.2019-10-10, by Emmanuel Gil Peyrot
-
mod_nodeinfo2: Retrieve message count from mod_measure_message_e2ee for localPosts and localComments.2019-10-10, by Emmanuel Gil Peyrot
-
mod_nodeinfo2: Add some TODOs2019-10-10, by Kim Alvefur
-
mod_nodeinfo2: Expose service metadata per NodeInfo22019-06-25, by Kim Alvefur
-
mod_http_muc_log: More blue links to distinguish them as such (thanks jonas’)2019-10-09, by Kim Alvefur
-
mod_http_muc_log: Expose xml:lang from each message/body #a11y2019-10-09, by Kim Alvefur
-
mod_http_muc_log: Use configured room language in room title/desc #a11y2019-10-09, by Kim Alvefur
-
mod_http_muc_log: Use <main> element to mark main content #a11y2019-10-09, by Kim Alvefur
-
mod_http_muc_log: Declare language as English #a11y2019-10-09, by Kim Alvefur
-
mod_xhtmlim: Default to stripping @style attribute by default2019-10-08, by Kim Alvefur
-
mod_aws_profile: New module for role-based access to AWS APIs2019-10-08, by Matthew Wild
-
mod_sms_free: Mention that 0.11 will not work due to the absence of SNI support.2019-10-06, by Emmanuel Gil Peyrot
-
mod_bookmarks2: Fix traceback on updating from no legacy bookmarks to bookmarks 2.2019-09-28, by Emmanuel Gil Peyrot
-
mod_sms_free: New module!2019-10-06, by Emmanuel Gil Peyrot
-
mod_mam: Add flag to session when it performs a MAM query2019-10-03, by Matthew Wild
-
auth_token: Various updates, see below.2019-10-03, by JC Brand
-
mod_http_muc_log: Hide room join link from room listing2019-09-29, by Kim Alvefur
-
mod_http_muc_log: Make link to join room more button-looking2019-09-29, by Kim Alvefur
-
mod_http_muc_log: Wrap navigation in unorderded lists (thanks jonas’)2019-09-29, by Kim Alvefur
-
mod_muc_hide_media: Also strip SIMS media2019-09-29, by Matthew Wild
-
mod_muc_media_metadata: Actually consensus is on async.wait after all2019-09-29, by Matthew Wild
-
mod_muc_media_metadata: Include original message stanza example2019-09-29, by Matthew Wild
-
mod_muc_media_metadata: Update namespace2019-09-29, by Matthew Wild
-
mod_muc_media_metadata: Update for actual function named async.await()2019-09-29, by Matthew Wild
-
mod_muc_media_metadata: Fix example config2019-09-29, by Matthew Wild
-
mod_muc_media_metadata: Fix README filename2019-09-29, by Matthew Wild
-
mod_muc_media_metadata: Module to automatically fetch metadata for posted media2019-09-29, by Matthew Wild
-
mod_muc_hide_media: Module to allow hiding inline media in a MUC2019-09-29, by Matthew Wild
-
mod_csi_grace_period: Fix to store state on correct table2019-09-28, by Kim Alvefur
-
mod_register_web: Fix traceback if captcha_reply is left out of the form (thanks woffs)2019-09-28, by Kim Alvefur
-
mod_bookmarks, mod_bookmarks2: Refuse to load if the other one is also loaded.2019-09-28, by Emmanuel Gil Peyrot
-
mod_bookmarks2: Add new module.2019-09-28, by Emmanuel Gil Peyrot
-
mod_telnet_tlsinfo: Mark as obsolete since this is included in mod_admin_telnet2019-09-18, by Kim Alvefur
-
mod_muc_webchat_url: Fix default url2019-09-17, by Kim Alvefur
-
mod_muc_webchat_url/README: Fix template option name2019-09-17, by Kim Alvefur
-
mod_muc_webchat_url: Don't save templated value2019-09-17, by Kim Alvefur
-
mod_muc_webchat_url: Advertise the URL to a webchat in disco#info2019-09-17, by Kim Alvefur
-
mod_bidi: Link to mod_s2s_bidi2019-09-14, by Kim Alvefur
-
mod_muc_occupant_id: add TODO regarding MAM handling2019-09-11, by Maxime “pep” Buquet
-
mod_jid_prep: Update the README to point to XEP-0328.2019-09-08, by Emmanuel Gil Peyrot
-
mod_auth_any: Merged into Prosody as mod_auth_insecure2019-09-02, by Kim Alvefur
-
mod_storage_memory: Also merged into core2019-09-02, by Kim Alvefur
-
Mark some modules as Merged2019-09-02, by Kim Alvefur
-
mod_profile: Mark as Unmaintained2019-09-02, by Kim Alvefur
-
mod_profile: Link to successors mod_vcard_legacy & mod_vcard42019-09-02, by Kim Alvefur
-
mod_upload_file_management: Add this new module, for now only listing files uploaded by a user as an admin.2019-08-31, by Emmanuel Gil Peyrot
-
mod_carbons_adhoc: Remove unused (later shadowed) local variable2019-08-31, by Emmanuel Gil Peyrot
-
mod_http_upload: Back out 3fb0add97cdb - depends on yet uncommon lfs version2019-08-30, by Kim Alvefur
-
mod_auth_external: Improve error handling when non-blocking mode used without libevent2019-08-30, by Matthew Wild
-
mod_http_upload: Skip write if nothing expired when checking2019-08-29, by Kim Alvefur
-
mod_http_upload: Add hint about checking that the base URL is reachable2019-08-29, by Kim Alvefur
-
mod_http_upload: Make loud noise if storage path can't be created or doesn't exist2019-08-29, by Kim Alvefur
-
mod_vcard_muc: Add an alternative method of signaling avatar change2019-08-25, by Kim Alvefur
-
mod_vcard_muc: Factor out avatar hash retrieval into a function for easier reuse2019-08-23, by Kim Alvefur
-
mod_muc_occupant_id: Update XEP number (XEP-0421)2019-08-24, by Maxime “pep” Buquet
-
mod_map: Update example in README to reflect recent changes2019-08-22, by Kim Alvefur
-
mod_map: Include last body text2019-08-22, by Kim Alvefur
-
mod_map: Include timestamps of first/last message (if reported)2019-08-22, by Kim Alvefur
-
mod_map: Update for new API in prosody 1e2b444acb722019-08-22, by Kim Alvefur
-
mod_http_upload: Also format max file size as integer in error (thanks lovetox)2019-08-22, by Kim Alvefur
-
mod_http_upload: Ensure integer formatting of size limit2019-08-22, by Kim Alvefur
-
mod_muc_ping: Advertise XEP-0410 feature2019-08-20, by Kim Alvefur
-
mod_smacks: fix bug #1405 (prevent timer from running for already destroyed sessions)2019-08-11, by tmolitor
-
mod_http_muc_log: Make time based anchors from mod_muc_log_http work2019-08-10, by Kim Alvefur
-
mod_pubsub_text_interface: Respond to receipts2019-08-09, by Kim Alvefur
-
mod_http_stats_stream: Make global to simplify2019-08-09, by Kim Alvefur
-
mod_turncredentials: Add parallel implementation of XEP-0215 v0.72019-08-09, by Kim Alvefur
-
mod_conversejs: Change CSS URL2019-08-09, by Kim Alvefur
-
mod_smacks: fix bug in bad client handling introduced by last commit2019-08-02, by tmolitor
-
mod_csi_muc_priorities: Add an example2019-08-02, by Kim Alvefur
-
mod_csi_muc_priorities: Mention mod_track_muc_joins2019-08-02, by Kim Alvefur
-
mod_ignore_host_chatstates: Add a stub README2019-08-02, by Kim Alvefur
-
mod_muc_block_pm: Add support for Prosody 0.112019-08-02, by JC Brand
-
mod_http_stats_stream: Use existing header preparation2019-07-31, by Kim Alvefur
-
mod_smacks: fix bug for missbehaving clients sending multiple acks in a row2019-07-30, by tmolitor
-
mod_muc_occupant_id: depend on muc.2019-07-29, by Maxime “pep” Buquet
-
mod_muc_occupant_id: Update links to the XEP inbox.2019-07-17, by Maxime “pep” Buquet
-
mod_muc_occupant_id: Remove unnecessary check on occupant2019-07-14, by Maxime “pep” Buquet
-
mod_muc_occupant_id: initial commit2019-07-14, by Maxime “pep” Buquet
-
mod_csi_muc_priorities: Signal unimportance (thanks tmolitor)2019-07-04, by Kim Alvefur
-
mod_cloud_notify: fix typo (used || instead of or)2019-07-01, by tmolitor
-
mod_cloud_notify: fix local variable usage2019-07-01, by tmolitor
-
mod_http_upload: Duplicate mime types handling from mod_http_files (fixes #1374)2019-06-29, by Kim Alvefur
-
mod_csi_pump: Obsolete, remove2019-06-26, by Kim Alvefur
-
mod_muc_defaults: Allow setting of `name` and `description2019-06-20, by JC Brand
-
mod_cloud_notify: fix prosody 0.9 compatibility2019-06-16, by tmolitor
-
mod_smacks: fix prosody 0.9 compatibility2019-06-16, by tmolitor
-
mod_log_events_by_memory: Add link to post explaining different kinds of memory leaks2019-06-12, by Kim Alvefur
-
mod_log_events_by_memory: Add a rant to README about uselessness of this module2019-06-12, by Kim Alvefur
-
mod_log_events_by_cpu_usage: Log events where more than a certain amount of CPU time was spent2019-06-10, by Kim Alvefur
-
mod_log_events_by_memory: Log events where Lua memory usage increased2019-06-10, by Kim Alvefur
-
mod_web_push: README: Fix list formatting2019-06-09, by Maxime “pep” Buquet
-
mod_web_push: Update README2019-06-09, by Maxime “pep” Buquet
-
Initial version of mod_web_push. WARNING: Do not use.2019-06-08, by Maxime “pep” Buquet
-
misc/munin/prosody_: Add a total_s2s counter to work with mod_statistics_statsman2019-05-28, by Kim Alvefur
-
mod_statistics_statsman: Fix syntax error2019-05-28, by Kim Alvefur
-
mod_statistics_statsman: Map 'cpu.clock' from mod_measure_cpu to 'cpu_total' of mod_statistics_cputotal2019-05-28, by Kim Alvefur
-
mod_statistics_statsman/README: Describe how to switch from mod_statistics2019-05-28, by Kim Alvefur
-
mod_statistics_statsman: Update for change stats type change in mod_measure_memory2019-05-28, by Kim Alvefur
-
mod_extdisco: Remove redundant condition2019-05-23, by Kim Alvefur
-
mod_extdisco: Also handle XEP-0215 v0.72019-05-23, by Kim Alvefur
-
mod_extdisco: Set missing namespace on credentials response2019-05-23, by Kim Alvefur
-
mod_extdisco: Reuse xmlns variable2019-05-23, by Kim Alvefur
-
xep-0215-0.6 requires service to be wrapped in services tag.2019-05-23, by Alexey Bobyr
-
mod_csi_muc_priorities: Fix traceback due to empty field2019-05-18, by Kim Alvefur
-
mod_conversejs: Set viewport scale hack (closes #1361)2019-05-16, by Kim Alvefur
-
mod_conversejs: Make title configurable (fixes #1362)2019-05-16, by Kim Alvefur
-
mod_conversejs: Separate out templates into separate configurable files (breaks 0.9 compat)2019-05-16, by Kim Alvefur
-
mod_http_muc_log: Hide join/part controls if they are not stored by mod_muc_mam2019-05-16, by Kim Alvefur
-
mod_http_muc_log: Allow specifying the default view2019-05-12, by Kim Alvefur
-
mod_http_muc_log: Preserve ?query part in redirect2019-05-13, by Kim Alvefur
-
mod_http_muc_log: Add navigation link to latest page2019-05-13, by Kim Alvefur
-
mod_http_muc_log: Correctly build absolute URLs2019-05-13, by Kim Alvefur
-
mod_http_muc_log: Provide a redirect to 'latest' day with logs (fixes #1360)2019-05-12, by Kim Alvefur
-
mod_http_muc_log: Fix Y10k bug2019-05-12, by Kim Alvefur
-
mod_http_upload: Propagate errors from expiry procedure2019-05-08, by Kim Alvefur
-
mod_http_upload: Check attempted upload against quota even with no previous uploads2019-05-08, by Kim Alvefur
-
mod_http_upload: Consider quota reached if it can't be checked2019-05-08, by Kim Alvefur
Scroll all the way down to load more.