log

age author description
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
2016-01-19 Kim Alvefur mod_mam: Allow interval between archive cleanup to be changed
2016-01-19 Kim Alvefur mod_mam: Merge identical conditional blocks
2016-01-19 Kim Alvefur mod_mam: Bit of spacing between blocks of code
2016-01-19 Kim Alvefur mod_mam: Always convert 'total' to a number
2016-01-19 Kim Alvefur mod_mam: Fix order of arguments to archive append
2016-01-19 Kim Alvefur mod_mam: Enable archiving by default, less of a privacy issue if messages expire
2016-01-19 Kim Alvefur mod_mam: Add support for trimming old archived messages
2016-01-19 Kim Alvefur mod_mam/README: Fix footnote
2016-01-19 Kim Alvefur mod_mam: Remove application of defaults from preference xml encoding
2016-01-18 Kim Alvefur mod_mam/README: Point out that mod_storage_sql only supports archives in 0.10
2016-01-18 Kim Alvefur mod_mam/README: Add a summary of options
2016-01-15 Kim Alvefur mod_net_dovecotauth: Improve variable names for clarity
2016-01-15 Kim Alvefur mod_munin/README: Emphasis on 0.10 requirement
2016-01-15 Kim Alvefur mod_munin/README: Describe options and how to set up munin.conf
2016-01-14 Kim Alvefur mod_vjud: Handle vCard decoding errors by logging them (Thanks Roi)
2016-01-13 Matthew Wild mod_block_outgoing: Make blocked stanza types configurable, and default to blocking messages only
2016-01-13 Matthew Wild mod_block_outgoing: Allow stanzas to user's login host (e.g. disco queries)
2016-01-13 Matthew Wild mod_block_outgoing: Make admins exempt from restrictions
2016-01-13 Matthew Wild mod_block_outgoing: Module to block outgoing stanzas from users
2016-01-11 Kim Alvefur mod_s2s_auth_dane: Warn only if there enabled uses that can't be supported
2016-01-10 Kim Alvefur mod_firewall/README: Markup XML example as XML :)
2016-01-09 Kim Alvefur mod_mam: Fix accidental global access
2016-01-09 Kim Alvefur mod_mam: Improve error messages when failed to open storage
2016-01-05 Kim Alvefur mod_s2soutinjection: Add a README
2016-01-03 Kim Alvefur Import and adapt .luacheckrc from Prosody 0.10
2016-01-03 Kim Alvefur mod_auth_external: Update URL to new location
2015-12-26 Emmanuel Gil Peyrot mod_pubsub_googlecode: Remove this module, as the website closed down in August 2015
2015-12-22 Matthew Wild mod_log_events: No such thing as module.remove_host. Fix this module so it can be loaded/unloaded dynamically and behave (mostly) correctly
2015-12-21 Kim Alvefur Merge with Goffi
2015-12-21 Goffi mod_delegation: updated README
2015-12-21 Goffi mod_privilege: updated README
2015-12-21 Goffi mod_delegation: fixed imports, using "/" instead of "." was causing caching issues
2015-12-21 Goffi mod_privilege: fixed imports, using "/" instead of "." was causing caching issues
2015-12-21 Goffi mod_privilege: fixed module import which was causing SALS issues
2015-12-01 Goffi mod_delegation: fixed attribute filtering
2015-12-20 Kim Alvefur mod_auth_ldap: Change default of ldap_scope from onelevel to subtree which seems to match many deployments
2015-12-20 Kim Alvefur mod_pubsub_hub/README: Update a little bit
2015-12-19 Kim Alvefur mod_migrate: Support migrating multiple stores
2015-12-19 Kim Alvefur mod_storage_lmdb: Remove debugging
2015-12-18 Kim Alvefur mod_storage_lmdb: Allow passing a transaction flag so we can run get operations in a read-only transaction
2015-12-18 Kim Alvefur mod_storage_lmdb: Be consistent with argument name
2015-12-18 Kim Alvefur mod_storage_lmdb: Factor out a transaction wrapper
2015-12-17 Kim Alvefur mod_mam_muc/README: Fix markdown syntax
2015-12-17 Kim Alvefur mod_mam_muc/README: Try to clarify that storage settings are separate
2015-12-17 Kim Alvefur mod_mam/README: Use autolinks
2015-12-17 Kim Alvefur mod_http_muc_log/README: Replace text that seems to have been copied from mod_muc_log_http
2015-12-17 Kim Alvefur Various READMEs: Update to reflect rename of mod_storage_sql2 → mod_storage_sql
2015-12-17 Kim Alvefur mod_muc_log_http: Remove links to the apparently dead Speeqe service
2015-12-16 Kim Alvefur mod_mam_muc/README: Note about features that rely on trunk mod_muc
2015-12-14 Kim Alvefur mod_mam_muc: Add guard to prevent loading on normal hosts
2015-12-12 Kim Alvefur mod_s2s_auth_dane: More DNS related debug logging
2015-12-12 Kim Alvefur mod_s2s_auth_dane: Abort on bogus reply to SRV lookup
2015-12-12 Kim Alvefur mod_s2s_auth_dane: Log as much as possible through session logger instance
2015-12-12 Kim Alvefur mod_storage_xmlarchive: Use datamanager.append_raw (had that code duplicated here)
2015-12-12 Kim Alvefur mod_storage_gdbm: Refactor for readability (bye single-char variable names)
2015-12-11 Kim Alvefur mod_http_upload: Make file system path configurable
2015-12-11 Kim Alvefur mod_http_upload: URL-encode filename in case it contains characters that need escaping (thanks Thilo)
2015-12-10 Kim Alvefur mod_s2s_auth_dane/README: DANE Operational Guidance got RFC'd
2015-12-10 Kim Alvefur README: Upgrade links to HTTPS :)
2015-12-10 Kim Alvefur mod_s2s_auth_dane: Add a telnet console command that exposes DANE information
2015-12-10 Kim Alvefur mod_s2s_auth_dane: Keep DANE response around after the connection is established to aid in debugging
2015-12-10 Kim Alvefur mod_s2s_auth_dane: Some more verbose debug logging
2015-12-10 Kim Alvefur mod_s2s_auth_dane/README: Automagic links!
2015-12-10 Kim Alvefur mod_presence_cache/README: Try to discourage full stanza caching since it is experimental
2015-12-10 Kim Alvefur mod_mam_muc/README: Automagic links!
2015-12-09 Kim Alvefur mod_mam: Clarify condition presendence
2015-11-25 Kim Alvefur Merge
2015-11-24 Goffi mod_privilege: fixed session.privilege overwritting when multiple hosts are activated + fixed roster permission check on presence permission.
2015-11-22 Matthew Wild mod_muc_access_control: Module to allow restricting rooms to a list of JIDs, which can include domains
2015-11-21 moparisthebest mod_alias: New alias module
2015-11-16 Kim Alvefur mod_presence_cache: Cache incoming presence broadcasts in order to get clients up to speed with who is online faster
2015-11-16 Kim Alvefur mod_s2s_auth_dane: Consider TLSA records with PKIX uses as supported (if enabled) even if the chain is invalid (if no match is found the session is considered insecure)
2015-11-14 Kim Alvefur mod_s2s_auth_dane/README: Add missing whitespace
2015-11-13 Matthew Wild mod_auto_accept_subscriptions: Fix typo in variable name, which would prevent subscription request being sent to contact (thanks Andrey)
2015-11-10 Kim Alvefur mod_roster_command: Update workaround to perhaps work in 0.10
2015-11-10 Kim Alvefur mod_roster_command: Attempt to update for compatibility with 0.10
2015-11-10 Kim Alvefur mod_roster_command: Update link to new docs site
2015-11-08 Goffi mod_ipcheck: Fixed bad namespace
2015-11-05 Kim Alvefur mod_s2s_auth_dane: Consider the current certificate chain status before checking PKIX-{EE,CA} TLSA records
2015-11-05 Kim Alvefur mod_s2s_auth_dane: Support servers without SRV records by falling back to port 5269 and the bare hostname for TLSA lookups
2015-11-01 Kim Alvefur mod_http_upload: Say Hello to anyone opening the "bare" HTTP URL (helpful to show that module is loaded correctly)
2015-10-30 Kim Alvefur mod_limit_auth: Only apply limit to normal c2s sessions (thanks cuc)
2015-10-28 Kim Alvefur mod_storage_xmlarchive/README: Add example configuration
2015-10-28 Kim Alvefur mod_auth_http_async: Correctly pass password to provider.test_password (thanks mother)
2015-10-28 Kim Alvefur mod_auth_http_async: Fix syntax error
2015-10-26 Kim Alvefur mod_rawdebug/README: Fix typos
2015-10-26 Kim Alvefur mod_rawdebug/README: H3 -> H2
2015-10-26 Kim Alvefur mod_support_contact/README: Update compatibility section
2015-10-24 Kim Alvefur mod_auth_custom_http: Add README
2015-10-24 Kim Alvefur mod_auth_http_async/README: Add compatibility info
2015-10-24 Kim Alvefur mod_auth_http_async: Remove unused variable
2015-10-24 Kim Alvefur mod_auth_http_async: Actually do the HTTP request
2015-10-24 Kim Alvefur mod_auth_http_async: Don't set global
2015-10-23 Kim Alvefur mod_block_strangers: Add missing import of util.stanza
2015-10-23 Kim Alvefur mod_block_strangers: Bounce IQ stanzas (they MUST be replied to)
2015-10-23 Kim Alvefur mod_auth_http_async: Wrap up async http request in a function
2015-10-23 Kim Alvefur mod_watchuntrusted: Add a fallback string as hash if no certificate was provided
2015-10-23 Kim Alvefur mod_throttle_presence: Switch if-else statement around to improve readability
2015-10-23 Kim Alvefur mod_cloud_notify: Wrap notification form in <item>
2015-10-23 Kim Alvefur mod_cloud_notify: Send notification from bare user JID per http://xmpp.org/extensions/xep-0357.html#publishing
2015-10-23 Kim Alvefur mod_cloud_notify: Save list of push services
2015-10-22 Kim Alvefur mod_candy/README: Mention mod_default_bookmarks
2015-10-22 Kim Alvefur mod_candy/README: Describe how it decides login method
2015-10-22 Kim Alvefur mod_candy/README: Update compatibility table
2015-10-22 Kim Alvefur mod_candy/README: Compact links
2015-10-22 Kim Alvefur mod_candy/README: Correct command for unzipping Candy release
2015-10-20 Kim Alvefur mod_compat_dialback: Use correct API for hooking events (Thanks sol, Lance)
2015-10-20 Kim Alvefur mod_http_muc_log: Produce local timestamps in local format
2015-10-19 Kim Alvefur mod_http_upload: Add missing local of string.upper (Thanks Thilo)
2015-10-18 Kim Alvefur mod_http_upload/README: Update with XEP reference, stage, description
2015-10-18 Kim Alvefur mod_http_upload: Duplicate code from net.http.server in order send proper HEAD responses
2015-10-18 Kim Alvefur mod_proctitle/README: Linkify URL
2015-10-14 Thijs Alkemade mod_onions: Patch from David Goulet: Fix onions_map when the target is a string.
2015-10-14 Kim Alvefur mod_cloud_notify: Make inclusion of message sender and body optional via config option
2015-10-14 Kim Alvefur mod_cloud_notify: Add some comments describing code blocks
2015-10-14 Kim Alvefur mod_cloud_notify: Allow the 'node' to be left out when disabling, clients MAY include it (and therefore leave it out)
2015-10-14 Kim Alvefur mod_http_upload: Fix Content-Length header (it is now identical to the one in net.http.server)
2015-10-13 Kim Alvefur mod_http_upload: Fix HEAD requests
2015-10-11 Kim Alvefur mod_auth_ccert/README: It's cafile, not cacert
2015-10-11 Kim Alvefur mod_mam_archive/README: Rely on autolinking
2015-10-11 Kim Alvefur mod_s2s_keepalive/README: Update to say it works with 0.8
2015-10-11 Michael Töglhofer mod_s2s_keepalive: Add README
2015-10-11 Kim Alvefur mod_compat_dialback: Workaround for Dialback with servers that violate RFC 6120 § 4.7.2
2015-10-08 Kim Alvefur mod_fallback_vcard: Generates missing vcards from a template
2015-10-07 Kim Alvefur mod_munin: Fix syntax error
2015-10-07 Kim Alvefur mod_munin: Strip mod_measure_ and mod_statistics_ from section names
2015-10-04 Kim Alvefur mod_manifesto/README: Linkfy link
2015-10-04 Kim Alvefur mod_s2s_keysize_policy: Add a README
2015-10-04 Kim Alvefur mod_privacy_lists/README: Remove what looks like a mistake in metadata conversion
2015-10-03 Kim Alvefur mod_pubsub_feeds/README: Update wording to be clearer