Mercurial > prosody-modules
graph
-
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
-
mod_s2s_never_encrypt_blacklist: supply an empty table as default value, fixes traceback. (Thanks Tobias)2013-03-07, by Marco Cirillo
-
mod_incidents_handling: "cancel" action doesn't need to be specified, suppresses a (harmless) log error.2013-03-05, by Marco Cirillo
-
mod_register_json: correct invalid characters into usernames' log message.2013-03-04, by Marco Cirillo
-
mod_incidents_handling: run cleanup and save the store when a new object is added.2013-03-02, by Marco Cirillo
-
mod_uptime_presence: Initial commit. Indicates uptime by replying to probes with delay-stamped presence.2013-02-26, by Kim Alvefur
-
mod_register_json: remove unrequired instruction (since it's done above already).2013-02-25, by Marco Cirillo
-
mod_admin_web: Better error reporting2013-02-19, by Florian Zeitz
-
mod_admin_web: Default the host selection to the administrators domainpart2013-02-19, by Florian Zeitz
-
mod_incidents_handling: commiting its auxiliary library.2013-02-17, by Marco Cirillo
-
mod_incidents_handling: still needs some work to be actually functional, backing it out until it's ready.2013-02-17, by Marco Cirillo
-
mod_websocket: Avoid floating point division2013-02-15, by Florian Zeitz
-
mod_websocket: Change the HTTP name to websocket, and override the default_path instead2013-02-13, by Florian Zeitz
-
mod_smacks: Don't try to send stanzas to hibernating sessions. Fixes duplicate IQ replies on libevent.2013-02-11, by Kim Alvefur
-
mod_incidents_handling: fix typo on function name.2013-02-10, by Marco Cirillo
-
mod_websocket: Fix require to work with lua-bitop (Thanks István and Zash)2013-02-10, by Florian Zeitz
-
mod_service_directories: Use dataforms correctly2013-02-04, by Kim Alvefur
-
mod_mam: Implemented an empty <before/>, to request the last n items in the archive.2013-01-27, by Thijs Alkemade
-
mod_auth_{external,internal_yubikey,ldap,ldap2,sql}: No need to nodeprep in SASL handler.2013-01-25, by Waqas Hussain
-
mod_admin_web: Adapt to util.pubsub changes2013-01-25, by Florian Zeitz
-
mod_carbons: Catch outgoing messages to hosts (thanks waqas)2013-01-18, by Kim Alvefur
-
mod_bidi: Work with 0.82013-01-16, by Kim Alvefur
-
mod_bidi: Missing import of debug.trackeback()2013-01-16, by Kim Alvefur
-
mod_bidi: Disassociate bidi and original session when they are destroyed2013-01-16, by Kim Alvefur
-
mod_carbons: <forwarded/> should be nested in <sent/>/<received/>2013-01-16, by Florian Zeitz
-
mod_websocket: Simplify by getting the c2s_listener from mod_c2s2013-01-12, by Florian Zeitz
-
mod_bidi: Lower severity of notice about outgoing stream being replaced by bidi2013-01-12, by Kim Alvefur
-
mod_bidi: Close conflicting outgoing sessions when bidi is initiated, not requested.2013-01-12, by Kim Alvefur
-
mod_bidi: Initial commit of XEP-0288 implementation2013-01-11, by Kim Alvefur
-
mod_carbons_adhoc: Initial commit.2012-12-23, by Michael Holzt
-
mod_carbons_copies: Initial commit; allow the user to enable v0 style carbons2012-12-23, by Michael Holzt
-
mod_carbons: Make support for v0 disabled by default, don't send v0 carbons for c2s2012-12-23, by Michael Holzt