log

age author description
2013-10-13 Kim Alvefur mod_http_altconnect: Exposes BOSH and WebSocket endpoints over HTTP per http://legastero.github.io/customxeps/extensions/xep-0156.html#http
2013-10-11 Waqas Hussain mod_component_client: Fix traceback when connection fails during module load
2013-10-11 Waqas Hussain mod_component_client: Added component_client.exit_on_disconnect config option
2013-10-11 Waqas Hussain mod_component_client: Fire connect (logged in) and disconnect events
2013-09-02 Rob Hoelz mod_mam_sql: Reconnect if the connection should be dropped
2013-09-02 Rob Hoelz mod_mam_sql: Add better error handling
2013-10-06 Kim Alvefur mod_muc_limits: Just drop error stanzas instead of bouncing them with more error stanzas
2013-09-29 Kim Alvefur mod_s2s_keysize_policy: Add note about required LuaSec patch
2013-09-29 Kim Alvefur mod_s2s_keysize_policy: Don't trust keys weaker than 2048 bit RSA after 31 December 2013
2013-09-26 Matthew Wild mod_auth_imap: Fix typo in previous commit
2013-09-26 Matthew Wild mod_auth_imap: Rename imap_service_realm to imap_auth_realm and inherit from sasl_realm, rename imap_service_name to imap_auth_service_name
2013-09-26 Matthew Wild mod_auth_imap: unfortunately large commit which adds support for SSL (including cert verification), appending the realm to usernames, and various IMAP protocol fixes
2013-09-26 Matthew Wild mod_auth_imap: Minor cleanup of imports
2013-09-26 Matthew Wild mod_auth_imap: Leave port nil if not specified in the config, so we can auto-detect based on whether we use SSL
2013-09-26 Matthew Wild mod_auth_external/examples: bash: Don't use log file by default
2013-09-26 Kim Alvefur mod_auth_imap: Authentication module that works by passing through SASL to a IMAP connection
2013-09-19 Matthew Wild mod_auth_external: merge two if blocks with an elseif
2013-09-19 Matthew Wild mod_auth_external: Add example Python script
2013-09-17 Florian Zeitz mod_websocket: Add consider_websocket_secure option
2013-09-17 Kim Alvefur mod_auth_ldap: Implement password change
2013-09-11 Kim Alvefur mod_bidi: Add missing 'is_bidi' flag for incoming s2s
2013-09-09 Kim Alvefur mod_auth_ldap: Convert from plain_test to plain mode, allowing SCRAM and similar.
2013-09-07 Florian Zeitz mod_admin_web: Use .textContent, instead of .innerHTML
2013-09-06 Thijs Alkemade mod_watchuntrusted: New module that will warn admins about s2s connections that fail due to lack of encryption or invalid certificates.
2013-09-05 Kim Alvefur mod_mam: Stamp outgoing messages with <archived> as well, but remove it after they should have passed through mod_carbons
2013-09-05 Kim Alvefur mod_mam: Include textual error if archive query failed
2013-09-05 Kim Alvefur mod_mam: Log error message if unable to open archive storage
2013-09-04 Kim Alvefur mod_carbons: Use iq-type events
2013-09-04 Kim Alvefur mod_carbons: Handle enabled/disable with the same callback for all versions
2013-09-03 Matthew Wild mod_host_blacklist: Bigger fix: return true to block original stanza (thanks Zash)
2013-09-03 Matthew Wild mod_host_blacklist: Small fix
2013-09-03 Matthew Wild mod_host_blacklist: Similar to mod_s2s_blacklist, but stanza-based. Works between hosts on the same server, at a slight performance impact.
2013-09-03 Matthew Wild mod_s2s_blacklist: A new _simple_ s2s blacklist module
2013-09-02 Matthew Wild mod_reload_modules: Add support for loading/unloading of modules, as well as simply reloading
2013-08-29 Matthew Wild mod_secure_interfaces: New module to mark c2s sessions on given interfaces as 'secure' without encryption
2013-08-28 Kim Alvefur mod_lastlog: Import util.datetime
2013-08-28 Kim Alvefur mod_lastlog: Fix jid.split call
2013-08-28 Kim Alvefur mod_lastlog: If loaded on a component, store a timestamp of the last message sent, eg to a MUC room
2013-08-28 Kim Alvefur mod_lastlog: Collect timestamp on registration
2013-08-28 Kim Alvefur mod_lastlog: Return a non-zero exit code if no lastlog records were found
2013-08-28 Matthew Wild mod_turncredentials: No need to check tag name, we're already in the event handler for the 'services' tag
2013-08-28 Matthew Wild mod_turncredentials: Use iq-get event, to save checking attr.type manually
2013-08-28 Matthew Wild mod_turncredentials: Use type-specific get_option() methods where appropriate, and pass in default values
2013-08-28 Philipp Hancke mod_turncredentials: use smarter timestamp expiry from draft-uberti-behave-turn-rest-00
2013-08-21 Kim Alvefur mod_carbons: Fix <private/> handling
2013-08-15 Kim Alvefur mod_s2s_auth_fingerprint: Don't halt event propagation in cert pinning mode
2013-08-15 Kim Alvefur mod_auth_pam: Initial commit of simple PAM authentication module
2013-08-15 Matthew Wild mod_auth_external: Move example scripts to new examples/ dir, and add Lua and Go examples
2013-08-15 Kim Alvefur mod_auth_ldap: Add a configurable scope, defaulting to onelevel
2013-08-15 Kim Alvefur mod_auth_ldap: Switch to type-specific get_option variants
2013-08-14 Matthew Wild mod_auth_external: Support for multiple auth processes (set external_auth_processes = N) - requires non-blocking mode
2013-08-14 Matthew Wild mod_auth_external: Re-organise initialization a bit (superficial)
2013-08-13 Matthew Wild mod_auth_external: Add non-blocking mode (requires trunk, libevent and lpty 1.0.1). Our first complete non-blocking auth module!
2013-08-13 Matthew Wild mod_auth_external: Fix logging of errors
2013-08-13 Matthew Wild mod_auth_external: Log full response from pty if it appears to be an error message
2013-08-13 Matthew Wild mod_auth_external: Remove unused import of jid.bare
2013-08-13 Matthew Wild mod_auth_external: Remove is_admin (duplicates usermanager)
2013-08-13 Matthew Wild mod_auth_external: Switch to lpty, remove file-based fallback, improve error messages and handling. Should greatly increase compatibility with scripts.
2013-08-11 Kim Alvefur mod_mam/mamprefs.lib: Revert accidentally commited change
2013-08-11 Kim Alvefur mod_mam: Remove unused table, it was moved to one of the libs
2013-08-11 Kim Alvefur mod_carbons: Add support for XEP-0334: Message Processing Hints
2013-08-11 Kim Alvefur mod_mam: Add support for XEP-0334: Message Processing Hints
2013-08-11 Kim Alvefur mod_mam: Clean up and explain the code that determines who's archive we put the message in
2013-08-10 Kim Alvefur mod_muc_log: Restore copyright header that somehow got lost
2013-08-10 Kim Alvefur mod_mam_adhoc: Use the new adhoc permission level for local users
2013-08-10 Kim Alvefur mod_mam_muc: Search the rooms archive correctly (copypaste error from mod_mam)
2013-08-10 Kim Alvefur mod_mam_muc: Send item-not-found if the requested room does not exist
2013-08-10 Kim Alvefur mod_mam_muc: Fix room lookup, should be indexed by bare jid
2013-08-10 Kim Alvefur mod_mam_muc: Allow archiving to be enabled trough in the room configuration
2013-08-10 Kim Alvefur mod_mam_muc: Stap archived messages
2013-08-10 Kim Alvefur mod_mam_muc: Switch to new stanza storage API
2013-08-10 Kim Alvefur mod_mam_muc: Send proper error reply when one is not allowed to query archive
2013-08-10 Kim Alvefur mod_mam_muc: Get room objects in a less awkward fashion
2013-08-10 Kim Alvefur mod_mam_muc: Switch to iq-get hook and drop some indentation
2013-08-10 Kim Alvefur mod_mam/mamprefs.lib: Cache prefs in memory to save storage calls
2013-08-10 Kim Alvefur mod_mam/mamprefs.lib: Switch to storagemanager API
2013-08-10 Kim Alvefur mod_mam: Break out routines for converting prefs between XML and our internal representation into a library
2013-08-10 Kim Alvefur mod_muc_log: Clean up some unused imports and variables
2013-08-10 Kim Alvefur mod_muc_log: Use old datamanager directly, instead of hacking storagemanager
2013-08-07 Kim Alvefur mod_telnet_tlsinfo: Add a pattern argument similar to s2s:show(pattern) for limiting output
2013-08-04 Kim Alvefur mod_s2s_auth_fingerprint: Add a cert-pinning mode
2013-08-03 Kim Alvefur mod_s2s_auth_dnssec_srv: Ignore certificates with invalid chains.
2013-08-02 Kim Alvefur mod_bidi: Revert to sends2s (Go to sleep zash, you're too tired to code)
2013-08-02 Kim Alvefur mod_bidi: Allow route/remote event to continue if we couldn't send a stanza (in case the session was destroyed)
2013-08-02 Kim Alvefur mod_bidi: Make sessions table weak
2013-08-02 Kim Alvefur mod_bidi: Don't try to send on destroyed sessions
2013-08-02 Kim Alvefur mod_bidi: Fix accidentally module-global value
2013-08-02 Kim Alvefur mod_bidi: Make sure context for stanzas coming from bidi-enabled s2sout connections have the correct direction attribute
2013-08-02 Kim Alvefur mod_bidi: Only allow or offer bidi on secure connections, with an option to revert to previous behaviour
2013-08-02 Kim Alvefur mod_bidi: Minor cleanup
2013-08-02 Kim Alvefur mod_bidi: Clean up and use 0.9+ routing APIs
2013-07-29 Florian Zeitz mod_admin_web: Change bootstrap URL
2013-07-24 Florian Zeitz mod_admin_web: Use a different cursor for expandable items
2013-07-22 Florian Zeitz mod_admin_web: Remove unused local
2013-07-22 Florian Zeitz mod_admin_web: Provide some information about the TLS layer
2013-07-13 Kim Alvefur mod_mam: Update to use 'archive' storage type. Note: this breaks support with 0.9 and older.
2013-07-13 Kim Alvefur mod_mam_adhoc: Use mod_mam/mamprefs.lib
2013-07-13 Kim Alvefur mod_mam: Swap first and last first for a simpler argument to RSM in reverse queries
2013-07-12 Kim Alvefur mod_mam: Neater reply building
2013-07-12 Kim Alvefur mod_mam: Use more specific hook
2013-07-12 Kim Alvefur mod_mam: Split out preference functions into a lib for easy reuse
2013-07-11 Kim Alvefur mod_s2s_keepalive: Initial commit, poke s2s connections with pings and whitespace
2013-07-11 Kim Alvefur mod_pubsub_googlecode: Import hmac from util.hashes
2013-07-11 Kim Alvefur mod_turncredentials: Import HMAC from util.hashes
2013-07-11 Kim Alvefur mod_pubsub_feeds: Use HMAC-SHA1 from util.hashes (util.hmac was deprecated)
2013-07-10 Kim Alvefur mod_muc_log_http: Have same default for showing presence as mod_muc_log
2013-07-10 Kim Alvefur mod_muc_log: Don't change defaults across versions!
2013-07-10 Kim Alvefur mod_muc_log: Add a room config option for logging
2013-07-09 Kim Alvefur mod_lastlog: Make the command show a help message instead of a traceback when no user given
2013-07-08 Kim Alvefur mod_mam/rsm.lib: Fix parsing of empty before tag
2013-07-08 Kim Alvefur mod_mam/rsm.lib: Fix serialization of before = true
2013-07-07 Marco Cirillo mod_register_redirect: cleanup a bit.
2013-07-01 Kim Alvefur mod_http_dir_listing: Fix file ending detection for filenames with more than one period and don't index mime types with nil
2013-06-30 Kim Alvefur mod_checkcerts: Add timestamp parsing, format time until expiry more human-readable, adjust check intervals to time left.
2013-06-29 Kim Alvefur mod_log_auth: Don't cause an error if any of the logged fields are missing
2013-06-29 Kim Alvefur mod_client_certs: Update for x509 API in LuaSec 0.5
2013-06-29 Kim Alvefur mod_http_dir_listing: Remove dependency on mod_http_files, global module depending on non-global does not work
2013-06-29 Kim Alvefur mod_mam: Stamp <archived> on incoming stanzas after archiving them
2013-06-29 Kim Alvefur mod_mam: The forwarded message should be a child of the MAM result element
2013-06-29 Kim Alvefur mod_auth_ccert: Use value from ipairs
2013-06-28 Kim Alvefur mod_s2s_log_certs: Minor grammar change
2013-06-28 Kim Alvefur mod_adhoc_account_management: Initial commit of module meant to let user manage their accounts.
2013-06-28 Kim Alvefur mod_s2soutinjection: Initial commit, variant of mod_srvinjection using 0.9+ APIs
2013-06-27 Kim Alvefur mod_net_dovecotauth: Initial commit of server implementation of the Dovecot authentication protocol
2013-06-27 Kim Alvefur mod_telnet_tlsinfo: Initial commit. Shows ciphers used and other TLS info
2013-06-24 Mikael Nordfeldth Don't store password in temporary file, pipe instead
2013-06-17 Matthew Wild mod_statistics: prosodytop: Fix off-by-one error (thanks Zash)
2013-06-15 Matthew Wild mod_statistics: top: Clean up sessions after 60s of inactivity
2013-06-15 Matthew Wild mod_statistics: top: Make sessions temporarily bold when they are updated
2013-06-15 Matthew Wild mod_statistics/top.lua: Adjust displayed memory stats for previous commit (3e2c4f424797)
2013-06-15 Matthew Wild mod_statistics: Remove expensive and non-portable /proc-based memory stats
2013-06-15 Matthew Wild mod_statistics/stats.lib.lua: Only fetch shared tables if running under Prosody
2013-06-15 Kim Alvefur mod_statistics/top.lua: Display the more detailed memory stats
2013-06-15 Kim Alvefur mod_statistics/top.lua: Keep sessions displayed for 10s (instead of 3s)
2013-06-15 Kim Alvefur mod_statistics/stats.lib.lua: Improve memory stats (use pposix.meminfo() if available)
2013-06-15 Kim Alvefur mod_statistics/stats.lib.lua: Better s2s session counting
2013-06-15 Kim Alvefur mod_statistics/stats.lib.lua: Better check for prosody vs prosodyctl
2013-06-15 Kim Alvefur mod_statistics: Better detection of when running under prosody vs prosodyctl
2013-06-15 Matthew Wild mod_statistics/top.lua: Fix session sorting function (seems it must always return false when a==b)
2013-06-15 Matthew Wild mod_statistics: Initial version, and a rough 'prosodyctl mod_statistics top'
2013-06-15 Thijs Alkemade mod_onions: Copy the code to find the bit module from mod_websockets.
2013-06-14 Kim Alvefur mod_auth_ccert: Fix logging of certificate chain errors
2013-06-14 Kim Alvefur mod_auth_ccert: Add missing OID for email
2013-06-14 Kim Alvefur mod_auth_ccert: Pass the session username-outfigurer function too
2013-06-14 Kim Alvefur mod_auth_ccert: Pass on the authz to the configurable username-figure-outer function
2013-06-14 Kim Alvefur mod_auth_ccert: Add optional method for certificates which contain an email address
2013-06-14 Kim Alvefur mod_auth_ccert: Prepare for supporting more ways to figure out the username
2013-06-14 Kim Alvefur mod_http_dir_listing: Attach the MIME type to list items for use in CSS
2013-06-13 Kim Alvefur mod_auth_ccert: Accidentally not
2013-06-13 Kim Alvefur mod_auth_ccert: Initial commit of authentication module for using CA-issued client certificates
2013-06-10 Thijs Alkemade mod_onions: The SOCKS5 port is now a string, as it should be. Added a boolean option onions_tor_all to pass all s2s traffic through Tor.
2013-06-10 Thijs Alkemade mod_onions: Added mod_onions. This module allows Prosody to make s2s connections to Tor hidden services.
2013-06-10 Philipp Hancke mod_turncredentials: XEP-0215 implementation for time-limited turn credentials
2013-06-08 Matthew Wild mod_muc_limits: Fix traceback on presence sent to the room's bare JID
2013-06-07 Matthew Wild mod_muc_limits: Abort loading on non-MUC hosts (thanks Ge0rG)
2013-06-07 Vadim Misbakh-Soloviov mod_listusers: fixed banner skipping cycle
2013-06-07 Vadim Misbakh-Soloviov mod_listusers: added (+config support; -assert tracebacks; +user friendly connection errors; -unneded repeat-until cycle, which braked module)
2013-06-06 Vadim Misbakh-Soloviov mod_webpresence: added /xml and /json; Rewritten /html; A bit of refactoring;
2013-06-06 Matthew Wild mod_block_registrations: Allow restricting registrations of certain user accounts, and/or ensure that registered accounts conform to a given pattern
2013-06-05 Kim Alvefur mod_firewall: Add support for being called as a prosodyctl command
2013-06-05 Kim Alvefur mod_firewall: Remove print()
2013-06-05 Marco Cirillo mod_muc_log: don't log iqs either if presences are disabled, little use and may trigger "false positives".
2013-06-03 Kim Alvefur mod_last_offline: Merge into an option of mod_lastlog
2013-06-03 Kim Alvefur mod_lastlog: Fix command
2013-06-03 Kim Alvefur mod_lastlog: Keep track of last logout time
2013-06-03 Waqas Hussain mod_auth_custom_http: Organize imports, and make the URL a config option.
2013-06-03 Waqas Hussain mod_auth_custom_http: No need for nodeprep in Prosody 0.9.
2013-06-03 Waqas Hussain mod_auth_custom_http: Remove unused imports.
2013-06-03 Waqas Hussain mod_auth_custom_http: Initial commit.
2013-06-03 Matthew Wild mod_muc_limits: Allow stanzas from affiliated users even if they are not in the room
2013-06-02 Marco Cirillo mod_muc_limits: _Fixing_ mistake in MattJ's merge and in the same time handing him a coffee cup.
2013-06-01 Matthew Wild mod_muc_limits: Increase hook priority
2013-06-01 Matthew Wild mod_lastlog: Add prosodyctl command (prosodyctl mod_lastlog JID) to show last login time and IP of user (if available)
2013-06-01 Matthew Wild mod_muc_limits: Condense multiple dropped stanzas into a single log message every 5 seconds
2013-06-01 Matthew Wild mod_muc_log: Fix mistake in previous merge (thanks Maranda)
2013-06-01 Matthew Wild mod_muc_limits: Add muc_max_nick_length option, defaulting to 23 (bytes)
2013-06-01 Matthew Wild mod_muc_limits: Import util.jid
2013-06-01 Matthew Wild 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)
2013-06-01 Marco Cirillo mod_muc_log_http: rectify imported function name (it's fire_event).
2013-06-01 Marco Cirillo mod_muc_log, mod_muc_log_http: backport changes from Metronome.
2013-06-01 Kim Alvefur mod_candy: Add dependency on mod_bosh
2013-06-01 Kim Alvefur mod_candy: Add a comment about the virtual js file with connection parameters
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.