log

age author description
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