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
|
2016-11-17 |
Kim Alvefur |
mod_measure_message_length: Collect statistics on number of bytes, words and lines in messages
|
2016-11-17 |
Kim Alvefur |
mod_carbons: Adjust event hook priorities to be between mod_message and mod_firewall (see #669)
|
2016-11-15 |
Matthew Wild |
mod_firewall: Rate limiting: Document 'entries' and add option to allow overflowing when full
|
2016-11-15 |
Matthew Wild |
mod_firewall: README: Update for LIMIT 'on' and document expression syntax
|
2016-11-15 |
Matthew Wild |
mod_firewall: Support for default values in stanza paths
|
2016-11-15 |
Matthew Wild |
mod_firewall: When compiling on the command-line with -v, ensure chain function names are unique and valid ids
|
2016-11-15 |
Matthew Wild |
mod_firewall: Allow prefixing script paths with 'module:' to specify path relative to module file
|
2016-11-15 |
Matthew Wild |
mod_firewall: Fix for when compiling on the command line and specifying multiple files
|
2016-11-15 |
Matthew Wild |
mod_firewall: Allow implicit defitions of chains in scripts if they begin with 'user/'
|
2016-11-15 |
Matthew Wild |
mod_firewall: INSPECT: Handle stanza:find() returning nil (i.e. path didn't match)
|
2016-11-15 |
Matthew Wild |
mod_firewall: INSPECT: Emit compilation error when the given stanza path is used for comparison but doesn't return a string
|
2016-11-15 |
Kim Alvefur |
mod_throttle_unsolicited: Use existing local reference to origin
|
2016-11-15 |
Matthew Wild |
mod_firewall: README: Fix example usage of BOUNCE
|
2016-11-09 |
Kim Alvefur |
mod_storage_xmlarchive: Expand the summary a little bit
|
2016-11-09 |
Kim Alvefur |
mod_proxy65_whitelist: Only add proxy hosts enabled after module is loaded if allow_local_streamhosts = true
|
2016-11-09 |
Kim Alvefur |
mod_storage_muc_log: Separate out date collection into API method
|
2016-11-09 |
Kim Alvefur |
mod_storage_muc_log: Address luacheck warnings
|
2016-11-07 |
Kim Alvefur |
misc/munin/prosody_.lua: Add a line or two about usage
|
2016-11-07 |
Kim Alvefur |
Example SASL mechanism implementation
|
2016-11-07 |
Kim Alvefur |
misc: Add README stub
|
2016-11-07 |
Kim Alvefur |
misc/systemd: Experimental files for enabling socket activation
|
2016-11-07 |
Kim Alvefur |
misc: An experimental systemd service file
|
2016-11-07 |
Kim Alvefur |
mod_proxy65_whitelist: Remove unused variable [luacheck]
|
2016-11-07 |
Kim Alvefur |
mod_proxy65_whitelist: Add proxy hosts enabled after module is loaded (fixes #494)
|
2016-11-07 |
Kim Alvefur |
mod_webpresence: Check that top resources are set (fixes #665)
|
2016-11-07 |
Kim Alvefur |
mod_log_auth/README: Update regex for 9d43095d915f (fixes #764)
|
2016-11-06 |
Kim Alvefur |
mod_watchuntrusted: Fix backwards time comparison
|
2016-11-04 |
Kim Alvefur |
mod_onions: Reduce line count for redirect check
|
2016-11-04 |
Kim Alvefur |
mod_onions: Use typed config API
|
2016-11-04 |
Kim Alvefur |
mod_storage_xmlarchive: Fix name in datamanager monkeypatch (fixes #774)
|
2016-11-04 |
Matthew Wild |
mod_firewall: Add conditions for testing whether a sender of a stanza is in the recipient's roster (or in a certain roster group)
|
2016-11-02 |
Kim Alvefur |
mod_candy: Update to point to Candy v2.2.0
|
2016-10-29 |
Kim Alvefur |
mod_seclabels/README: Note that this only serves the catalogue, eg mod_firewall would be doing enforcement
|
2016-10-20 |
Kim Alvefur |
mod_track_muc_joins: Bump priority up over mod_presence to ensure event is caught
|
2016-10-18 |
Kim Alvefur |
mod_carbons: Fix logic presendence
|
2016-10-17 |
JC Brand |
Add mod_http_authentication.lua
|
2016-10-17 |
JC Brand |
New module: mod_http_rest.lua
|
2016-10-15 |
Kim Alvefur |
mod_track_muc_joins: Check if the map of directed presence exists earlier (fixes traceback due to precedence error) (thanks Link Mauve)
|
2016-10-13 |
Matthew Wild |
mod_http_upload_external: Add README
|