log

age author description
2015-01-25 Kim Alvefur mod_storage_gdbm: Prepare for supporting multiple store types
2015-01-25 Mikael Berthe mod_admin_message: New IM-based administration console
2015-01-25 Kim Alvefur mod_storage_gdbm: Use require directly instead of util.import (which is not available in prosodyctl, breaks adduser etc)
2015-01-20 Ashley Ward Add support for IPv4 addresses in SRV injections
2015-01-18 Kim Alvefur mod_pep_vcard_avatar: Syncs avatars between PEP and vCard
2015-01-09 Kim Alvefur mod_csi: Update namespace to published version
2014-12-20 Kim Alvefur mod_http_muc_log: (template) Remove duplicate CSS property
2014-12-20 Kim Alvefur mod_query_client_ver: Query and log client software
2014-12-18 Kim Alvefur mod_mam: Make sure default_archive_policy is a boolean or "roster" (thanks souliane)
2014-12-11 syn mod_mam_archive: Fixing SQL concatenation bug
2014-12-08 Kim Alvefur mod_statistics/prosodytop.lua: Simplify and fix buffering and line separation (thanks Ge0rG)
2014-12-08 Kim Alvefur mod_statistics: Remove 'return' so SESS lines are pushed to all sessions (thanks Ge0rG)
2014-12-06 Kim Alvefur mod_limit_auth: Throttle authentication (failed) attempts with optional (0.10+) tarpit
2014-12-03 Kim Alvefur mod_http_muc_log: Split out template into a configurable file.
2014-12-02 Kim Alvefur mod_http_muc_log: Revamp template system
2014-12-02 Kim Alvefur mod_http_muc_log: List rooms with logging explicitly enabled
2014-12-02 Kim Alvefur mod_http_muc_log: Include charset in Content-Type header
2014-11-20 Kim Alvefur mod_http_muc_log: Show only messages with presentable content
2014-11-20 Kim Alvefur mod_http_muc_log: Use archive IDs to find next and previous dates that contain messages
2014-11-20 Kim Alvefur mod_http_muc_log: Send a HTML mime type with responses
2014-11-20 Kim Alvefur mod_http_muc_log: Fix use with old (until 0.10) MUC API
2014-11-20 Kim Alvefur mod_muc_log_http: Import old util.datamanager, fixes fetching of data if non-default storage is configured
2014-11-20 Kim Alvefur mod_http_index: Generates an index of local HTTP apps
2014-11-19 Kim Alvefur mod_register_web: Add option for specifying path to templates
2014-11-18 Kim Alvefur mod_mam_muc, mod_http_muc_log: Change store name from 'archive2' to 'muc_log' to distinguish it from personal MAM archives. Old data will require migration.
2014-11-18 Kim Alvefur mod_storage_gdbm: Storage backend based on lgdbm
2014-11-10 Kim Alvefur mod_storage_muc_log: Fix typo
2014-11-10 Kim Alvefur mod_storage_muc_log: Change to sane timestamp format and warn if it differs from legacy mod_muc_log timestamps
2014-11-10 Kim Alvefur mod_muc_log: Change to a non-locale dependent timestamp format
2014-11-10 Kim Alvefur mod_storage_muc_log: Provides an archive API to mod_muc_log data
2014-11-10 Kim Alvefur mod_roster_command: Add 'remove' command
2014-11-09 Kim Alvefur mod_http_muc_log: Remove infinity limit
2014-11-09 Kim Alvefur mod_http_muc_log: Style fixes and mobile optimizations
2014-11-09 Kim Alvefur mod_http_muc_log: Hide prev/next when on the edge of the archive
2014-11-09 Kim Alvefur mod_http_muc_log: Render arrows in prev/next links using CSS
2014-11-09 Kim Alvefur mod_http_muc_log: Remove unnessesary character from pattern
2014-11-09 Kim Alvefur mod_http_muc_log: Include the canonical URL in a meta tag
2014-11-09 Kim Alvefur mod_http_muc_log: Fix closing tag
2014-11-09 Kim Alvefur mod_http_muc_log: Fix header margin
2014-11-09 Kim Alvefur mod_http_muc_log: Search for next date with messages from 00:00:00, not 00:00:01
2014-11-09 Kim Alvefur mod_http_muc_log: Make pretty
2014-11-09 Kim Alvefur mod_http_muc_log: Make MUC local code identical to mod_mam_muc
2014-11-09 Kim Alvefur mod_http_muc_log: List only dates with messages
2014-11-09 Kim Alvefur mod_http_muc_log: Have URL of date list page end with a slash
2014-11-08 Kim Alvefur mod_mam_muc: Try to use new MUC API for getting room objects (fixes queries to not yet initialized rooms)
2014-11-08 Kim Alvefur mod_http_muc_log: Strip some whitespace
2014-11-08 Kim Alvefur mod_http_muc_log: MUC log module using new archive API
2014-11-08 Kim Alvefur mod_mam_muc: Store joins and leaves
2014-11-08 Kim Alvefur mod_mam_muc: Limit search to groupchat messages (we use the internal 'with' field stanza types)
2014-11-08 Kim Alvefur mod_mam_muc: Remove parsing of 'with' field in MAM form, we currently ignore it anyways
2014-11-05 Kim Alvefur mod_roster_allinall: Adds all online users to the roster of newly signed in users, for a lazy everyone-in-everyones roster setup
2014-11-03 Kim Alvefur mod_muc_log: Add option to log rooms by default unless changed in room config
2014-10-30 Kim Alvefur mod_mam_muc: Add compatibility with the new MUC code in trunk
2014-10-30 Kim Alvefur mod_mam_muc: Split logic for determining if logging is enabled into a function
2014-10-29 Kim Alvefur mod_mam_muc: Fix indentation
2014-10-28 Stuart Carnie call archive API with username only
2014-10-28 Kim Alvefur mod_smacks: Send ack requests by serializing and concatenating them to outgoing stanzas, using a timer might cause high CPU usage
2014-10-28 Kim Alvefur mod_auth_pam: Update for removal of PAM_ prefixes to constant names
2014-10-24 Florian Zeitz mod_websocket: Remove. This is a core module for Prosody 0.10
2014-10-23 Kim Alvefur mod_mam_muc: Add missing import and change the namespace to MAM v0.3