Mercurial > prosody-modules
graph
-
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
-
mod_s2s_auth_compat: Workaround for Openfire doing EXTERNAL without proper stream headers2013-04-01, by Kim Alvefur
-
mod_checkcerts: Modify wording a bit.2013-03-29, by Kim Alvefur
-
mod_server_contact_info: Remove config-reloaded hook2013-03-28, by Kim Alvefur
-
mod_checkcerts: Nag admins about certs that have, or are about to expire. Often.2013-03-28, by Kim Alvefur
-
mod_blocking: Fix handling of unblocking command. Send out un-/block pushes to all resources.2013-03-27, by Tobias Markmann
-
mod_s2s_auth_fingerprint: Make sure we actually got a certificate2013-03-25, by Kim Alvefur
-
mod_s2s_auth_fingerprint: New module for authenticating s2s connections based on preconfigured fingerprints.2013-03-25, by Kim Alvefur
-
mod_seclabels: Remove config-reloaded hook. Just reload the module to update2013-03-24, by Kim Alvefur
-
mod_default_vcard: Guess FN from FIRST + LAST and vice versa2013-03-24, by Kim Alvefur
-
mod_addressing: Optimization2013-03-24, by Kim Alvefur
-
mod_pastebin: Fix invalid debug statement2013-03-24, by Kim Alvefur
-
mod_candy: Example of how easy it is to serve files from a prosody module2013-03-24, by Kim Alvefur
-
mod_bidi, mod_dwd, mod_s2s_idle_timeout: Update for recent 0.9 changes (612467e263af)2013-03-22, by Matthew Wild
-
Merge (someone needs to remember to pull...)2013-03-12, by Marco Cirillo
-
mod_s2s_never_encrypt_blacklist: complete missing banner.2013-03-12, by Marco Cirillo
-
mod_c2s_conn_throttle: shorten / update header, as wiki was added.2013-03-12, by Marco Cirillo
-
mod_dwd: Initial commit.2013-03-12, by Kim Alvefur
-
Merge2013-03-12, by Matthew Wild
-
mod_smacks: Don't allow steam resumption onto a stream after resource binding2013-03-09, by Kim Alvefur
-
mod_s2s_never_encrypt_blacklist: add missing semicolons.2013-03-07, by Marco Cirillo
-
mod_s2s_never_encrypt_blacklist: cleanup code, also hooks were mixed up.2013-03-07, by Marco Cirillo