Log

description author age
mod_csi_pump/README: Add note about being unsupported in combination with other CSI modules Kim Alvefur 2017-01-24
mod_csi_pump: Mark as Alpha Kim Alvefur 2017-01-24
mod_csi_pump: Consider groupchat message with subject important Kim Alvefur 2017-01-23
mod_net_dovecotauth: Rename variable to avoid name clash [luacheck] Kim Alvefur 2017-01-22
mod_net_dovecotauth: Make variable local [luacheck] Kim Alvefur 2017-01-22
mod_net_dovecotauth: Import util.pposix [luacheck] Kim Alvefur 2017-01-22
mod_net_dovecotauth: Replace missing buffer lib with simpler string based buffering Kim Alvefur 2017-01-22
mod_csi_pump: Lossless CSI mode Kim Alvefur 2017-01-21
mod_candy: Add support for enabling Candy debug mode from Prosodys config Kim Alvefur 2017-01-20
mod_candy: Add note about redirect from /candy to /candy/ not being necessary anymore Kim Alvefur 2017-01-20
mod_candy/README: Link to HTTP configuration info Kim Alvefur 2017-01-20
mod_candy: If no room list is set, try to find a MUC domain and guess a room name of 'candy' Kim Alvefur 2017-01-20
mod_candy: Add config option for a list of rooms to join Kim Alvefur 2017-01-20
mod_candy: Break out connect path into a function Kim Alvefur 2017-01-20
mod_sms_clickatell: Fix event handler signature (fixes #814) Kim Alvefur 2017-01-19
mod_persisthosts: Fire an event to allow other modules a chance to write to the new config file Kim Alvefur 2017-01-18
mod_persisthosts: Module that dynamically creates stub configuration files for dynamically activated hosts Kim Alvefur 2017-01-18
mod_http_upload: Correctly attach extended error information Kim Alvefur 2017-01-16
mod_http_upload: Add missing semicolon Kim Alvefur 2017-01-16
mod_http_upload: Update for size limit error reporting change in XEP-0363 v0.2 (fixes #813) Kim Alvefur 2017-01-16
mod_auth_http_async: Log URL when testing password JC Brand 2017-01-12
Log URL called by http_roster_admin JC Brand 2017-01-12
mod_candy: Provide websocket URI if mod_websocket is loaded, fall back to BOSH Kim Alvefur 2017-01-10
mod_auth_any: Remove unused imports Kim Alvefur 2017-01-08
mod_auth_any: Remove provider constructor, it's only called once anyways Kim Alvefur 2017-01-08
mod_auth_any: Ignore unused arguments, useful to show what arguments are given Kim Alvefur 2017-01-08
mod_measure_memory: Module is global, no need for a global hook Kim Alvefur 2017-01-06
mod_delay: Only add delay to messages of type chat or groupchat (fixes #811) tmolitor 2017-01-08
mod_presence_dedup/README: Add 'Alpha' label since this module is highly experimental and will break things Kim Alvefur 2017-01-05
mod_http_stats_stream/example.html: Update path to reflect last minute rename Kim Alvefur 2017-01-04
mod_http_stats_stream: Sends statistics from statsmanager over an HTTP event stream Kim Alvefur 2017-01-04
mod_storage_appendmap: Escape Lua keywords Kim Alvefur 2017-01-02
mod_storage_appendmap: Fix pattern meant to match valid Lua Names so such are escaped correctly Kim Alvefur 2017-01-02
mod_mam_muc: Use is_stanza from util.stanza if available Kim Alvefur 2017-01-02
mod_mam_muc: Remove TODO about logging presence since it can do that already Kim Alvefur 2016-12-26
mod_mam_muc: More room JID variable renaming for more consistency Kim Alvefur 2016-12-22
mod_mam_muc: Rename room and room JID variables for consistency Kim Alvefur 2016-12-22
mod_statsd: Import bare_sessions from the prosody global, using it as a global directly is deprecated Kim Alvefur 2016-12-19
mod_s2s_keysize_policy: Lower log message to a warning since it is not really a fatal error Kim Alvefur 2016-12-19
mod_pubsub_feeds: Load config option once Kim Alvefur 2016-12-19
mod_pubsub_feeds: Always approve unsubscription from unknown feeds Kim Alvefur 2016-12-19
mod_pubsub_feeds: Log pushes for unknown feeds to aid in manual unsubscription from them Kim Alvefur 2016-12-19
mod_storage_xmlarchive: Use util.stanza.is_stanza if available Kim Alvefur 2016-12-19
mod_block_strangers: Check that the table of directed presence exists before indexing it (fixes traceback) Kim Alvefur 2016-12-19
mod_firewall: More semicolons Kim Alvefur 2016-12-16
mod_smacks: Check if a session is an authenticated c2s session by looking for a username (fix for change in 0.10 9f70d35a1602) Kim Alvefur 2016-12-15
mod_firewall: Only call rostermanager if username is available (fixes #796) Kim Alvefur 2016-12-13
mod_firewall: Insert semicolons after some statements to prevent ambiguous syntax in output (fixes #797) Kim Alvefur 2016-12-13
mod_mam_muc: Remove some debug logging Kim Alvefur 2016-12-04
mod_profile: Add warning and debug logging in order to catch a weird event Kim Alvefur 2016-12-03
mod_firewall: Use the sender bare JID instead of 'to' for stanzas to self Kim Alvefur 2016-12-03
mod_track_muc_joins/README: Mention how the 210 status code for when the room rewrites the users nickname is not yet handled Kim Alvefur 2016-12-03
mod_firewall/README: Document SUBSCRIBED Kim Alvefur 2016-12-02
mod_track_muc_joins/README: Add some example code Kim Alvefur 2016-12-03
mod_log_messages: Add assert() to detect errors creating SQL table Matthew Wild 2016-12-02
mod_log_messages_sql: In 0.10ish, use 'messages' as default table name, override using 'log_messages_sql_table' if needed Matthew Wild 2016-12-02
mod_log_messages_sql/README: Point out incompatibility with 0.10 Kim Alvefur 2016-12-02
mod_storage_xmlarchive: Skip remaining dates correctly (fixes #790) Kim Alvefur 2016-12-02
mod_firewall: Allow conditions to end with a question mark Kim Alvefur 2016-12-02
mod_firewall: SUBSCRIBED - condition that is true if the receiver of a stanza is subscribed to the sender Kim Alvefur 2016-11-30