log

age author description
2013-05-30 Florian Zeitz mod_websocket: Add some more error checks for close frames
2013-05-30 Florian Zeitz mod_websocket: Access some values via locales instead of through tables
2013-05-30 Florian Zeitz mod_websocket: Optimize string concatenation
2013-05-30 Florian Zeitz mod_websocket: Call string and table functions through locals
2013-05-30 Florian Zeitz mod_websocket: Fix length calculation
2013-05-29 Kim Alvefur mod_smacks: Allow resumption if the TCP connection is closed from our end, c15cea87036f ensures distinction from cleanly closed streams (thanks Lance)
2013-05-27 Florian Zeitz mod_admin_web: Update to JQuery 1.10.0
2013-05-27 Florian Zeitz mod_admin_web: Fix CSS, :last -> :last-child
2013-05-26 Kim Alvefur mod_muc_log_http: Don't use nonexistent API
2013-05-24 Florian Zeitz mod_admin_web: Fix indentation
2013-05-24 Florian Zeitz mod_admin_web: Update to new strophejs location, and jQuery 1.9.1
2013-05-23 Matthew Wild mod_data_access: is_admin() takes a JID, not a username (fixes admin access to data stores)
2013-05-22 Matthew Wild mod_pastebin: Ensure base URL always has a trailing / (thanks Masin)
2013-05-19 Matthew Wild mod_broadcast: Allow overriding from address on the broadcast stanza
2013-05-19 Matthew Wild mod_broadcast: Allow admins to broadcast
2013-05-18 Matthew Wild mod_muc_config_restrict: Allow restricting specific options in the MUC config form to service admins
2013-05-18 Matthew Wild mod_auto_activate_hosts: Don't activate * when the config is reloaded
2013-05-14 Matthew Wild Merge
2013-05-14 Matthew Wild mod_isolate_host: Prevent communication between hosts, even internal ones
2013-05-09 Waqas Hussain mod_storage_mongodb: Use util.json to encode our data (handles non-string table keys, etc).
2013-05-09 Kim Alvefur mod_s2s_log_certs: Log certificate status and fingerprints
2013-05-09 Kim Alvefur mod_s2s_auth_dnssec_srv: Implements Secure Delegation using DNS SRV
2013-05-09 Matthew Wild mod_message_logging: New module to log user conversations to text files
2013-05-09 Matthew Wild mod_auto_activate_hosts: Automatically activate and deactivate hosts when they are added/removed from the config
2013-05-09 Matthew Wild mod_muc_ban_ip: When a user is banned from a MUC, ban their IP from the MUC also (works for remote rooms too)
2013-05-09 Marco Cirillo mod_muc_log, mod_muc_log_http: cleanup syntax (off with the "~= nil"), and cut down wild table indexing.
2013-05-08 Matthew Wild mod_jid_prep: Implement the JID prep protocol in the XEP submitted 5 minutes ago...
2013-05-08 Florian Zeitz mod_admin_web: Fix up header
2013-05-08 Matthew Wild mod_firewall: don't use %b() (not technically correct)
2013-05-08 Florian Zeitz mod_admin_web: Update URL for adhoc.js
2013-05-07 Matthew Wild 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 %
2013-05-07 Matthew Wild mod_firewall: Fix conditions with spaces
2013-05-07 Matthew Wild mod_firewall/conditions: Remove unused variable
2013-05-07 Matthew Wild mod_firewall: Cache conditions, so that they are only calculated once per chain execution
2013-05-05 Marco Cirillo mod_register_json: fix logging message for already pending registrations' bounces.
2013-05-05 Kim Alvefur mod_smacks: Complain a little louder about clients trying to resume after resource binding
2013-04-30 Waqas Hussain mod_component_client: Initial commit. Allows Prosody to act as an external component for other XMPP servers.
2013-04-29 Marco Cirillo mod_register_json: added missing parameter to some http_response calls.
2013-04-29 Marco Cirillo mod_register_json: small code cleanup & optimization.
2013-04-29 Thijs Alkemade mod_client_certs: Updated to match the specification in urn:xmpp:saslcert:1.
2013-04-29 Marco Cirillo mod_register_json: major code overhaul into a token based registration & verification system.
2013-04-25 Kim Alvefur mod_smacks: Wrap session:close() and make the session not resumable
2013-04-25 Kim Alvefur mod_smacks: If a hibernating session was destroyed before the timeout, don't destroy it again or say that it was resumed
2013-04-24 Kim Alvefur mod_support_contact: Use module:get_option_string()
2013-04-24 Kim Alvefur mod_swedishchef: Use newer config API
2013-04-18 Marco Cirillo mod_incidents_handling: import setmetatable.
2013-04-11 Matthew Wild mod_pubsub_feeds, mod_sms_clickatell, mod_twitter: Update for net.http API change in prosody:e3b9dc9dd940
2013-04-11 Kim Alvefur mod_mam: Report the total number of messages, not how many messages were sent during the query
2013-04-08 Kim Alvefur mod_seclabels: Allow stanzas or XML strings as labels in the config
2013-04-08 Kim Alvefur mod_firewall: Fix variable name
2013-04-08 Kim Alvefur mod_firewall: The default value of the 'type' attribute on message stanzas is 'normal'
2013-04-08 Matthew Wild mod_pubsub_twitter: Wrap published item in an <item> element for pubsub
2013-04-07 Marco Cirillo mod_muc_log_http: remove overlapping imports.
2013-04-07 Marco Cirillo mod_muc_log: some cleanup and code refactor also force the plugin storage driver being internal.
2013-04-07 Marco Cirillo mod_muc_log_http: do some more cleanup of the code.
2013-04-07 Marco Cirillo mod_muc_log_http: use datamanager's encoding function to encode room names.
2013-04-07 Marco Cirillo mod_muc_log_http: rename fire_server_event to fire_event.
2013-04-07 Marco Cirillo mod_muc_log_http: more proper 0.9 port.
2013-04-06 Matthew Wild mod_firewall: Add rate limiting capabilities, and keep zones and throttle objects in shared tables
2013-04-06 Florian Zeitz mod_muc_log_http: Adapt to prosody 0.9 changes