log

age author description
2017-02-12 tmolitor merged upstream changes
2017-02-12 tmolitor mod_smacks: Fix some bugs with smacks-ack-delayed event triggering.
2017-02-12 Kim Alvefur mod_s2s_auth_dane/README: Mention the race condition in the absence of util.async
2017-02-12 Kim Alvefur mod_s2s_auth_dane/README: Simplify zone file examlpe
2017-02-12 tmolitor mod_smacks: Send out more ack requests where needed
2017-02-10 Kim Alvefur mod_profile/README: Make requirements more obvious
2017-02-10 Kim Alvefur mod_http_upload: Log the directory and filename joined
2017-02-09 Kim Alvefur mod_stanzadebug: Like mod_rawdebug but stanzas instead of the raw bytes
2017-02-07 Kim Alvefur mod_http_index/README: Linkify module names
2017-02-06 Kim Alvefur mod_compression/README: Include lua-zlib installation instructions and link to source
2017-02-05 Kim Alvefur mod_persisthosts/README: Fix formatting
2017-02-05 Kim Alvefur mod_compression/README: Fix formatting
2017-02-05 Kim Alvefur mod_compression/README: Some cleanup and rewording
2017-02-05 Kim Alvefur mod_compression: Import from Prosody, revision 0c69305ab525
2017-02-02 Kim Alvefur mod_migrate/README: Document the ability to specify multiple comma separated stores to migrate
2017-01-31 Kim Alvefur mod_http_stats_stream: Add a README
2017-01-31 Kim Alvefur Backed out changeset f48e9e25aec4, util.uuid.get_nibbles is unavailable in 0.9
2017-01-29 Kim Alvefur mod_http_upload: Fix to include base storage path
2017-01-29 Kim Alvefur mod_http_upload: Fix typo
2017-01-29 Kim Alvefur mod_http_upload: Add missing return statement
2017-01-29 Kim Alvefur mod_http_upload: Change join_path to match behaviour of util.paths in 0.10
2017-01-29 Kim Alvefur mod_http_upload: Use the correct variable name for directory
2017-01-29 Kim Alvefur mod_turncredentials: Add a stub README
2017-01-29 Kim Alvefur mod_http_upload: Record upload slot metadata (fixes #718)
2017-01-29 Kim Alvefur mod_http_upload: Generate shorter random directory names (see #822)
2017-01-29 Kim Alvefur mod_http_upload: Accept already existing directory name if there is no conflicting file in it
2017-01-29 Kim Alvefur mod_http_upload: Make sure that target file does not exist prior to upload
2017-01-29 Kim Alvefur mod_http_upload: Create random directory name when assigning slot
2017-01-29 Kim Alvefur mod_http_upload: Forget upload slot under some error conditions
2017-01-29 Kim Alvefur mod_muc_intercom: Add a README
2017-01-26 Matthew Wild mod_firewall: Add 'TO SELF' check ('NOT TO?' worked until commit 9159f9166893)
2017-01-26 Matthew Wild mod_firewall: Fix $<> expressions being truncated when compiled
2017-01-25 Kim Alvefur mod_mam/README: Fix typo
2017-01-24 Kim Alvefur mod_csi_pump/README: Add note about being unsupported in combination with other CSI modules
2017-01-24 Kim Alvefur mod_csi_pump: Mark as Alpha
2017-01-23 Kim Alvefur mod_csi_pump: Consider groupchat message with subject important
2017-01-22 Kim Alvefur mod_net_dovecotauth: Rename variable to avoid name clash [luacheck]
2017-01-22 Kim Alvefur mod_net_dovecotauth: Make variable local [luacheck]
2017-01-22 Kim Alvefur mod_net_dovecotauth: Import util.pposix [luacheck]
2017-01-22 Kim Alvefur mod_net_dovecotauth: Replace missing buffer lib with simpler string based buffering
2017-01-21 Kim Alvefur mod_csi_pump: Lossless CSI mode
2017-01-20 Kim Alvefur mod_candy: Add support for enabling Candy debug mode from Prosodys config
2017-01-20 Kim Alvefur mod_candy: Add note about redirect from /candy to /candy/ not being necessary anymore
2017-01-20 Kim Alvefur mod_candy/README: Link to HTTP configuration info
2017-01-20 Kim Alvefur mod_candy: If no room list is set, try to find a MUC domain and guess a room name of 'candy'
2017-01-20 Kim Alvefur mod_candy: Add config option for a list of rooms to join
2017-01-20 Kim Alvefur mod_candy: Break out connect path into a function
2017-01-19 Kim Alvefur mod_sms_clickatell: Fix event handler signature (fixes #814)
2017-01-18 Kim Alvefur mod_persisthosts: Fire an event to allow other modules a chance to write to the new config file
2017-01-18 Kim Alvefur mod_persisthosts: Module that dynamically creates stub configuration files for dynamically activated hosts
2017-01-16 Kim Alvefur mod_http_upload: Correctly attach extended error information
2017-01-16 Kim Alvefur mod_http_upload: Add missing semicolon
2017-01-16 Kim Alvefur mod_http_upload: Update for size limit error reporting change in XEP-0363 v0.2 (fixes #813)
2017-01-12 JC Brand mod_auth_http_async: Log URL when testing password
2017-01-12 JC Brand Log URL called by http_roster_admin
2017-01-10 Kim Alvefur mod_candy: Provide websocket URI if mod_websocket is loaded, fall back to BOSH
2017-01-08 Kim Alvefur mod_auth_any: Remove unused imports
2017-01-08 Kim Alvefur mod_auth_any: Remove provider constructor, it's only called once anyways
2017-01-08 Kim Alvefur mod_auth_any: Ignore unused arguments, useful to show what arguments are given
2017-01-06 Kim Alvefur mod_measure_memory: Module is global, no need for a global hook
2017-01-08 tmolitor mod_delay: Only add delay to messages of type chat or groupchat (fixes #811)
2017-01-05 Kim Alvefur mod_presence_dedup/README: Add 'Alpha' label since this module is highly experimental and will break things
2017-01-04 Kim Alvefur mod_http_stats_stream/example.html: Update path to reflect last minute rename
2017-01-04 Kim Alvefur mod_http_stats_stream: Sends statistics from statsmanager over an HTTP event stream
2017-01-02 Kim Alvefur mod_storage_appendmap: Escape Lua keywords
2017-01-02 Kim Alvefur mod_storage_appendmap: Fix pattern meant to match valid Lua Names so such are escaped correctly
2017-01-02 Kim Alvefur mod_mam_muc: Use is_stanza from util.stanza if available
2016-12-26 Kim Alvefur mod_mam_muc: Remove TODO about logging presence since it can do that already
2016-12-22 Kim Alvefur mod_mam_muc: More room JID variable renaming for more consistency
2016-12-22 Kim Alvefur mod_mam_muc: Rename room and room JID variables for consistency
2016-12-19 Kim Alvefur mod_statsd: Import bare_sessions from the prosody global, using it as a global directly is deprecated
2016-12-19 Kim Alvefur mod_s2s_keysize_policy: Lower log message to a warning since it is not really a fatal error
2016-12-19 Kim Alvefur mod_pubsub_feeds: Load config option once
2016-12-19 Kim Alvefur mod_pubsub_feeds: Always approve unsubscription from unknown feeds
2016-12-19 Kim Alvefur mod_pubsub_feeds: Log pushes for unknown feeds to aid in manual unsubscription from them
2016-12-19 Kim Alvefur mod_storage_xmlarchive: Use util.stanza.is_stanza if available
2016-12-19 Kim Alvefur mod_block_strangers: Check that the table of directed presence exists before indexing it (fixes traceback)
2016-12-16 Kim Alvefur mod_firewall: More semicolons
2016-12-15 Kim Alvefur mod_smacks: Check if a session is an authenticated c2s session by looking for a username (fix for change in 0.10 9f70d35a1602)
2016-12-13 Kim Alvefur mod_firewall: Only call rostermanager if username is available (fixes #796)
2016-12-13 Kim Alvefur mod_firewall: Insert semicolons after some statements to prevent ambiguous syntax in output (fixes #797)
2016-12-04 Kim Alvefur mod_mam_muc: Remove some debug logging
2016-12-03 Kim Alvefur mod_profile: Add warning and debug logging in order to catch a weird event
2016-12-03 Kim Alvefur mod_firewall: Use the sender bare JID instead of 'to' for stanzas to self
2016-12-03 Kim Alvefur mod_track_muc_joins/README: Mention how the 210 status code for when the room rewrites the users nickname is not yet handled
2016-12-02 Kim Alvefur mod_firewall/README: Document SUBSCRIBED
2016-12-03 Kim Alvefur mod_track_muc_joins/README: Add some example code
2016-12-02 Matthew Wild mod_log_messages: Add assert() to detect errors creating SQL table
2016-12-02 Matthew Wild mod_log_messages_sql: In 0.10ish, use 'messages' as default table name, override using 'log_messages_sql_table' if needed
2016-12-02 Kim Alvefur mod_log_messages_sql/README: Point out incompatibility with 0.10
2016-12-02 Kim Alvefur mod_storage_xmlarchive: Skip remaining dates correctly (fixes #790)
2016-12-02 Kim Alvefur mod_firewall: Allow conditions to end with a question mark
2016-11-30 Kim Alvefur mod_firewall: SUBSCRIBED - condition that is true if the receiver of a stanza is subscribed to the sender
2016-11-30 Kim Alvefur mod_firewall: Split import of rostermanager into its own dependency
2016-11-28 Kim Alvefur mod_pubsub_feeds: Ask for leases that expire after one day (Years after testing this module, I was still subscribed to a GNU Social instance)
2016-11-25 Michael Vetter Add documentation for mod_block_outgoing
2016-11-25 Kim Alvefur mod_storage_xmlarchive: Update copyright year
2016-11-25 Kim Alvefur mod_storage_xmlarchive: Find item indices for 'before' or 'after' queries and behave as if they were excluded if the items don't exist (thanks MattJ)
2016-11-25 Kim Alvefur mod_storage_xmlarchive: Open XML file later, just before it is needed
2016-11-25 Kim Alvefur mod_storage_xmlarchive: Check if item exists before checking if its fields
2016-11-24 tmolitor mod_cloud_notify: added code to respond to the new event "smacks-ack-delayed" issued by mod_smacks when acks are delayed for a certain amount of time. This allows to send out notification requests before the read timeout or connection close event really happens, thus allowing conversations to be smoother.
2016-11-23 tmolitor mod_smacks: added new event "smacks-ack-delayed" used by mod_cloud_notify and extended the readme file accordingly (also mention mod_smacks_offline and mod_smacks_noerror in readme file)
2016-11-22 tmolitor mod_delay: initial commit
2016-11-22 tmolitor mod_smacks_noerror: Initial commit
2016-11-21 Camilo mod_reload_components: add new module and README file.
2016-11-19 Matthew Wild mod_firewall: README: Document conditions for groups and admins
2016-11-19 Matthew Wild mod_firewall: README: Clarify that it's possible to jump to chains defined outside of the current file
2016-11-19 Matthew Wild mod_firewall: README: Document dynamic '$local' zone
2016-11-19 Matthew Wild mod_firewall: README: Add more info about specifying rule set files
2016-11-19 Matthew Wild mod_firewall: INSPECT: support for literal substring search and expressions
2016-11-19 Matthew Wild mod_firewall: Fix for raw code expressions that contain escape-worthy characters
2016-11-19 Kim Alvefur mod_pubsub_feeds: Add fixme for future
2016-11-19 Kim Alvefur mod_pubsub_feeds: Halt feed parsing when we see a node we already know about
2016-11-19 Kim Alvefur mod_pubsub_feeds: Check if node exists earlier and attempt to create it if not
2016-11-19 Kim Alvefur mod_pubsub_feeds: Get entry from list of entries (thanks Link Mauve)
2016-11-19 Kim Alvefur mod_pubsub_feeds: Use URL as ID if no id set. If that's not there either then hash stuff and call it a day
2016-11-19 Kim Alvefur mod_pubsub_feeds: Iterate over feed backwards due to most feeds being in reverse chronological order
2016-11-19 Kim Alvefur mod_pubsub_feeds/feeds.lib: Fix converting RSS items to more than one Atom entry (thanks walduhu)
2016-11-19 Kim Alvefur mod_pubsub_feeds: Remove default feeds
2016-11-18 Kim Alvefur mod_profile/README: Set a stage label
2016-11-18 Kim Alvefur mod_firewall/README: Remove mention of comments section from google code
2016-11-18 Matthew Wild mod_firewall: Add default zone called '$local' containing all local hosts (dynamically)
2016-11-18 Kim Alvefur mod_carbons: Comment about the priority
2016-11-17 Kim Alvefur mod_measure_message_length: Collect statistics on number of bytes, words and lines in messages
2016-11-17 Kim Alvefur mod_carbons: Adjust event hook priorities to be between mod_message and mod_firewall (see #669)
2016-11-15 Matthew Wild mod_firewall: Rate limiting: Document 'entries' and add option to allow overflowing when full
2016-11-15 Matthew Wild mod_firewall: README: Update for LIMIT 'on' and document expression syntax
2016-11-15 Matthew Wild mod_firewall: Support for default values in stanza paths
2016-11-15 Matthew Wild mod_firewall: When compiling on the command-line with -v, ensure chain function names are unique and valid ids
2016-11-15 Matthew Wild mod_firewall: Allow prefixing script paths with 'module:' to specify path relative to module file
2016-11-15 Matthew Wild mod_firewall: Fix for when compiling on the command line and specifying multiple files
2016-11-15 Matthew Wild mod_firewall: Allow implicit defitions of chains in scripts if they begin with 'user/'
2016-11-15 Matthew Wild mod_firewall: INSPECT: Handle stanza:find() returning nil (i.e. path didn't match)
2016-11-15 Matthew Wild mod_firewall: INSPECT: Emit compilation error when the given stanza path is used for comparison but doesn't return a string
2016-11-15 Kim Alvefur mod_throttle_unsolicited: Use existing local reference to origin
2016-11-15 Matthew Wild mod_firewall: README: Fix example usage of BOUNCE
2016-11-09 Kim Alvefur mod_storage_xmlarchive: Expand the summary a little bit
2016-11-09 Kim Alvefur mod_proxy65_whitelist: Only add proxy hosts enabled after module is loaded if allow_local_streamhosts = true
2016-11-09 Kim Alvefur mod_storage_muc_log: Separate out date collection into API method
2016-11-09 Kim Alvefur mod_storage_muc_log: Address luacheck warnings
2016-11-07 Kim Alvefur misc/munin/prosody_.lua: Add a line or two about usage
2016-11-07 Kim Alvefur Example SASL mechanism implementation
2016-11-07 Kim Alvefur misc: Add README stub
2016-11-07 Kim Alvefur misc/systemd: Experimental files for enabling socket activation
2016-11-07 Kim Alvefur misc: An experimental systemd service file
2016-11-07 Kim Alvefur mod_proxy65_whitelist: Remove unused variable [luacheck]
2016-11-07 Kim Alvefur mod_proxy65_whitelist: Add proxy hosts enabled after module is loaded (fixes #494)
2016-11-07 Kim Alvefur mod_webpresence: Check that top resources are set (fixes #665)
2016-11-07 Kim Alvefur mod_log_auth/README: Update regex for 9d43095d915f (fixes #764)
2016-11-06 Kim Alvefur mod_watchuntrusted: Fix backwards time comparison
2016-11-04 Kim Alvefur mod_onions: Reduce line count for redirect check
2016-11-04 Kim Alvefur mod_onions: Use typed config API
2016-11-04 Kim Alvefur mod_storage_xmlarchive: Fix name in datamanager monkeypatch (fixes #774)
2016-11-04 Matthew Wild mod_firewall: Add conditions for testing whether a sender of a stanza is in the recipient's roster (or in a certain roster group)
2016-11-02 Kim Alvefur mod_candy: Update to point to Candy v2.2.0
2016-10-29 Kim Alvefur mod_seclabels/README: Note that this only serves the catalogue, eg mod_firewall would be doing enforcement
2016-10-20 Kim Alvefur mod_track_muc_joins: Bump priority up over mod_presence to ensure event is caught
2016-10-18 Kim Alvefur mod_carbons: Fix logic presendence
2016-10-17 JC Brand Add mod_http_authentication.lua
2016-10-17 JC Brand New module: mod_http_rest.lua
2016-10-15 Kim Alvefur mod_track_muc_joins: Check if the map of directed presence exists earlier (fixes traceback due to precedence error) (thanks Link Mauve)
2016-10-13 Matthew Wild mod_http_upload_external: Add README
2016-10-13 Matthew Wild mod_http_upload_external: Add share.php example implementation
2016-10-13 Kim Alvefur mod_http_upload_external: Variant of mod_http_upload that delegates HTTP handling to other server using signed URLs
2016-10-13 Michel Le Bihan mod_e2e_policy: Do not reply to error stenzas
2016-10-13 Kim Alvefur mod_pubsub_hub/README: Update specification link
2016-10-12 Kim Alvefur mod_mam_muc/README: Mention store name
2016-10-12 Kim Alvefur mod_mam_muc/README: Defer to main documentation site for storage docs
2016-10-12 Kim Alvefur mod_mam_muc/README: Try to clarify storage example
2016-10-08 Kim Alvefur mod_http_upload/README: Mention the new HTTP parser limit on body/upload size
2016-09-15 Michael Vetter Add information about ImageMagick dependency
2016-10-04 Kim Alvefur mod_throttle_unsolicited: Add support for throttling unsolicited messages on incoming s2s connections
2016-10-01 Kim Alvefur Add some documentation stubs
2016-10-01 Kim Alvefur mod_compat_bind: Use non-deprecated way to access core_process_stanza (thanks Roi)
2016-10-01 Kim Alvefur mod_server_contact_info/README: Update
2016-10-01 Kim Alvefur mod_server_contact_info: Add copyright header
2016-10-01 Kim Alvefur mod_server_contact_info: Use more explicit value data format for dataform
2016-10-01 Kim Alvefur mod_server_contact_info: Log error when no addresses or admins are set
2016-10-01 Kim Alvefur mod_server_contact_info: Include both global and local admins in fallback mode
2016-09-30 Kim Alvefur mod_admin_blocklist/README: Turns out autolink.lua doesn't know about official modules
2016-09-30 Kim Alvefur mod_admin_blocklist/README: Autolinks!
2016-09-30 Kim Alvefur mod_admin_blocklist/README: Actually, it doesn't need to be reloaded
2016-09-30 Kim Alvefur mod_admin_blocklist: Do block check only when a stanza is about to trigger a new outgoing s2s connection
2016-09-28 JC Brand Proper markdown syntax
2016-09-28 JC Brand Add labels
2016-09-28 JC Brand Rename README to README.markdown
2016-09-23 Kim Alvefur mod_carbons: Fix inverted logic (Thanks Ge0rg)
2016-09-23 Kim Alvefur mod_carbons: Compare with correct variable
2016-09-23 Kim Alvefur mod_carbons: Make the conditions for ignoring MUC PMs more specific (fixes #744)
2016-09-23 Kim Alvefur mod_onions: Prevent s2s_secure_auth policy enforcement from rejecting .onion connections
2016-09-23 Kim Alvefur mod_onions: Hook event using moduleapi
2016-09-23 Kim Alvefur mod_onions: Remove capture of final period (stripped by util.jid)
2016-09-23 Kim Alvefur mod_onions: Escape period in pattern
2016-09-22 Kim Alvefur mod_track_muc_joins: Use correct number in comment
2016-09-19 Kim Alvefur mod_statistics: Add a read timeout handler that keeps the connection alive (fixes #742)
2016-09-18 Matthew Wild mod_statistics/stats: Guard usage of module:get_option() so we only call it when Prosody is running
2016-09-17 Kim Alvefur mod_storage_ldap: Handle being passed an explicit storage "type" (fixes #654)
2016-09-10 Kim Alvefur mod_spam_reporting: Include jid in event
2016-08-31 Matthew Wild mod_measure_storage: Experimental new module to measure storage API operations (requires 0.10)
2016-08-31 Matthew Wild mod_log_slow_events: Add metric to monitor number of slow events
2016-08-30 Kim Alvefur mod_register_dnsbl: Add README
2016-08-29 Kim Alvefur mod_atom: Expose Microbloging PEP data over HTTP
2016-08-29 Kim Alvefur mod_mam: Check that user exists (#731)
2016-08-28 Kim Alvefur mod_presence_cache: Ignore stanzas to self (fixes traceback on probe to self)
2016-08-23 Kim Alvefur mod_storage_xmlarchive/README: Should work in 0.9 now
2016-08-23 Kim Alvefur mod_storage_xmlarchive: Determine if a message is the first of day by checking if the list file exists before
2016-08-23 Kim Alvefur mod_storage_xmlarchive: Include the missing append_raw() for 0.9 compatibility
2016-08-23 Kim Alvefur mod_http_upload: Handle case of non-existant path
2016-08-23 Kim Alvefur mod_http_upload: Add a comment
2016-08-22 Kim Alvefur mod_http_upload: Construct the upload slot URL using the LuaSocket URL library (fixes #717)
2016-08-20 Kim Alvefur mod_http_upload: Warn if upload size limit set higher than body size limit in http parser (applies to 0.10+)
2016-08-20 Kim Alvefur mod_http_upload: Mention modules_enabled, but no example
2016-08-20 Kim Alvefur mod_spam_reporting: Correctly check <text> child, not <reason>
2016-08-20 Kim Alvefur mod_spam_reporting/README: Mention the event.
2016-08-20 Kim Alvefur mod_spam_reporting: Apply JID prepping
2016-08-20 Kim Alvefur mod_spam_reporting: Add Copyright header
2016-08-20 Kim Alvefur mod_spam_reporting: Remove unused import of util.stanza [luacheck]
2016-08-20 Kim Alvefur mod_spam_reporting/README: Set Beta tag
2016-08-20 Kim Alvefur mod_spam_reporting: Fire an event to ease processing from other modules
2016-08-20 Kim Alvefur mod_spam_reporting: Continue looking for spam reports even when one <item> does not have one
2016-08-20 Kim Alvefur mod_spam_reporting: Hook the blocking action, not blocklist fetching
2016-08-18 Kim Alvefur mod_track_muc_joins: Fix saving the room nick (was using the room node)
2016-08-18 Matthew Wild mod_filter_words: Very basic module in its early stages, to filter words in messages
2016-08-13 Kim Alvefur mod_block_registrations/README: Correct name of option (thanks Milan*)
2016-08-13 Kim Alvefur mod_storage_xmlarchive: Fix date pattern in purge (related to #725)
2016-08-12 Kim Alvefur mod_mam: Log messages from local clients on the clients session
2016-08-09 Kim Alvefur mod_spam_reporting/README: Fix syntax mistakenly normalized by pandoc
2016-08-09 Kim Alvefur mod_spam_reporting: Add README
2016-08-09 Kim Alvefur mod_spam_reporting: Fix syntax [luacheck]
2016-08-09 Kim Alvefur mod_spam_reporting: Basic implementation of XEP-0377: Spam Reporting
2016-08-09 Kim Alvefur mod_http_hostaliases: Give HTTP hosts additional aliases
2016-07-31 Kim Alvefur mod_track_muc_joins: Keep the nickname around
2016-07-28 Kim Alvefur mod_cloud_notify: One log message per push sent (happy now Ge0rg?)
2016-07-28 Kim Alvefur mod_cloud_notify: Log when sending notifications
2016-07-28 Kim Alvefur mod_cloud_notify: Store data for corret user (origin is not correct here)
2016-07-28 Kim Alvefur mod_cloud_notify: Save data after changes
2016-07-28 Kim Alvefur mod_cloud_notify: Abort and return error if unable to read storage to prevent loss of existing but unreachable data
2016-07-28 Kim Alvefur mod_cloud_notify: Log message if no dataform is found
2016-07-28 Kim Alvefur mod_cloud_notify: Log message when 'jid' is missing from enable request
2016-07-28 Kim Alvefur mod_rawdebug: Simplify, remove telnet command, log every single byte