log

age author description
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
2014-10-22 Kim Alvefur mod_mam_muc: Update to XEP-0313 v 0.3
2014-10-22 Kim Alvefur mod_mam_muc: Minor moving about of variables
2014-10-22 Kim Alvefur mod_mam_muc: Restructure initialization
2014-10-20 Stuart Carnie mod_mam_muc: Fix for muc history query
2014-10-20 Kim Alvefur mod_smacks: Delay initiation of outgoing smacks on s2s until after queued stanzas are sent
2014-10-20 Kim Alvefur mod_smacks: Initiate outgoing smacks on s2s when sending request and incoming when the remote says enabled
2014-10-20 Kim Alvefur mod_smacks: Move wrap_session() contents into separate direction-specific routines
2014-10-20 Kim Alvefur mod_smacks: Remove variable not used after 2881d532f385
2014-10-20 Kim Alvefur mod_smacks: Send failure correctly on s2s
2014-10-20 Kim Alvefur mod_smacks: Fix sending ack requests on s2s
2014-10-15 Kim Alvefur mod_sslv3_warn: Module to notice users connected with SSLv3 that they need to upgrade becasue SSLv3 is insecure
2014-10-13 Kim Alvefur Merge
2014-10-12 syn Backed out changeset 71af9c272d72
2014-10-13 Kim Alvefur mod_smacks: Trick session.send() into not returning nil or mod_message will act as if messages were not delivered
2014-10-12 syn mod_mam_archive: Stopped lying in RSM counts
2014-10-12 Kim Alvefur mod_smacks: Use filters for queuing outgoing stanzas instead of wrapping session.send()
2014-10-09 Kim Alvefur mod_mam_muc: Fix add/removal of room method overrides
2014-10-08 Kim Alvefur mod_smacks: Correctly check if what is being sent is a stanza
2014-09-29 Florian Zeitz mod_smacks: Examine the state of the stanza *before* it was send
2014-09-27 Kim Alvefur mod_profile: Save photo and nickname from PEP to vCard
2014-09-27 Kim Alvefur mod_profile: Use module:handle_items() for PEP node bootstrapping (see trunk 388786af0dd2)
2014-09-25 Kim Alvefur mod_mam: Fix xmlns in preferences (Thanks Lance)
2014-09-23 Kim Alvefur mod_proxy65_whitelist: Fix util.set use (thanks deoren)
2014-09-23 Kim Alvefur mod_proxy65_whitelist: Fix variable name
2014-09-22 Kim Alvefur Rename mod_block_p2pft -> mod_proxy65_whitelist
2014-09-22 Kim Alvefur mod_block_p2pft: Plugin for forcing local clients to use approved file transfer proxies
2014-09-20 Kim Alvefur mod_roster_command: Make sure hosts are only initialized once
2014-09-20 Kim Alvefur mod_roster_command: Also initialize usermanager
2014-09-16 Kim Alvefur mod_s2s_auth_dane: Include hostname when logging a failure
2014-09-16 Kim Alvefur mod_s2s_auth_dane: Fix stringprepping when doing "DANE Light"
2014-09-16 daurnimator mod_message_logging/mod_message_logging.lua: Fix missing 'or'
2014-09-16 Kim Alvefur mod_throttle_presence: Make sure flushed stanzas get through the filter
2014-09-16 Kim Alvefur mod_profile: Set metadata nodes ItemID to the same hash as the data node
2014-09-14 Kim Alvefur mod_s2s_auth_dane: Fix traceback caused by LuaSec not being loaded
2014-09-07 Matthew Wild mod_message_logging: Add timestamp to logs
2014-09-07 Matthew Wild mod_message_logging: Improve logging when loaded onto a MUC host
2014-09-01 Kim Alvefur mod_profile: Fix global access
2014-08-31 syn mod_mam_archive: Applying @vstakhov 's patch (https://gist.github.com/vstakhov/306ea813a38021dcf3d4).
2014-08-26 Kim Alvefur mod_list_inactive: Add different output formats
2014-08-26 Kim Alvefur mod_list_inactive: Delay joining JIDs until they are used
2014-08-25 Vadim Misbakh-Soloviov mod_webpresence: fixed render-type handling (thanks to biszkopcik and Zash)
2014-08-25 Matthew Wild mod_filter_chatstates: Replace unwanted messages with a dummy stanza so that mod_message doesn't think delivery failed (and then generate an error reply)
2014-08-24 Kim Alvefur mod_lastlog: Fix traceback if no session included with event (eg from mod_register_web) (thanks biszkopcik)
2014-08-21 Kim Alvefur mod_storage_multi: Multi-backend storage module (WIP)
2014-08-19 Kim Alvefur mod_net_dovecotauth: Fix typo in config option
2014-08-17 Kim Alvefur mod_filter_chatstates: Removes chat states from messages to inactive (per CSI) sessions
2014-08-17 Kim Alvefur mod_throttle_presence: Use local buffer variable, fixes a traceback (thanks Ge0rG)
2014-08-17 Kim Alvefur mod_throttle_presence: Fix traceback (thanks Ge0rG)
2014-08-16 Matthew Wild mod_privacy_lists: Correctly sort the list rules by order (thanks Flow). Fixes issue #58