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