log

age author description
2017-01-04 Kim Alvefur mod_http_stats_stream: Sends statistics from statsmanager over an HTTP event stream
2017-01-02 Kim Alvefur mod_storage_appendmap: Escape Lua keywords
2017-01-02 Kim Alvefur mod_storage_appendmap: Fix pattern meant to match valid Lua Names so such are escaped correctly
2017-01-02 Kim Alvefur mod_mam_muc: Use is_stanza from util.stanza if available
2016-12-26 Kim Alvefur mod_mam_muc: Remove TODO about logging presence since it can do that already
2016-12-22 Kim Alvefur mod_mam_muc: More room JID variable renaming for more consistency
2016-12-22 Kim Alvefur mod_mam_muc: Rename room and room JID variables for consistency
2016-12-19 Kim Alvefur mod_statsd: Import bare_sessions from the prosody global, using it as a global directly is deprecated
2016-12-19 Kim Alvefur mod_s2s_keysize_policy: Lower log message to a warning since it is not really a fatal error
2016-12-19 Kim Alvefur mod_pubsub_feeds: Load config option once
2016-12-19 Kim Alvefur mod_pubsub_feeds: Always approve unsubscription from unknown feeds
2016-12-19 Kim Alvefur mod_pubsub_feeds: Log pushes for unknown feeds to aid in manual unsubscription from them
2016-12-19 Kim Alvefur mod_storage_xmlarchive: Use util.stanza.is_stanza if available
2016-12-19 Kim Alvefur mod_block_strangers: Check that the table of directed presence exists before indexing it (fixes traceback)
2016-12-16 Kim Alvefur mod_firewall: More semicolons
2016-12-15 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-13 Kim Alvefur mod_firewall: Only call rostermanager if username is available (fixes #796)
2016-12-13 Kim Alvefur mod_firewall: Insert semicolons after some statements to prevent ambiguous syntax in output (fixes #797)
2016-12-04 Kim Alvefur mod_mam_muc: Remove some debug logging
2016-12-03 Kim Alvefur mod_profile: Add warning and debug logging in order to catch a weird event
2016-12-03 Kim Alvefur mod_firewall: Use the sender bare JID instead of 'to' for stanzas to self
2016-12-03 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-02 Kim Alvefur mod_firewall/README: Document SUBSCRIBED
2016-12-03 Kim Alvefur mod_track_muc_joins/README: Add some example code
2016-12-02 Matthew Wild mod_log_messages: Add assert() to detect errors creating SQL table
2016-12-02 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 Kim Alvefur mod_log_messages_sql/README: Point out incompatibility with 0.10
2016-12-02 Kim Alvefur mod_storage_xmlarchive: Skip remaining dates correctly (fixes #790)
2016-12-02 Kim Alvefur mod_firewall: Allow conditions to end with a question mark
2016-11-30 Kim Alvefur mod_firewall: SUBSCRIBED - condition that is true if the receiver of a stanza is subscribed to the sender
2016-11-30 Kim Alvefur mod_firewall: Split import of rostermanager into its own dependency
2016-11-28 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-25 Michael Vetter Add documentation for mod_block_outgoing
2016-11-25 Kim Alvefur mod_storage_xmlarchive: Update copyright year
2016-11-25 Kim Alvefur mod_storage_xmlarchive: Find item indices for 'before' or 'after' queries and behave as if they were excluded if the items don't exist (thanks MattJ)
2016-11-25 Kim Alvefur mod_storage_xmlarchive: Open XML file later, just before it is needed
2016-11-25 Kim Alvefur mod_storage_xmlarchive: Check if item exists before checking if its fields
2016-11-24 tmolitor mod_cloud_notify: added code to respond to the new event "smacks-ack-delayed" issued by mod_smacks when acks are delayed for a certain amount of time. This allows to send out notification requests before the read timeout or connection close event really happens, thus allowing conversations to be smoother.
2016-11-23 tmolitor mod_smacks: added new event "smacks-ack-delayed" used by mod_cloud_notify and extended the readme file accordingly (also mention mod_smacks_offline and mod_smacks_noerror in readme file)
2016-11-22 tmolitor mod_delay: initial commit
2016-11-22 tmolitor mod_smacks_noerror: Initial commit
2016-11-21 Camilo mod_reload_components: add new module and README file.
2016-11-19 Matthew Wild mod_firewall: README: Document conditions for groups and admins
2016-11-19 Matthew Wild mod_firewall: README: Clarify that it's possible to jump to chains defined outside of the current file
2016-11-19 Matthew Wild mod_firewall: README: Document dynamic '$local' zone
2016-11-19 Matthew Wild mod_firewall: README: Add more info about specifying rule set files
2016-11-19 Matthew Wild mod_firewall: INSPECT: support for literal substring search and expressions
2016-11-19 Matthew Wild mod_firewall: Fix for raw code expressions that contain escape-worthy characters
2016-11-19 Kim Alvefur mod_pubsub_feeds: Add fixme for future
2016-11-19 Kim Alvefur mod_pubsub_feeds: Halt feed parsing when we see a node we already know about
2016-11-19 Kim Alvefur mod_pubsub_feeds: Check if node exists earlier and attempt to create it if not
2016-11-19 Kim Alvefur mod_pubsub_feeds: Get entry from list of entries (thanks Link Mauve)
2016-11-19 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 day
2016-11-19 Kim Alvefur mod_pubsub_feeds: Iterate over feed backwards due to most feeds being in reverse chronological order
2016-11-19 Kim Alvefur mod_pubsub_feeds/feeds.lib: Fix converting RSS items to more than one Atom entry (thanks walduhu)
2016-11-19 Kim Alvefur mod_pubsub_feeds: Remove default feeds
2016-11-18 Kim Alvefur mod_profile/README: Set a stage label
2016-11-18 Kim Alvefur mod_firewall/README: Remove mention of comments section from google code
2016-11-18 Matthew Wild mod_firewall: Add default zone called '$local' containing all local hosts (dynamically)
2016-11-18 Kim Alvefur mod_carbons: Comment about the priority