2020-12-15 |
Matthew Wild |
mod_vcard_muc: Pass room object around instead of JID, hopefully fixing traceback
|
2020-12-15 |
Seve Ferrer |
For deployments that have https://hg.prosody.im/trunk/file/tip/plugins/muc/register.lib.lua#l7 and use https://modules.prosody.im/mod_muc_http_auth.html users can still register to a MUC even if they are not allowed to join. That means they would receive RAI or RMN, for instance.
|
2020-12-14 |
Matthew Wild |
mod_muc_markers: Add option for @id rewriting, default off (may break some clients)
|
2020-12-14 |
JC Brand |
mod_muc_rai: Use xmlns from XEP-0437
|
2020-12-12 |
Seve Ferrer |
Prosodoy module to externalize MUC authorization via HTTP
|
2020-12-11 |
Matthew Wild |
mod_cloud_notify: Some code cleanup, now luacheck-clean. No functionality changes.
|
2020-12-10 |
Kim Alvefur |
mod_sentry: Include sentry.lib in luarock
|
2020-12-10 |
Kim Alvefur |
mod_s2s_keepalive: Don't send whitespace keepalives before s2sin stream is open
|
2020-12-09 |
Matthew Wild |
mod_sentry: Pull message from error *before* we mutate it into something different...
|
2020-12-09 |
Matthew Wild |
mod_sentry: Pull default message from error text or wrapped error (if string)
|
2020-12-09 |
Matthew Wild |
mod_sentry: Automatically attach exceptions for errors used in log parameters
|
2020-12-09 |
Matthew Wild |
mod_sentry: Fix to correctly iterate over traceback
|
2020-12-09 |
Matthew Wild |
mod_sentry: Ensure frames gets encoded as a JSON array, even if empty
|
2020-12-09 |
Matthew Wild |
mod_sentry: Don't include tracebacks in extra context
|
2020-12-09 |
Matthew Wild |
mod_sentry: Fix syntax for inclusion of stack traces in events
|
2020-12-09 |
Matthew Wild |
mod_sentry: Support for including stack frames in exception events
|
2020-12-09 |
Matthew Wild |
mod_sentry: Fix typo in method name
|
2020-12-08 |
Matthew Wild |
mod_sentry: New module to forward errors to a Sentry server
|
2020-11-30 |
Kim Alvefur |
mod_pubsub_feeds: Don't skip publishing items after an existing one
|
2020-12-01 |
Kim Alvefur |
mod_muc_rai: Use log systems string formatting facilities
|
2020-12-04 |
Seve Ferrer |
mod_muc_room_mention_notifications: Publish module
|
2020-12-03 |
Emmanuel Gil Peyrot |
mod_bookmarks2: Fix luacheck warning
|
2020-12-03 |
Emmanuel Gil Peyrot |
mod_bookmarks2: Add a warning about client compatibility
|
2020-12-01 |
Seve Ferrer |
mod_muc_rai: Subscribe/unsubscribe users when leaving/joining
|
2020-11-28 |
Kim Alvefur |
mod_http_oauth2: Fix passing OAuth-specific error details
|
2020-11-28 |
Kim Alvefur |
mod_rest: Expand TODO
|
2020-11-25 |
Matthew Wild |
mod_admin_notify: Fix traceback when no admins listed in config
|
2020-11-24 |
tmolitor |
mod_cloud_notify: Modernize interface to mod_smacks
|
2020-11-22 |
Kim Alvefur |
mod_http_oauth2: Periodically trim unused authorization codes
|
2020-11-22 |
Kim Alvefur |
mod_http_oauth2: Keep authorization codes in memory instead of storage
|
2020-11-22 |
Kim Alvefur |
mod_http_oauth2: Reduce authorization code validity time to 2 minutes
|
2020-11-22 |
Kim Alvefur |
mod_http_oauth2: Factor out authorization code validity decision
|
2020-11-22 |
Kim Alvefur |
mod_adhoc_oauth2_client: Fix including final client_id in result form
|
2020-11-22 |
Kim Alvefur |
mod_adhoc_oauth2_client: Advertise URI fields with XEP-0122
|
2020-11-22 |
Kim Alvefur |
mod_adhoc_oauth2_client: Fix adhoc status on error
|
2020-11-22 |
Kim Alvefur |
mod_http_oauth2: Add TODO
|
2020-11-22 |
Kim Alvefur |
mod_adhoc_oauth2_client: Add stub README
|
2020-11-22 |
Kim Alvefur |
mod_http_oauth2: Improve storage of client secret
|
2020-11-22 |
Kim Alvefur |
mod_adhoc_oauth2_client: Note TODO
|
2020-11-21 |
Kim Alvefur |
mod_adhoc_oauth2_client: Allow creating OAuth2 clients via ad-hoc
|
2020-11-21 |
Kim Alvefur |
mod_http_oauth2: Rescope oauth client config into users' storage
|
2020-11-21 |
Kim Alvefur |
mod_http_oauth2: Remove unnecessary redirect uri check
|
2020-11-21 |
Kim Alvefur |
mod_http_oauth2: Unpack event object to improve readability
|
2020-11-21 |
Kim Alvefur |
mod_http_oauth2: Fix incomplete function arity change in dea6bea2ddd3
|
2020-11-21 |
Kim Alvefur |
mod_http_oauth2: Authorization code flow
|
2020-11-18 |
Seve Ferrer |
mod_ogp: Update parsing logic to catch more cases
|
2020-11-18 |
Seve Ferrer |
mod_ogp: Improve parsing patterns
|
2020-11-17 |
Seve Ferrer |
mod_muc_inject_mentions: Add new setting to trigger mentions only if a prefix is found
|
2020-11-15 |
Seve Ferrer |
mod_ogp: Add module
|
2020-11-15 |
Kim Alvefur |
mod_rest: Fix attempt at indexing nil if an error stanza is missing <error>
|
2020-11-15 |
Kim Alvefur |
mod_rest: Ensure no attempt is made to reply to an error stanza
|
2020-11-15 |
Kim Alvefur |
mod_rest: Catch and log errors in callback promise chain
|
2020-11-15 |
Kim Alvefur |
mod_rest/example: Reorder things to match the disco#info feature order
|
2020-11-15 |
Kim Alvefur |
mod_rest: Use promise based HTTP client API
|
2020-11-15 |
Kim Alvefur |
mod_rest/example: Advertise version query support
|
2020-11-15 |
Kim Alvefur |
mod_rest: Use HTTP error mapping from net.http.errors
|
2020-11-14 |
Kim Alvefur |
mod_rest: Use util.error registry datatype
|
2020-11-14 |
Seve Ferrer |
mod_muc_inject_mentions: Make module scalable by iterating through the body instead of participants list as the main loop
|
2020-11-12 |
Kim Alvefur |
mod_rest: Add whitespace to improve readability, code navigation
|
2020-11-12 |
Kim Alvefur |
mod_post_msg: Advertise mod_rest, the spiritual successor
|
2020-11-12 |
Kim Alvefur |
mod_post_msg: Tweak header level
|
2020-11-10 |
Emmanuel Gil Peyrot |
mod_prometheus: Warn users to put statistics settings in the global section
|
2020-11-09 |
Matthew Wild |
mod_admin_notify: New module providing an API to notify host admins
|
2020-11-09 |
Kim Alvefur |
mod_http_oauth2: Fix typo not caught by luacheck
|
2020-11-06 |
Matthew Wild |
mod_firewall: Some additional documentation improvements, particularly adding section links where needed
|
2020-11-06 |
Matthew Wild |
mod_firewall: Improve 'INSPECT' comparison operator documentation
|
2020-11-05 |
Kim Alvefur |
mod_pubsub_text_interface: Remove receipt handling (thanks meaz)
|
2020-10-28 |
Kim Alvefur |
mod_bob: Add dependency metadata
|
2020-10-28 |
Kim Alvefur |
mod_auto_answer_disco_info: Add dependency data for rock packaging
|
2020-10-26 |
Vladimir D. Seleznev |
mod_offline_email: explicitly set charset to utf-8 to override mailclients default settings
|
2020-10-25 |
Emmanuel Gil Peyrot |
mod_http_prebind: Stop hardcoding test domain
|
2020-10-25 |
Emmanuel Gil Peyrot |
mod_http_prebind: New module
|
2020-10-23 |
Kim Alvefur |
mod_http_oauth2: Accept empty scope
|
2020-10-23 |
Kim Alvefur |
mod_conversejs: Comment on what's going on in JS template
|
2020-10-20 |
Matthew Wild |
mod_log_ringbuffer: Add 'lines' option (actually an alternative ringbuffer implementation)
|
2020-10-20 |
Matthew Wild |
mod_log_ringbuffer: Discard old data when buffer is full
|
2020-10-19 |
Kim Alvefur |
mod_invites*: Also link to mod_invites_api
|
2020-10-19 |
Kim Alvefur |
mod_invites*: Link to each other
|
2020-10-19 |
Matthew Wild |
mod_debug_traceback: Fix global lookup warning on 0.11.x
|
2020-10-19 |
tmolitor |
mod_cloud_notify: make logging more clear
|
2020-10-16 |
Matthew Wild |
mod_log_ringbuffer: Document how to integrate with mod_debug_traceback
|
2020-10-16 |
Matthew Wild |
mod_log_ringbuffer: Switch `filename` to not be interpolated, add filename_template which is
|
2020-10-16 |
Matthew Wild |
mod_log_ringbuffer: Fix incorrect parameter name
|
2020-10-16 |
Matthew Wild |
mod_debug_traceback: Fix to use the cached traceback
|
2020-10-16 |
Matthew Wild |
mod_invites_api: Allow restricting HTTP methods per key (once implemented)
|
2020-10-16 |
Matthew Wild |
mod_log_ringbuffer: Update default filename to include data path
|
2020-10-16 |
Matthew Wild |
mod_debug_traceback: Descendent of mod_traceback with some additional features
|
2020-10-16 |
Kim Alvefur |
mod_s2s_keepalive: Restore timer start (Thanks Ge0rG)
|
2020-10-16 |
Kim Alvefur |
mod_s2s_keepalive: Fix response handler (thanks Ge0rG)
|
2020-10-16 |
Matthew Wild |
mod_invites_page: Change client selection button text from 'Install' to 'Select' by default
|
2020-10-16 |
Matthew Wild |
mod_invites_page: Remove preauth URI button
|
2020-10-15 |
Kim Alvefur |
mod_conversejs: Add comments about default settings
|
2020-10-15 |
Kim Alvefur |
mod_conversejs/README: Complete list of auto-injected settings
|
2020-10-15 |
Kim Alvefur |
mod_conversejs/README: Add text about preventing auto-load of mod_bosh/ws
|
2020-10-15 |
Kim Alvefur |
mod_conversejs: Tweak wording
|
2020-10-15 |
Matthew Wild |
mod_log_ringbuffer: New module to send logs to an in-memory ringbuffer
|
2020-10-14 |
Kim Alvefur |
mod_s2s_keepalive: Fix name of timestamp function
|
2020-10-14 |
Kim Alvefur |
mod_s2s_keepalive: Use timestamp as iq @id
|
2020-10-14 |
Kim Alvefur |
mod_welcome_page/html: Containerize the Jumbotron!
|
2020-10-14 |
Matthew Wild |
mod_invites_page: Fix table in README (thanks Ge0rG)
|
2020-10-14 |
Kim Alvefur |
mod_welcome_page/html: Fix closing div tag!
|
2020-10-13 |
Kim Alvefur |
mod_http_index: Remove unused CSS class
|
2020-10-13 |
Kim Alvefur |
mod_http_index,muc_log: More CSS tweaks
|
2020-10-12 |
Kim Alvefur |
mod_admin_web: Add a title for mod_http_index
|
2020-10-12 |
Kim Alvefur |
mod_http_index,mod_http_muc_log: Tweak again
|
2020-10-12 |
Kim Alvefur |
mod_http_index, mod_http_muc_log: Tweak navigation element margins
|
2020-10-12 |
Kim Alvefur |
mod_http_index: Copy style from mod_http_muc_log (inc dark theme!)
|
2020-10-12 |
Kim Alvefur |
mod_welcome_page: Serve from top level path (/) by default
|
2020-10-12 |
Kim Alvefur |
mod_welcome_page/html: Fix form target if path isn't /
|
2020-10-12 |
JC Brand |
Merge
|
2020-10-12 |
JC Brand |
muc_batched_probe: don't return too quickly
|
2020-10-12 |
tmolitor |
mod_smacks: don't store mam results in offline store
|
2020-10-12 |
JC Brand |
mod_muc_batched_probe: don't rely on mt_room:respond_to_probe method
|
2020-10-10 |
Kim Alvefur |
mod_register_apps: Fix removal of apps from array on unload
|
2020-10-10 |
Kim Alvefur |
mod_register_apps: Ignore the long lines [luacheck]
|
2020-10-09 |
Kim Alvefur |
Back out a8aacfbdaea9: Not needed since change in trunk
|
2020-10-09 |
Matthew Wild |
mod_welcome_page: New module to provide a friendly entrypoint to invite-based setups
|
2020-10-08 |
Kim Alvefur |
mod_register_apps: Point out assets/ directory for packaging
|
2020-10-08 |
Kim Alvefur |
mod_http_muc_log: Move template into a directory to ease packaging
|
2020-10-08 |
Kim Alvefur |
mod_admin_web: Really fix luarocks build spec
|
2020-10-08 |
Kim Alvefur |
mod_admin_web: Serve resources from resource path in trunk/0.11
|
2020-10-08 |
Kim Alvefur |
mod_admin_web: Include build instructions in metadata
|
2020-10-07 |
Matthew Wild |
mod_register_apps: Add setup instructions for Beagle IM
|
2020-10-06 |
Kim Alvefur |
mod_muc_moderation: Improve error message to be more helpful
|
2020-10-06 |
Matthew Wild |
mod_conversejs: Automatically register as a site app (see mod_register_apps)
|
2020-10-06 |
Matthew Wild |
mod_invites_register_web: Support a 'login_link_format' for apps, redirected to after successful registration
|
2020-10-06 |
Matthew Wild |
mod_invites_register_web: Fix bug where invalid invite code redirected to wrong URL
|
2020-10-06 |
Matthew Wild |
mod_invites_register_web: Tweak layout and text of web chat CTA
|
2020-10-06 |
Matthew Wild |
mod_invites_page: Always display web clients regardless of detected platform
|
2020-10-06 |
Matthew Wild |
mod_register_apps: Add support for module:provides("site-app", app_info)
|
2020-10-06 |
Matthew Wild |
mod_register_apps: Add logo for Converse.js
|
2020-10-05 |
Kim Alvefur |
mod_firewall: Add packaging metadata to include libraries
|
2020-10-05 |
Kim Alvefur |
mod_rest: Add packaging metadata to include jsonmap lib and examples
|
2020-10-05 |
Matthew Wild |
mod_invites_register_web: Support linking to a web chat after successful registration
|
2020-10-01 |
Kim Alvefur |
mod_conversejs: Hint that templates should be copied into packages
|
2020-10-01 |
Kim Alvefur |
mod_conversejs: Move templates into a directory for easier install
|
2020-10-01 |
Seve Ferrer |
mod_muc_inject_mentions: Add new configuration setting to choose between registered nicknames or online participants
|
2020-09-30 |
Seve Ferrer |
mod_muc_inject_mentions: Add new configuration setting to strip out prefixes from mentions
|
2020-09-29 |
Seve Ferrer |
mod_muc_inject_mentions: Should not append mentions by default
|
2020-09-29 |
Seve Ferrer |
mod_muc_inject_mentions: Add new configuration setting to look for mentions even if the client sent some already
|
2020-09-28 |
Seve Ferrer |
mod_muc_inject_mentions: Update README explainig mention_delimiters setting
|
2020-09-28 |
Seve Ferrer |
mod_muc_inject_mentions: Improve mentions lookup by using a set instead of a list
|
2020-09-30 |
Matthew Wild |
mod_auth_http: Fix unfinished sentence in
|
2020-09-30 |
Matthew Wild |
mod_auth_http: Yet another module to authenticate against a HTTP service
|
2020-09-28 |
Seve Ferrer |
Update local repository
|
2020-09-28 |
Seve Ferrer |
mod_muc_inject_mentions: Refactor code using in_list utility function to improve readability
|
2020-09-26 |
Kim Alvefur |
Merge
|
2020-09-25 |
Kim Alvefur |
mod_conversejs: Generate 'assets_path' to fix locating certain resources
|
2020-09-21 |
Christian Weiske |
Improve mod_firewall readme
|
2020-09-23 |
tmolitor |
mod_cloud_notify: fix comment text
|
2020-09-21 |
Kim Alvefur |
mod_easy_invite: Highlight deprecation notice
|
2020-09-21 |
Matthew Wild |
mod_firewall: Update another chain name for consistency
|
2020-09-21 |
Matthew Wild |
mod_firewall: Update chain name for consistency
|
2020-09-20 |
Kim Alvefur |
mod_conversejs: Enable serving resources from built-in http server
|
2020-09-20 |
Matthew Wild |
mod_firewall: Add jabberspam-simple-blocklist.pfw and spam-blocklists.pfw
|
2020-09-20 |
Seve Ferrer |
mod_muc_inject_mentions: Catch nicknames between new lines
|
2020-09-20 |
Seve Ferrer |
mod_muc_inject_mentions: Allow suffixes to be used after a new line
|
2020-09-20 |
Seve Ferrer |
mod_muc_inject_mentions: Allow suffixes to be used before a new line
|
2020-09-20 |
Seve Ferrer |
mod_muc_inject_mentions: Allow preffixes to be used after a new line
|
2020-09-20 |
Seve Ferrer |
mod_muc_inject_mentions: (W311) value assigned to variable _first is overwritten on line 104 before use
|
2020-09-20 |
Seve Ferrer |
mod_muc_inject_mentions: (W211) unused variable node, (W211) unused variable host
|
2020-09-20 |
Seve Ferrer |
mod_muc_inject_mentions: (W213) unused loop variable i
|
2020-09-20 |
Seve Ferrer |
mod_muc_inject_mentions: Publish module to repository
|
2018-08-17 |
Kim Alvefur |
mod_muc_search: Some changes predating version control
|
2018-08-17 |
Kim Alvefur |
mod_muc_search: Implementation of the search.jabber.network XMPP API
|
2020-09-15 |
Kim Alvefur |
mod_invites_register_web: Include html resources in rock
|
2020-09-15 |
Matthew Wild |
mod_invites_page: Fix platform detection and don't show empty list of clients for unknown platforms
|
2020-09-15 |
Matthew Wild |
mod_invites_page: Add alt text to invalid invite image
|
2020-09-15 |
Matthew Wild |
mod_invites_page: Apply fixes from invite page to client URI page
|
2020-09-15 |
Matthew Wild |
mod_invites_page: Remove h-100 that was preventing uri-cta from being tapped on Fennec (thanks meaz)
|
2020-09-15 |
Matthew Wild |
mod_invites_page: Some HTML fixes to please the W3C validator
|
2020-09-15 |
Matthew Wild |
mod_invites_page, mod_invites_register_web: Set correct Content-Type everywhere necessary
|
2020-09-15 |
Matthew Wild |
mod_firewall: spam-blocking.pfw: allow subscription acks through
|
2020-09-15 |
Matthew Wild |
mod_firewall: Add checkcerts option for HTTP lists, cert verification disabled when SNI unsupported
|
2020-09-15 |
Matthew Wild |
mod_firewall: Add docs for list types and parameters
|
2020-09-14 |
Matthew Wild |
mod_invites_page: Fix HTML syntax error
|
2020-09-14 |
Matthew Wild |
mod_invites_page: Fix incorrect use of <button> (thanks Martin)
|
2020-09-14 |
Matthew Wild |
mod_invites_page: Fix indentation and mismatched <div> tag (thanks Martin)
|
2020-09-14 |
Maxime “pep” Buquet |
mod_muc_occupant_id: remove Stage-Alpha label
|
2020-09-14 |
Matthew Wild |
mod_invites_register: Fix traceback for non-invite registrations
|
2020-09-14 |
Kim Alvefur |
mod_invites_register: Fix traceback on registration via other module (thanks franck)
|
2020-09-14 |
Matthew Wild |
mod_invites_register_web: Also add ip to user-registered
|
2020-09-14 |
Matthew Wild |
mod_register_dnsbl: Handle missing session in user-registering event (thanks meaz)
|
2020-09-14 |
Matthew Wild |
mod_invites_register_web: Include request.ip in user-registering event (thanks franck)
|
2020-09-14 |
Matthew Wild |
mod_invites_page: Add Link header for URI with rel=alternate
|
2020-09-13 |
Matthew Wild |
mod_invites_api: New module to create new invites over HTTP
|
2020-09-12 |
Kim Alvefur |
mod_register_apps: Prevent traceback if hide_apps is unset (thanks meaz)
|
2020-09-12 |
Matthew Wild |
mod_register_apps: Add site_apps_show and site_apps_hide options (thanks meaz)
|
2020-09-12 |
Matthew Wild |
mod_invites_register_web: Fix traceback on missing query params
|
2020-09-12 |
Matthew Wild |
mod_register_apps: Don't duplicate client entries on module reload
|
2020-09-11 |
Matthew Wild |
mod_register_apps: Add missing docs
|
2020-09-11 |
Kim Alvefur |
various: Update dependencies
|
2020-09-11 |
Matthew Wild |
mod_invites_register_web: Remove dependency on mod_easy_invite
|
2020-09-11 |
Matthew Wild |
mod_invites_page: Remove dependency on mod_invites_register_web
|
2020-09-11 |
Matthew Wild |
mod_invites_register: New module to allow IBR with invite tokens
|
2020-09-11 |
Kim Alvefur |
various: Dependency metadata needs the mod_ prefix
|
2020-09-11 |
Kim Alvefur |
various: Add some dependency metadata
|
2020-09-11 |
Kim Alvefur |
mod_lastlog2: Fix reporting of IP address (thanks Ge0rG)
|
2020-09-11 |
Kim Alvefur |
mod_lastlog2: Fix 'registered' event (Thanks Ge0rG)
|
2020-09-11 |
Kim Alvefur |
mod_muc_media_metadata: Bootstrap warning box
|
2020-09-11 |
Matthew Wild |
mod_muc_media_metadata: Add alpha tag and experimental warning
|
2020-09-11 |
Matthew Wild |
mod_invite: Add deprecation note and tag
|
2020-09-11 |
Matthew Wild |
mod_easy_invite: Add deprecation note and tag
|
2020-09-11 |
Matthew Wild |
mod_invites: Update documentation
|
2020-09-11 |
Matthew Wild |
mod_invites: Absorb shell and prosodyctl commands from mod_easy_invite
|
2020-09-11 |
Matthew Wild |
mod_http_libjs: Add compatibility with Prosody 0.11.x
|
2020-09-11 |
Matthew Wild |
mod_invites_page: New module to generate landing page for invites
|
2020-09-11 |
Matthew Wild |
mod_invites_register_web: New module to allow web registration with an invite token
|
2020-09-11 |
Matthew Wild |
mod_invites_adhoc: New module to allow invite creation via ad-hoc commands (XEP-0401)
|
2020-09-10 |
Matthew Wild |
mod_register_apps: Provides a configurable list of XMPP apps
|
2020-09-10 |
Kim Alvefur |
mod_easy_invite: Add a touch of dependency info
|
2020-09-08 |
marc0s |
mod_muc_notifications: adapt to MUC get_name() API changes
|
2020-09-07 |
Matthew Wild |
mod_easy_invite: Remove hard dependency on mod_invites_page and allow configuration of different landing page module
|
2020-09-07 |
Matthew Wild |
mod_http_libjs: New module to serve common CSS/Javascript libraries
|
2020-09-07 |
Matthew Wild |
mod_easy_invite: Rewrite prosodyctl command handler to support new features (from Snikket)
|
2020-09-07 |
Matthew Wild |
mod_easy_invite: Allow account reset invites
|
2020-09-07 |
Matthew Wild |
mod_easy_invite: Allow setting account roles from associated invite (from Snikket)
|
2020-09-07 |
Matthew Wild |
mod_easy_invite: Add code comment (from Snikket)
|
2020-09-07 |
Matthew Wild |
mod_easy_invite: Minor refactoring to begin merging additional changes from Snikket
|
2020-09-07 |
Matthew Wild |
mod_invites: Fix potential traceback when invalid token used (from Snikket)
|
2020-09-07 |
Matthew Wild |
mod_invites: Whitespace (from Snikket)
|
2020-09-07 |
Matthew Wild |
mod_invites: Include invite type and uri in validated invites (from Snikket)
|
2020-09-07 |
Matthew Wild |
mod_invites: Add API to create account reset invites (from Snikket)
|
2020-09-07 |
Matthew Wild |
mod_invites: Allow inclusion of 'additional data' in invites (from Snikket)
|
2020-08-25 |
Matthew Wild |
mod_http_upload: Log warning when loaded on user host
|
2020-08-22 |
Kim Alvefur |
mod_external_service: Include for users of older versions of Prosody
|
2020-08-19 |
Matthew Wild |
mod_muc_rai: Ignore presence to host that doesn't contain the <rai/> element
|
2020-08-18 |
Emmanuel Gil Peyrot |
mod_http_muc_log: Add a dark theme when the user asked for that.
|
2020-08-05 |
Matthew Wild |
mod_firewall: Fix example in README to use |host (thanks DebXWoody)
|
2020-08-05 |
Matthew Wild |
mod_muc_markers: Add room JID to log message
|
2020-07-26 |
Kim Alvefur |
mod_http_upload/README: Fix typo (thanks bjoernb)
|
2020-07-20 |
Kim Alvefur |
mod_rest/README: Remove last trace of older credential option
|
2020-07-20 |
Kim Alvefur |
mod_rest/README: Mention OAuth
|
2020-07-20 |
Kim Alvefur |
mod_rest/README: Describe use on VirtualHosts
|
2020-07-20 |
Kim Alvefur |
mod_rest: Add support for form-encoded output
|
2020-07-07 |
Matthew Wild |
mod_muc_markers: replace configurable multi-marker tracking with better system
|
2020-07-07 |
Martin Dosch |
mod_watch_spam_reports: Move stage from alpha to beta
|
2020-07-07 |
Martin Dosch |
mod_watch_spam_reports: Add compatibility section
|
2020-07-07 |
Martin Dosch |
mod_watch_spam_reports: Document dependency on mod_spam_reporting
|
2020-07-03 |
Martin Dosch |
mod_watch_spam_reports: Define variable prior to using it
|