Software /
code /
prosody-modules
Graph
-
mod_compression/README: Fix formatting2017-02-05, by Kim Alvefur
-
mod_compression/README: Some cleanup and rewording2017-02-05, by Kim Alvefur
-
mod_compression: Import from Prosody, revision 0c69305ab5252017-02-05, by Kim Alvefur
-
mod_migrate/README: Document the ability to specify multiple comma separated stores to migrate2017-02-02, by Kim Alvefur
-
mod_http_stats_stream: Add a README2017-01-31, by Kim Alvefur
-
Backed out changeset f48e9e25aec4, util.uuid.get_nibbles is unavailable in 0.92017-01-31, by Kim Alvefur
-
mod_http_upload: Fix to include base storage path2017-01-29, by Kim Alvefur
-
mod_http_upload: Fix typo2017-01-29, by Kim Alvefur
-
mod_http_upload: Add missing return statement2017-01-29, by Kim Alvefur
-
mod_http_upload: Change join_path to match behaviour of util.paths in 0.102017-01-29, by Kim Alvefur
-
mod_http_upload: Use the correct variable name for directory2017-01-29, by Kim Alvefur
-
mod_turncredentials: Add a stub README2017-01-29, by Kim Alvefur
-
mod_http_upload: Record upload slot metadata (fixes #718)2017-01-29, by Kim Alvefur
-
mod_http_upload: Generate shorter random directory names (see #822)2017-01-29, by Kim Alvefur
-
mod_http_upload: Accept already existing directory name if there is no conflicting file in it2017-01-29, by Kim Alvefur
-
mod_http_upload: Make sure that target file does not exist prior to upload2017-01-29, by Kim Alvefur
-
mod_http_upload: Create random directory name when assigning slot2017-01-29, by Kim Alvefur
-
mod_http_upload: Forget upload slot under some error conditions2017-01-29, by Kim Alvefur
-
mod_muc_intercom: Add a README2017-01-29, by Kim Alvefur
-
mod_firewall: Add 'TO SELF' check ('NOT TO?' worked until commit 9159f9166893)2017-01-26, by Matthew Wild
-
mod_firewall: Fix $<> expressions being truncated when compiled2017-01-26, by Matthew Wild
-
mod_mam/README: Fix typo2017-01-25, by Kim Alvefur
-
mod_csi_pump/README: Add note about being unsupported in combination with other CSI modules2017-01-24, by Kim Alvefur
-
mod_csi_pump: Mark as Alpha2017-01-24, by Kim Alvefur
-
mod_csi_pump: Consider groupchat message with subject important2017-01-23, by Kim Alvefur
-
mod_net_dovecotauth: Rename variable to avoid name clash [luacheck]2017-01-22, by Kim Alvefur
-
mod_net_dovecotauth: Make variable local [luacheck]2017-01-22, by Kim Alvefur
-
mod_net_dovecotauth: Import util.pposix [luacheck]2017-01-22, by Kim Alvefur
-
mod_net_dovecotauth: Replace missing buffer lib with simpler string based buffering2017-01-22, by Kim Alvefur
-
mod_csi_pump: Lossless CSI mode2017-01-21, by Kim Alvefur
-
mod_candy: Add support for enabling Candy debug mode from Prosodys config2017-01-20, by Kim Alvefur
-
mod_candy: Add note about redirect from /candy to /candy/ not being necessary anymore2017-01-20, by Kim Alvefur
-
mod_candy/README: Link to HTTP configuration info2017-01-20, by Kim Alvefur
-
mod_candy: If no room list is set, try to find a MUC domain and guess a room name of 'candy'2017-01-20, by Kim Alvefur
-
mod_candy: Add config option for a list of rooms to join2017-01-20, by Kim Alvefur
-
mod_candy: Break out connect path into a function2017-01-20, by Kim Alvefur
-
mod_sms_clickatell: Fix event handler signature (fixes #814)2017-01-19, by Kim Alvefur
-
mod_persisthosts: Fire an event to allow other modules a chance to write to the new config file2017-01-18, by Kim Alvefur
-
mod_persisthosts: Module that dynamically creates stub configuration files for dynamically activated hosts2017-01-18, by Kim Alvefur
-
mod_http_upload: Correctly attach extended error information2017-01-16, by Kim Alvefur
-
mod_http_upload: Add missing semicolon2017-01-16, by Kim Alvefur
-
mod_http_upload: Update for size limit error reporting change in XEP-0363 v0.2 (fixes #813)2017-01-16, by Kim Alvefur
-
mod_auth_http_async: Log URL when testing password2017-01-12, by JC Brand
-
Log URL called by http_roster_admin2017-01-12, by JC Brand
-
mod_candy: Provide websocket URI if mod_websocket is loaded, fall back to BOSH2017-01-10, by Kim Alvefur
-
mod_auth_any: Remove unused imports2017-01-08, by Kim Alvefur
-
mod_auth_any: Remove provider constructor, it's only called once anyways2017-01-08, by Kim Alvefur
-
mod_auth_any: Ignore unused arguments, useful to show what arguments are given2017-01-08, by Kim Alvefur
-
mod_measure_memory: Module is global, no need for a global hook2017-01-06, by Kim Alvefur
-
mod_delay: Only add delay to messages of type chat or groupchat (fixes #811)2017-01-08, by tmolitor
-
mod_presence_dedup/README: Add 'Alpha' label since this module is highly experimental and will break things2017-01-05, by Kim Alvefur
-
mod_http_stats_stream/example.html: Update path to reflect last minute rename2017-01-04, by Kim Alvefur
-
mod_http_stats_stream: Sends statistics from statsmanager over an HTTP event stream2017-01-04, by Kim Alvefur
-
mod_storage_appendmap: Escape Lua keywords2017-01-02, by Kim Alvefur
-
mod_storage_appendmap: Fix pattern meant to match valid Lua Names so such are escaped correctly2017-01-02, by Kim Alvefur
-
mod_mam_muc: Use is_stanza from util.stanza if available2017-01-02, by Kim Alvefur
-
mod_mam_muc: Remove TODO about logging presence since it can do that already2016-12-26, by Kim Alvefur
-
mod_mam_muc: More room JID variable renaming for more consistency2016-12-22, by Kim Alvefur
-
mod_mam_muc: Rename room and room JID variables for consistency2016-12-22, by Kim Alvefur
-
mod_statsd: Import bare_sessions from the prosody global, using it as a global directly is deprecated2016-12-19, by Kim Alvefur
-
mod_s2s_keysize_policy: Lower log message to a warning since it is not really a fatal error2016-12-19, by Kim Alvefur
-
mod_pubsub_feeds: Load config option once2016-12-19, by Kim Alvefur
-
mod_pubsub_feeds: Always approve unsubscription from unknown feeds2016-12-19, by Kim Alvefur
-
mod_pubsub_feeds: Log pushes for unknown feeds to aid in manual unsubscription from them2016-12-19, by Kim Alvefur
-
mod_storage_xmlarchive: Use util.stanza.is_stanza if available2016-12-19, by Kim Alvefur
-
mod_block_strangers: Check that the table of directed presence exists before indexing it (fixes traceback)2016-12-19, by Kim Alvefur
-
mod_firewall: More semicolons2016-12-16, by Kim Alvefur
-
mod_firewall: Only call rostermanager if username is available (fixes #796)2016-12-13, by Kim Alvefur
-
mod_firewall: Insert semicolons after some statements to prevent ambiguous syntax in output (fixes #797)2016-12-13, by Kim Alvefur
-
mod_mam_muc: Remove some debug logging2016-12-04, by Kim Alvefur
-
mod_profile: Add warning and debug logging in order to catch a weird event2016-12-03, by Kim Alvefur
-
mod_firewall: Use the sender bare JID instead of 'to' for stanzas to self2016-12-03, by Kim Alvefur
-
mod_firewall/README: Document SUBSCRIBED2016-12-02, by Kim Alvefur
-
mod_track_muc_joins/README: Add some example code2016-12-03, by Kim Alvefur
-
mod_log_messages: Add assert() to detect errors creating SQL table2016-12-02, by Matthew Wild
-
mod_log_messages_sql/README: Point out incompatibility with 0.102016-12-02, by Kim Alvefur
-
mod_storage_xmlarchive: Skip remaining dates correctly (fixes #790)2016-12-02, by Kim Alvefur
-
mod_firewall: Allow conditions to end with a question mark2016-12-02, by Kim Alvefur
-
mod_firewall: SUBSCRIBED - condition that is true if the receiver of a stanza is subscribed to the sender2016-11-30, by Kim Alvefur
-
mod_firewall: Split import of rostermanager into its own dependency2016-11-30, by Kim Alvefur
-
Add documentation for mod_block_outgoing2016-11-25, by Michael Vetter
-
mod_storage_xmlarchive: Update copyright year2016-11-25, by Kim Alvefur
-
mod_storage_xmlarchive: Open XML file later, just before it is needed2016-11-25, by Kim Alvefur
-
mod_storage_xmlarchive: Check if item exists before checking if its fields2016-11-25, by Kim Alvefur
-
mod_delay: initial commit2016-11-22, by tmolitor
-
mod_smacks_noerror: Initial commit2016-11-22, by tmolitor
-
mod_reload_components: add new module and README file.2016-11-21, by Camilo
-
mod_firewall: README: Document conditions for groups and admins2016-11-19, by Matthew Wild
-
mod_firewall: README: Clarify that it's possible to jump to chains defined outside of the current file2016-11-19, by Matthew Wild
-
mod_firewall: README: Document dynamic '$local' zone2016-11-19, by Matthew Wild
-
mod_firewall: README: Add more info about specifying rule set files2016-11-19, by Matthew Wild
-
mod_firewall: INSPECT: support for literal substring search and expressions2016-11-19, by Matthew Wild
-
mod_firewall: Fix for raw code expressions that contain escape-worthy characters2016-11-19, by Matthew Wild
-
mod_pubsub_feeds: Add fixme for future2016-11-19, by Kim Alvefur
-
mod_pubsub_feeds: Halt feed parsing when we see a node we already know about2016-11-19, by Kim Alvefur
-
mod_pubsub_feeds: Check if node exists earlier and attempt to create it if not2016-11-19, by Kim Alvefur
-
mod_pubsub_feeds: Get entry from list of entries (thanks Link Mauve)2016-11-19, by Kim Alvefur
-
mod_pubsub_feeds: Use URL as ID if no id set. If that's not there either then hash stuff and call it a day2016-11-19, by Kim Alvefur
-
mod_pubsub_feeds: Iterate over feed backwards due to most feeds being in reverse chronological order2016-11-19, by Kim Alvefur
-
mod_pubsub_feeds/feeds.lib: Fix converting RSS items to more than one Atom entry (thanks walduhu)2016-11-19, by Kim Alvefur
-
mod_pubsub_feeds: Remove default feeds2016-11-19, by Kim Alvefur
-
mod_profile/README: Set a stage label2016-11-18, by Kim Alvefur
-
mod_firewall/README: Remove mention of comments section from google code2016-11-18, by Kim Alvefur
-
mod_firewall: Add default zone called '$local' containing all local hosts (dynamically)2016-11-18, by Matthew Wild
-
mod_carbons: Comment about the priority2016-11-18, by Kim Alvefur
-
mod_measure_message_length: Collect statistics on number of bytes, words and lines in messages2016-11-17, by Kim Alvefur
-
mod_carbons: Adjust event hook priorities to be between mod_message and mod_firewall (see #669)2016-11-17, by Kim Alvefur
-
mod_firewall: Rate limiting: Document 'entries' and add option to allow overflowing when full2016-11-15, by Matthew Wild
-
mod_firewall: README: Update for LIMIT 'on' and document expression syntax2016-11-15, by Matthew Wild
-
mod_firewall: Support for default values in stanza paths2016-11-15, by Matthew Wild
-
mod_firewall: When compiling on the command-line with -v, ensure chain function names are unique and valid ids2016-11-15, by Matthew Wild
-
mod_firewall: Allow prefixing script paths with 'module:' to specify path relative to module file2016-11-15, by Matthew Wild
-
mod_firewall: Fix for when compiling on the command line and specifying multiple files2016-11-15, by Matthew Wild
-
mod_firewall: Allow implicit defitions of chains in scripts if they begin with 'user/'2016-11-15, by Matthew Wild
-
mod_firewall: INSPECT: Handle stanza:find() returning nil (i.e. path didn't match)2016-11-15, by Matthew Wild
-
mod_throttle_unsolicited: Use existing local reference to origin2016-11-15, by Kim Alvefur
-
mod_firewall: README: Fix example usage of BOUNCE2016-11-15, by Matthew Wild
-
mod_storage_xmlarchive: Expand the summary a little bit2016-11-09, by Kim Alvefur
-
mod_proxy65_whitelist: Only add proxy hosts enabled after module is loaded if allow_local_streamhosts = true2016-11-09, by Kim Alvefur
-
mod_storage_muc_log: Separate out date collection into API method2016-11-09, by Kim Alvefur
-
mod_storage_muc_log: Address luacheck warnings2016-11-09, by Kim Alvefur
-
misc/munin/prosody_.lua: Add a line or two about usage2016-11-07, by Kim Alvefur
-
Example SASL mechanism implementation2016-11-07, by Kim Alvefur
-
misc: Add README stub2016-11-07, by Kim Alvefur
-
misc/systemd: Experimental files for enabling socket activation2016-11-07, by Kim Alvefur
-
misc: An experimental systemd service file2016-11-07, by Kim Alvefur
-
mod_proxy65_whitelist: Remove unused variable [luacheck]2016-11-07, by Kim Alvefur
-
mod_proxy65_whitelist: Add proxy hosts enabled after module is loaded (fixes #494)2016-11-07, by Kim Alvefur
-
mod_webpresence: Check that top resources are set (fixes #665)2016-11-07, by Kim Alvefur
-
mod_log_auth/README: Update regex for 9d43095d915f (fixes #764)2016-11-07, by Kim Alvefur
-
mod_watchuntrusted: Fix backwards time comparison2016-11-06, by Kim Alvefur
-
mod_onions: Reduce line count for redirect check2016-11-04, by Kim Alvefur
-
mod_onions: Use typed config API2016-11-04, by Kim Alvefur
-
mod_storage_xmlarchive: Fix name in datamanager monkeypatch (fixes #774)2016-11-04, by Kim Alvefur
-
mod_candy: Update to point to Candy v2.2.02016-11-02, by Kim Alvefur
-
mod_seclabels/README: Note that this only serves the catalogue, eg mod_firewall would be doing enforcement2016-10-29, by Kim Alvefur
-
mod_track_muc_joins: Bump priority up over mod_presence to ensure event is caught2016-10-20, by Kim Alvefur
-
mod_carbons: Fix logic presendence2016-10-18, by Kim Alvefur
-
Add mod_http_authentication.lua2016-10-17, by JC Brand
-
New module: mod_http_rest.lua2016-10-17, by JC Brand
-
mod_http_upload_external: Add README2016-10-13, by Matthew Wild
-
mod_http_upload_external: Add share.php example implementation2016-10-13, by Matthew Wild
-
mod_e2e_policy: Do not reply to error stenzas2016-10-13, by Michel Le Bihan
-
mod_pubsub_hub/README: Update specification link2016-10-13, by Kim Alvefur
-
mod_mam_muc/README: Mention store name2016-10-12, by Kim Alvefur
-
mod_mam_muc/README: Defer to main documentation site for storage docs2016-10-12, by Kim Alvefur
-
mod_mam_muc/README: Try to clarify storage example2016-10-12, by Kim Alvefur
-
mod_http_upload/README: Mention the new HTTP parser limit on body/upload size2016-10-08, by Kim Alvefur
-
Add information about ImageMagick dependency2016-09-15, by Michael Vetter
-
mod_throttle_unsolicited: Add support for throttling unsolicited messages on incoming s2s connections2016-10-04, by Kim Alvefur
-
Add some documentation stubs2016-10-01, by Kim Alvefur
-
mod_compat_bind: Use non-deprecated way to access core_process_stanza (thanks Roi)2016-10-01, by Kim Alvefur
-
mod_server_contact_info/README: Update2016-10-01, by Kim Alvefur
-
mod_server_contact_info: Add copyright header2016-10-01, by Kim Alvefur
-
mod_server_contact_info: Use more explicit value data format for dataform2016-10-01, by Kim Alvefur
-
mod_server_contact_info: Log error when no addresses or admins are set2016-10-01, by Kim Alvefur
-
mod_server_contact_info: Include both global and local admins in fallback mode2016-10-01, by Kim Alvefur
-
mod_admin_blocklist/README: Turns out autolink.lua doesn't know about official modules2016-09-30, by Kim Alvefur
-
mod_admin_blocklist/README: Autolinks!2016-09-30, by Kim Alvefur
-
mod_admin_blocklist/README: Actually, it doesn't need to be reloaded2016-09-30, by Kim Alvefur
-
mod_admin_blocklist: Do block check only when a stanza is about to trigger a new outgoing s2s connection2016-09-30, by Kim Alvefur
-
Proper markdown syntax2016-09-28, by JC Brand
-
Add labels2016-09-28, by JC Brand
-
Rename README to README.markdown2016-09-28, by JC Brand
-
mod_carbons: Fix inverted logic (Thanks Ge0rg)2016-09-23, by Kim Alvefur
-
mod_carbons: Compare with correct variable2016-09-23, by Kim Alvefur
-
mod_carbons: Make the conditions for ignoring MUC PMs more specific (fixes #744)2016-09-23, by Kim Alvefur
-
mod_onions: Prevent s2s_secure_auth policy enforcement from rejecting .onion connections2016-09-23, by Kim Alvefur
-
mod_onions: Hook event using moduleapi2016-09-23, by Kim Alvefur
-
mod_onions: Remove capture of final period (stripped by util.jid)2016-09-23, by Kim Alvefur
-
mod_onions: Escape period in pattern2016-09-23, by Kim Alvefur
-
mod_track_muc_joins: Use correct number in comment2016-09-22, by Kim Alvefur
-
mod_statistics: Add a read timeout handler that keeps the connection alive (fixes #742)2016-09-19, by Kim Alvefur
-
mod_statistics/stats: Guard usage of module:get_option() so we only call it when Prosody is running2016-09-18, by Matthew Wild
-
mod_storage_ldap: Handle being passed an explicit storage "type" (fixes #654)2016-09-17, by Kim Alvefur
-
mod_spam_reporting: Include jid in event2016-09-10, by Kim Alvefur
-
mod_measure_storage: Experimental new module to measure storage API operations (requires 0.10)2016-08-31, by Matthew Wild
-
mod_log_slow_events: Add metric to monitor number of slow events2016-08-31, by Matthew Wild
-
mod_register_dnsbl: Add README2016-08-30, by Kim Alvefur
-
mod_atom: Expose Microbloging PEP data over HTTP2016-08-29, by Kim Alvefur
-
mod_mam: Check that user exists (#731)2016-08-29, by Kim Alvefur
Scroll all the way down to load more.