log

age author description
2017-02-14 Kim Alvefur mod_mam_muc: Move swapping of reversed variables (like 5fb917b86838 for mod_mam)
2017-02-14 Kim Alvefur mod_mam_muc: Make sure that the total, if it is a total, is a number
2017-02-14 Kim Alvefur mod_mam_muc: Minor syntax change
2017-02-14 Kim Alvefur mod_mam/README: Note that mod_mam is included with prosody 0.10+
2017-02-14 Kim Alvefur mod_mam_muc: Remove fallback for util.stanza.is_stanza, it should be available
2017-02-14 Kim Alvefur mod_mam_muc: Use util.rsm (fixes #829, depends on a recent 0.10+)
2017-02-13 Michel Le Bihan mod_pep_vcard_png_avatar: Move to dwebp, handle errors on opening file_png.
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
2016-07-28 Kim Alvefur mod_cloud_notify: Retrieve data form by name and namespace so unknown elements are ignored
2016-07-28 Kim Alvefur mod_cloud_notify: Cache <enable> in local
2016-07-26 Kim Alvefur mod_cloud_notify: Apply pre-serialization to publish-options
2016-07-26 Kim Alvefur mod_cloud_notify: Add some logging when a client attempts to enable push notifications
2016-07-26 Kim Alvefur mod_smacks: Signal that we're about to send an ack request from read timeout event to prevent a duplicate request from outgoing stanza filter
2016-07-26 Kim Alvefur mod_cloud_notify/README: Reflow text
2016-07-26 Kim Alvefur mod_cloud_notify/README: Let's call it Beta
2016-07-26 Kim Alvefur mod_cloud_notify/README: Add compatibility section
2016-07-26 Kim Alvefur mod_cloud_notify: Update copyright year
2016-07-26 Kim Alvefur mod_cloud_notify: Use typed config API
2016-07-24 Emmanuel Gil Peyrot mod_storage_muconference_readonly: Use the correct store name, and add description.
2016-07-24 Emmanuel Gil Peyrot mod_storage_ejabberd_readonly: Fix the key for the private store, it’s node:namespace but just namespace in Ejabberd
2016-07-18 Kim Alvefur mod_log_rate: Fix to actually use module methods
2016-07-14 Kim Alvefur mod_host_status_heartbeat/README: Correct module name
2016-07-14 Kim Alvefur mod_host_status_check/README: Linkify module names
2016-07-08 Kim Alvefur mod_invite: Serve CSS correctly
2016-07-08 Kim Alvefur mod_invite: Add explicit dependency on mod_adhoc to make sure it is loaded
2016-07-08 Kim Alvefur mod_invite: Use XML/HTML entity escaping from util.stanza
2016-07-08 Kim Alvefur mod_privacy_lists/README: Link to mod_blocklist
2016-07-08 Kim Alvefur mod_http_muc_log: Find next and previous date with date index if this is supported by the storage driver
2016-07-08 Kim Alvefur mod_http_muc_log: Link to next day with content, regardless of type (simplifes)
2016-07-08 Kim Alvefur mod_s2s_auth_samecert: Log which s2sout has a matching cert
2016-07-08 Kim Alvefur mod_vjud/README: Use autolinking
2016-07-08 Kim Alvefur mod_blocking/README: Use magic autolinking
2016-07-04 Matthew Wild mod_http_upload: Add disco identity
2016-07-02 Kim Alvefur Correct short description key to 'summary'
2016-07-02 Matthew Wild mod_http_host_status_check: Bump default timeout threshold to 10s (from 5s). Heartbeats default to every 5s.
2016-07-02 Matthew Wild mod_http_host_status_check: Fix some luacheck warnings
2016-07-02 Matthew Wild mod_http_host_status_check: Emit log message when host status is not the same as last time we looked
2016-06-30 Emmanuel Gil Peyrot mod_storage_ejabberdsql_readonly, mod_storage_muconference_readonly: Actually fix the links.
2016-06-30 Emmanuel Gil Peyrot mod_storage_ejabberdsql_readonly, mod_storage_muconference_readonly: Make links use the better syntax.
2016-06-30 Emmanuel Gil Peyrot mod_storage_ejabberdsql_readonly, mod_storage_muconference_readonly: Fix table rendering.
2016-06-30 Emmanuel Gil Peyrot mod_storage_ejabberdsql_readonly: Initial commit
2016-06-30 Emmanuel Gil Peyrot mod_storage_muconference_readonly: Initial commit
2016-06-29 Matthew Wild mod_host_status_check: Remove debug log message from testing
2016-06-29 Matthew Wild mod_host_status_heartbeat: Remove FIXME comment from testing
2016-06-28 Matthew Wild Three new modules: mod_host_status_check, mod_host_status_heartbeat and mod_http_host_status_check
2016-06-26 Michel Le Bihan mod_pep_vcard_png_avatar: Add a README
2016-06-24 Michel Le Bihan mod_pep_vcard_png_avatar: Fix Lua warnings
2016-06-24 Michel Le Bihan mod_pep_vcard_png_avatar: Initial commit
2016-06-24 Kim Alvefur mod_http_upload/README: Simplify instructions, show only one method
2016-06-22 Kim Alvefur mod_privacy_lists: Fix selecting the top resource (fixes #694)
2016-06-14 Michel Le Bihan mod_e2e_policy: Fix README markdown issue
2016-06-14 Michel Le Bihan mod_e2e_policy: Initial commit
2016-06-14 JC Brand mod_http_roster_admin: Also log if the status error is 0 (Connection refused)
2016-06-14 JC Brand mod_http_roster_admin: Also log if the status error is 0 (Connection refused)
2016-06-13 Matthew Wild mod_statistics: Add 'statistics_meminfo_interval' option to control the number of seconds between calls to mallinfo(). Between calls, cached results are used.
2016-06-12 Kim Alvefur mod_http_upload: Log if file size exceeds limit
2016-06-12 Kim Alvefur mod_http_upload: Add additional debug logging
2016-06-10 Kim Alvefur mod_pep_vcard_avatar: Include user field in event
2016-06-09 Kim Alvefur mod_storage_appendmap: Prevent _ENV = false
2016-06-09 Kim Alvefur mod_s2s_auth_samecert: Authenticate incoming s2s connection if certificate matches that of an established outgoing s2s connection
2016-06-09 Kim Alvefur mod_register_dnsbl: Include more information in log message
2016-06-09 Kim Alvefur mod_log_rate: Use moduleapi
2016-06-06 Kim Alvefur mod_cloud_notify: Enable persistent storage of user notification settings
2016-06-06 Kim Alvefur mod_cloud_notify: Advertise feature on bare jid disco (thanks iNPUTmice)
2016-06-03 Kim Alvefur mod_cloud_notify/README: Fixup markdown
2016-06-02 Chris Ballinger mod_cloud_notify: default false for sending body and sender
2016-06-01 Kim Alvefur mod_s2s_auth_dane: Use util.async if available (current prosody trunk)
2016-06-01 Kim Alvefur mod_block_strangers: Allow stanzas form jids the user has sent directed presence to
2016-06-01 Kim Alvefur mod_benchmark_storage: Switch to an invalid host and inject a stub host object
2016-06-01 Kim Alvefur mod_benchmark_storage: Put hostname in a variable
2016-05-31 Kim Alvefur mod_http_upload: Return nil if no upload slot is found (should prevent conflicts between multiple instances on the same path)
2016-05-31 Kim Alvefur mod_http_upload: Demote some errors to warnings
2016-05-31 Kim Alvefur mod_http_upload: Add more logging
2016-05-31 Kim Alvefur mod_list_inactive/README: Describe what the dependency does
2016-05-31 Kim Alvefur mod_list_inactive/README: Fixup markdown
2016-05-31 Kim Alvefur mod_list_inactive/README: Change extension to .markdown currently required by the site generator
2016-05-31 Matthew Wild mod_list_inactive: Add README.md (fixes issue #684 - thanks t2d2!)
2016-05-30 Kim Alvefur mod_s2s_auth_monkeysphere: Query Monkeysphere asynchronously if util.async is available
2016-05-28 Kim Alvefur mod_s2s_auth_dane: Move pausing code to a function
2016-05-28 Kim Alvefur Backed out changeset f00cbfb812cd, it only half-worked and broke things
2016-05-27 Kim Alvefur mod_storage_xmlarchive: Pass a default namespace to xmppstream so result items default to xmlns = nil (fixes non-mam use, like mod_mam_muc sending history)
2016-05-26 Kim Alvefur mod_s2s_auth_dane: Remove unused local
2016-05-26 Kim Alvefur mod_s2s_auth_dane: Attempt a new approach to async lookups that doesn't depend on connection pausing
2016-05-26 Kim Alvefur mod_s2s_auth_dane: Make sure dane field has correct type
2016-05-24 Kim Alvefur mod_vjud: Fix missing comma (thanks Tobias)
2016-05-21 Kim Alvefur mod_mam_muc: Fix previous commit
2016-05-21 Kim Alvefur mod_mam_muc: Fix order of arguments for archive API
2016-05-11 Kim Alvefur mod_presence_cache: Add copyright header
2016-05-11 Kim Alvefur mod_presence_cache: Also cache the 'show' value
2016-05-08 Kim Alvefur mod_log_mark: Try to prevent timer drift
2016-05-08 Kim Alvefur mod_log_mark: Make a global module (should only be loaded once anyways)
2016-05-07 Kim Alvefur mod_storage_memory: Fix copypaste error
2016-05-07 Kim Alvefur mod_storage_memory: Implement 'add_keys' method of map stores (required for rosters in 0.10+)
2016-05-05 Kim Alvefur mod_graceful_shutdown: Experiment in improving the shutdown experience
2016-05-04 Kim Alvefur Tag last commit available on Google Code for future reference
2016-04-30 Kim Alvefur mod_auth_phpbb3: Add support for verifying bcrypt hashes (thanks bios)
2016-04-27 Kim Alvefur mod_munin/README: Mention how to enable statsmanager (pending docs for this)
2016-04-27 Kim Alvefur mod_munin/README: Fix config file syntax (thanks mt)
2016-04-17 Kim Alvefur Merge with Link Mauve
2016-04-16 Emmanuel Gil Peyrot mod_idlecompat: Reference the correct XEP (256, not 12) and drop a redundant check
2016-04-16 Kim Alvefur mod_http_logging: Fix endless loop on 0.9.x (Thanks Mint)
2016-04-16 Kim Alvefur mod_s2s_keepalive/README: Give language hints to rendering for syntax hilighting
2016-04-15 JC Brand Add mod_http_roster_admin
2016-04-15 JC Brand Merge
2016-04-15 JC Brand mod_auth_http_async: Fall back to non-async calling of http_auth_url
2016-04-13 Kim Alvefur mod_track_muc_joins: Skip creating room map if leaving a room and it does not exist
2016-04-13 Kim Alvefur mod_track_muc_joins: Only check directed presence when joining (would be gone when leaving)
2016-04-12 Kim Alvefur mod_track_muc_joins: Check directed presence
2016-04-03 Kim Alvefur mod_presence_dedup: Attempt at saving bandwith by deduplicating presence stanzas
2016-04-03 Kim Alvefur mod_smacks/README: Too buggy for a "Beta" label
2016-04-02 Kim Alvefur mod_presence_cache: Only check set set is empty if it exists
2016-04-02 Kim Alvefur mod_presence_cache: Forget about cached presence when receiving unavailable
2016-04-02 Kim Alvefur mod_pep_vcard_avatar: Fix typo [luacheck]
2016-04-02 Kim Alvefur mod_pep_vcard_avatar: Replace PHOTO and NICKNAME tags instead of modifying them in-place
2016-04-02 Kim Alvefur mod_pep_vcard_avatar: Return early if no vcard is given
2016-04-02 Kim Alvefur mod_smacks: Fix sending <r> after stanzas while not creating multiple timers (thanks Thilo)
2016-04-01 Kim Alvefur mod_presence_cache: Switch to using util.cache for limiting size of cache
2016-04-01 Kim Alvefur mod_presence_cache: Remove caching of full presence
2016-04-01 Kim Alvefur mod_presence_cache: Check stanzas only from s2sin (not needed, even with mod_bidi)
2016-03-31 Kim Alvefur mod_auth_external/README: Update link from google code to hg.prosody.im
2016-03-30 Kim Alvefur mod_throttle_unsolicited: Remove unused local [luacheck]
2016-03-30 Kim Alvefur mod_throttle_unsolicited: Skip checking messages to self
2016-03-29 tmolitor mod_cloud_notify: added ability to notify even if the session is hibernated by mod_smacks
2016-03-27 tmolitor mod_smacks: added new events for hibernation start/end
2016-03-27 Kim Alvefur mod_migrate: Check that the hostname is known, or yell and abort (thanks Link Mauve)
2016-03-26 Kim Alvefur mod_sift/README: Mention the related XEP in the text so modules.prosody.im can pick it up
2016-03-22 Michael Töglhofer mod_pubsub_feeds.lua: util.xml not uit.xml
2016-03-21 Kim Alvefur mod_smacks: Prevent queuing multiple <r>
2016-03-21 Kim Alvefur mod_register_dnsbl: Fix matching pattern (Thanks Ge0rG)
2016-03-20 Kim Alvefur mod_pubsub_feeds: Remove unused imports [luacheck]
2016-03-20 Kim Alvefur mod_pubsub_feeds: Use correct loop variable
2016-03-20 Kim Alvefur mod_pubsub_feeds: Switch to use util.xml for parsing feeds and include RSS to Atom translation code from lua-feeds
2016-03-18 Matthew Wild mod_firewall: Fix another unprotected use of util.cache
2016-03-18 Matthew Wild mod_firewall: Don't use util.cache unless it's needed, and add explanatory error if it is not available
2016-03-18 Matthew Wild mod_firewall: LOG uses session.log if available
2016-03-18 Matthew Wild mod_firewall: Add support for throttling based on user-defined properties (experimental)
2016-03-18 Matthew Wild mod_firewall: Allow underscore in mark names (thanks Ge0rG)
2016-03-17 Matthew Wild mod_firewall: Fix syntax error
2016-03-17 Matthew Wild mod_firewall: Move meta() function to main module, and make it a global so libs can use it
2016-03-17 Matthew Wild mod_firewall: Add comment to document idsafe()
2016-03-18 Kim Alvefur mod_presence_cache: Remove info-level debug message
2016-03-17 Kim Alvefur mod_smacks: Adjust filter priorities to avoid conflict with mod_websocket
2016-03-17 Kim Alvefur Update READMEs to indicate that async requires trunk (dropped from prosody 0.10)
2016-03-17 Kim Alvefur mod_throttle_unsolicited: Mark sessions so they can be matched with 'ORIGIN_MARKED: throttle_unsolicited' by mod_firewall
2016-03-17 Kim Alvefur mod_firewall: Correct zone condition to check bare JID
2016-03-17 Kim Alvefur mod_firewall: Disable more realistic output by default, activated by adding a -v flag
2016-03-17 Kim Alvefur mod_firewall: Make prosodyctl command output more realistic source (not guaranteed to work)
2016-03-17 Matthew Wild mod_firewall: Fix usage of incorrect variable current_time in ORIGIN_MARKED condition (thanks Ge0rG)
2016-03-17 Matthew Wild Merge
2016-03-17 Matthew Wild mod_firewall: README: Note about marks applying to sessions, not JIDs
2016-03-17 Matthew Wild mod_firewall: Support for defining extra chains in the config file
2016-03-17 Kim Alvefur mod_register_dnsbl: Initial commit of module to check users registering against an DNS block list
2016-03-17 Matthew Wild mod_firewall: README: Improve chain documentation
2016-03-17 Matthew Wild mod_firewall: README: Document INSPECT's pattern matching ability
2016-03-17 Matthew Wild mod_firewall: INSPECT: Support for pattern matches (confusingly using ~= instead of =)
2016-03-17 Matthew Wild mod_firewall: README: Document session marking
2016-03-17 Matthew Wild mod_firewall: Add support for session marking (MARK_ORIGIN, UNMARK_ORIGIN, ORIGIN_MARKED)
2016-03-17 Matthew Wild mod_firewall: JUMP_CHAIN: Fix implementation to match docs (i.e. continue processing current chain if stanza not handled)
2016-03-17 Matthew Wild mod_firewall: README: Document JUMP_CHAIN
2016-03-17 Matthew Wild mod_firewall: README: Improve chain usage example comments
2016-03-17 Matthew Wild mod_firewall: README: Add note about user-defined chains
2016-03-17 Matthew Wild mod_firewall: README: Add note about time functions using server's local time
2016-03-17 Matthew Wild mod_firewall: Allow actions to have underscores in their names
2016-03-17 Matthew Wild mod_firewall: Add 'timestamp' dep to get current_timestamp
2016-03-17 Matthew Wild mod_firewall: Make idsafe() a global function so libraries can re-use it
2016-03-16 Matthew Wild Merge
2016-03-16 Matthew Wild mod_storage_memory: Support for empty username stores
2016-03-16 Matthew Wild mod_firewall: README: Document chains
2016-03-16 Matthew Wild mod_firewall: README: Add note about BOUNCE and error stanzas/iq results
2016-03-16 Matthew Wild mod_firewall: BOUNCE: Don't bounce error stanzas or iq results
2016-03-16 Matthew Wild mod_firewall: README: Document LOG's ability to take meta expressions
2016-03-16 Matthew Wild mod_firewall: README: Add warning about COPY action's ability to cause loops (thanks Ge0rG)
2016-03-16 Kim Alvefur mod_smacks: Log when sending <r> from read timeout event (0.10+)
2016-03-16 Kim Alvefur mod_smacks: Keep timer object around and stop it when needed (trunk only)
2016-03-16 Kim Alvefur mod_smacks: Increase delay for starting s2s smacks to a non-zero value
2016-03-16 Kim Alvefur mod_smacks: Go back to sending ack requests from a timer a moment after a stanza was sent
2016-03-16 Kim Alvefur mod_smacks: Drop stanzas instead of turning them into the empty string
2016-03-16 Matthew Wild mod_firewall: tostring() the results of meta expressions
2016-03-16 Kim Alvefur mod_track_muc_joins: Add missing imports (thanks Ge0rG)
2016-03-15 Kim Alvefur mod_log_auth: Include username, if known
2016-03-15 Kim Alvefur mod_http_muc_log: Add XMPP URI link for joining the current room
2016-03-14 Kim Alvefur mod_throttle_unsolicited: Limit rate of unsolicited messages sent to non-contacts
2016-03-14 Kim Alvefur mod_track_muc_joins: Module to keep track of joined MUC rooms
2016-03-11 Kim Alvefur mod_firewall: Silence warning about empty if branch [luacheck]
2016-03-11 Kim Alvefur mod_firewall: Silence warnings about unused arguments [luacheck]
2016-03-11 Kim Alvefur mod_firewall: Split compile function into two parts in order to separate their scopes
2016-03-11 Kim Alvefur mod_firewall: Rename argument to avoid name clash [luacheck]
2016-03-11 Kim Alvefur mod_firewall: Remove unused imports [luacheck]
2016-03-11 Kim Alvefur mod_firewall: Pass results as arguments to format instead of shadowning variable [luacheck]
2016-03-11 Kim Alvefur mod_firewall: Use string.find in JID match, faster since the result is unused
2016-03-11 Kim Alvefur mod_firewall: Verify that JID part exists before attempting to call method
2016-03-11 Kim Alvefur mod_firewall: Anchor pattern at beginning and end
2016-03-11 Kim Alvefur mod_firewall/conditions: Add semicolon
2016-03-11 Kim Alvefur mod_firewall: Optimize string match operations, string.find is faster than .match since no string is returned
2016-03-10 Goffi mod_delegation: fixed bad use of period instead of colon
2016-03-10 Goffi mod_privilege: date update
2016-03-10 Goffi mod_delegation: date update
2016-03-08 Kim Alvefur mod_http_upload: Advertise maximum file size in disco#info (Per XEP-0363 v0.2)
2016-03-07 Kim Alvefur mod_http_upload: Trim trailing whitespace
2016-03-07 Kim Alvefur mod_migrate: Log read and write errors instead of raising error
2016-03-07 Kim Alvefur mod_smacks/README: Add s2s-smacks and num unacked stanzas options to table
2016-03-06 Kim Alvefur mod_storage_appendmap: Fix keyvalue:set()
2016-03-06 Kim Alvefur mod_storage_appendmap: Experimental storage module optimized for map stores
2016-03-04 Matthew Wild mod_block_strangers: Allow iq/full responses through
2016-03-02 Thijs Alkemade mod_invite: Added README.
2016-03-02 Thijs Alkemade mod_invite: Allows existing users to generate URLs that can be used to invite new users. Mutual presence subscriptions are automatically created when the creation succeeds.
2016-03-02 Kim Alvefur mod_limits: Add newline between statements on long line
2016-03-01 Kim Alvefur mod_auth_ldap: Add support for having admin status indicated in LDAP
2016-03-01 Kim Alvefur mod_auth_ldap/README: Move hint out of code span
2016-02-28 Kim Alvefur mod_storage_xmlarchive: Only try to close xmlfile if it has been opened (fixes traceback with limit=0)
2016-02-24 Kim Alvefur mod_http_upload: Lower default size limit to 1MB
2016-02-24 Kim Alvefur mod_http_upload/README: Mention default upload size limit and change example to something that nobody should copy
2016-02-18 Kim Alvefur mod_cloud_notify: Fix syntax error
2016-02-18 Kim Alvefur mod_cloud_notify: Wrap form in namespaced element per the XEP (fixes #630)
2016-02-15 Kim Alvefur mod_mam: Include 'w' (week) in pattern for "archive_expires_after" option (fixes #627)
2016-02-13 Kim Alvefur mod_storage_xmlarchive/README: Sigh
2016-02-13 Kim Alvefur mod_firewall/README: Fix table
2016-02-13 Daniel Gultsch mod_cloud_notify: put publish-options into <pubsub> not into <publish>
2016-02-05 Thijs Alkemade mod_poke_strangers: Create only one hook, re-use the UUIDs.
2016-02-05 Thijs Alkemade mod_poke_strangers: Log details about JIDs that look like they are spamming.
2016-02-05 Matthew Wild mod_smacks: README: Add Conversations to list of supported clients
2016-02-04 Kim Alvefur mod_mam: Add some debug logging
2016-02-02 Kim Alvefur mod_storage_xmlarchive: Return earlier if attempting to delete messages older than the oldest existing
2016-02-02 Kim Alvefur mod_storage_xmlarchive: Return earlier if attempting to delete from empty archive
2016-02-02 Kim Alvefur mod_mam: Add a bit of randomness to cleanup intervals to keep some time between multiple instances
2016-02-02 Kim Alvefur mod_storage_xmlarchive: Collect return value when adding to date index
2016-02-02 Kim Alvefur mod_mam/README: Update default_archive_policy table for new default (thanks xnyhps)
2016-02-01 Matthew Wild mod_firewall/conditions: Add FROM_EXACTLY and TO_EXACTLY
2016-01-31 Kim Alvefur mod_s2s_auth_dane: Correct message about not being able to support SPKI
2016-01-26 Matthew Wild mod_pinger: Added from /files/
2016-01-24 Kim Alvefur mod_mam: Compensate for small change in mod_disco between 0.9 and 0.10
2016-01-23 Kim Alvefur mod_s2s_auth_dane: Check if cert:pubkey() is available
2016-01-22 Kim Alvefur mod_mam_muc: Yell loudly when archive store can't be opened
2016-01-22 Kim Alvefur mod_mam: This was meant to be a debug message
2016-01-20 daurnimator mod_component_client: Pass a non-zero exit code on shutdown due to lost connection
2016-01-19 Kim Alvefur mod_migrate: Include debug data of what store is being migrated
2016-01-19 Kim Alvefur mod_storage_xmlarchive/README: Point directly to raw file that should work in 0.9
2016-01-19 Kim Alvefur mod_storage_xmlarchive/README: Point out the commit that breaks 0.9 support
2016-01-19 Kim Alvefur mod_mam: Fix Top Level Error from string[table] = nil instead of table[string] = nil
2016-01-19 Kim Alvefur mod_mam: Use the fallback driver if either the null driver or a driver that does not implement the archive api is returned
2016-01-19 Kim Alvefur mod_mam: Include an in-memory fallback driver