Mercurial > prosody-modules
graph
-
mod_muc_log, mod_muc_log_http: cleanup syntax (off with the "~= nil"), and cut down wild table indexing.2013-05-09, by Marco Cirillo
-
mod_jid_prep: Implement the JID prep protocol in the XEP submitted 5 minutes ago...2013-05-08, by Matthew Wild
-
mod_admin_web: Fix up header2013-05-08, by Florian Zeitz
-
mod_firewall: don't use %b() (not technically correct)2013-05-08, by Matthew Wild
-
mod_admin_web: Update URL for adhoc.js2013-05-08, by Florian Zeitz
-
mod_firewall: Fix conditions with spaces2013-05-07, by Matthew Wild
-
mod_firewall/conditions: Remove unused variable2013-05-07, by Matthew Wild
-
mod_firewall: Cache conditions, so that they are only calculated once per chain execution2013-05-07, by Matthew Wild
-
mod_register_json: fix logging message for already pending registrations' bounces.2013-05-05, by Marco Cirillo
-
mod_smacks: Complain a little louder about clients trying to resume after resource binding2013-05-05, by Kim Alvefur
-
mod_component_client: Initial commit. Allows Prosody to act as an external component for other XMPP servers.2013-04-30, by Waqas Hussain
-
mod_register_json: added missing parameter to some http_response calls.2013-04-29, by Marco Cirillo
-
mod_register_json: small code cleanup & optimization.2013-04-29, by Marco Cirillo
-
mod_client_certs: Updated to match the specification in urn:xmpp:saslcert:1.2013-04-29, by Thijs Alkemade
-
mod_register_json: major code overhaul into a token based registration & verification system.2013-04-29, by Marco Cirillo
-
mod_smacks: Wrap session:close() and make the session not resumable2013-04-25, by Kim Alvefur
-
mod_support_contact: Use module:get_option_string()2013-04-24, by Kim Alvefur
-
mod_swedishchef: Use newer config API2013-04-24, by Kim Alvefur
-
mod_incidents_handling: import setmetatable.2013-04-18, by Marco Cirillo
-
mod_pubsub_feeds, mod_sms_clickatell, mod_twitter: Update for net.http API change in prosody:e3b9dc9dd9402013-04-11, by Matthew Wild
-
mod_mam: Report the total number of messages, not how many messages were sent during the query2013-04-11, by Kim Alvefur
-
mod_seclabels: Allow stanzas or XML strings as labels in the config2013-04-08, by Kim Alvefur
-
mod_firewall: Fix variable name2013-04-08, by Kim Alvefur
-
mod_firewall: The default value of the 'type' attribute on message stanzas is 'normal'2013-04-08, by Kim Alvefur
-
mod_pubsub_twitter: Wrap published item in an <item> element for pubsub2013-04-08, by Matthew Wild
-
mod_muc_log_http: remove overlapping imports.2013-04-07, by Marco Cirillo
-
mod_muc_log: some cleanup and code refactor also force the plugin storage driver being internal.2013-04-07, by Marco Cirillo
-
mod_muc_log_http: do some more cleanup of the code.2013-04-07, by Marco Cirillo
-
mod_muc_log_http: use datamanager's encoding function to encode room names.2013-04-07, by Marco Cirillo
-
mod_muc_log_http: rename fire_server_event to fire_event.2013-04-07, by Marco Cirillo
-
mod_muc_log_http: more proper 0.9 port.2013-04-07, by Marco Cirillo
-
mod_firewall: Add rate limiting capabilities, and keep zones and throttle objects in shared tables2013-04-06, by Matthew Wild
-
mod_muc_log_http: Adapt to prosody 0.9 changes2013-04-06, by Florian Zeitz
-
mod_websocket: Set status_code instead of status2013-04-06, by Florian Zeitz
-
mod_firewall/conditions: Add DAY and TIME conditions2013-04-06, by Matthew Wild
-
mod_firewall: Don't add empty conditions check when no conditions are listed in a rule2013-04-06, by Matthew Wild
-
mod_firewall: Add time and date deps2013-04-06, by Matthew Wild
-
mod_firewall/conditions: Default types for message and presence2013-04-05, by Matthew Wild
-
mod_firewall/conditions: Don't use table.insert, so things are happy when compile_jid_match() returns nil2013-04-05, by Matthew Wild
-
mod_firewall/conditions: Support Lua patterns in JID matching, and make <*>@example.com NOT match example.com2013-04-05, by Matthew Wild
-
mod_firewall/actions: Break out logic into a separate reusable function2013-04-05, by Matthew Wild
-
mod_firewall/actions: Add REPLY2013-04-05, by Matthew Wild
-
mod_firewall/actions: DROP no longer logs, log messages can be emitted with LOG2013-04-05, by Matthew Wild
-
mod_firewall/actions: Add PASS2013-04-05, by Matthew Wild
-
mod_firewall: Use resolve_relative_path correctly2013-04-04, by Kim Alvefur
-
mod_firewall: Add INSPECT conditional, for deeper inspection of stanzas2013-04-04, by Kim Alvefur
-
mod_log_messages_sql: Fork of mod_mam_sql without the protocol bits2013-04-03, by Kim Alvefur
-
mod_archive, mod_archive_muc: Remove from repo, as longstanding bugs are causing problems2013-04-03, by Matthew Wild
-
mod_pubsub_googlecode: Split name and email when possible2013-04-03, by Matthew Wild
-
mod_firewall/actions: Remove unused extra argument.2013-04-03, by Kim Alvefur
-
mod_firewall/actions: Move semicolon as to not produce two in a row. (Not legal in Lua)2013-04-03, by Kim Alvefur
-
mod_pubsub_googlecode: Remove quotes around 'project'... it's a variable :)2013-04-03, by Matthew Wild
-
mod_firewall: General stanza filtering plugin with a declarative rule-based syntax2013-04-03, by Matthew Wild
-
mod_pubsub_googlecode: Module to receive post-commit webhook requests from Google Code Hosting2013-04-03, by Matthew Wild