Log

description author age
mod_lastlog: Add prosodyctl command (prosodyctl mod_lastlog JID) to show last login time and IP of user (if available) Matthew Wild 2013-06-01
mod_muc_limits: Condense multiple dropped stanzas into a single log message every 5 seconds Matthew Wild 2013-06-01
mod_muc_log: Fix mistake in previous merge (thanks Maranda) Matthew Wild 2013-06-01
mod_muc_limits: Add muc_max_nick_length option, defaulting to 23 (bytes) Matthew Wild 2013-06-01
mod_muc_limits: Import util.jid Matthew Wild 2013-06-01
mod_muc_log: Reduce hook priority to 1 (from 500), we want to log after any plugins have filtered/modified the incoming stanza (thanks Asterix/Maranda) Matthew Wild 2013-06-01
mod_muc_log_http: rectify imported function name (it's fire_event). Marco Cirillo 2013-06-01
mod_muc_log, mod_muc_log_http: backport changes from Metronome. Marco Cirillo 2013-06-01
mod_candy: Add dependency on mod_bosh Kim Alvefur 2013-06-01
mod_candy: Add a comment about the virtual js file with connection parameters Kim Alvefur 2013-06-01
mod_websocket: Add some more error checks for close frames Florian Zeitz 2013-05-30
mod_websocket: Access some values via locales instead of through tables Florian Zeitz 2013-05-30
mod_websocket: Optimize string concatenation Florian Zeitz 2013-05-30
mod_websocket: Call string and table functions through locals Florian Zeitz 2013-05-30
mod_websocket: Fix length calculation Florian Zeitz 2013-05-30
mod_smacks: Allow resumption if the TCP connection is closed from our end, c15cea87036f ensures distinction from cleanly closed streams (thanks Lance) Kim Alvefur 2013-05-29
mod_admin_web: Update to JQuery 1.10.0 Florian Zeitz 2013-05-27
mod_admin_web: Fix CSS, :last -> :last-child Florian Zeitz 2013-05-27
mod_muc_log_http: Don't use nonexistent API Kim Alvefur 2013-05-26
mod_admin_web: Fix indentation Florian Zeitz 2013-05-24
mod_admin_web: Update to new strophejs location, and jQuery 1.9.1 Florian Zeitz 2013-05-24
mod_data_access: is_admin() takes a JID, not a username (fixes admin access to data stores) Matthew Wild 2013-05-23
mod_pastebin: Ensure base URL always has a trailing / (thanks Masin) Matthew Wild 2013-05-22
mod_broadcast: Allow overriding from address on the broadcast stanza Matthew Wild 2013-05-19
mod_broadcast: Allow admins to broadcast Matthew Wild 2013-05-19
mod_muc_config_restrict: Allow restricting specific options in the MUC config form to service admins Matthew Wild 2013-05-18
mod_auto_activate_hosts: Don't activate * when the config is reloaded Matthew Wild 2013-05-18
Merge Matthew Wild 2013-05-14
mod_isolate_host: Prevent communication between hosts, even internal ones Matthew Wild 2013-05-14
mod_storage_mongodb: Use util.json to encode our data (handles non-string table keys, etc). Waqas Hussain 2013-05-09
mod_s2s_log_certs: Log certificate status and fingerprints Kim Alvefur 2013-05-09
mod_s2s_auth_dnssec_srv: Implements Secure Delegation using DNS SRV Kim Alvefur 2013-05-09
mod_message_logging: New module to log user conversations to text files Matthew Wild 2013-05-09
mod_auto_activate_hosts: Automatically activate and deactivate hosts when they are added/removed from the config Matthew Wild 2013-05-09
mod_muc_ban_ip: When a user is banned from a MUC, ban their IP from the MUC also (works for remote rooms too) Matthew Wild 2013-05-09
mod_muc_log, mod_muc_log_http: cleanup syntax (off with the "~= nil"), and cut down wild table indexing. Marco Cirillo 2013-05-09
mod_jid_prep: Implement the JID prep protocol in the XEP submitted 5 minutes ago... Matthew Wild 2013-05-08
mod_admin_web: Fix up header Florian Zeitz 2013-05-08
mod_firewall: don't use %b() (not technically correct) Matthew Wild 2013-05-08
mod_admin_web: Update URL for adhoc.js Florian Zeitz 2013-05-08
mod_firewall: Make defining objects generic (currently zones and rate limits), so more can easily be added. Also a syntax change... definition lines must begin with % Matthew Wild 2013-05-07
mod_firewall: Fix conditions with spaces Matthew Wild 2013-05-07
mod_firewall/conditions: Remove unused variable Matthew Wild 2013-05-07
mod_firewall: Cache conditions, so that they are only calculated once per chain execution Matthew Wild 2013-05-07
mod_register_json: fix logging message for already pending registrations' bounces. Marco Cirillo 2013-05-05
mod_smacks: Complain a little louder about clients trying to resume after resource binding Kim Alvefur 2013-05-05
mod_component_client: Initial commit. Allows Prosody to act as an external component for other XMPP servers. Waqas Hussain 2013-04-30
mod_register_json: added missing parameter to some http_response calls. Marco Cirillo 2013-04-29
mod_register_json: small code cleanup & optimization. Marco Cirillo 2013-04-29
mod_client_certs: Updated to match the specification in urn:xmpp:saslcert:1. Thijs Alkemade 2013-04-29
mod_register_json: major code overhaul into a token based registration & verification system. Marco Cirillo 2013-04-29
mod_smacks: Wrap session:close() and make the session not resumable Kim Alvefur 2013-04-25
mod_smacks: If a hibernating session was destroyed before the timeout, don't destroy it again or say that it was resumed Kim Alvefur 2013-04-25
mod_support_contact: Use module:get_option_string() Kim Alvefur 2013-04-24
mod_swedishchef: Use newer config API Kim Alvefur 2013-04-24
mod_incidents_handling: import setmetatable. Marco Cirillo 2013-04-18
mod_pubsub_feeds, mod_sms_clickatell, mod_twitter: Update for net.http API change in prosody:e3b9dc9dd940 Matthew Wild 2013-04-11
mod_mam: Report the total number of messages, not how many messages were sent during the query Kim Alvefur 2013-04-11
mod_seclabels: Allow stanzas or XML strings as labels in the config Kim Alvefur 2013-04-08
mod_firewall: Fix variable name Kim Alvefur 2013-04-08
mod_firewall: The default value of the 'type' attribute on message stanzas is 'normal' Kim Alvefur 2013-04-08
mod_pubsub_twitter: Wrap published item in an <item> element for pubsub Matthew Wild 2013-04-08
mod_muc_log_http: remove overlapping imports. Marco Cirillo 2013-04-07
mod_muc_log: some cleanup and code refactor also force the plugin storage driver being internal. Marco Cirillo 2013-04-07
mod_muc_log_http: do some more cleanup of the code. Marco Cirillo 2013-04-07
mod_muc_log_http: use datamanager's encoding function to encode room names. Marco Cirillo 2013-04-07
mod_muc_log_http: rename fire_server_event to fire_event. Marco Cirillo 2013-04-07
mod_muc_log_http: more proper 0.9 port. Marco Cirillo 2013-04-07
mod_firewall: Add rate limiting capabilities, and keep zones and throttle objects in shared tables Matthew Wild 2013-04-06
mod_muc_log_http: Adapt to prosody 0.9 changes Florian Zeitz 2013-04-06
mod_websocket: Set status_code instead of status Florian Zeitz 2013-04-06
mod_firewall/conditions: Add DAY and TIME conditions Matthew Wild 2013-04-06
mod_firewall: Don't add empty conditions check when no conditions are listed in a rule Matthew Wild 2013-04-06
mod_firewall: Add time and date deps Matthew Wild 2013-04-06
mod_firewall: Improve zone handling, make it more efficient, and support dynamic dependencies in the compiler. ENTERING and LEAVING conditions now work at expected (not matching stanzas flowing within a zone). Matthew Wild 2013-04-05
mod_firewall/conditions: Default types for message and presence Matthew Wild 2013-04-05
mod_firewall/conditions: Don't use table.insert, so things are happy when compile_jid_match() returns nil Matthew Wild 2013-04-05
mod_firewall/conditions: Support Lua patterns in JID matching, and make <*>@example.com NOT match example.com Matthew Wild 2013-04-05
mod_firewall/actions: Break out logic into a separate reusable function Matthew Wild 2013-04-05
mod_firewall: Add actions EVENT (fire an event), JUMP EVENT (transfer control to the handlers of an event), JUMP CHAIN (transfer control to another mod_firewall chain) Matthew Wild 2013-04-05
mod_firewall/actions: Add REPLY Matthew Wild 2013-04-05
mod_firewall/actions: DROP no longer logs, log messages can be emitted with LOG Matthew Wild 2013-04-05
mod_firewall/actions: Add PASS Matthew Wild 2013-04-05
mod_firewall: Tighten up error handling, and split rules->Lua and Lua->bytecode compilation into separate functions Matthew Wild 2013-04-05
mod_firewall: Use resolve_relative_path correctly Kim Alvefur 2013-04-04
mod_firewall: Add INSPECT conditional, for deeper inspection of stanzas Kim Alvefur 2013-04-04
mod_log_messages_sql: Fork of mod_mam_sql without the protocol bits Kim Alvefur 2013-04-03
mod_archive, mod_archive_muc: Remove from repo, as longstanding bugs are causing problems Matthew Wild 2013-04-03
mod_pubsub_googlecode: Split name and email when possible Matthew Wild 2013-04-03
mod_firewall/actions: Remove unused extra argument. Kim Alvefur 2013-04-03
mod_firewall/actions: Move semicolon as to not produce two in a row. (Not legal in Lua) Kim Alvefur 2013-04-03
mod_pubsub_googlecode: Remove quotes around 'project'... it's a variable :) Matthew Wild 2013-04-03
mod_firewall: General stanza filtering plugin with a declarative rule-based syntax Matthew Wild 2013-04-03
mod_pubsub_googlecode: Module to receive post-commit webhook requests from Google Code Hosting Matthew Wild 2013-04-03
mod_pubsub_twitter: Plugin to subscribe (poll) to Twitter search queries, and announce matching tweets over pubsub Matthew Wild 2013-04-03
mod_s2s_auth_compat: Workaround for Openfire doing EXTERNAL without proper stream headers Kim Alvefur 2013-04-01
mod_checkcerts: Modify wording a bit. Kim Alvefur 2013-03-29
mod_server_contact_info: Remove config-reloaded hook Kim Alvefur 2013-03-28
mod_checkcerts: Nag admins about certs that have, or are about to expire. Often. Kim Alvefur 2013-03-28
mod_blocking: Fix handling of unblocking command. Send out un-/block pushes to all resources. Tobias Markmann 2013-03-27
mod_s2s_auth_fingerprint: Make sure we actually got a certificate Kim Alvefur 2013-03-25
mod_s2s_auth_fingerprint: New module for authenticating s2s connections based on preconfigured fingerprints. Kim Alvefur 2013-03-25
mod_seclabels: Remove config-reloaded hook. Just reload the module to update Kim Alvefur 2013-03-24
mod_default_vcard: Guess FN from FIRST + LAST and vice versa Kim Alvefur 2013-03-24
mod_addressing: Optimization Kim Alvefur 2013-03-24
mod_pastebin: Fix invalid debug statement Kim Alvefur 2013-03-24
mod_candy: Example of how easy it is to serve files from a prosody module Kim Alvefur 2013-03-24
mod_bidi, mod_dwd, mod_s2s_idle_timeout: Update for recent 0.9 changes (612467e263af) Matthew Wild 2013-03-22
Merge (someone needs to remember to pull...) Marco Cirillo 2013-03-12
mod_s2s_never_encrypt_blacklist: complete missing banner. Marco Cirillo 2013-03-12
mod_c2s_conn_throttle: shorten / update header, as wiki was added. Marco Cirillo 2013-03-12
mod_dwd: Initial commit. Kim Alvefur 2013-03-12
Merge Matthew Wild 2013-03-12
mod_block_subscribes: Block inbound and outbound subscription requests (useful to prevent implicit roster modification) Matthew Wild 2012-11-22
mod_smacks: Don't allow steam resumption onto a stream after resource binding Kim Alvefur 2013-03-09
mod_s2s_never_encrypt_blacklist: conn objects on libev carry a metatable, perhaps have starttls set to false instead of nil. Marco Cirillo 2013-03-07
mod_s2s_never_encrypt_blacklist: add missing semicolons. Marco Cirillo 2013-03-07
mod_s2s_never_encrypt_blacklist: cleanup code, also hooks were mixed up. Marco Cirillo 2013-03-07
mod_s2s_never_encrypt_blacklist: supply an empty table as default value, fixes traceback. (Thanks Tobias) Marco Cirillo 2013-03-07
mod_incidents_handling: "cancel" action doesn't need to be specified, suppresses a (harmless) log error. Marco Cirillo 2013-03-05
mod_register_json: correct invalid characters into usernames' log message. Marco Cirillo 2013-03-04
mod_incidents_handling: run cleanup and save the store when a new object is added. Marco Cirillo 2013-03-02
mod_uptime_presence: Initial commit. Indicates uptime by replying to probes with delay-stamped presence. Kim Alvefur 2013-02-26
mod_register_json: remove unrequired instruction (since it's done above already). Marco Cirillo 2013-02-25
mod_admin_web: Better error reporting Florian Zeitz 2013-02-19
mod_admin_web: Default the host selection to the administrators domainpart Florian Zeitz 2013-02-19
mod_incidents_handling: commiting its auxiliary library. Marco Cirillo 2013-02-17
mod_incidents_handling: recommit after full test, cleaned it a bit as what I posted was regretfully an unfinished draft, replaced a lot of the fixed type fields used for fields description with desc elements (upstream prosody's util.dataforms will still strip those). Also moved auxiliary functions to a library. Marco Cirillo 2013-02-17
mod_incidents_handling: still needs some work to be actually functional, backing it out until it's ready. Marco Cirillo 2013-02-17
mod_websocket: Avoid floating point division Florian Zeitz 2013-02-15
mod_websocket: Change the HTTP name to websocket, and override the default_path instead Florian Zeitz 2013-02-13
mod_smacks: Don't try to send stanzas to hibernating sessions. Fixes duplicate IQ replies on libevent. Kim Alvefur 2013-02-11
mod_incidents_handling: fix typo on function name. Marco Cirillo 2013-02-10
mod_incidents_handling: initial commit, only about half tested, util functions (parsers, etc) should be working and so do adhoc commands. All the fixed-type fields into the adhoc cmds' output are currently stripped by Prosody until someone *fills* line 56 of util.dataforms. Marco Cirillo 2013-02-10
mod_websocket: Fix require to work with lua-bitop (Thanks István and Zash) Florian Zeitz 2013-02-10
mod_service_directories: Use dataforms correctly Kim Alvefur 2013-02-04
mod_mam: Implemented an empty <before/>, to request the last n items in the archive. Thijs Alkemade 2013-01-27
mod_auth_{external,internal_yubikey,ldap,ldap2,sql}: No need to nodeprep in SASL handler. Waqas Hussain 2013-01-25
mod_admin_web: Adapt to util.pubsub changes Florian Zeitz 2013-01-25
mod_carbons: Catch outgoing messages to hosts (thanks waqas) Kim Alvefur 2013-01-18
mod_bidi: Work with 0.8 Kim Alvefur 2013-01-16
mod_bidi: Missing import of debug.trackeback() Kim Alvefur 2013-01-16
mod_bidi: Disassociate bidi and original session when they are destroyed Kim Alvefur 2013-01-16
mod_carbons: <forwarded/> should be nested in <sent/>/<received/> Florian Zeitz 2013-01-16
mod_websocket: Simplify by getting the c2s_listener from mod_c2s Florian Zeitz 2013-01-12
mod_bidi: Lower severity of notice about outgoing stream being replaced by bidi Kim Alvefur 2013-01-12
mod_bidi: Close conflicting outgoing sessions when bidi is initiated, not requested. Kim Alvefur 2013-01-12
mod_bidi: Initial commit of XEP-0288 implementation Kim Alvefur 2013-01-11
mod_smacks: 'reason' parameter of session:close() changed to make nil and false mean 'graceful close' in 9da430b69f13 Kim Alvefur 2013-01-02
mod_carbons_adhoc: Initial commit. Michael Holzt 2012-12-23
mod_carbons_copies: Initial commit; allow the user to enable v0 style carbons Michael Holzt 2012-12-23
mod_carbons: Make support for v0 disabled by default, don't send v0 carbons for c2s Michael Holzt 2012-12-23
Rename mod_http_dir_index -> mod_http_dir_listing Kim Alvefur 2012-12-23
mod_http_dir_index: Add. Handle generation of directory listings for mod_http_files. Included icons from the Tango project are Public Domain Kim Alvefur 2012-12-23
mod_admin_web: Let mod_http_files handle file serving Kim Alvefur 2012-12-22
mod_carbons: Support the pre-forwarding version of Carbons. Please don't implement this. Kim Alvefur 2012-12-22
mod_last_offline: New module that stores last logut time and attaches this timestamp to unavailable presence. Kim Alvefur 2012-12-20
mod_vjud: Disallow searching from remote hosts by default in search-all-users mode Kim Alvefur 2012-12-16
mod_vjud: Add non-default mode where we search all users Kim Alvefur 2012-12-16
mod_vjud: Do case-insensitive matching Kim Alvefur 2012-12-16
mod_vjud: Enforce minimal length of search parameters Kim Alvefur 2012-12-16
Merging from upstream Rob Hoelz 2012-12-10
Make sure we use the user filter for bind Rob Hoelz 2012-12-10
Fix login failure test to use a non-existent user Rob Hoelz 2012-12-10
Add password for user 'seven' Rob Hoelz 2012-12-10
Test login for user 'seven' Rob Hoelz 2012-12-10
Filter out test record 'seven' Rob Hoelz 2012-12-10
Add test user record that we'll filter out Rob Hoelz 2012-12-10
Log and return failure if user record not found in bind Rob Hoelz 2012-12-10
Use singlematch to find user record in ldap.bind Rob Hoelz 2012-12-10
Return DN in the attributes table with singlematch Rob Hoelz 2012-12-10
Change singlematch to search subtrees Rob Hoelz 2012-12-10
Print the username if a test login fails Rob Hoelz 2012-12-10
Test login for user 'six' Rob Hoelz 2012-12-10
Add test LDAP entries for testing deeper user records Rob Hoelz 2012-12-10
We must search for dn before trying to bind Guilhem LETTRON 2012-12-10
mod_strict_https: Correct underscore to hypen in max-age directive Kim Alvefur 2012-12-09
Change hoelzro's mod_auth_ldap to mod_auth_ldap2 Rob Hoelz 2012-12-05
mod_strict_https: New module implementing HTTP Strict Transport Security Kim Alvefur 2012-11-23
mod_pubsub_github: Receive Github web hooks (generated on pushes to a repository) and forward to a local pubsub node Matthew Wild 2012-11-22
mod_pubsub_pivotaltracker: Accept activity notifications from Pivotal Tracker web hooks and relay them to a pubsub node Matthew Wild 2012-11-22
mod_pubsub_eventsource: An experimental plugin for allowing non-XMPP subscriptions to pubsub nodes over HTML5's server-sent events (SSE/EventSource) API Matthew Wild 2012-11-15
mod_websocket: Determine whether to use a self-closing stream tag, based on the client's initial data Florian Zeitz 2012-11-08
mod_websocket: Add CORS support Florian Zeitz 2012-10-31
mod_checkcerts: Improve, add comments, add forward compatibility. Kim Alvefur 2012-10-28
mod_carbons: Advertise support for the previous version Kim Alvefur 2012-10-27
mod_websocket: Don't offer starttls Florian Zeitz 2012-10-25
mod_pastebin: provide correct content-type on invalid pastes warnings too. Marco Cirillo 2012-10-25
mod_register_json: add option to handle requests only on secure connections. Marco Cirillo 2012-10-23
mod_carbons: Update to latest version of XEP-0280, while supporting the old version. Kim Alvefur 2012-10-17
mod_websocket: Accept GET request without trailing / Florian Zeitz 2012-10-15
mod_websocket: Update example HTML Florian Zeitz 2012-10-15
mod_webpresence: Don't calculate the same hash four times. Waqas Hussain 2012-10-12
mod_auth_external: Work even when the LuaProcessCall library isn't available. Waqas Hussain 2012-10-12
mod_password_policy: Fix inverted length check. Waqas Hussain 2012-10-06
mod_websocket: Check whether the xmpp sub-protocol was requested Florian Zeitz 2012-10-05
mod_auth_sql: Add users iterator Kim Alvefur 2012-10-05
mod_websocket: More robust frame handling Florian Zeitz 2012-10-05
mod_password_policy: Initial commit. Waqas Hussain 2012-10-05
mod_websocket: Fix frame length calculation Florian Zeitz 2012-10-04
mod_websocket: Merge with current mod_c2s Florian Zeitz 2012-10-04
mod_auth_dovecot: Improved error reporting. Waqas Hussain 2012-09-28
mod_carbons: Fix logic, top resources should only be excluded for incoming messages Kim Alvefur 2012-09-22
mod_carbons: Less complicated assignments (thanks waqas) Kim Alvefur 2012-09-21
mod_carbons: Fix handling of messages from remote hosts Kim Alvefur 2012-09-19
mod_host_guard: close down streams from and to filtered entities, on initialization / configuration reload. Marco Cirillo 2012-09-19
mod_carbons: Optimize and clarify (thanks waqas) Kim Alvefur 2012-09-18
mod_carbons: Add comments and rename some variables to make it clearer Kim Alvefur 2012-09-18
Merge upstream with my local LDAP work Rob Hoelz 2012-09-17
Properly handle avatar/logo BINVALs Rob Hoelz 2012-09-17
Test for present avatar data in user vCard Rob Hoelz 2012-09-17
Fix vCard checking routine to handle avatars properly Rob Hoelz 2012-09-17
Compare decoded JPEG avatar data Rob Hoelz 2012-09-17
Fix prosody config (type is MIME type) Rob Hoelz 2012-09-17
Fix got/expected in vCard content test Rob Hoelz 2012-09-17
Add photo config to sample config Rob Hoelz 2012-09-17
Add test for vCard photo Rob Hoelz 2012-09-17
Add avatar data/config for testing Rob Hoelz 2012-09-17
mod_mam_muc_sql: SQL variant of mod_mam_muc Kim Alvefur 2012-09-17
mod_mam_muc: MUC version of mod_mam Kim Alvefur 2012-09-17
mod_mam_sql: Fork of mod_mam using SQL. Kim Alvefur 2012-09-17
mod_host_guard: fix typos into the code, the operators were supposed to be "not equal". Marco Cirillo 2012-09-12
mod_host_guard: replace checking host object with checking the configuration for the authentication option set to anonymous, I suppose that was the reason I imported configmanager but probably lost that somewhere in the process. Marco Cirillo 2012-09-12
mod_auth_external, mod_auth_internal_yubikey: Get rid of useless wrapper function around the auth provider. Waqas Hussain 2012-09-12
mod_host_guard: prevent possible traceback during host manual activation/deactivation. Marco Cirillo 2012-09-12
mod_auth_*: Use module:provides(), and don't explicitly specify provider.name. Waqas Hussain 2012-09-12
mod_storage_*: Update to use module:provides(). Waqas Hussain 2012-09-12
mod_smacks: Avoid indexing a nil value Kim Alvefur 2012-09-12
mod_smacks: Only request ack for stanzas Kim Alvefur 2012-09-10
mod_smacks: Less table indexing! Kim Alvefur 2012-09-10
Add LDAP plugin suite rob 2012-09-02
mod_mam: Fix variable name, blame autocomplete Kim Alvefur 2012-08-27
mod_register_redirect: rebacked in changeset c6f1427da79d (behaviour fixed). Marco Cirillo 2012-08-26
mod_vjud/vcard.lib: Handle empty vcards (thanks mva) Kim Alvefur 2012-08-26
mod_register_redirect: revert back previous change, as returning origin.send() causes inconsistent behaviour stanza routing/callbacks wise if the request comes from a remote entity. Marco Cirillo 2012-08-26
mod_carbons: Merge enable and disable handlers Kim Alvefur 2012-08-26
mod_twitter: Use module:send() Kim Alvefur 2012-08-25
mod_pastebin: Have a default pastebin URL. Waqas Hussain 2012-08-21
mod_pubsub_hub: Add compat wrapping of Atom content for interop with PuSH Kim Alvefur 2012-08-17
mod_mam: Report id of first item and number of items sent. Kim Alvefur 2012-08-16
mod_mam: Change storage format to store bare JID + resource. Kim Alvefur 2012-08-16
mod_mam: remove useless check Kim Alvefur 2012-08-16
mod_pubsub_feeds: util.pubsub methods return bool, data Kim Alvefur 2012-08-15
mod_pubsub_feeds: Fix method call Kim Alvefur 2012-08-15
mod_pubsub_feeds: Check if nodes exists in pubsub, make sure they get restored if not. (Thanks Maranda) Kim Alvefur 2012-08-15
mod_pubsub_feeds: Remove config-reloaded hook, do setup in module.load() instead Kim Alvefur 2012-08-15
mod_pubsub_feeds: Add parameter refresh_feeds() to force refresh of all feeds Kim Alvefur 2012-08-15
mod_pubsub_feeds: Use reference to mod_pubsub from module:depends Kim Alvefur 2012-08-15
mod_register_web: Show actual hostname in registration form Kim Alvefur 2012-08-10
mod_twitter: fixed to depend on Prosody's internal util.json. TODO: Discuss (MattJ, Zash, Waqas, Maranda) about migration all json content to use cjson ( http://www.kyne.com.au/~mark/software/lua-cjson-manual.html ) library instead Vadim Misbakh-Soloviov 2012-08-10
mod_vjud: Allow working as a component, in which case the parent domain is searched. Kim Alvefur 2012-08-09
mod_vjud/vcard.lib: Iterate on tags instead of items (thanks mva) Kim Alvefur 2012-08-09
mod_vjud: Correctly pass current state to form (Thanks Florob) Kim Alvefur 2012-08-09
mod_broadcast: New module to set up a component that forwards received messages to all online users (similar to Openfire's broadcast module) (thanks Yann Verry) Matthew Wild 2012-08-07
mod_pubsub_hub: Fix calculating next periodic check of subscriptions. Kim Alvefur 2012-08-06
mod_register_redirect: use 'return origin.send' instead of returning true everytime. Marco Cirillo 2012-08-06
mod_register_redirect: fixed clunky if block (thanks Zash, mva). Marco Cirillo 2012-08-06
mod_webpresence: fixed text notation, added html, added status message output Vadim Misbakh-Soloviov 2012-08-06
mod_register_redirect: Fix typo in variable name (again...) Matthew Wild 2012-08-05
mod_register_redirect: Fix usage of incorrect variable name (thanks iron) Matthew Wild 2012-08-05
mod_webpresence: Added possibility to get status as text Vadim Misbakh-Soloviov 2012-08-05
mod_s2sblackwhitelist: Remove, as very incompatible with 0.9 and similar functionality is available through mod_host_guard Matthew Wild 2012-08-05
mod_support_contact: Use module:send() Matthew Wild 2012-08-05
mod_auto_accept_subscriptions: Import core_post_stanza Matthew Wild 2012-08-05
mod_block_s2s_subscriptions: New module to block incoming presence subscriptions from non-contacts on selected remote hosts Matthew Wild 2012-08-05
mod_block_strangers: Bump handler priority to 200 (just because) Matthew Wild 2012-08-05
mod_block_subscriptions: Block incoming and outgoing presence subscriptions (useful in conjunction with mod_readonly) Matthew Wild 2012-08-05
mod_block_strangers: Module to block message and iqs from people not on your roster Matthew Wild 2012-08-05
mod_privacy: Remove, obsolete (bundled with Prosody). Don't come back! Matthew Wild 2012-08-04
mod_admin_web: Add explicit dependencies on mod_admin_adhoc and mod_bosh Florian Zeitz 2012-08-03
mod_admin_web: Move comment to appropriate line Florian Zeitz 2012-08-03
mod_admin_web: Update dependency versions Florian Zeitz 2012-08-02
mod_pubsub_hub: Enforce minimal lease time Kim Alvefur 2012-08-01
mod_pubsub_hub: Try to choose time until the next periodic check in a sane way Kim Alvefur 2012-08-01
mod_pubsub_feeds: Use URL as node name if the config index is numeric Kim Alvefur 2012-08-01
mod_pubsub_hub: New module that implements the Hub part of PubSubHubbub Kim Alvefur 2012-08-01
mod_pubsub_feeds: Depend on pubsub instead of aborting if it's not loaded Kim Alvefur 2012-08-01
mod_pubsub_feeds: Use the "superactor" instead of module.host/module.name Kim Alvefur 2012-08-01
mod_admin_web: Replace core_post_stanza() with module:send() Florian Zeitz 2012-08-01
mod_addressing: Replace use of core_post_stanza() with module:send() Kim Alvefur 2012-08-01
mod_service_directories: Replace use of core_post_stanza() with module:send() Kim Alvefur 2012-08-01
mod_remote_roster: Replace use of core_post_stanza() with module:send() Kim Alvefur 2012-08-01
mod_smacks: Use require to import (thanks a lot, autocomplete) Kim Alvefur 2012-07-29
mod_smacks: Import sessionmanager Kim Alvefur 2012-07-29
mod_smacks: Fix log statement Kim Alvefur 2012-07-29
mod_smacks: Import prosody.core_process_stanza() Kim Alvefur 2012-07-29
Merge with Oliver Gerlich Matthew Wild 2012-07-27
mod_archive: cope with <list> requests which don't have a <set> tag Oliver Gerlich 2012-06-11
mod_mam: Stricter validation, reject invalid timestamps, jids. Kim Alvefur 2012-07-27
mod_readonly: Allow preventing direct modification of certain user data via XMPP Matthew Wild 2012-07-27
mod_compat_vcard: Handle vcard requests sent to full JIDs (a spec violation commited by older versions of ejabberd and possibly others) - replaces vcard_compatibility option from Prosody 0.8 Matthew Wild 2012-07-26
mod_compat_bind: Compatibility (ugh) with clients that send the resource bind to the login host (ugh) Matthew Wild 2012-07-26
mod_admin_web_timber -> mod_admin_web Matthew Wild 2012-07-24
mod_register_web: nodeprep username before creating user (thanks IRON) Matthew Wild 2012-07-22
mod_adhoc_cmd_*: Remove, these are obsoleted by mod_admin_adhoc (supplied with Prosody since 0.8) Matthew Wild 2012-07-19
mod_inotify_reload: Add debug logging Matthew Wild 2012-07-19
mod_carbons: Unconditionally set namespace of forwarded message. Kim Alvefur 2012-07-16
mod_vjud: Remove some ... verbose debug logging Kim Alvefur 2012-07-13
mod_streamstats: Switch to portmanager and other 0.9 goodness Kim Alvefur 2012-07-11
mod_http_favicon: Add, serves a favicon.ico Kim Alvefur 2012-07-07
mod_mam_adhoc: Use ad-hoc command node suggested by XEP-0313 Kim Alvefur 2012-07-07
mod_limits: Import to prosody-modules, connection-level rate limiting Matthew Wild 2012-07-06
mod_archive: switch from/to Olivier Goffart 2012-07-04
mod_archive: Fix duplicate messages stored Olivier Goffart 2012-07-04
mod_archive: Fix hour offset in stored message date Olivier Goffart 2012-07-04
mod_vjud: Don't break on undefined properties. Kim Alvefur 2012-07-01
mod_vjud: Switch first and last name in results to be correct. Kim Alvefur 2012-07-01
mod_vjud: Update util.vcard from verse Kim Alvefur 2012-07-01
mod_compat_muc_admin: added missing import (thanke MattJ) Marco Cirillo 2012-06-30
mod_vjud: Missing fields should not match everyone. (Thanks Pidgin) Kim Alvefur 2012-06-28
mod_host_guard: adjusted log message. Marco Cirillo 2012-06-26
mod_host_guard: reduced code duplication and added better logging. Marco Cirillo 2012-06-26
mod_host_guard: during configuration reload the host handlers should be reinitialized as well, so reverted changed and added back the "redundant code". Marco Cirillo 2012-06-26
mod_host_guard: removed redundant cleanup code (tested it's completely unrequired). Marco Cirillo 2012-06-25
mod_host_guard: host handlers are now cleaned properly on module unload (and also still on re/load to be safe). Marco Cirillo 2012-06-25
mod_host_guard: referenced configmanager from prosody's _G instead of requiring it. Marco Cirillo 2012-06-25
mod_register_json: moved throttling logic so that if there's a failure during nick registration the user can retry and referenced usermanager from prosody's _G instead of req. it. Marco Cirillo 2012-06-25
mod_register_redirect: referenced configmanager from prosody's global space instead of requiring it (==). Marco Cirillo 2012-06-25
mod_register_json: modify logic to prevent an unnecessary call to usermanager. Marco Cirillo 2012-06-25
mod_auth_joomla: Added config option sql.prefix (default = "jos_"). Waqas Hussain 2012-06-22
mod_auth_joomla: Joomla hash should be hex-encoded, not raw binary (thanks Anthony). Waqas Hussain 2012-06-22
mod_pubsub_feeds: Prepare for making it possible to unsubscribe, and some other minor changes. Kim Alvefur 2012-06-20
mod_pubsub_feeds: Fix updating of config Kim Alvefur 2012-06-20
mod_vjud: Depends on vcard lib from verse, so add that. Kim Alvefur 2012-06-20
mod_vjud: Add. Thanks waqas for the base code. Kim Alvefur 2012-06-20
mod_mam_adhoc: New module that allows clients to change MAM preferences through AdHoc. Kim Alvefur 2012-06-17
mod_client_certs: Add Ad-Hoc commands for certificate management Florian Zeitz 2012-06-12
mod_client_certs: Strip x509 data Florian Zeitz 2012-06-12
mod_mam: Enforce max results even if RSM isn't used. Kim Alvefur 2012-06-11
mod_register_json: corrected trace. Marco Cirillo 2012-06-11
mod_client_certs: Follow the rules in XEP-0178 about the inclusion of the username when using EXTERNAL, instead of mapping one certificate to one user. Thijs Alkemade 2012-06-09
mod_auth_dovecot: If the connection fails, nuke it so the next attempt causes a reconnect. Kim Alvefur 2012-06-08
mod_mam: Fix typo Kim Alvefur 2012-06-08
mod_mam: Enforce a max number of items returned, with a default. Kim Alvefur 2012-06-08
mod_mam: Move RSM pointer to last message into a MAM-namespaced child Kim Alvefur 2012-06-08
mod_mam/rsm.lib: Remove log statement (fixes usage in verse) Kim Alvefur 2012-06-08
mod_mam/rsm.lib: Fix typo Kim Alvefur 2012-06-08
mod_mam: Fix issue with get_text() and clean some unneeded variables. Kim Alvefur 2012-06-08
mod_mam: Implement support for Result Set Management in queries. Kim Alvefur 2012-06-08
mod_auth_dovecot: Old forgotten changes. Testing appreciated. Kim Alvefur 2012-06-07
mod_conformance_restricted: Require util.jid Florian Zeitz 2012-06-05
mod_client_certs: Fix the checking of valid id_on_xmppAddr fields. Thijs Alkemade 2012-06-05
mod_client_certs: Disconnect every session that was using that cert when revoking a client certificate. Thijs Alkemade 2012-06-05
mod_admin_web: Correctly import usermanager Florian Zeitz 2012-06-05
mod_client_certs: Checking in the latest version I have with Zash's changes. Thijs Alkemade 2012-06-05
mod_websocket: Remove unnecessary require of tohex() Florian Zeitz 2012-06-02
mod_websocket: Only un-self-close <stream:stream>s Florian Zeitz 2012-05-28
mod_websocket: Make sending a self-closing <stream:stream> tag configurable Florian Zeitz 2012-05-27
mod_websocket: Answer ping frames Florian Zeitz 2012-05-27
mod_websocket: Add fragmentation support Florian Zeitz 2012-05-27
mod_websocket: Be nice to non-websocket clients Florian Zeitz 2012-05-27
mod_websocket: Make this a shared module Florian Zeitz 2012-05-27
mod_websocket: Move frame building into a function Florian Zeitz 2012-05-27
mod_host_guard: remove unused import. Marco Cirillo 2012-05-27
mod_host_guard: prevent possible traces in case there isn't a conn object on the session by adding a dummy replacement function. Marco Cirillo 2012-05-27
mod_host_guard: now a proper error is returned when stanzas are routed to a filtered remote server (thanks Zash) Marco Cirillo 2012-05-27
mod_host_guard: removed unused variable. Marco Cirillo 2012-05-27
mod_host_guard: using route/remote event hook to stop outgoing connections to filtered entities, yet the returned error is highly misleading. Marco Cirillo 2012-05-27
mod_host_guard: removed s2smanager import. Marco Cirillo 2012-05-26
mod_host_guard: removed calls to s2smanager and made the module not dependant on it. Marco Cirillo 2012-05-26
mod_group_bookmarks: Log error when group_bookmarks_file not specified Matthew Wild 2012-05-26
mod_stanza_counter_http: change the skipped get_option_array to get_option_string it was supposed to. Marco Cirillo 2012-05-26
mod_websocket: Move frame handling into a separate function Florian Zeitz 2012-05-26
mod_websocket: New mod_c2s based version, still WIP Florian Zeitz 2012-05-25
mod_mam: Put name of store in a single variable Kim Alvefur 2012-05-24
mod_mam: Remove unused local Kim Alvefur 2012-05-24
mod_mam: Break when the message is more recent than the range requested Kim Alvefur 2012-05-24
mod_mam: local tostring and some comments Kim Alvefur 2012-05-24
mod_mam: From the spec: servers SHOULD NOT archive messages that do not have a <body/> child tag. Thijs Alkemade 2012-05-24
mod_pubsub_feed: Rename to mod_pubsub_feeds Kim Alvefur 2012-05-23
mod_data_access: Cleanup and update to new HTTP API Kim Alvefur 2012-05-21
mod_pubsub_feed: Cleanup and update to new APIs in 0.9 Kim Alvefur 2012-05-21
mod_checkcerts: New module that logs a warning when your cert is about to expire. Kim Alvefur 2012-05-21
mod_mam: Add the UID to the <result> when sending an archived message back. Thijs Alkemade 2012-05-21
mod_auth_phpbb3: Optionally allow using PHPBB3 session ID as password ( sql = { sessionid_as_password = true, ... } ). Waqas Hussain 2012-05-16
mod_carbons: Move creation of the carbon stanza out of the loop. Kim Alvefur 2012-05-06
mod_admin_web: Utilize the shared module magic Florian Zeitz 2012-04-30
mod_srvinjection: Use module:set_global() Florian Zeitz 2012-04-30
mod_post_msg: Update to the new HTTP API Kim Alvefur 2012-04-30
mod_register_json: same as previous ones, un-needeness. Marco Cirillo 2012-04-29
mod_stanza_counter: remove module:set_global, with the default_host handler it's not required. Marco Cirillo 2012-04-29
mod_server_status: remove module:set_global, with the default_host handler it's not required. Marco Cirillo 2012-04-29
mod_server_status: for sure xml isn't json, passing json mime and viceversa isn't appropriate at all. *no no* Marco Cirillo 2012-04-29
mod_server_status: fix code typo, get_option_array was used instead of get_option_string Marco Cirillo 2012-04-29
mod_register_json: revert change, it's not needed (providing http provides https as well) Marco Cirillo 2012-04-29
mod_pastebin: Update to the new HTTP API Kim Alvefur 2012-04-29
mod_register_web: Extremely rough web registration page, with captcha Matthew Wild 2012-04-29
mod_inotify_reload: Reload modules when their code changes Matthew Wild 2012-04-29
mod_register_json: fixed typo, added https/http switch and default value to it. Marco Cirillo 2012-04-29
mod_stanza_counter_http: updated to current HTTP API. Marco Cirillo 2012-04-29
mod_server_status: updated to current HTTP API. Marco Cirillo 2012-04-29
mod_register_json: updated to current HTTP API. Marco Cirillo 2012-04-29
mod_ircd: net.connlisteners is gone and won't be back, *disintegrated* Marco Cirillo 2012-04-29
mod_cleanup_http: this is only useful to reload http plugins pre-timber 0.9, *disintegrated* Marco Cirillo 2012-04-29
mod_adhoc: Remove Matthew Wild 2012-04-28
mod_proxy65: Remove Matthew Wild 2012-04-28
mod_webpresence: Update to timber, remove squish hack (icons are now loaded relative to the module file) Matthew Wild 2012-04-28
mod_smacks: Make smacks_max_unacked_stanzas configurable Matthew Wild 2012-04-28
mod_smacks: get_option+_number Matthew Wild 2012-04-28
mod_smacks: Remove dependency on connlisteners (use sessions table shared by mod_c2s directly) Matthew Wild 2012-04-28
mod_streamstats: Import count and keys from util.iterators Matthew Wild 2012-04-28
Tagging last 0.8.x compatible revision of this repo, for 0.8.x support move to http://code.google.com/p/prosody-modules.0-8/ Matthew Wild 2012-04-28
mod_admin_web: HTTP methods are now required Florian Zeitz 2012-04-27
mod_admin_web: Add timber version. Separate for now Florian Zeitz 2012-04-27
mod_mam: Update header Kim Alvefur 2012-04-22
mod_mam: Remove archived tag, as this was dropped from the submitted spec Kim Alvefur 2012-04-19
mod_pubsub_feed: Fix typos Kim Alvefur 2012-04-03
mod_archive: applied patch from stephen.weber@gswot.org to fix issue 6 and 7; need fully test. shinysky 2012-03-29
mod_compat_muc_admin: corrected variable leftovers. Marco Cirillo 2012-03-27
mod_compat_muc_admin: adding last missing local (getUsingPath). Marco Cirillo 2012-03-27
mod_compat_muc_admin: general cleanup, adding missing locals from muc.lib.lua (since things aren't inflated enough already) Marco Cirillo 2012-03-27
mod_compat_muc_admin: we shall make sure that only owners can destroy rooms and not everyone, isn't it? Marco Cirillo 2012-03-27
mod_compat_muc_admin: first commit. Marco Cirillo 2012-03-27
mod_auth_phpbb3: Match the username_clean column instead of the username column when updating password. Waqas Hussain 2012-03-24
mod_smacks: Don't hibernate session on graceful stream close 0.8-diverge Matthew Wild 2012-03-19
mod_smacks: Import connlisteners properly Matthew Wild 2012-03-17
mod_smacks: If a resumed session still has a connection open, close that connection before resuming Matthew Wild 2012-03-17
mod_smacks: Use pre-resource-unbind (0.9 feature) to fix reloadability and multiple host support Matthew Wild 2012-03-05
mod_mam: Bumb priority up above carbons, so that archive ids are included Kim Alvefur 2012-02-28
mod_mam: Add missing up() Kim Alvefur 2012-02-28
mod_mam: Try to not bork when sending a message to your bare jid Kim Alvefur 2012-02-28
mod_carbons: Remove useless protection against loop that can't happen Kim Alvefur 2012-02-28
mod_carbons: Make sure parameters to log() are strings. Kim Alvefur 2012-02-28
mod_lastlog: Add option to also log the users IP address. Kim Alvefur 2012-02-24
mod_lastlog: New module to record last time a user authenticated Kim Alvefur 2012-02-24
mod_admin_web: Correctly access items in NamedNodeMaps Florian Zeitz 2012-02-14
Merge Matthew Wild 2012-02-14
mod_c2s_conn_throttle: renamed mod_c2s_auth_throttle, hooks at features and takes in account stream renegotiation. Marco Cirillo 2012-02-12
mod_cleanup_http: updated banner. Marco Cirillo 2012-02-12
mod_cleanup_http: "spring cleans" module, aka unload global http modules without hassle (open ports cleanup doesn't work with server_event) Marco Cirillo 2012-02-12
mod_server_status: remove cleanup function move it to a separate plugin. Marco Cirillo 2012-02-12
mod_stanza_counter_http: remove cleanup function move it to a separate plugin. Marco Cirillo 2012-02-12
mod_register_json: remove cleanup function move it to a separate plugin. Marco Cirillo 2012-02-12
mod_carbons: Use session.send instead of passing carbon through all the routing Kim Alvefur 2012-02-12
mod_carbons: Add more debug logging Kim Alvefur 2012-02-09
mod_c2s_auth_throttle: first commit Marco Cirillo 2012-02-09
merged. Marco Cirillo 2012-02-09
mod_conformance_restricted: Module to send XML restricted by RFC 6120 (for conformance testing) Florian Zeitz 2012-02-07
mod_server_status: de-revert to use configmanager instead of module mm for the cleanup function also give it an unique name (mismatch possible "??") Marco Cirillo 2012-02-09
mod_stanza_counter_http: de-revert to use configmanager instead of module mm for the cleanup function also give it an unique name (mismatch possible "??") Marco Cirillo 2012-02-09
mod_register_json: punctuation adjust Marco Cirillo 2012-02-09
mod_register_json: de-reverting change to use configmanager again (trace happened), also changed cleanup function name to avoid mismatches (??) Marco Cirillo 2012-02-09
mod_register_json: cleanup unused stuff Marco Cirillo 2012-02-09
mod_auto_accept_subscriptions: New module to automatically accept incoming subscription requests on behalf of users Matthew Wild 2012-02-14
Fix a typo in mod_smacks (type -> session_type). Thijs Alkemade 2012-02-02
mod_smacks: Drop back to urn:xmpp:sm:2 for now Matthew Wild 2012-02-02
Add a <delay> to stanzas that are queued (and don't have one already), so clients can show them with the original timestamp. Thijs Alkemade 2012-02-02
Update smacks to urn:xmpp:sm:3. Fix typo in can_do_smacks. Thijs Alkemade 2012-02-02
mod_smacks: Consolidate logic for deciding whether to advertise or allow smacks for a given session, and fix an issue with not allowing s2s connections to enable smacks because of not binding a resource... (thanks xnyphs) Matthew Wild 2012-02-01
mod_smacks: Handle a client trying to <enable> twice, or trying to <enable> before resource binding (thanks Thijs Alkemade) Matthew Wild 2012-02-01
mod_smacks: Only advertise stream features when a stream is authenticated, and doesn't already have smacks enabled Matthew Wild 2012-02-01
mod_smacks: Log message when client tries to resume unknown session Matthew Wild 2012-01-30
mod_smacks: Add log message on resume Matthew Wild 2012-01-30
mod_smacks: Add logging to hibernation and session destruction (thanks darkrain) Matthew Wild 2012-01-29
mod_carbons: Don't try to send carbons for entirely offline users. Kim Alvefur 2012-01-28
mod_admin_web: Clear commands in all cases new ones are loaded (thanks Maranda) Florian Zeitz 2012-01-26
mod_muc_log_http: Use YYYY-MM-DD in URLs instead of the confusing YYMMDD. Waqas Hussain 2012-01-25
mod_muc_log_http: Reduce theme loading code. Waqas Hussain 2012-01-25
mod_muc_log_http: Improved theme loading, and better error reporting. Waqas Hussain 2012-01-24
mod_muc_log_http: Return a 500 Internal Server Error on missing theme, not a traceback. Waqas Hussain 2012-01-24
mod_muc_log_http: Don't return a page on missing rooms. Waqas Hussain 2012-01-24
mod_muc_log_http: Return a proper 404 Not Found page on missing pages instead of a traceback. Waqas Hussain 2012-01-24
mod_admin_web: Fix margins Florian Zeitz 2012-01-24
mod_smacks: Fix smacks on s2s connections, but disable it by default. Kim Alvefur 2012-01-24
Adapt to bootstrap Florian Zeitz 2012-01-19
mod_admin_web: Replace command list instead of appending Florian Zeitz 2012-01-18
mod_adhoc_web: Redesign adhoc command pane Florian Zeitz 2012-01-18
mod_admin_web: Begin switch to using bootstrap styles Matthew Wild 2012-01-17
mod_admin_web: Add bootstrap to get_deps.sh Matthew Wild 2012-01-17
mod_admin_web: Move style.css to css/ Matthew Wild 2012-01-17
mod_admin_web: Fix typo (incomming->incoming) Matthew Wild 2012-01-17
mod_stanza_counter_http: revert to use module:get_option_boolean Marco Cirillo 2012-01-17
mod_server_status: revert to use module:get_option_boolean Marco Cirillo 2012-01-17
mod_register_json: revert to use module:get_option_boolean Marco Cirillo 2012-01-17
mod_pastebin: more sensible unconfigured base url formatting, use interface directive if present. Marco Cirillo 2012-01-17
mod_server_status: added http cleanup code from mod_register_json Marco Cirillo 2012-01-17
mod_register_json: switched module:get_option_boolean("use_libevent", nil) with require "core.configmanager".get("*", "core", "use_libevent") as the first possibly won't work (module is unloaded) Marco Cirillo 2012-01-17
mod_stanza_counter_http: added cleanup function (from mod_register_json) Marco Cirillo 2012-01-17
mod_register_json: reworked the ccleanup function so that it doesn' try to close an unused listener port if server_event is in use (works only with select) Marco Cirillo 2012-01-17
mod_register_json: added auto-cleanup logic to the module so it can at least be unloaded and reloaded without fuss. (Experimental: works with server_select and trunk) Marco Cirillo 2012-01-17
mod_mam: Store the message id more accessible. Kim Alvefur 2012-01-15
mod_mam: Implement archiving preferences. Kim Alvefur 2012-01-15
mod_muc_limits: Echo any MUC <x> or <body> in the error reply (required to make Gajim display the error) Matthew Wild 2012-01-15
mod_muc_limits: Remove throttle object from all rooms on unload (to make sure new settings are applied on reload) Matthew Wild 2012-01-15
mod_muc_limits: Don't limit room leaving Matthew Wild 2012-01-15
mod_muc_limits: New module to impose overall rate-limits on a MUC (not on individual users) Matthew Wild 2012-01-15
mod_register_json: checking out if the user creation succeeded or not is good practice. Marco Cirillo 2012-01-14
mod_service_directories: Initial commit. Untested. Support for both directory and buddy use cases. Incomplete pubsub support (only getting all items supported). Waqas Hussain 2012-01-14
mod_register_json: fire user-registered event manually on the destination host. (thanks Mr. Gecko) Marco Cirillo 2012-01-14
mod_register_json: modified code to employ get_option_set for true sets, and contains meta method Marco Cirillo 2012-01-14
mod_admin_web: Use proper path for www_data files (Thanks Zash) Florian Zeitz 2012-01-14
mod_register_json: cleaned up useless unused code (thanks Mr. Gecko) Marco Cirillo 2012-01-14
mod_adhoc_web: fade instead of scrolling Florian Zeitz 2012-01-12
mod_server_status: fixed trace case when an user, mistakenly or not, sets a component which doesn't exist into the plugin config. (thanks chris) Marco Cirillo 2012-01-10
mod_carbons: Update to Carbons v0.6. Kim Alvefur 2012-01-10
mod_server_status: corrected mistake in the code. Marco Cirillo 2012-01-10
mod_server_status: useless "space" removed Marco Cirillo 2012-01-10
mod_server_status: corrected error. Marco Cirillo 2012-01-10
mod_server_status: renamed mod_xml_status to mod_server_status as the option to output the stats in JSON was added. Marco Cirillo 2012-01-10
mod_admin_web: Add missing images Florian Zeitz 2012-01-10
First pass of web-admin redesign Florian Zeitz 2012-01-10
mod_ircd: Made the requirement of setting the conference_server a bit more "aggressive", and the resulting error banner for not setting it also. Marco Cirillo 2012-01-08
mod_host_guard: fixed plugin, minor code refactor. Marco Cirillo 2012-01-08
mod_register_json: replaced prosody.events.add_handler with module:hook. Marco Cirillo 2012-01-08
mod_stanza_counter_http: replaced prosody.events.add_handler with module:hook. Marco Cirillo 2012-01-08
mod_stanza_counter: removed a few empty lines. Marco Cirillo 2012-01-08
mod_host_guard: replaced prosody.events.add_handler with module:hook. Marco Cirillo 2012-01-08
mod_xml_status: stick to one code "punctuation" style. Marco Cirillo 2012-01-07
mod_s2s_never_encrypt_blacklist: stick to one code "punctuation" style. Marco Cirillo 2012-01-07
mod_register_redirect: stick to one code "punctuation" style. Marco Cirillo 2012-01-07
mod_register_json: stick to one code "punctuation" style. Marco Cirillo 2012-01-07
mod_host_guard: stick to one code "punctuation" style. Marco Cirillo 2012-01-07