log

age author description
2015-02-20 Nicolás Kovac mod_muc_restrict_rooms: Some fixes based on Matthew's comments + a few more
2015-02-20 Nicolás Kovac Adding new mod_muc_restrict_rooms module
2015-02-13 Waqas Hussain mod_auth_ldap: Fix use of ldap_search, and generalize it to support password modification as well.
2015-02-13 Waqas Hussain mod_auth_ldap: Fix nil traceback when using uninitialized LDAP connection.
2015-02-12 Waqas Hussain mod_auth_ldap: Connect to LDAP lazily, and add support for reconnects on error.
2015-02-12 Kim Alvefur mod_storage_memory: Add support for archive stores
2015-02-12 Kim Alvefur mod_storage_memory: Add support for map stores
2015-02-10 Kim Alvefur mod_http_muc_log: Switch to a calendar view for selecting dates
2015-02-08 Kim Alvefur mod_http_muc_log: Sort date list in reverse
2015-02-08 Kim Alvefur mod_storage_gdbm: Fix comparison of 'end'
2015-02-07 Kim Alvefur mod_storage_gdbm: Add support for 'limit' query parameter
2015-02-07 Kim Alvefur mod_storage_gdbm: Get 'after' parameter from correct table
2015-01-30 Kim Alvefur mod_tls_policy: Fix pattern matching
2015-01-30 Kim Alvefur mod_tls_policy: New module to enforce per-host TLS parameter policies
2015-01-26 Kim Alvefur mod_smacks: Don't attach timestamps to 'iq' stanzas
2015-01-26 Kim Alvefur mod_smacks: Remove negation of condition, most likely a leftover from debugging
2015-01-26 Kim Alvefur mod_smacks: Stanzas don't have a ':' in their name
2015-01-25 Kim Alvefur mod_storage_gdbm: Add archive support
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