log

age author description
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
2015-10-03 Kim Alvefur mod_pubsub_feeds/README: Increase header levels (modules.prosody.im decreases all by one)
2015-10-02 Kim Alvefur mod_tls_policy: Change the FS shortcut to match on ciphers with (EC)DHE (produces nicer stream error)
2015-10-01 Kim Alvefur mod_remote_roster: Add README
2015-10-01 Kim Alvefur mod_extdisco: Add a README
2015-10-01 Kim Alvefur mod_auth_http_async: Add README
2015-10-01 Kim Alvefur mod_storage_multi: Put in Alpha stage
2015-10-01 Kim Alvefur mod_storage_multi: Add README
2015-10-01 Kim Alvefur mod_openid/README: Convert raw HTML to emphasis
2015-10-01 Kim Alvefur mod_auth_ccert/README: Recomend cacert instead of capath
2015-09-30 Kim Alvefur mod_http_logging: MIT
2015-09-30 Kim Alvefur mod_http_logging: Produce HTTP logs in the style of Apache
2015-09-29 Kim Alvefur mod_smacks: Add experimental resending of unacked messages in s2s queues (disabled by default)
2015-09-29 Kim Alvefur mod_checkcerts: Improve error handling when loading certificate
2015-09-29 Kim Alvefur mod_checkcerts: Improve logic for finding an ssl section with a certificate
2015-09-27 Kim Alvefur mod_watchuntrusted: Add support for SHA-256 hash in message
2015-09-27 Kim Alvefur mod_watchuntrusted: Fix periodic cleanup to run more than once
2015-09-27 Kim Alvefur mod_smacks/README: Update link to 0.8 version
2015-09-27 Kim Alvefur mod_s2s_auth_fingerprint: Limit number of replacements instead of stripping extra separators
2015-09-24 Michael Töglhofer mod_http_upload.lua: use official namespace from XEP-0363
2015-09-23 Kim Alvefur mod_filter_chatstates: Link to mod_csi
2015-09-23 Kim Alvefur mod_csi/README: Link to XEP
2015-09-23 Kim Alvefur mod_csi: Add links to other modules that act on CSI info
2015-09-23 Kim Alvefur mod_log_mark/README: Also mention logging
2015-09-22 Kim Alvefur mod_log_mark: Module that sends a line to the log once per minute
2015-09-21 Kim Alvefur mod_filter_chatstates: Revert filter-to-nothing hack
2015-09-21 Kim Alvefur mod_throttle_presence: Skip past things that are not stanza objects
2015-09-21 Kim Alvefur mod_filter_chatstates: Break out maptags filter into a stateless function
2015-09-21 Kim Alvefur mod_admin_web,mod_carbons,mod_csi_compat,mod_mam_muc,mod_tcpproxy: Explicitly return true
2015-09-19 Kim Alvefur mod_candy: Update to work with a stable release instead of git (which no longer works)
2015-09-18 Kim Alvefur mod_firewall: Fix missing import of util.set (used to be global)
2015-09-17 Kim Alvefur mod_http_upload/README: Fix typo (thanks you-know-who-you-are)
2015-09-17 Kim Alvefur mod_http_upload/README: More explaining text
2015-09-17 Kim Alvefur mod_http_upload/README: Reorder text and mention what the examples are
2015-09-14 Kim Alvefur mod_lastlog/README: Adjust formatting / indentation to help pandoc produce fancy html
2015-09-14 Kim Alvefur mod_limit_auth: Add README
2015-09-14 Kim Alvefur mod_benchmark_storage: Add README
2015-09-14 Kim Alvefur mod_admin_probe: Add README
2015-09-14 Kim Alvefur mod_admin_blocklist: Add README
2015-09-14 Kim Alvefur mod_limit_auth: Get rid of old inactive throttle objects
2015-09-14 Kim Alvefur mod_cloud_notify/README: Sentence was missing the ending
2015-09-14 Kim Alvefur mod_cloud_notify/README: XEP-0357 changed name to Push Notifications
2015-09-14 Kim Alvefur mod_http_upload: Add support for a file size limit
2015-09-14 Kim Alvefur mod_http_upload: Include failure reason in error response
2015-09-14 Kim Alvefur mod_http_upload: Log a message with the upload URL and storage path for easy discovery
2015-09-14 Kim Alvefur mod_http_upload: Cache first-level child <request> in local variable
2015-09-14 Kim Alvefur mod_http_upload/README: Say it works with 0.9+
2015-09-13 Kim Alvefur mod_proctitle: Add README
2015-09-13 Kim Alvefur mod_tls_policy/README: Fix summary so modules.prosody.im understands it
2015-09-13 Kim Alvefur mod_dwd/README: Fix compatibility table
2015-09-12 Kim Alvefur mod_tls_policy/README: Reflow and strip trailing whitespace (pandoc thougt it meant explicit line breaks)
2015-09-12 Kim Alvefur mod_tls_policy: Add README
2015-09-11 Kim Alvefur mod_mam_sql, mod_mam_muc_sql: Begone, unsupported and unmaintained experiments
2015-09-11 Kim Alvefur mod_http_upload/README: Point to Prosodys HTTP docs
2015-09-09 Kim Alvefur mod_adhoc_blacklist/README: Hint at how to find the command
2015-09-09 Kim Alvefur mod_s2s_auth_dane/README: Note about LuaSec
2015-09-09 Kim Alvefur mod_s2s_auth_dane/README: Describe DANE uses
2015-09-09 Kim Alvefur mod_s2s_auth_dane/README: Bump heading levels (modules.prosody.im decreases them one step) and fix some missing spaces
2015-09-09 Kim Alvefur mod_mam/README: Reorganise config options under sub-headings and rewrite description of options
2015-09-09 Kim Alvefur mod_pastebin/README: Try to clarify the config differences in 0.9+
2015-09-07 Kim Alvefur mod_muc_limits/README: Footnote formatting so pandoc understands it
2015-09-07 Kim Alvefur mod_http_muc_log: If archive driver provides the dates method, use it
2015-09-07 Kim Alvefur mod_storage_xmlarchive: Expose method for getting a list of dates which do have messages
2015-09-05 Matthew Wild mod_http_user_count: Support for host and MUC session counts
2015-09-03 Kim Alvefur mod_filter_chatstates: Hack to make sure session.send does not return nil which may break things sometimes
2015-09-03 Kim Alvefur mod_http_index: Add README file
2015-09-03 Kim Alvefur mod_http_index: Move template out into a file and make it configurable
2015-09-03 Kim Alvefur mod_http_index: Remove unused CSS (it was copied as-is from mod_http_muc_log)
2015-09-03 Kim Alvefur mod_http_index: Update to use util.interpolation (makes it depend on 0.10+)
2015-09-03 Kim Alvefur mod_auth_ldap/README: Fix missing word and more markdown syntax tweaks
2015-09-03 Kim Alvefur mod_auth_ldap/README: Minor tweaks
2015-09-03 Kim Alvefur mod_auth_ldap/README: Remove note about alternate version, I don't think it is relevant anymore
2015-09-02 Kim Alvefur Fix intralinks in READMEs
2015-09-02 Kim Alvefur Various README files: Correct indentation levels, fix syntax and other small fixes
2015-09-02 Kim Alvefur mod_storage_xmlarchive: Add support for purging (used when deleting users)
2015-09-01 Kim Alvefur mod_auto_activate_hosts: Import hostmanager (thanks mt)
2015-09-01 Kim Alvefur mod_http_upload: Fix typo (thanks mo)
2015-09-01 Kim Alvefur mod_http_upload: Add README
2015-09-01 Kim Alvefur mod_http_upload: Include join_path function, should make it work with 0.9.x
2015-09-01 Kim Alvefur mod_migrate/README: Change headings and adjust usage string
2015-09-01 Kim Alvefur mod_migrate: Add support for migrating archives
2015-09-01 Kim Alvefur mod_migrate: Fix typo in usage string
2015-08-31 Kim Alvefur mod_adhoc_blacklist: Add README
2015-08-31 Kim Alvefur mod_s2s_log_certs/README: Fix link
2015-08-31 Kim Alvefur CONTRIBUTING: Run through pandoc to normalize markdown syntax
2015-08-31 Kim Alvefur CONTRIBUTING: Update guidelines and URL to hg repo
2015-08-31 Kim Alvefur mod_throttle_presence/README: http://xkcd.com/859/
2015-08-31 Kim Alvefur mod_webpresence/README: Code block
2015-08-30 Kim Alvefur mod_http_upload: Depend on mod_disco, allows it to be discovered when set up as a component
2015-08-30 Kim Alvefur mod_mam/README: Minor fixup
2015-08-28 Kim Alvefur Convert all wiki pages to Markdown
2015-08-28 Kim Alvefur Delete wiki pages of deleted modules
2015-08-27 Kim Alvefur mod_mam/README: Add example of use with mod_storage_sql2
2015-08-27 Kim Alvefur mod_storage_lmdb: Remove redundant table
2015-08-27 Kim Alvefur mod_storage_lmdb: Rearrange module to allow using as a library
2015-08-27 Kim Alvefur mod_roster_allinall: Cleanup, remove unused variables [luacheck]
2015-08-27 Kim Alvefur mod_mam_sql/README: More obvious pointers to use mod_mam instead
2015-08-27 Kim Alvefur mod_blocking: Import datamanager (thanks kriztan)
2015-08-27 Kim Alvefur mod_carbons: Get full_ and bare_sessions from the prosody global [luacheck]
2015-08-27 Kim Alvefur mod_carbons: Stanza, not standard, silly autocomplete (Thanks mt)
2015-08-27 Kim Alvefur mod_storage_xmlarchive: Remove redundant stream header
2015-08-26 Kim Alvefur mod_isolate_host: Bump event hook priorities to make sure they are above the core plugins
2015-08-26 Kim Alvefur mod_migrate: Provides a prosodyctl mod_migrate command for copying data between storage backends
2015-08-26 Kim Alvefur mod_mam: Store chat messages and normal messages with a body
2015-08-26 Kim Alvefur mod_carbons: Carbon chat messages or normal messages that have a body
2015-08-26 Kim Alvefur mod_mam: Unindent 'else' block
2015-08-25 Kim Alvefur mod_s2s_log_certs: Use new 0.10 API for wrapping event handlers in order to always print log message after all s2s cert checks
2015-08-25 Kim Alvefur README: Update repository link
2015-08-24 Kim Alvefur mod_cloud_notify/README: Correct file extension
2015-08-24 Kim Alvefur mod_cloud_notify: Fix syntax errors and name last-google-code-commit
2015-08-24 Kim Alvefur mod_cloud_notify: XEP-0357: Push - the server bits ("app server" not included)
2015-08-24 Kim Alvefur Import wiki pages
2015-08-13 Thijs Alkemade mod_onions: Now allows configuration of an "onions_map", allowing administrator to manually specify alternate hidden services for clearnet addresses.
2015-08-13 Thijs Alkemade mod_onions: Small fixes making bounce_sendq match mod_s2s again.
2015-08-13 Thijs Alkemade mod_client_certs: Patch from mathieui fixing invalid results when requesting multiple certs, missing stream feature and problem with PEM decoding.
2015-03-04 Thijs Alkemade mod_register_web: Switch to the new reCAPTCHA API, including support for "nocaptcha" when users are already signed in to Google.
2015-08-10 Kim Alvefur Merge with Goffi
2015-07-31 Goffi mod_delegation: fixed bad calling of on_auth for components
2015-07-31 Goffi mod_privilege: fixed bad calling of on_auth for components
2015-07-31 Goffi mod_delegation: fixed handling of <iq> results without children
2015-07-18 Kim Alvefur mod_mam: Support both spellings of XEP-0334 processing hints until XEP is clarified
2015-07-18 Kim Alvefur mod_http_upload: Implementation of Conversations HTTP upload file transfer mode
2015-07-02 Kim Alvefur mod_mam: Same with no-storage, not no-store
2015-07-02 Kim Alvefur mod_mam: Fix message hints, it's no-permanent-*storage*, not ..-store
2015-06-18 Kim Alvefur mod_benchmark_storage: A storage benchmark run through prosodyctl
2015-06-18 Kim Alvefur mod_muc_limits: Update to work with both the new and the old MUC API
2015-06-08 Kim Alvefur mod_filter_chatstates: Backout 02cd4a081db4; no longer required due to changes in mod_smacks
2015-06-08 Kim Alvefur mod_list_inactive: Print some usage info when not called with enough arguments
2015-05-29 Kim Alvefur mod_storage_xmlarchive: Mistake in copypaste of copyright header :P
2015-05-29 Kim Alvefur mod_storage_xmlarchive: Add (c) header
2015-05-29 Kim Alvefur mod_storage_xmlarchive: Remove leftover debug code
2015-05-27 Kim Alvefur mod_log_rate: Log sink that reports the rate of log messages to statsmanager
2015-05-27 Kim Alvefur mod_compact_resource: Enforces short random resources
2015-05-21 Kim Alvefur mod_storage_(various): Order swapping in 54c8a0cb2996 was backwards
2015-05-21 Kim Alvefur Fix for 54c8a0cb2996
2015-05-21 Kim Alvefur mod_s2s_auth_dane: Ignore mutating of the 'module' global, that is ok in prosody plugins [luacheck]
2015-05-21 Kim Alvefur mod_s2s_auth_dane: Validate names of DANE-TA certs
2015-05-19 Kim Alvefur mod_storage_gdbm: Reorganize (vacuum) databases on module unload
2015-05-19 Kim Alvefur mod_storage_lmdb: Storage module using Lightning Memory-Mapped Database
2015-05-19 Kim Alvefur mod_storage_gdbm: Fix typo in unused field on store instance
2015-05-19 Kim Alvefur mod_storage_(archive-capable): Change order of arguments to :append to be the same as return values from :find iterator (see prosody 41725f3df3cc)
2015-05-19 Kim Alvefur mod_storage_xmlarchive: Return 'when' as number
2015-05-19 Kim Alvefur mod_http_muc_log: Update template for changes in template engine
2015-05-19 Kim Alvefur mod_http_muc_log: Template engine thing moved into util.interpolation
2015-05-18 Kim Alvefur mod_auth_http_async: Don't go throug usermanager to call a function from the same module
2015-05-18 Kim Alvefur mod_mamsub: Prevent nil indexing if message is added to archive of an offline user
2015-05-18 Kim Alvefur mod_mamsub: Experimental implementation of MAM subscriptions
2015-05-18 Kim Alvefur mod_mam: Fire event on successful storage of message
2015-05-18 Kim Alvefur mod_profile: Return error on storage error, don't attempt to migrate from old storage
2015-05-18 Kim Alvefur mod_profile: Explicitly return true from handlers, session.send can return nil under some conditions
2015-05-18 Kim Alvefur mod_profile: Don't use import()
2015-05-18 Kim Alvefur mod_storage_xmlarchive: Store timestamps in text form, I don't trust numeric timestamps in Lua
2015-05-18 Kim Alvefur mod_storage_xmlarchive: Optimize access to variables used in inner loop
2015-05-18 Kim Alvefur mod_storage_xmlarchive: Code is annoying to read when every other line is 'if not ok then return'
2015-05-18 Kim Alvefur mod_storage_xmlarchive: This module only supports storage of stanzas, log a warning about attempts to do otherwise
2015-05-18 Kim Alvefur mod_storage_xmlarchive: The last :seek() should return something truish, if not, don't ignore
2015-05-17 Kim Alvefur mod_mam: There are other storage backends that support archives now
2015-05-16 Kim Alvefur mod_adhoc_blacklist: Fix traceback if blacklist is empty
2015-05-13 Kim Alvefur mod_admin_blocklist: Prevents s2s connections to/from domains blocked by a local admin using mod_blocklist (0.10+)
2015-05-13 Kim Alvefur mod_adhoc_blacklist: Provides the Edit Blacklist command described in XEP-0133 and uses this to block s2s connections
2015-05-11 Kim Alvefur mod_smacks: Handle the read timeout event (0.10+ only) and send an ack request, close the connection the second time if unanswerd
2015-05-11 Kim Alvefur mod_smacks: Handle unacked messages in s2s queues
2015-05-11 Kim Alvefur mod_smacks_offline: Only deal with authenticated (c2s) sessions
2015-05-11 Kim Alvefur mod_storage_xmlarchive: Increase severity of log message regarding unexpected missing items
2015-05-11 Kim Alvefur mod_storage_xmlarchive: Remove overly verbose debug message
2015-05-11 Kim Alvefur mod_storage_xmlarchive: Adjust wording in log message
2015-05-11 Kim Alvefur mod_storage_xmlarchive: Attempt to recover after parse failures
2015-05-11 Kim Alvefur mod_storage_xmlarchive: Improve logging of parse errors
2015-05-07 Kim Alvefur Merge with Goffi
2015-05-07 Goffi mod_delegation: managing_ent_* now stop event propagation + forwarded <iq/> xmlns check
2015-05-04 Goffi mod_delegation: fixed bad handling of error replies from managing entity
2015-05-04 Goffi mod_delegation: fixed namespace of <forwarded/> child element, as specified in XEP-0297
2015-05-03 Goffi mod_delegation: handling of error replies from managing entities after forward.
2015-05-03 Goffi mod_delegation: original stanza is now cached outside of ns_data, so it can be accessed without knowing the namespace.
2015-05-03 Goffi mod_delegation: removed invalid error replies to iq result.
2015-05-03 Goffi mod_delegation: added 'iq/bare' to hooked events.
2015-04-17 Goffi mod_delegation: reset features/identities/extensions before doing a disco nesting
2015-04-17 Goffi mod_delegation: service discovery extensions (xep-0128) management
2015-04-17 Goffi mod_delegation: we don't forward stanzas from managing entity itself
2015-04-17 Goffi mod_delegation: disco info request on bare jid is now managed
2015-04-17 Goffi mod_delegation: delegated features/identities removal for disco info requests on bare jid
2015-04-17 Goffi mod_delegation: disco nesting for host
2015-04-17 Goffi mod_delegation: delegated features/identities are removed from disco.
2015-04-17 Goffi mod_delegation: iq forwarding to managing entity
2015-04-17 Goffi mod_delegation: XEP-0355 implementation, first draft (configuration management + delegations advertising)
2015-04-17 Goffi mod_privilege: fixed bad handling of presence permissions / component authentication between different hosts
2015-04-10 Goffi mod_privilege: fixed various issues reported by luacheck
2015-05-05 Kim Alvefur mod_smacks: Set session upvalue of filter() to correct session
2015-05-05 Kim Alvefur mod_smacks: Move set of filters from new session to session being resumed
2015-05-05 Kim Alvefur mod_smacks: Don't touch upvalues of session.send and session.data, they should already point to the correct values
2015-05-05 Kim Alvefur mod_smacks: Add stanza counting filter when resuming session
2015-05-05 Kim Alvefur mod_smacks_offline: Monkeypatch mod_smacks to send unacked messages to offline storage IFF there was only one session
2015-05-05 Kim Alvefur mod_s2s_auth_dane: Simplify cases where there are only one SRV record
2015-05-05 Kim Alvefur mod_s2s_auth_dane: Don't count number of RRs in DNS reply if the DNS lib already did
2015-05-05 Kim Alvefur mod_statistics/prosodytop: Use the same port number to connect to as defined in the module
2015-05-05 Kim Alvefur mod_mam: Semicolons!
2015-05-05 Kim Alvefur mod_block_registrations: string.find is faster than string.match when only needing a boolean answer