Software /
code /
prosody-modules
Graph
-
mod_presence_cache: Switch to using util.cache for limiting size of cache2016-04-01, by Kim Alvefur
-
mod_presence_cache: Remove caching of full presence2016-04-01, by Kim Alvefur
-
mod_presence_cache: Check stanzas only from s2sin (not needed, even with mod_bidi)2016-04-01, by Kim Alvefur
-
mod_auth_external/README: Update link from google code to hg.prosody.im2016-03-31, by Kim Alvefur
-
mod_throttle_unsolicited: Remove unused local [luacheck]2016-03-30, by Kim Alvefur
-
mod_throttle_unsolicited: Skip checking messages to self2016-03-30, by Kim Alvefur
-
mod_cloud_notify: added ability to notify even if the session is hibernated by mod_smacks2016-03-29, by tmolitor
-
mod_smacks: added new events for hibernation start/end2016-03-27, by tmolitor
-
mod_migrate: Check that the hostname is known, or yell and abort (thanks Link Mauve)2016-03-27, by Kim Alvefur
-
mod_sift/README: Mention the related XEP in the text so modules.prosody.im can pick it up2016-03-26, by Kim Alvefur
-
mod_pubsub_feeds.lua: util.xml not uit.xml2016-03-22, by Michael Töglhofer
-
mod_smacks: Prevent queuing multiple <r>2016-03-21, by Kim Alvefur
-
mod_register_dnsbl: Fix matching pattern (Thanks Ge0rG)2016-03-21, by Kim Alvefur
-
mod_pubsub_feeds: Remove unused imports [luacheck]2016-03-20, by Kim Alvefur
-
mod_pubsub_feeds: Use correct loop variable2016-03-20, by Kim Alvefur
-
mod_firewall: Fix another unprotected use of util.cache2016-03-18, by Matthew Wild
-
mod_firewall: Don't use util.cache unless it's needed, and add explanatory error if it is not available2016-03-18, by Matthew Wild
-
mod_firewall: LOG uses session.log if available2016-03-18, by Matthew Wild
-
mod_firewall: Add support for throttling based on user-defined properties (experimental)2016-03-18, by Matthew Wild
-
mod_firewall: Allow underscore in mark names (thanks Ge0rG)2016-03-18, by Matthew Wild
-
mod_firewall: Fix syntax error2016-03-17, by Matthew Wild
-
mod_firewall: Move meta() function to main module, and make it a global so libs can use it2016-03-17, by Matthew Wild
-
mod_firewall: Add comment to document idsafe()2016-03-17, by Matthew Wild
-
mod_presence_cache: Remove info-level debug message2016-03-18, by Kim Alvefur
-
mod_smacks: Adjust filter priorities to avoid conflict with mod_websocket2016-03-17, by Kim Alvefur
-
Update READMEs to indicate that async requires trunk (dropped from prosody 0.10)2016-03-17, by Kim Alvefur
-
mod_firewall: Correct zone condition to check bare JID2016-03-17, by Kim Alvefur
-
mod_firewall: Disable more realistic output by default, activated by adding a -v flag2016-03-17, by Kim Alvefur
-
mod_firewall: Make prosodyctl command output more realistic source (not guaranteed to work)2016-03-17, by Kim Alvefur
-
mod_firewall: Fix usage of incorrect variable current_time in ORIGIN_MARKED condition (thanks Ge0rG)2016-03-17, by Matthew Wild
-
Merge2016-03-17, by Matthew Wild
-
mod_firewall: README: Note about marks applying to sessions, not JIDs2016-03-17, by Matthew Wild
-
mod_firewall: Support for defining extra chains in the config file2016-03-17, by Matthew Wild
-
mod_register_dnsbl: Initial commit of module to check users registering against an DNS block list2016-03-17, by Kim Alvefur
-
mod_firewall: README: Improve chain documentation2016-03-17, by Matthew Wild
-
mod_firewall: README: Document INSPECT's pattern matching ability2016-03-17, by Matthew Wild
-
mod_firewall: INSPECT: Support for pattern matches (confusingly using ~= instead of =)2016-03-17, by Matthew Wild
-
mod_firewall: README: Document session marking2016-03-17, by Matthew Wild
-
mod_firewall: Add support for session marking (MARK_ORIGIN, UNMARK_ORIGIN, ORIGIN_MARKED)2016-03-17, by Matthew Wild
-
mod_firewall: README: Document JUMP_CHAIN2016-03-17, by Matthew Wild
-
mod_firewall: README: Improve chain usage example comments2016-03-17, by Matthew Wild
-
mod_firewall: README: Add note about user-defined chains2016-03-17, by Matthew Wild
-
mod_firewall: README: Add note about time functions using server's local time2016-03-17, by Matthew Wild
-
mod_firewall: Allow actions to have underscores in their names2016-03-17, by Matthew Wild
-
mod_firewall: Add 'timestamp' dep to get current_timestamp2016-03-17, by Matthew Wild
-
mod_firewall: Make idsafe() a global function so libraries can re-use it2016-03-17, by Matthew Wild
-
Merge2016-03-16, by Matthew Wild
-
mod_storage_memory: Support for empty username stores2016-03-16, by Matthew Wild
-
mod_firewall: README: Document chains2016-03-16, by Matthew Wild
-
mod_firewall: README: Add note about BOUNCE and error stanzas/iq results2016-03-16, by Matthew Wild
-
mod_firewall: BOUNCE: Don't bounce error stanzas or iq results2016-03-16, by Matthew Wild
-
mod_firewall: README: Document LOG's ability to take meta expressions2016-03-16, by Matthew Wild
-
mod_firewall: README: Add warning about COPY action's ability to cause loops (thanks Ge0rG)2016-03-16, by Matthew Wild
-
mod_smacks: Log when sending <r> from read timeout event (0.10+)2016-03-16, by Kim Alvefur
-
mod_smacks: Keep timer object around and stop it when needed (trunk only)2016-03-16, by Kim Alvefur
-
mod_smacks: Increase delay for starting s2s smacks to a non-zero value2016-03-16, by Kim Alvefur
-
mod_smacks: Go back to sending ack requests from a timer a moment after a stanza was sent2016-03-16, by Kim Alvefur
-
mod_smacks: Drop stanzas instead of turning them into the empty string2016-03-16, by Kim Alvefur
-
mod_firewall: tostring() the results of meta expressions2016-03-16, by Matthew Wild
-
mod_track_muc_joins: Add missing imports (thanks Ge0rG)2016-03-16, by Kim Alvefur
-
mod_log_auth: Include username, if known2016-03-15, by Kim Alvefur
-
mod_http_muc_log: Add XMPP URI link for joining the current room2016-03-15, by Kim Alvefur
-
mod_throttle_unsolicited: Limit rate of unsolicited messages sent to non-contacts2016-03-14, by Kim Alvefur
-
mod_track_muc_joins: Module to keep track of joined MUC rooms2016-03-14, by Kim Alvefur
-
mod_firewall: Silence warning about empty if branch [luacheck]2016-03-11, by Kim Alvefur
-
mod_firewall: Silence warnings about unused arguments [luacheck]2016-03-11, by Kim Alvefur
-
mod_firewall: Split compile function into two parts in order to separate their scopes2016-03-11, by Kim Alvefur
-
mod_firewall: Rename argument to avoid name clash [luacheck]2016-03-11, by Kim Alvefur
-
mod_firewall: Remove unused imports [luacheck]2016-03-11, by Kim Alvefur
-
mod_firewall: Pass results as arguments to format instead of shadowning variable [luacheck]2016-03-11, by Kim Alvefur
-
mod_firewall: Use string.find in JID match, faster since the result is unused2016-03-11, by Kim Alvefur
-
mod_firewall: Verify that JID part exists before attempting to call method2016-03-11, by Kim Alvefur
-
mod_firewall: Anchor pattern at beginning and end2016-03-11, by Kim Alvefur
-
mod_firewall/conditions: Add semicolon2016-03-11, by Kim Alvefur
-
mod_delegation: fixed bad use of period instead of colon2016-03-10, by Goffi
-
mod_privilege: date update2016-03-10, by Goffi
-
mod_delegation: date update2016-03-10, by Goffi
-
mod_http_upload: Advertise maximum file size in disco#info (Per XEP-0363 v0.2)2016-03-08, by Kim Alvefur
-
mod_http_upload: Trim trailing whitespace2016-03-07, by Kim Alvefur
-
mod_migrate: Log read and write errors instead of raising error2016-03-07, by Kim Alvefur
-
mod_smacks/README: Add s2s-smacks and num unacked stanzas options to table2016-03-07, by Kim Alvefur
-
mod_storage_appendmap: Fix keyvalue:set()2016-03-06, by Kim Alvefur
-
mod_storage_appendmap: Experimental storage module optimized for map stores2016-03-06, by Kim Alvefur
-
mod_block_strangers: Allow iq/full responses through2016-03-04, by Matthew Wild
-
mod_invite: Added README.2016-03-02, by Thijs Alkemade
-
mod_limits: Add newline between statements on long line2016-03-02, by Kim Alvefur
-
mod_auth_ldap: Add support for having admin status indicated in LDAP2016-03-01, by Kim Alvefur
-
mod_auth_ldap/README: Move hint out of code span2016-03-01, by Kim Alvefur
-
mod_storage_xmlarchive: Only try to close xmlfile if it has been opened (fixes traceback with limit=0)2016-02-28, by Kim Alvefur
-
mod_http_upload: Lower default size limit to 1MB2016-02-24, by Kim Alvefur
-
mod_cloud_notify: Fix syntax error2016-02-18, by Kim Alvefur
-
mod_cloud_notify: Wrap form in namespaced element per the XEP (fixes #630)2016-02-18, by Kim Alvefur
-
mod_mam: Include 'w' (week) in pattern for "archive_expires_after" option (fixes #627)2016-02-15, by Kim Alvefur
-
mod_storage_xmlarchive/README: Sigh2016-02-13, by Kim Alvefur
-
mod_firewall/README: Fix table2016-02-13, by Kim Alvefur
-
mod_cloud_notify: put publish-options into <pubsub> not into <publish>2016-02-13, by Daniel Gultsch
-
mod_poke_strangers: Create only one hook, re-use the UUIDs.2016-02-05, by Thijs Alkemade
-
mod_poke_strangers: Log details about JIDs that look like they are spamming.2016-02-05, by Thijs Alkemade
-
mod_smacks: README: Add Conversations to list of supported clients2016-02-05, by Matthew Wild
-
mod_mam: Add some debug logging2016-02-04, by Kim Alvefur
-
mod_storage_xmlarchive: Return earlier if attempting to delete messages older than the oldest existing2016-02-02, by Kim Alvefur
-
mod_storage_xmlarchive: Return earlier if attempting to delete from empty archive2016-02-02, by Kim Alvefur
-
mod_mam: Add a bit of randomness to cleanup intervals to keep some time between multiple instances2016-02-02, by Kim Alvefur
-
mod_storage_xmlarchive: Collect return value when adding to date index2016-02-02, by Kim Alvefur
-
mod_mam/README: Update default_archive_policy table for new default (thanks xnyhps)2016-02-02, by Kim Alvefur
-
mod_firewall/conditions: Add FROM_EXACTLY and TO_EXACTLY2016-02-01, by Matthew Wild
-
mod_s2s_auth_dane: Correct message about not being able to support SPKI2016-01-31, by Kim Alvefur
-
mod_pinger: Added from /files/2016-01-26, by Matthew Wild
-
mod_mam: Compensate for small change in mod_disco between 0.9 and 0.102016-01-24, by Kim Alvefur
-
mod_s2s_auth_dane: Check if cert:pubkey() is available2016-01-23, by Kim Alvefur
-
mod_mam_muc: Yell loudly when archive store can't be opened2016-01-22, by Kim Alvefur
-
mod_mam: This was meant to be a debug message2016-01-22, by Kim Alvefur
-
mod_component_client: Pass a non-zero exit code on shutdown due to lost connection2016-01-20, by daurnimator
-
mod_migrate: Include debug data of what store is being migrated2016-01-19, by Kim Alvefur
-
mod_storage_xmlarchive/README: Point directly to raw file that should work in 0.92016-01-19, by Kim Alvefur
-
mod_storage_xmlarchive/README: Point out the commit that breaks 0.9 support2016-01-19, by Kim Alvefur
-
mod_mam: Fix Top Level Error from string[table] = nil instead of table[string] = nil2016-01-19, by Kim Alvefur
-
mod_mam: Include an in-memory fallback driver2016-01-19, by Kim Alvefur
-
mod_mam: Allow interval between archive cleanup to be changed2016-01-19, by Kim Alvefur
-
mod_mam: Merge identical conditional blocks2016-01-19, by Kim Alvefur
-
mod_mam: Bit of spacing between blocks of code2016-01-19, by Kim Alvefur
Scroll all the way down to load more.