Software /
code /
prosody-modules
Graph
-
mod_post_msg/README: Reword about borrowing2018-04-04, by Kim Alvefur
-
mod_post_msg/README: Remove author, it's in the vcs metadata2018-04-04, by Kim Alvefur
-
mod_conversejs: Specify a charset on script tag to prevent Browser from guessing2018-04-02, by Kim Alvefur
-
mod_http_upload_external: Fix syntax error in share.php2018-04-02, by Matthew Wild
-
mod_http_upload_external: Add newer 'v2' protocol (and share_v2.php) which supports content-type preservation2018-04-02, by Matthew Wild
-
mod_http_upload_external: share.php example: Add CSP headers2018-04-02, by Matthew Wild
-
Implement dummy body message to indicate high priority push2018-04-01, by tmolitor
-
mod_net_proxy: Added missing return when detecting unparseable PROXYv1 source address2018-04-01, by Pascal Mathis
-
mod_net_proxy: Updated HAProxy example configuration to listen on v4+v62018-04-01, by Pascal Mathis
-
mod_delay: Improve the README’s description2018-03-31, by Emmanuel Gil Peyrot
-
mod_http_upload_external: Use a more widespread method to obtain Content-Length (thanks Yves)2018-03-30, by Emmanuel Gil Peyrot
-
mod_http_logging: Fix typo [luacheck]2018-03-30, by Kim Alvefur
-
mod_migrate: Mention the possible need to supply the list of users2018-03-30, by Kim Alvefur
-
mod_http_logging: Wrap API for sending data from file handles2018-03-30, by Kim Alvefur
-
mod_http_logging: Be robust against missing connection object2018-03-30, by Kim Alvefur
-
mod_http_logging: Use 'ip' field provided by mod_http if available2018-03-30, by Kim Alvefur
-
mod_http_logging: Factor out body length calculation2018-03-30, by Kim Alvefur
-
mod_http_logging: Factor out logging into a function for future reuse2018-03-30, by Kim Alvefur
-
mod_net_proxy: Fixed small indentation mistake in docs2018-03-29, by Pascal Mathis
-
mod_net_proxy: Added proxy_trusted_proxies for whitelisting incoming connections2018-03-28, by Pascal Mathis
-
mod_net_proxy: Adjusted log level of errors triggered by remote connections to 'warn'2018-03-28, by Pascal Mathis
-
mod_net_proxy: Automatically listen on all mapped ports if proxy_ports was not configured2018-03-28, by Pascal Mathis
-
Rename to README.markdown2018-03-27, by JC Brand
-
mod_net_proxy: Fixed example configuration for HAProxy2018-03-27, by Pascal Mathis
-
mod_component_http: Fix to use module:send() instead of origin.send() (thanks Wiktor)2018-03-27, by Matthew Wild
-
Merge commit2018-03-27, by JC Brand
-
New HMAC token authentication module for Prosody.2018-03-27, by JC Brand
-
mod_http_logging: Add some short documentation2018-03-27, by Kim Alvefur
-
mod_component_http/README: Include language tag in example to enable syntax highlighting in rendered version2018-03-26, by Kim Alvefur
-
mod_component_http: Update README to include config snippet example2018-03-26, by Matthew Wild
-
mod_component_http: Fix some [luacheck] warnings2018-03-26, by Matthew Wild
-
mod_component_http: Fix headings in README2018-03-26, by Matthew Wild
-
mod_component_http: Allow implementing a component over HTTP2018-03-26, by Matthew Wild
-
mod_mam_muc: Advertise mam:1 instead of mam:2 if not using new MUC code [fixes #1118]2018-03-26, by Matthew Wild
-
mod_http_upload/README: Point at mod_http_upload_external2018-03-25, by Kim Alvefur
-
mod_http_upload: Include the current VirtualHost name in greeting to help with debugging2018-03-25, by Kim Alvefur
-
mod_csi_battery_saver: Remove whitespace only lines2018-03-23, by Michel Le Bihan
-
mod_checkcerts: Fixed luacheck warnings2018-03-23, by Michel Le Bihan
-
mod_muc_gc10: Catch joins correctly (thanks Ge0rG)2018-03-22, by Kim Alvefur
-
mod_minimix/README: Normalize markdown syntax2018-03-22, by Kim Alvefur
-
mod_minimix/README: Fix typo (thanks porrier)2018-03-22, by Kim Alvefur
-
mod_minimix: Experiment in account-based MUC joins2018-03-22, by Kim Alvefur
-
mod_muc_gc10: Gather statistics on use of the Groupchat 1.0 protocol2018-03-22, by Kim Alvefur
-
mod_http_upload_external: Use correct namespace (thanks Wiktor)2018-03-22, by Kim Alvefur
-
mod_storage_xmlarchive: Add a debug message to try to track down why all indicies are read in some cases2018-03-18, by Kim Alvefur
-
mod_smacks: Ensure stanza count attributes are always strings (thanks Martin)2018-03-17, by Matthew Wild
-
README: Remove text about 0.8 compatibility repo2018-03-17, by Kim Alvefur
-
mod_net_proxy: Fixed luacheck warnings2018-03-16, by Pascal Mathis
-
mod_conversejs: Pass information about if and how of account registration2018-03-16, by Kim Alvefur
-
mod_conversejs: Pass current domain as 'default_domain'2018-03-16, by Kim Alvefur
-
mod_net_proxy: Fixed typo in example HAProxy configuration within README2018-03-15, by Pascal Mathis
-
mod_net_proxy: Fixed backwards compatibility to Prosody 0.102018-03-15, by Pascal Mathis
-
mod_net_proxy: New module implementing PROXY protocol versions 1 and 22018-03-15, by Pascal Mathis
-
mod_register_web: Pass username to generate_register_response2018-03-13, by Michel Le Bihan
-
mod_firewall: Add special case for $local zone (fixes #1090)2018-03-12, by Kim Alvefur
-
mod_http_index: Sort list of HTTP applications by name2018-03-10, by Kim Alvefur
-
mod_http_index: Remove unused style rule2018-03-10, by Kim Alvefur
-
mod_register_web: Remove unused variables [luacheck]2018-03-10, by Kim Alvefur
-
mod_register_web: Remove username and password from form data and provide the rest in pre-registration event2018-03-10, by Kim Alvefur
-
mod_conversejs: Hack in support for changing the CSS if InVerse mode is enabled2018-03-09, by Kim Alvefur
-
mod_conversejs/README: Add compatibility section2018-03-09, by Kim Alvefur
-
mod_conversejs: Allow passing arbitrary options trough to Converse.js2018-03-09, by Kim Alvefur
-
mod_conversejs/README: Expand config section2018-03-09, by Kim Alvefur
-
mod_storage_xmlarchive: Add additional debug logging2018-03-09, by Kim Alvefur
-
mod_firewall: Add PENDING SUBSCRIPTION FROM SENDER? condition2018-03-09, by Matthew Wild
-
mod_firewall: Add UNSBSCRIBE SENDER action2018-03-09, by Matthew Wild
-
[mod_mam] Fix hook priority for local clients, too (see also commit 2af42a3af131)2018-03-07, by tmolitor
-
mod_inject_ecaps2: Check for unset presence2018-03-07, by Emmanuel Gil Peyrot
-
mod_auto_answer_disco_info: Improve the debug message to include the recipient2018-03-07, by Emmanuel Gil Peyrot
-
mod_auto_answer_disco_info: Don’t answer if the target session isn’t online2018-03-07, by Emmanuel Gil Peyrot
-
mod_inject_ecaps2: Return if calculating the hash failed2018-03-07, by Emmanuel Gil Peyrot
-
mod_inject_ecaps2: Rename the Lua file correctly2018-03-07, by Emmanuel Gil Peyrot
-
mod_inject_ecaps2: Add Lua 5.1 compatibility by replacing \xHEX with \DECIMAL in strings2018-03-07, by Emmanuel Gil Peyrot
-
mod_inject_ecaps2: New module adding support for XEP-0390 to all local clients supporting XEP-01152018-03-07, by Emmanuel Gil Peyrot
-
luacheckrc: Forget about the _M global2018-03-07, by Kim Alvefur
-
luacheckrc: Assign module.environment to section for writable globals2018-03-07, by Kim Alvefur
-
luacheckrc: Rearrange options to be closer to the order used in main prosody repo2018-03-07, by Kim Alvefur
-
mod_cache_c2s_caps: Use prosody.full_sessions instead of _G.full_sessions (thanks luacheck)2018-03-07, by Emmanuel Gil Peyrot
-
mod_auto_answer_disco_info: Remove unused variable (thanks luacheck)2018-03-07, by Emmanuel Gil Peyrot
-
mod_cache_c2s_caps: Remove unused import (thanks luacheck)2018-03-07, by Emmanuel Gil Peyrot
-
mod_auto_answer_disco_info: New module answering disco#info queries on the behalf of the recipient2018-03-07, by Emmanuel Gil Peyrot
-
mod_cache_c2s_caps: New module caching capabilities from local clients2018-03-07, by Emmanuel Gil Peyrot
-
mod_firewall/definitions: Comments on LIST backends2018-03-06, by Kim Alvefur
-
mod_muc_eventsource: validate node with nodeprep2018-02-23, by Senya
-
mod_log_slow_events: Add README2018-02-27, by Matthew Wild
-
mod_firewall: Add experimental user-centric persistent marks behind a feature flag2018-02-24, by Kim Alvefur
-
mod_s2s_blacklist: Don't send error replies for error stanzas2018-02-24, by Kim Alvefur
-
mod_register_dnsbl: Add support for IPv6 DNSBL2018-02-23, by Kim Alvefur
-
mod_register_dnsbl: Use util.net for IP address parsing2018-02-23, by Kim Alvefur
-
mod_register_dnsbl_warn: Copy mod_register_dnsbl2018-02-23, by Kim Alvefur
-
luacheckrc: Remove has_feature and has_identity before someone decides to use them2018-02-23, by Kim Alvefur
-
Many modules: Simplify st.message(…):tag("body"):text(…):up() into st.message(…, …)2018-02-17, by Emmanuel Gil Peyrot
-
Return 401 with correct realm when no user/pass is provided2018-02-20, by Nicolas Cedilnik
-
mod_limits: Add debug logging just before we feed data into stream2018-02-20, by Matthew Wild
-
mod_http_auth_check: New HTTP module to test user credentials2018-02-20, by Nicolas Cedilnik
-
mod_muc_eventsource: New module forked from mod_pubsub_eventsource, exposes room message stream over SSE2018-02-19, by Matthew Wild
-
mod_firewall: Prevent traceback if no directed presence has been sent (fixes #1081)2018-02-16, by Kim Alvefur
-
mod_onions: Fix unqualified use of debug.traceback2018-02-16, by Kim Alvefur
-
mod_onions: Use net.server API for creating a new connection instead of duplicating socket creation2018-02-16, by Kim Alvefur
-
mod_jid_prep/README: Markup link2018-02-16, by Kim Alvefur
-
mod_conversejs: Add a readme2018-02-16, by Kim Alvefur
-
mod_http_upload_external: add support for XEP-0363 version 0.32018-02-11, by Jonas Wielicki
-
README files: Fix typos2018-02-04, by Kim Alvefur
-
mod_statsd: Fix typo in comment [codespell]2018-02-04, by Kim Alvefur
-
mod_sms_clickatell: Fix typo in comment [codespell]2018-02-04, by Kim Alvefur
-
mod_onions: Fix typo [codespell]2018-02-04, by Kim Alvefur
-
mod_data_access: Fix typo in comment [codespell]2018-02-04, by Kim Alvefur
-
mod_admin_web: Fix typo in comment [codespell]2018-02-04, by Kim Alvefur
-
mod_adhoc_groups: Fix typos [codespell]2018-02-04, by Kim Alvefur
-
mod_s2s_auth_dane: Fix typo in comment [codespell]2018-02-04, by Kim Alvefur
-
mod_auth_custom_http: fix documentation config example2018-02-01, by Senya
-
mod_auth_custom_http: Fix json.encode impoper reference2018-01-31, by Senya
-
mod_xhtmlim: Fix scheme check (thanks wiktor)2018-01-30, by Kim Alvefur
-
mod_xhtmlim: Attempts to sanitize XMTML-IM messages2018-01-30, by Kim Alvefur
-
mod_pep_vcard_avatar: Don't set avatar hash if already set2018-01-26, by Michel Le Bihan
-
Fix typo in config (thanks, kousu)2018-01-12, by Jonas Wielicki
-
mod_pep_vcard_avatar: annouce avatar hash in presence if client does not2018-01-04, by Daniel Gultsch
-
mod_auth_dovecot: Disable debug logging (sensitive data being sent)2018-01-04, by Kim Alvefur
-
mod_registration_oob_url: inital commit. simple/straight forward module to advertise oob registration url2018-01-03, by Daniel Gultsch
-
mod_firewall: Trim trailing whitespace [luacheck]2018-01-03, by Kim Alvefur
-
mod_omemo_all_access: fixed some linter warnings2017-12-31, by Daniel Gultsch
-
mod_firewall: Make SUBSCRIBED match for stanzas sent to self (fixes #1052)2017-12-30, by Kim Alvefur
-
mod_omemo_all_access: initial commit. disable access control for all omemo related PEP nodes2017-12-29, by Daniel Gultsch
-
mod_storage_xmlarchive/README: Fix typo2017-12-28, by Kim Alvefur
-
mod_storage_xmlarchive/README: Add description of how data is stored2017-12-28, by Kim Alvefur
-
mod_pep_plus: Remove, doesn't work reliably outside of current trunk (closes #1049)2017-12-08, by Kim Alvefur
-
mod_firewall/test: Import the ltn12 library correctly2017-12-05, by Kim Alvefur
-
"Export" get_user from mod_auth_ldap2017-12-05, by Jonas Wielicki
-
mod_log_slow_events: Also catch global events2017-11-21, by Kim Alvefur
-
mod_log_slow_events: Turn into a shared module (fixes http events being logged multiple times)2017-11-21, by Kim Alvefur
-
mod_adhoc_groups: Allow users to create and join roster groups2017-11-21, by Kim Alvefur
-
mod_adhoc_groups: Copy from mod_roster_allinall2017-11-21, by Kim Alvefur
-
mod_http_muc_log: Generate empty pages in lazy mode, so that one can navigate past quiet days2017-11-21, by Kim Alvefur
-
mod_http_muc_log: Check that there are timestamps to work with2017-11-20, by Kim Alvefur
-
mod_http_muc_log: Lazy nex/prev link generation2017-11-20, by Kim Alvefur
-
mod_http_muc_log: Fix the best comment2017-11-20, by Kim Alvefur
-
mod_http_muc_log: Remove redundant else clauses2017-11-20, by Kim Alvefur
-
mod_http_muc_log: Parse date out of path once2017-11-20, by Kim Alvefur
-
mod_http_muc_log: Reword "back" links2017-11-20, by Kim Alvefur
-
mod_http_muc_log: Return a 404 page if there are no messages to derive a time span from2017-11-18, by Kim Alvefur
-
mod_http_muc_log: Remove this one weird whitespace2017-11-18, by Kim Alvefur
-
mod_http_muc_log: Round down timestamps to midnight in order to fix an off by one issue (thanks asterix)2017-11-18, by Kim Alvefur
-
mod_http_muc_log: Add a function for rounding timestamps down to midnight2017-11-18, by Kim Alvefur
-
mod_auth_external: Make sure processes are killed when Prosody shuts down2017-11-18, by Kim Alvefur
-
mod_mam_muc: Add comment describing stripping of <x> tag in results2017-11-17, by Kim Alvefur
-
mod_mam_muc: Pass along the size of the matching set, if returned from storage driver2017-11-17, by Kim Alvefur
-
mod_mam_muc: Copy max_archive_query_results option from mod_mam2017-11-17, by Kim Alvefur
-
mod_auth_external: Shut down all auth processes when module is unloaded (fixes #674) (thanks ZNikke)2017-11-17, by Kim Alvefur
-
mod_auth_external: Silence warnings about unused arguments [luacheck]2017-11-17, by Kim Alvefur
-
mod_auth_external: Remove duplicated local variable [luacheck]2017-11-17, by Kim Alvefur
-
mod_auth_external: Split long lines [luacheck]2017-11-17, by Kim Alvefur
-
mod_http_muc_log: Switch to an inaccurate but O(1) method of producing the calendar view2017-11-17, by Kim Alvefur
-
mod_storage_muc_log: Signal store being empty correctly2017-11-15, by Kim Alvefur
-
mod_migrate: Fix missing mod_ prefix in invocation example (thanks asterix)2017-11-15, by Kim Alvefur
-
mod_http_upload_external: add Python service implementation2017-11-15, by Jonas Wielicki
-
mod_storage_muc_log: Tweak README2017-11-15, by Kim Alvefur
-
mod_storage_muc_log: Ignore setting the global 'open', it's part of the storage API2017-11-15, by Kim Alvefur
-
mod_storage_muc_log: Trim trailing whitespace [luacheck]2017-11-15, by Kim Alvefur
-
mod_mam: Load archiving preferes for offline users (fixes #1024)2017-10-17, by Kim Alvefur
-
Various READMEs: s/eg/e.g.g/2017-11-10, by Kim Alvefur
-
mod_storage_xmlarchive/README: Minor tweak2017-11-09, by Kim Alvefur
-
mod_migrate: Remove unused locals2017-11-09, by Kim Alvefur
-
mod_storage_xmlarchive: Add a prosodyctl command for migrating to/from the internal storage format2017-11-09, by Kim Alvefur
-
mod_storage_xmlarchive: Add a sanity check to prevent reading from internal storage archives2017-11-09, by Kim Alvefur
-
mod_storage_xmlarchive: Pass the hostname into the archive object to make it more self-contained2017-11-09, by Kim Alvefur
-
mod_migrate: Catch failure to use user listing API and suggest the alternative2017-11-01, by Kim Alvefur
-
mod_auth_http_async: Allow LuaSocket to pollute the global scope (fixes #1033)2017-10-31, by Kim Alvefur
-
mod_watchuntrusted send SHA256 by default2017-10-28, by Michel Le Bihan
-
Backed out changeset 6d72c5172c742017-10-23, by Kim Alvefur
-
mod_firewall/test: Move session variable to avoid warning about it being shadowed [luacheck]2017-10-20, by Kim Alvefur
-
mod_firewall/test: Trim trailing whitespace [luacheck]2017-10-20, by Kim Alvefur
-
mod_firewall/test: Use session passed as argument instead of upvalue2017-10-20, by Kim Alvefur
-
mod_firewall/test: Import the ltn12 module [luacheck]2017-10-20, by Kim Alvefur
-
mod_firewall/test: Declare globals from mod_firewall that are used [luacheck]2017-10-20, by Kim Alvefur
-
mod_storage_memory: Allow archive items to be overwritten by id2017-10-18, by Kim Alvefur
-
mod_storage_memory: Serialize stanzas on save (was delayed until query)2017-10-18, by Kim Alvefur
-
mod_pep_plus: Snapshot from Prosody trunk 910d3c3f60a6 including dependencies2017-10-18, by Kim Alvefur
-
mod_http_upload: Only try to create a randomly named directory once.2017-10-17, by Kim Alvefur
-
mod_traceback: Add a brief README2017-10-15, by Kim Alvefur
-
mod_server_contact_info/README: Fix example2017-10-14, by Kim Alvefur
-
mod_storage_appendmap: Factor out serialization into reusable functions2017-10-12, by Kim Alvefur
-
mod_compression_unsafe: Fix logic bug in previous commit2017-10-11, by Matthew Wild
-
mod_compression_unsafe: Offer compression to c2s_unbound sessions (fixes compat with 0.10, thanks Flow)2017-10-11, by Matthew Wild
-
mod_compression_unsafe README: Fix module name (thanks Flow)2017-10-11, by Matthew Wild
-
mod_cloud_notify: Remove some leftover code2017-10-11, by tmolitor
-
mod_cloud_notify: Fix regression in error handling2017-10-11, by tmolitor
-
mod_profile: Update get_pep_service() signature to match recent changes to mod_pep_plus (in trunk)2017-10-09, by Kim Alvefur
-
mod_measure_client_presence: Counts presence show and reports using 0.10+ statistics API.2017-10-09, by Emmanuel Gil Peyrot
-
mod_measure_stanza_counts: Fix a crash in mod_bosh.2017-10-09, by Emmanuel Gil Peyrot
-
mod_measure_stanza_counts: Counts stanzas and reports using 0.10+ statistics API2017-10-09, by Kim Alvefur
-
mod_admin_web: Extract strophe from tarball without --strip-components (fixes #1013)2017-10-07, by Kim Alvefur
-
mod_register_redirect: Update doc2017-10-06, by t2d
-
mod_register_redirect: Import configmanager correctly (fixes #820)2017-10-06, by t2d
-
mod_register_web: Update README to explain customization2017-10-05, by Matthew Wild
-
mod_firewall: Don't interpret format specifiers in LOG2017-10-04, by Matthew Wild
-
mod_s2s_reload_newcomponent: Fix to use imported configmanager instead of global2017-10-03, by Matthew Wild
-
mod_swedishchef: Fix logging and traceback uncovered by util.format (thanks Kafkei)2017-10-03, by Kim Alvefur
-
mod_swedishchef: Add event so other modules can use this filter2017-09-29, by Matthew Wild
-
mod_swedishchef: Add configuration toggle2017-09-29, by Matthew Wild
-
mod_limits: Handle fractional outstanding balance (imported from prosody 25237002aba4)2017-09-26, by Matthew Wild
-
mod_compression: Rename to mod_compression_unsafe and add security note2017-09-26, by Matthew Wild
-
mod_auth_ldap: Add annotations to ignore harmless warnings [luacheck]2017-09-26, by Kim Alvefur
-
mod_auth_ldap: Split long line into many [luacheck]2017-09-26, by Kim Alvefur
-
mod_traceback: Write current stack trace to file on SIGUSR12017-09-25, by Matthew Wild
-
mod_server_contact_info: Correctly pass the list of addresses to util.dataforms2017-09-23, by Matthew Wild
-
mod_muc_limits: Fix alignment of table columns2017-09-22, by Kim Alvefur
-
mod_muc_limits: Update compatibility table2017-09-22, by Matthew Wild
-
mod_muc_limits: Document muc_max_nick_length2017-09-22, by Matthew Wild
-
mod_mam: Squeeze in hooks with priority between sevral other modules (fixes #996)2017-09-21, by Kim Alvefur
-
mod_http_upload: Send a correct response on namespace :0.2017-09-19, by Emmanuel Gil Peyrot
-
mod_pastebin: Check for MUC presence before handling a message.2017-09-19, by Emmanuel Gil Peyrot
-
mod_http_host_status_check: Add list of failing hosts to the first line for summary2017-09-18, by Matthew Wild
-
mod_mam: Use a FIFO queue for scheduling archive expiry2017-09-12, by Kim Alvefur
-
mod_http_muc_log: Ignore 'logging' room option, it's no longer set by mod_mam_muc2017-09-04, by Kim Alvefur
-
mod_mam: Fix traceback due to borked transplant from 0.102017-09-03, by Kim Alvefur
-
mod_mam: Clone stanza before stripping stanza id after carbons2017-09-03, by Kim Alvefur
-
mod_mam: Clone stanzas before mutating (thanks waqas) (fixes #961)2017-09-02, by Kim Alvefur
-
mod_delegation: added disco#items:* in doc and changed status to Stage-Beta2017-08-30, by Goffi
Scroll all the way down to load more.