2018-04-15 |
Matthew Wild |
mod_register_web: Handle errors contacting upstream API
|
2018-04-06 |
Kim Alvefur |
mod_conversejs: Offer the current domain if registration is enabled to skip the server selection and improve UX
|
2018-04-05 |
Pascal Mathis |
mod_net_proxy: Fixed errors when connection with nil ip is being processed
|
2018-04-04 |
Kim Alvefur |
mod_firewall: Handle unsubcription action correctly (fixes #1119)
|
2018-04-04 |
Matthew Wild |
mod_component_http: Fix parameter order, see Prosody trunk e2919978673e for more info
|
2018-04-04 |
Kim Alvefur |
mod_query_client_ver: Add a README
|
2018-04-04 |
Kim Alvefur |
mod_query_client_ver: Use the module name as adhoc command node (mistakenly not changed after copying from mod_ping)
|
2018-04-04 |
Kim Alvefur |
mod_query_client_ver: Restrict adhoc command to local admins
|
2018-04-04 |
Kim Alvefur |
mod_query_client_ver: Fix check for sessions on the current host
|
2018-04-04 |
Kim Alvefur |
mod_query_client_ver: Add a simple adhoc command that queries all currently connected clients
|
2018-04-04 |
Kim Alvefur |
mod_post_msg: Add support for a JSON based format similar to what mod_component_http uses
|
2018-04-04 |
Kim Alvefur |
mod_post_msg/README: Document how authentication is performed
|
2018-04-04 |
Kim Alvefur |
mod_post_msg/README: Describe the URL format
|
2018-04-04 |
Kim Alvefur |
mod_post_msg/README: Clarify 'body' fields
|
2018-04-04 |
Kim Alvefur |
mod_post_msg/README: Update Introduction text
|
2018-04-04 |
Kim Alvefur |
mod_post_msg/README: Document the payload formats
|
2018-04-04 |
Kim Alvefur |
mod_post_msg/README: Normalize markdown syntax
|
2018-04-04 |
Kim Alvefur |
mod_post_msg/README: Reword about borrowing
|
2018-04-04 |
Kim Alvefur |
mod_post_msg/README: Remove author, it's in the vcs metadata
|
2018-04-02 |
Kim Alvefur |
mod_conversejs: Specify a charset on script tag to prevent Browser from guessing
|
2018-04-02 |
Matthew Wild |
mod_http_upload_external: Fix syntax error in share.php
|
2018-04-02 |
Matthew Wild |
mod_http_upload_external: Add newer 'v2' protocol (and share_v2.php) which supports content-type preservation
|
2018-04-02 |
Matthew Wild |
mod_http_upload_external: share.php example: Add CSP headers
|
2018-04-01 |
tmolitor |
Implement dummy body message to indicate high priority push
|
2018-04-01 |
Pascal Mathis |
mod_net_proxy: Added missing return when detecting unparseable PROXYv1 source address
|
2018-04-01 |
Pascal Mathis |
mod_net_proxy: Updated HAProxy example configuration to listen on v4+v6
|
2018-03-31 |
Emmanuel Gil Peyrot |
mod_delay: Improve the README’s description
|
2018-03-30 |
Emmanuel Gil Peyrot |
mod_http_upload_external: Use a more widespread method to obtain Content-Length (thanks Yves)
|
2018-03-30 |
Kim Alvefur |
mod_http_logging: Fix typo [luacheck]
|
2018-03-30 |
Kim Alvefur |
mod_migrate: Mention the possible need to supply the list of users
|
2018-03-30 |
Kim Alvefur |
mod_http_logging: Wrap API for sending data from file handles
|
2018-03-30 |
Kim Alvefur |
mod_http_logging: Be robust against missing connection object
|
2018-03-30 |
Kim Alvefur |
mod_http_logging: Use 'ip' field provided by mod_http if available
|
2018-03-30 |
Kim Alvefur |
mod_http_logging: Factor out body length calculation
|
2018-03-30 |
Kim Alvefur |
mod_http_logging: Factor out logging into a function for future reuse
|
2018-03-29 |
Pascal Mathis |
mod_net_proxy: Fixed small indentation mistake in docs
|
2018-03-28 |
Pascal Mathis |
mod_net_proxy: Added proxy_trusted_proxies for whitelisting incoming connections
|
2018-03-28 |
Pascal Mathis |
mod_net_proxy: Adjusted log level of errors triggered by remote connections to 'warn'
|
2018-03-28 |
Pascal Mathis |
mod_net_proxy: Automatically listen on all mapped ports if proxy_ports was not configured
|
2018-03-27 |
JC Brand |
Rename to README.markdown
|
2018-03-27 |
Pascal Mathis |
mod_net_proxy: Fixed example configuration for HAProxy
|
2018-03-27 |
Matthew Wild |
mod_component_http: Fix to use module:send() instead of origin.send() (thanks Wiktor)
|
2018-03-27 |
JC Brand |
Merge commit
|
2018-03-27 |
JC Brand |
New HMAC token authentication module for Prosody.
|
2018-03-27 |
Kim Alvefur |
mod_http_logging: Add some short documentation
|
2018-03-26 |
Kim Alvefur |
mod_component_http/README: Include language tag in example to enable syntax highlighting in rendered version
|
2018-03-26 |
Matthew Wild |
mod_component_http: Update README to include config snippet example
|
2018-03-26 |
Matthew Wild |
mod_component_http: Fix some [luacheck] warnings
|
2018-03-26 |
Matthew Wild |
mod_component_http: Fix headings in README
|
2018-03-26 |
Matthew Wild |
mod_component_http: Allow implementing a component over HTTP
|
2018-03-26 |
Matthew Wild |
mod_mam_muc: Advertise mam:1 instead of mam:2 if not using new MUC code [fixes #1118]
|
2018-03-25 |
Kim Alvefur |
mod_http_upload/README: Point at mod_http_upload_external
|
2018-03-25 |
Kim Alvefur |
mod_http_upload: Include the current VirtualHost name in greeting to help with debugging
|
2018-03-23 |
Michel Le Bihan |
mod_csi_battery_saver: Remove whitespace only lines
|
2018-03-23 |
Michel Le Bihan |
mod_checkcerts: Fixed luacheck warnings
|
2018-03-22 |
Kim Alvefur |
mod_muc_gc10: Catch joins correctly (thanks Ge0rG)
|
2018-03-22 |
Kim Alvefur |
mod_minimix/README: Normalize markdown syntax
|
2018-03-22 |
Kim Alvefur |
mod_minimix/README: Fix typo (thanks porrier)
|
2018-03-22 |
Kim Alvefur |
mod_minimix: Experiment in account-based MUC joins
|
2018-03-22 |
Kim Alvefur |
mod_muc_gc10: Gather statistics on use of the Groupchat 1.0 protocol
|
2018-03-22 |
Kim Alvefur |
mod_http_upload_external: Use correct namespace (thanks Wiktor)
|
2018-03-18 |
Kim Alvefur |
mod_storage_xmlarchive: Add a debug message to try to track down why all indicies are read in some cases
|
2018-03-17 |
Matthew Wild |
mod_smacks: Ensure stanza count attributes are always strings (thanks Martin)
|
2018-03-17 |
Kim Alvefur |
README: Remove text about 0.8 compatibility repo
|
2018-03-16 |
Pascal Mathis |
mod_net_proxy: Fixed luacheck warnings
|
2018-03-16 |
Kim Alvefur |
mod_conversejs: Pass information about if and how of account registration
|
2018-03-16 |
Kim Alvefur |
mod_conversejs: Pass current domain as 'default_domain'
|
2018-03-15 |
Pascal Mathis |
mod_net_proxy: Fixed typo in example HAProxy configuration within README
|
2018-03-15 |
Pascal Mathis |
mod_net_proxy: Fixed backwards compatibility to Prosody 0.10
|
2018-03-15 |
Pascal Mathis |
mod_net_proxy: New module implementing PROXY protocol versions 1 and 2
|
2018-03-13 |
Michel Le Bihan |
mod_register_web: Pass username to generate_register_response
|
2018-03-12 |
Kim Alvefur |
mod_firewall: Add special case for $local zone (fixes #1090)
|
2018-03-10 |
Kim Alvefur |
mod_http_index: Sort list of HTTP applications by name
|
2018-03-10 |
Kim Alvefur |
mod_http_index: Remove unused style rule
|
2018-03-10 |
Kim Alvefur |
mod_register_web: Remove unused variables [luacheck]
|
2018-03-10 |
Kim Alvefur |
mod_register_web: Remove username and password from form data and provide the rest in pre-registration event
|
2018-03-10 |
Kim Alvefur |
mod_register_web: Return reason for rejection if one was provided by another plugin during pre-registration checks
|
2018-03-10 |
Kim Alvefur |
mod_register_web: Include IP address in pre-registration check event to allow other modules a chance to act on it
|
2018-03-09 |
Kim Alvefur |
mod_conversejs: Hack in support for changing the CSS if InVerse mode is enabled
|
2018-03-09 |
Kim Alvefur |
mod_conversejs/README: Add compatibility section
|
2018-03-09 |
Kim Alvefur |
mod_conversejs: Allow passing arbitrary options trough to Converse.js
|
2018-03-09 |
Kim Alvefur |
mod_conversejs/README: Expand config section
|
2018-03-09 |
Kim Alvefur |
mod_storage_xmlarchive: Add additional debug logging
|
2018-03-09 |
Matthew Wild |
mod_firewall: Add PENDING SUBSCRIPTION FROM SENDER? condition
|
2018-03-09 |
Matthew Wild |
mod_firewall: Add UNSBSCRIBE SENDER action
|
2018-03-07 |
tmolitor |
[mod_mam] Fix hook priority for local clients, too (see also commit 2af42a3af131)
|
2018-03-07 |
Emmanuel Gil Peyrot |
mod_inject_ecaps2: Check for unset presence
|
2018-03-07 |
Emmanuel Gil Peyrot |
mod_auto_answer_disco_info: Improve the debug message to include the recipient
|
2018-03-07 |
Emmanuel Gil Peyrot |
mod_auto_answer_disco_info: Don’t answer if the target session isn’t online
|
2018-03-07 |
Emmanuel Gil Peyrot |
mod_inject_ecaps2: Return if calculating the hash failed
|
2018-03-07 |
Emmanuel Gil Peyrot |
mod_inject_ecaps2: Rename the Lua file correctly
|
2018-03-07 |
Emmanuel Gil Peyrot |
mod_inject_ecaps2: Add Lua 5.1 compatibility by replacing \xHEX with \DECIMAL in strings
|
2018-03-07 |
Emmanuel Gil Peyrot |
mod_inject_ecaps2: New module adding support for XEP-0390 to all local clients supporting XEP-0115
|
2018-03-07 |
Kim Alvefur |
luacheckrc: Forget about the _M global
|
2018-03-07 |
Kim Alvefur |
luacheckrc: Assign module.environment to section for writable globals
|
2018-03-07 |
Kim Alvefur |
luacheckrc: Rearrange options to be closer to the order used in main prosody repo
|
2018-03-07 |
Emmanuel Gil Peyrot |
mod_cache_c2s_caps: Use prosody.full_sessions instead of _G.full_sessions (thanks luacheck)
|
2018-03-07 |
Emmanuel Gil Peyrot |
mod_auto_answer_disco_info: Remove unused variable (thanks luacheck)
|
2018-03-07 |
Emmanuel Gil Peyrot |
mod_cache_c2s_caps: Remove unused import (thanks luacheck)
|
2018-03-07 |
Emmanuel Gil Peyrot |
mod_auto_answer_disco_info: New module answering disco#info queries on the behalf of the recipient
|
2018-03-07 |
Emmanuel Gil Peyrot |
mod_cache_c2s_caps: New module caching capabilities from local clients
|
2018-03-06 |
Kim Alvefur |
mod_firewall/definitions: Comments on LIST backends
|
2018-02-23 |
Senya |
mod_muc_eventsource: validate node with nodeprep
|
2018-02-27 |
Matthew Wild |
mod_log_slow_events: Add README
|
2018-02-24 |
Kim Alvefur |
mod_register_dnsbl_firewall_mark: Another copy of DNSBL module, this time creating "user marks" for mod_firewall
|
2018-02-24 |
Kim Alvefur |
mod_firewall: Add experimental user-centric persistent marks behind a feature flag
|
2018-02-24 |
Kim Alvefur |
mod_s2s_blacklist: Don't send error replies for error stanzas
|
2018-02-23 |
Kim Alvefur |
mod_register_dnsbl: Add support for IPv6 DNSBL
|
2018-02-23 |
Kim Alvefur |
mod_register_dnsbl: Use util.net for IP address parsing
|
2018-02-23 |
Kim Alvefur |
mod_register_dnsbl: Use async support in trunk to actually block registration if a positive match is found in the DNSBL
|
2018-02-23 |
Kim Alvefur |
mod_register_dnsbl_warn: Copy mod_register_dnsbl
|
2018-02-23 |
Kim Alvefur |
luacheckrc: Remove has_feature and has_identity before someone decides to use them
|
2018-02-17 |
Emmanuel Gil Peyrot |
Many modules: Simplify st.message(…):tag("body"):text(…):up() into st.message(…, …)
|
2018-02-20 |
Nicolas Cedilnik |
Return 401 with correct realm when no user/pass is provided
|
2018-02-20 |
Matthew Wild |
mod_limits: Add debug logging just before we feed data into stream
|
2018-02-20 |
Nicolas Cedilnik |
mod_http_auth_check: New HTTP module to test user credentials
|
2018-02-19 |
Matthew Wild |
mod_muc_eventsource: New module forked from mod_pubsub_eventsource, exposes room message stream over SSE
|
2018-02-16 |
Kim Alvefur |
mod_firewall: Prevent traceback if no directed presence has been sent (fixes #1081)
|
2018-02-16 |
Kim Alvefur |
mod_onions: Fix unqualified use of debug.traceback
|
2018-02-16 |
Kim Alvefur |
mod_onions: Use net.server API for creating a new connection instead of duplicating socket creation
|
2018-02-16 |
Kim Alvefur |
mod_jid_prep/README: Markup link
|
2018-02-16 |
Kim Alvefur |
mod_conversejs: Add a readme
|
2018-02-11 |
Jonas Wielicki |
mod_http_upload_external: add support for XEP-0363 version 0.3
|
2018-02-04 |
Kim Alvefur |
README files: Fix typos
|
2018-02-04 |
Kim Alvefur |
mod_statsd: Fix typo in comment [codespell]
|
2018-02-04 |
Kim Alvefur |
mod_sms_clickatell: Fix typo in comment [codespell]
|
2018-02-04 |
Kim Alvefur |
mod_onions: Fix typo [codespell]
|
2018-02-04 |
Kim Alvefur |
mod_data_access: Fix typo in comment [codespell]
|
2018-02-04 |
Kim Alvefur |
mod_admin_web: Fix typo in comment [codespell]
|
2018-02-04 |
Kim Alvefur |
mod_adhoc_groups: Fix typos [codespell]
|
2018-02-04 |
Kim Alvefur |
mod_s2s_auth_dane: Fix typo in comment [codespell]
|
2018-02-01 |
Senya |
mod_auth_custom_http: fix documentation config example
|
2018-01-31 |
Senya |
mod_auth_custom_http: Fix json.encode impoper reference
|
2018-01-30 |
Kim Alvefur |
mod_xhtmlim: Fix scheme check (thanks wiktor)
|
2018-01-30 |
Kim Alvefur |
mod_xhtmlim: Attempts to sanitize XMTML-IM messages
|
2018-01-26 |
Michel Le Bihan |
mod_pep_vcard_avatar: Don't set avatar hash if already set
|
2018-01-12 |
Jonas Wielicki |
Fix typo in config (thanks, kousu)
|
2018-01-04 |
Daniel Gultsch |
mod_pep_vcard_avatar: annouce avatar hash in presence if client does not
|
2018-01-04 |
Kim Alvefur |
mod_auth_dovecot: Disable debug logging (sensitive data being sent)
|
2018-01-03 |
Daniel Gultsch |
mod_registration_oob_url: inital commit. simple/straight forward module to advertise oob registration url
|
2018-01-03 |
Kim Alvefur |
mod_firewall: Trim trailing whitespace [luacheck]
|
2017-12-31 |
Daniel Gultsch |
mod_omemo_all_access: fixed some linter warnings
|
2017-12-30 |
Kim Alvefur |
mod_firewall: Make SUBSCRIBED match for stanzas sent to self (fixes #1052)
|
2017-12-29 |
Daniel Gultsch |
mod_omemo_all_access: initial commit. disable access control for all omemo related PEP nodes
|
2017-12-28 |
Kim Alvefur |
mod_storage_xmlarchive/README: Fix typo
|
2017-12-28 |
Kim Alvefur |
mod_storage_xmlarchive/README: Add description of how data is stored
|
2017-12-08 |
Kim Alvefur |
mod_pep_plus: Remove, doesn't work reliably outside of current trunk (closes #1049)
|
2017-12-05 |
Kim Alvefur |
mod_firewall/test: Import the ltn12 library correctly
|
2017-12-05 |
Jonas Wielicki |
"Export" get_user from mod_auth_ldap
|
2017-11-21 |
Kim Alvefur |
mod_log_slow_events: Also catch global events
|
2017-11-21 |
Kim Alvefur |
mod_log_slow_events: Turn into a shared module (fixes http events being logged multiple times)
|
2017-11-21 |
Kim Alvefur |
mod_adhoc_groups: Allow users to create and join roster groups
|
2017-11-21 |
Kim Alvefur |
mod_adhoc_groups: Copy from mod_roster_allinall
|
2017-11-21 |
Kim Alvefur |
mod_http_muc_log: Generate empty pages in lazy mode, so that one can navigate past quiet days
|
2017-11-20 |
Kim Alvefur |
mod_http_muc_log: Check that there are timestamps to work with
|
2017-11-20 |
Kim Alvefur |
mod_http_muc_log: Lazy nex/prev link generation
|
2017-11-20 |
Kim Alvefur |
mod_http_muc_log: Fix the best comment
|
2017-11-20 |
Kim Alvefur |
mod_http_muc_log: Remove redundant else clauses
|
2017-11-20 |
Kim Alvefur |
mod_http_muc_log: Parse date out of path once
|
2017-11-20 |
Kim Alvefur |
mod_http_muc_log: Reword "back" links
|
2017-11-18 |
Kim Alvefur |
mod_http_muc_log: Return a 404 page if there are no messages to derive a time span from
|
2017-11-18 |
Kim Alvefur |
mod_http_muc_log: Remove this one weird whitespace
|
2017-11-18 |
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 |
Kim Alvefur |
mod_http_muc_log: Add a function for rounding timestamps down to midnight
|
2017-11-18 |
Kim Alvefur |
mod_mam_muc: Warn if the storage driver is missing the deletion API (instead of a traceback) (thanks asterix)
|
2017-11-18 |
Kim Alvefur |
mod_auth_external: Make sure processes are killed when Prosody shuts down
|
2017-11-17 |
Kim Alvefur |
mod_mam_muc: Add comment describing stripping of <x> tag in results
|
2017-11-17 |
Kim Alvefur |
mod_mam_muc: Pass along the size of the matching set, if returned from storage driver
|
2017-11-17 |
Kim Alvefur |
mod_mam_muc: Copy max_archive_query_results option from mod_mam
|
2017-11-17 |
Kim Alvefur |
mod_auth_external: Shut down all auth processes when module is unloaded (fixes #674) (thanks ZNikke)
|
2017-11-17 |
Kim Alvefur |
mod_auth_external: Silence warnings about unused arguments [luacheck]
|
2017-11-17 |
Kim Alvefur |
mod_auth_external: Remove duplicated local variable [luacheck]
|
2017-11-17 |
Kim Alvefur |
mod_auth_external: Split long lines [luacheck]
|
2017-11-17 |
Kim Alvefur |
mod_http_muc_log: Switch to an inaccurate but O(1) method of producing the calendar view
|
2017-11-15 |
Kim Alvefur |
mod_storage_muc_log: Signal store being empty correctly
|
2017-11-15 |
Kim Alvefur |
mod_migrate: Fix missing mod_ prefix in invocation example (thanks asterix)
|
2017-11-15 |
Jonas Wielicki |
mod_http_upload_external: add Python service implementation
|
2017-11-15 |
Kim Alvefur |
mod_storage_muc_log: Tweak README
|
2017-11-15 |
Kim Alvefur |
mod_storage_muc_log: Ignore setting the global 'open', it's part of the storage API
|
2017-11-15 |
Kim Alvefur |
mod_storage_muc_log: Trim trailing whitespace [luacheck]
|
2017-10-17 |
Kim Alvefur |
mod_mam: Load archiving preferes for offline users (fixes #1024)
|
2017-11-10 |
Kim Alvefur |
Various READMEs: s/eg/e.g.g/
|
2017-11-09 |
Kim Alvefur |
mod_storage_xmlarchive/README: Minor tweak
|
2017-11-09 |
Kim Alvefur |
mod_migrate: Remove unused locals
|
2017-11-09 |
Kim Alvefur |
mod_storage_xmlarchive: Add a prosodyctl command for migrating to/from the internal storage format
|
2017-11-09 |
Kim Alvefur |
mod_storage_xmlarchive: Add a sanity check to prevent reading from internal storage archives
|
2017-11-09 |
Kim Alvefur |
mod_storage_xmlarchive: Pass the hostname into the archive object to make it more self-contained
|
2017-11-01 |
Kim Alvefur |
mod_migrate: Catch failure to use user listing API and suggest the alternative
|
2017-10-31 |
Kim Alvefur |
mod_auth_http_async: Allow LuaSocket to pollute the global scope (fixes #1033)
|
2017-10-28 |
Michel Le Bihan |
mod_watchuntrusted send SHA256 by default
|
2017-10-23 |
Kim Alvefur |
Backed out changeset 6d72c5172c74
|
2017-10-20 |
Kim Alvefur |
mod_firewall/test: Move session variable to avoid warning about it being shadowed [luacheck]
|
2017-10-20 |
Kim Alvefur |
mod_firewall/test: Trim trailing whitespace [luacheck]
|
2017-10-20 |
Kim Alvefur |
mod_firewall/test: Use session passed as argument instead of upvalue
|
2017-10-20 |
Kim Alvefur |
mod_firewall/test: Import the ltn12 module [luacheck]
|
2017-10-20 |
Kim Alvefur |
mod_firewall/test: Declare globals from mod_firewall that are used [luacheck]
|
2017-10-18 |
Kim Alvefur |
mod_storage_memory: Allow archive items to be overwritten by id
|
2017-10-18 |
Kim Alvefur |
mod_storage_memory: Serialize stanzas on save (was delayed until query)
|
2017-10-18 |
Kim Alvefur |
mod_pep_plus: Snapshot from Prosody trunk 910d3c3f60a6 including dependencies
|
2017-10-17 |
Kim Alvefur |
mod_http_upload: Only try to create a randomly named directory once.
|
2017-10-15 |
Kim Alvefur |
mod_traceback: Add a brief README
|
2017-10-15 |
Waqas Hussain |
mod_auth_dovecot: Support new luasocket unix domain socket API (fixes https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=852250 in Debian Stretch)
|
2017-10-14 |
Kim Alvefur |
mod_server_contact_info/README: Fix example
|
2017-10-12 |
Kim Alvefur |
mod_storage_appendmap: Factor out serialization into reusable functions
|
2017-10-11 |
Matthew Wild |
mod_compression_unsafe: Fix logic bug in previous commit
|
2017-10-11 |
Matthew Wild |
mod_compression_unsafe: Offer compression to c2s_unbound sessions (fixes compat with 0.10, thanks Flow)
|
2017-10-11 |
Matthew Wild |
mod_compression_unsafe README: Fix module name (thanks Flow)
|
2017-10-11 |
tmolitor |
mod_cloud_notify: Remove some leftover code
|
2017-10-11 |
tmolitor |
mod_cloud_notify: Fix regression in error handling
|
2017-10-09 |
Kim Alvefur |
mod_profile: Update get_pep_service() signature to match recent changes to mod_pep_plus (in trunk)
|
2017-10-09 |
Emmanuel Gil Peyrot |
mod_measure_client_presence: Counts presence show and reports using 0.10+ statistics API.
|
2017-10-09 |
Emmanuel Gil Peyrot |
mod_measure_stanza_counts: Fix a crash in mod_bosh.
|
2017-10-09 |
Kim Alvefur |
mod_measure_stanza_counts: Counts stanzas and reports using 0.10+ statistics API
|
2017-10-07 |
Kim Alvefur |
mod_admin_web: Extract strophe from tarball without --strip-components (fixes #1013)
|
2017-10-06 |
t2d |
mod_register_redirect: Update doc
|
2017-10-06 |
t2d |
mod_register_redirect: Import configmanager correctly (fixes #820)
|
2017-10-05 |
Matthew Wild |
mod_register_web: Update README to explain customization
|
2017-10-04 |
Matthew Wild |
mod_firewall: Don't interpret format specifiers in LOG
|
2017-10-03 |
Matthew Wild |
mod_s2s_reload_newcomponent: Fix to use imported configmanager instead of global
|
2017-10-03 |
Kim Alvefur |
mod_swedishchef: Fix logging and traceback uncovered by util.format (thanks Kafkei)
|
2017-09-29 |
Matthew Wild |
mod_swedishchef: Add event so other modules can use this filter
|
2017-09-29 |
Matthew Wild |
mod_swedishchef: Add configuration toggle
|
2017-09-26 |
Matthew Wild |
mod_limits: Handle fractional outstanding balance (imported from prosody 25237002aba4)
|
2017-09-26 |
Matthew Wild |
mod_compression: Rename to mod_compression_unsafe and add security note
|
2017-09-26 |
Kim Alvefur |
mod_auth_ldap: Add annotations to ignore harmless warnings [luacheck]
|
2017-09-26 |
Kim Alvefur |
mod_auth_ldap: Split long line into many [luacheck]
|
2017-09-25 |
Matthew Wild |
mod_traceback: Write current stack trace to file on SIGUSR1
|
2017-09-23 |
Matthew Wild |
mod_server_contact_info: Correctly pass the list of addresses to util.dataforms
|
2017-09-22 |
Kim Alvefur |
mod_muc_limits: Fix alignment of table columns
|
2017-09-22 |
Matthew Wild |
mod_muc_limits: Update compatibility table
|
2017-09-22 |
Matthew Wild |
mod_muc_limits: Document muc_max_nick_length
|
2017-09-21 |
Kim Alvefur |
mod_mam: Squeeze in hooks with priority between sevral other modules (fixes #996)
|
2017-09-19 |
Emmanuel Gil Peyrot |
mod_http_upload: Send a correct response on namespace :0.
|
2017-09-19 |
Emmanuel Gil Peyrot |
mod_pastebin: Check for MUC presence before handling a message.
|
2017-09-18 |
Matthew Wild |
mod_http_host_status_check: Add list of failing hosts to the first line for summary
|
2017-09-12 |
Kim Alvefur |
mod_mam: Use a FIFO queue for scheduling archive expiry
|
2017-09-04 |
Kim Alvefur |
mod_http_muc_log: Ignore 'logging' room option, it's no longer set by mod_mam_muc
|
2017-09-03 |
Kim Alvefur |
mod_mam: Fix traceback due to borked transplant from 0.10
|
2017-09-03 |
Kim Alvefur |
mod_mam: Clone stanza before stripping stanza id after carbons
|
2017-09-02 |
Kim Alvefur |
mod_mam: Clone stanzas before mutating (thanks waqas) (fixes #961)
|