Log

description author age
mod_statistics_statsd: Module for pushing from util.statistics (0.10) to statsd Matthew Wild 2015-03-10
mod_http_muc_log: Fix alignment of month-tables (Thanks March) Kim Alvefur 2015-03-02
mod_pubsub_github: Update for new Github webhook format Matthew Wild 2015-02-27
mod_pubsub_post: Module to publish to pubsub nodes from a simple HTTP POST Matthew Wild 2015-02-27
mod_register_web: Send Content-Type headers Kim Alvefur 2015-02-26
mod_onions: Depend on mod_s2s to avoid a traceback when loaded before mod_s2s Matthew Wild 2015-02-25
mod_mam_muc: support to disable presence logging via muc_log_presences Stuart Carnie 2015-02-23
mod_tls_policy: Include which part of the cipher that did not match the policy in stream error Kim Alvefur 2015-02-23
mod_muc_restrict_rooms: Fixed the way of getting room and user Nicolás Kovac 2015-02-20
mod_muc_restrict_rooms: Some fixes based on Matthew's comments + a few more Nicolás Kovac 2015-02-20
Adding new mod_muc_restrict_rooms module Nicolás Kovac 2015-02-20
mod_auth_ldap: Fix use of ldap_search, and generalize it to support password modification as well. Waqas Hussain 2015-02-13
mod_auth_ldap: Fix nil traceback when using uninitialized LDAP connection. Waqas Hussain 2015-02-13
mod_auth_ldap: Connect to LDAP lazily, and add support for reconnects on error. Waqas Hussain 2015-02-12
mod_storage_memory: Add support for archive stores Kim Alvefur 2015-02-12
mod_storage_memory: Add support for map stores Kim Alvefur 2015-02-12
mod_http_muc_log: Switch to a calendar view for selecting dates Kim Alvefur 2015-02-10
mod_http_muc_log: Sort date list in reverse Kim Alvefur 2015-02-08
mod_storage_gdbm: Fix comparison of 'end' Kim Alvefur 2015-02-08
mod_storage_gdbm: Add support for 'limit' query parameter Kim Alvefur 2015-02-07
mod_storage_gdbm: Get 'after' parameter from correct table Kim Alvefur 2015-02-07
mod_tls_policy: Fix pattern matching Kim Alvefur 2015-01-30
mod_tls_policy: New module to enforce per-host TLS parameter policies Kim Alvefur 2015-01-30
mod_smacks: Don't attach timestamps to 'iq' stanzas Kim Alvefur 2015-01-26
mod_smacks: Remove negation of condition, most likely a leftover from debugging Kim Alvefur 2015-01-26
mod_smacks: Stanzas don't have a ':' in their name Kim Alvefur 2015-01-26
mod_storage_gdbm: Add archive support Kim Alvefur 2015-01-25
mod_storage_gdbm: Prepare for supporting multiple store types Kim Alvefur 2015-01-25
mod_admin_message: New IM-based administration console Mikael Berthe 2015-01-25
mod_storage_gdbm: Use require directly instead of util.import (which is not available in prosodyctl, breaks adduser etc) Kim Alvefur 2015-01-25
Add support for IPv4 addresses in SRV injections Ashley Ward 2015-01-20
mod_pep_vcard_avatar: Syncs avatars between PEP and vCard Kim Alvefur 2015-01-18
mod_csi: Update namespace to published version Kim Alvefur 2015-01-09
mod_http_muc_log: (template) Remove duplicate CSS property Kim Alvefur 2014-12-20
mod_query_client_ver: Query and log client software Kim Alvefur 2014-12-20
mod_mam: Make sure default_archive_policy is a boolean or "roster" (thanks souliane) Kim Alvefur 2014-12-18
mod_mam_archive: Fixing SQL concatenation bug syn 2014-12-11
mod_statistics/prosodytop.lua: Simplify and fix buffering and line separation (thanks Ge0rG) Kim Alvefur 2014-12-08
mod_statistics: Remove 'return' so SESS lines are pushed to all sessions (thanks Ge0rG) Kim Alvefur 2014-12-08
mod_limit_auth: Throttle authentication (failed) attempts with optional (0.10+) tarpit Kim Alvefur 2014-12-06
mod_http_muc_log: Split out template into a configurable file. Kim Alvefur 2014-12-03
mod_http_muc_log: Revamp template system Kim Alvefur 2014-12-02
mod_http_muc_log: List rooms with logging explicitly enabled Kim Alvefur 2014-12-02
mod_http_muc_log: Include charset in Content-Type header Kim Alvefur 2014-12-02
mod_http_muc_log: Show only messages with presentable content Kim Alvefur 2014-11-20
mod_http_muc_log: Use archive IDs to find next and previous dates that contain messages Kim Alvefur 2014-11-20
mod_http_muc_log: Send a HTML mime type with responses Kim Alvefur 2014-11-20
mod_http_muc_log: Fix use with old (until 0.10) MUC API Kim Alvefur 2014-11-20
mod_muc_log_http: Import old util.datamanager, fixes fetching of data if non-default storage is configured Kim Alvefur 2014-11-20
mod_http_index: Generates an index of local HTTP apps Kim Alvefur 2014-11-20
mod_register_web: Add option for specifying path to templates Kim Alvefur 2014-11-19
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. Kim Alvefur 2014-11-18
mod_storage_gdbm: Storage backend based on lgdbm Kim Alvefur 2014-11-18
mod_storage_muc_log: Fix typo Kim Alvefur 2014-11-10
mod_storage_muc_log: Change to sane timestamp format and warn if it differs from legacy mod_muc_log timestamps Kim Alvefur 2014-11-10
mod_muc_log: Change to a non-locale dependent timestamp format Kim Alvefur 2014-11-10
mod_storage_muc_log: Provides an archive API to mod_muc_log data Kim Alvefur 2014-11-10
mod_roster_command: Add 'remove' command Kim Alvefur 2014-11-10
mod_http_muc_log: Remove infinity limit Kim Alvefur 2014-11-09
mod_http_muc_log: Style fixes and mobile optimizations Kim Alvefur 2014-11-09
mod_http_muc_log: Hide prev/next when on the edge of the archive Kim Alvefur 2014-11-09
mod_http_muc_log: Render arrows in prev/next links using CSS Kim Alvefur 2014-11-09
mod_http_muc_log: Remove unnessesary character from pattern Kim Alvefur 2014-11-09
mod_http_muc_log: Include the canonical URL in a meta tag Kim Alvefur 2014-11-09
mod_http_muc_log: Fix closing tag Kim Alvefur 2014-11-09
mod_http_muc_log: Fix header margin Kim Alvefur 2014-11-09
mod_http_muc_log: Search for next date with messages from 00:00:00, not 00:00:01 Kim Alvefur 2014-11-09
mod_http_muc_log: Make pretty Kim Alvefur 2014-11-09
mod_http_muc_log: Make MUC local code identical to mod_mam_muc Kim Alvefur 2014-11-09
mod_http_muc_log: List only dates with messages Kim Alvefur 2014-11-09
mod_http_muc_log: Have URL of date list page end with a slash Kim Alvefur 2014-11-09
mod_mam_muc: Try to use new MUC API for getting room objects (fixes queries to not yet initialized rooms) Kim Alvefur 2014-11-08
mod_http_muc_log: Strip some whitespace Kim Alvefur 2014-11-08
mod_http_muc_log: MUC log module using new archive API Kim Alvefur 2014-11-08
mod_mam_muc: Store joins and leaves Kim Alvefur 2014-11-08
mod_mam_muc: Limit search to groupchat messages (we use the internal 'with' field stanza types) Kim Alvefur 2014-11-08
mod_mam_muc: Remove parsing of 'with' field in MAM form, we currently ignore it anyways Kim Alvefur 2014-11-08
mod_roster_allinall: Adds all online users to the roster of newly signed in users, for a lazy everyone-in-everyones roster setup Kim Alvefur 2014-11-05
mod_muc_log: Add option to log rooms by default unless changed in room config Kim Alvefur 2014-11-03
mod_mam_muc: Add compatibility with the new MUC code in trunk Kim Alvefur 2014-10-30
mod_mam_muc: Split logic for determining if logging is enabled into a function Kim Alvefur 2014-10-30
mod_mam_muc: Fix indentation Kim Alvefur 2014-10-29
call archive API with username only Stuart Carnie 2014-10-28
mod_smacks: Send ack requests by serializing and concatenating them to outgoing stanzas, using a timer might cause high CPU usage Kim Alvefur 2014-10-28
mod_auth_pam: Update for removal of PAM_ prefixes to constant names Kim Alvefur 2014-10-28
mod_websocket: Remove. This is a core module for Prosody 0.10 Florian Zeitz 2014-10-24
mod_mam_muc: Add missing import and change the namespace to MAM v0.3 Kim Alvefur 2014-10-23
mod_mam_muc: Update to XEP-0313 v 0.3 Kim Alvefur 2014-10-22
mod_mam_muc: Minor moving about of variables Kim Alvefur 2014-10-22
mod_mam_muc: Restructure initialization Kim Alvefur 2014-10-22
mod_mam_muc: Fix for muc history query Stuart Carnie 2014-10-20
mod_smacks: Delay initiation of outgoing smacks on s2s until after queued stanzas are sent Kim Alvefur 2014-10-20
mod_smacks: Initiate outgoing smacks on s2s when sending request and incoming when the remote says enabled Kim Alvefur 2014-10-20
mod_smacks: Move wrap_session() contents into separate direction-specific routines Kim Alvefur 2014-10-20
mod_smacks: Remove variable not used after 2881d532f385 Kim Alvefur 2014-10-20
mod_smacks: Send failure correctly on s2s Kim Alvefur 2014-10-20
mod_smacks: Fix sending ack requests on s2s Kim Alvefur 2014-10-20
mod_sslv3_warn: Module to notice users connected with SSLv3 that they need to upgrade becasue SSLv3 is insecure Kim Alvefur 2014-10-15
Merge Kim Alvefur 2014-10-13
Backed out changeset 71af9c272d72 syn 2014-10-12
mod_smacks: Trick session.send() into not returning nil or mod_message will act as if messages were not delivered Kim Alvefur 2014-10-13
mod_mam_archive: Stopped lying in RSM counts syn 2014-10-12
mod_smacks: Use filters for queuing outgoing stanzas instead of wrapping session.send() Kim Alvefur 2014-10-12
mod_mam_muc: Fix add/removal of room method overrides Kim Alvefur 2014-10-09
mod_smacks: Correctly check if what is being sent is a stanza Kim Alvefur 2014-10-08
mod_smacks: Examine the state of the stanza *before* it was send Florian Zeitz 2014-09-29
mod_profile: Save photo and nickname from PEP to vCard Kim Alvefur 2014-09-27
mod_profile: Use module:handle_items() for PEP node bootstrapping (see trunk 388786af0dd2) Kim Alvefur 2014-09-27
mod_mam: Fix xmlns in preferences (Thanks Lance) Kim Alvefur 2014-09-25
mod_proxy65_whitelist: Fix util.set use (thanks deoren) Kim Alvefur 2014-09-23
mod_proxy65_whitelist: Fix variable name Kim Alvefur 2014-09-23
Rename mod_block_p2pft -> mod_proxy65_whitelist Kim Alvefur 2014-09-22
mod_block_p2pft: Plugin for forcing local clients to use approved file transfer proxies Kim Alvefur 2014-09-22
mod_roster_command: Make sure hosts are only initialized once Kim Alvefur 2014-09-20
mod_roster_command: Also initialize usermanager Kim Alvefur 2014-09-20
mod_s2s_auth_dane: Include hostname when logging a failure Kim Alvefur 2014-09-16
mod_s2s_auth_dane: Fix stringprepping when doing "DANE Light" Kim Alvefur 2014-09-16
mod_message_logging/mod_message_logging.lua: Fix missing 'or' daurnimator 2014-09-16
mod_throttle_presence: Make sure flushed stanzas get through the filter Kim Alvefur 2014-09-16
mod_profile: Set metadata nodes ItemID to the same hash as the data node Kim Alvefur 2014-09-16