Software /
code /
prosody-modules
Graph
-
mod_auth_any: Remove unused imports2017-01-08, by Kim Alvefur
-
mod_auth_any: Remove provider constructor, it's only called once anyways2017-01-08, by Kim Alvefur
-
mod_auth_any: Ignore unused arguments, useful to show what arguments are given2017-01-08, by Kim Alvefur
-
mod_measure_memory: Module is global, no need for a global hook2017-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 things2017-01-05, by Kim Alvefur
-
mod_http_stats_stream/example.html: Update path to reflect last minute rename2017-01-04, by Kim Alvefur
-
mod_http_stats_stream: Sends statistics from statsmanager over an HTTP event stream2017-01-04, by Kim Alvefur
-
mod_storage_appendmap: Escape Lua keywords2017-01-02, by Kim Alvefur
-
mod_storage_appendmap: Fix pattern meant to match valid Lua Names so such are escaped correctly2017-01-02, by Kim Alvefur
-
mod_mam_muc: Use is_stanza from util.stanza if available2017-01-02, by Kim Alvefur
-
mod_mam_muc: Remove TODO about logging presence since it can do that already2016-12-26, by Kim Alvefur
-
mod_mam_muc: More room JID variable renaming for more consistency2016-12-22, by Kim Alvefur
-
mod_mam_muc: Rename room and room JID variables for consistency2016-12-22, by Kim Alvefur
-
mod_statsd: Import bare_sessions from the prosody global, using it as a global directly is deprecated2016-12-19, by Kim Alvefur
-
mod_s2s_keysize_policy: Lower log message to a warning since it is not really a fatal error2016-12-19, by Kim Alvefur
-
mod_pubsub_feeds: Load config option once2016-12-19, by Kim Alvefur
-
mod_pubsub_feeds: Always approve unsubscription from unknown feeds2016-12-19, by Kim Alvefur
-
mod_pubsub_feeds: Log pushes for unknown feeds to aid in manual unsubscription from them2016-12-19, by Kim Alvefur
-
mod_storage_xmlarchive: Use util.stanza.is_stanza if available2016-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 semicolons2016-12-16, 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 logging2016-12-04, by Kim Alvefur
-
mod_profile: Add warning and debug logging in order to catch a weird event2016-12-03, by Kim Alvefur
-
mod_firewall: Use the sender bare JID instead of 'to' for stanzas to self2016-12-03, by Kim Alvefur
-
mod_firewall/README: Document SUBSCRIBED2016-12-02, by Kim Alvefur
-
mod_track_muc_joins/README: Add some example code2016-12-03, by Kim Alvefur
-
mod_log_messages: Add assert() to detect errors creating SQL table2016-12-02, by Matthew Wild
-
mod_log_messages_sql/README: Point out incompatibility with 0.102016-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 mark2016-12-02, by Kim Alvefur
-
mod_firewall: SUBSCRIBED - condition that is true if the receiver of a stanza is subscribed to the sender2016-11-30, by Kim Alvefur
-
mod_firewall: Split import of rostermanager into its own dependency2016-11-30, by Kim Alvefur
-
Add documentation for mod_block_outgoing2016-11-25, by Michael Vetter
-
mod_storage_xmlarchive: Update copyright year2016-11-25, by Kim Alvefur
-
mod_storage_xmlarchive: Open XML file later, just before it is needed2016-11-25, by Kim Alvefur
-
mod_storage_xmlarchive: Check if item exists before checking if its fields2016-11-25, by Kim Alvefur
-
mod_delay: initial commit2016-11-22, by tmolitor
-
mod_smacks_noerror: Initial commit2016-11-22, by tmolitor
-
mod_reload_components: add new module and README file.2016-11-21, by Camilo
-
mod_firewall: README: Document conditions for groups and admins2016-11-19, by Matthew Wild
-
mod_firewall: README: Clarify that it's possible to jump to chains defined outside of the current file2016-11-19, by Matthew Wild
-
mod_firewall: README: Document dynamic '$local' zone2016-11-19, by Matthew Wild
-
mod_firewall: README: Add more info about specifying rule set files2016-11-19, by Matthew Wild
-
mod_firewall: INSPECT: support for literal substring search and expressions2016-11-19, by Matthew Wild
-
mod_firewall: Fix for raw code expressions that contain escape-worthy characters2016-11-19, by Matthew Wild
-
mod_pubsub_feeds: Add fixme for future2016-11-19, by Kim Alvefur
-
mod_pubsub_feeds: Halt feed parsing when we see a node we already know about2016-11-19, by Kim Alvefur
-
mod_pubsub_feeds: Check if node exists earlier and attempt to create it if not2016-11-19, by Kim Alvefur
-
mod_pubsub_feeds: Get entry from list of entries (thanks Link Mauve)2016-11-19, by Kim Alvefur
-
mod_pubsub_feeds: Use URL as ID if no id set. If that's not there either then hash stuff and call it a day2016-11-19, by Kim Alvefur
Scroll all the way down to load more.