mod_prometheus: remove space between label k/v pairs
|
Jonas Schäfer |
2021-04-18 |
mod_statistics_statsd: Remove obsolete module, use the newer built-in statsd provider
|
Matthew Wild |
2021-04-17 |
mod_prometheus: Invoke stats collection if in 'manual' mode
|
Kim Alvefur |
2021-04-13 |
mod_minimix/README: Add TODO section
|
Kim Alvefur |
2021-04-11 |
mod_minimix/README: Change markdown header syntax
|
Kim Alvefur |
2021-04-11 |
mod_smacks: Fix calculation of smacks timeout values
|
tmolitor |
2021-04-12 |
mod_storage_xmlarchive: Insert micropauses in long-running queries
|
Kim Alvefur |
2021-04-09 |
mod_smacks: Fix traceback due to session being destroyed in send()
|
Kim Alvefur |
2021-04-01 |
mod_smacks: Enable on s2s by default to see what breaks
|
Kim Alvefur |
2021-03-31 |
mod_rest/README: Mention other modules this one is a superset of
|
Kim Alvefur |
2021-03-26 |
mod_rest: Add XEP-0359 ids to schema mapping
|
Kim Alvefur |
2021-03-24 |
mod_rest: Remodel occupant-id (XEP-0421) as single attribute tag
|
Kim Alvefur |
2021-03-23 |
mod_rest: Fix name of entry in error registry for unauth 'from'
|
Kim Alvefur |
2021-03-23 |
mod_rest: Add a 'title' to XEP-0085 mapping (for documentation)
|
Kim Alvefur |
2021-03-23 |
mod_rest: Add mappings for a whole pile of XEPs
|
Kim Alvefur |
2021-03-23 |
mod_rest: Document the /echo endpoint in the openapi spec
|
Kim Alvefur |
2021-03-23 |
mod_rest: Move openapi spec into res/ dir to get it included in rocks
|
Kim Alvefur |
2021-03-23 |
mod_rest: Reflect XEP-0092 queries no longer taking booleans in openapi spec
|
Kim Alvefur |
2021-03-23 |
mod_rest: Remove inaccurate comment
|
Kim Alvefur |
2021-03-23 |
mod_rest: Restore 'kind' property in JSON-mapped objects
|
Kim Alvefur |
2021-03-23 |
mod_post_msg: Add sendxmpp-curl
|
Kim Alvefur |
2021-03-23 |
mod_rest: Add XEP-0066 to mapping schema (breaking from previous jsonmap)
|
Kim Alvefur |
2021-03-22 |
mod_pubsub_post: Allow specifying item id by a special mapping
|
Kim Alvefur |
2021-03-22 |
mod_pubsub_post: Add support for mapping incoming JSON to XML
|
Kim Alvefur |
2021-03-22 |
mod_rest: Declare presence priority an integer in -128..127 per RFC6121
|
Kim Alvefur |
2021-03-21 |
mod_rest: Convert XEP-0039 to datamapping
|
Kim Alvefur |
2021-03-21 |
mod_rest: Replace most mappings by using util.datamapper
|
Kim Alvefur |
2021-03-21 |
mod_http_admin_api: support for updating user roles via the API
|
Jonas Schäfer |
2021-03-22 |
mod_http_admin_api: allow updating the user nickname via API
|
Jonas Schäfer |
2021-03-22 |
mod_muc_markers: Prevent any markers from reaching the archive, even if untracked
|
Matthew Wild |
2021-03-22 |
mod_rest: Add an 'echo' endpoint for debugging
|
Kim Alvefur |
2021-03-20 |
mod_pubsub_summary: Fix to not strip inline links
|
Kim Alvefur |
2021-03-17 |
mod_firewall: Add basic LIST backend for receiving items from PubSub
|
Kim Alvefur |
2021-03-14 |
mod_pubsub_subscription: New module providing an API for pubsub subscriptions
|
Kim Alvefur |
2021-03-15 |
mod_muc_rai: Switch to low-priority pre-* events, which should suffice for per-session tracking
|
Matthew Wild |
2021-03-15 |
mod_http_upload_external: add access control option
|
Nicolas Cedilnik |
2021-03-14 |
mod_pubsub_eventsource: Fix processing of newlines
|
Kim Alvefur |
2021-03-12 |
mod_pubsub_summary: Fix traceback when <content> not included
|
Kim Alvefur |
2021-03-12 |
mod_rest: Fix typos [codespell]
|
Kim Alvefur |
2021-03-09 |
mod_muc_http_defaults/README: Fix schema
|
Kim Alvefur |
2021-03-09 |
mod_ogp: Log error responses
|
JC Brand |
2021-03-08 |
mod_rest: Allow passing e.g. disco 'node' as a ?query variable
|
Kim Alvefur |
2021-03-07 |
mod_rest: Allow empty @to to mean to=account is in normal XMPP
|
Kim Alvefur |
2021-03-07 |
mod_rest: Fix tag name in parsing of OOB payloads
|
Kim Alvefur |
2021-03-07 |
mod_rest: Fix the OOB tag name which also differs in messages
|
Kim Alvefur |
2021-03-07 |
mod_rest: Change OOB namespace to the one used in messages
|
Kim Alvefur |
2021-03-07 |
mod_rest/apidemo: Serve yaml with a (non-standard) content-type
|
Kim Alvefur |
2021-03-07 |
mod_rest/openapi: Reorder request bodies becasue YAML
|
Kim Alvefur |
2021-03-04 |
mod_rest/openapi: Add missing body for POST /kind/type/to query
|
Kim Alvefur |
2021-03-04 |
mod_rest/openapi: Improve ping (XEP-0199) representation
|
Kim Alvefur |
2021-03-04 |
mod_rest/openapi: Improve organization and navigation
|
Kim Alvefur |
2021-03-04 |
mod_rest/openapi: Describe 'version' endpoint in more detail
|
Kim Alvefur |
2021-03-03 |
mod_rest/openapi: Remove 202 response for ping (doesn't happen)
|
Kim Alvefur |
2021-03-03 |
mod_s2s_auth_dane: Fix traceback in DANE-TA check because unpack() moved
|
Kim Alvefur |
2021-03-03 |
mod_s2s_auth_dane: Disable now redundant validation done in trunk
|
Kim Alvefur |
2021-03-03 |
mod_pubsub_text_interface: Pass node object to broadcaster for config access
|
Kim Alvefur |
2021-03-02 |
mod_rest: Add option for serving interactive openapi documentation
|
Kim Alvefur |
2021-03-02 |
mod_rest/openapi: Deduplicate things using references
|
Kim Alvefur |
2021-03-02 |
mod_rest/openapi: Fix dataform references
|
Kim Alvefur |
2021-03-02 |
mod_ogp/README: Add Lua language annotation to prosody config snippet
|
Kim Alvefur |
2021-03-02 |
mod_ogp/README: Annotate example as XML to enable syntax highlighting
|
Kim Alvefur |
2021-03-02 |
mod_ogp: Add the ability to whitelist domains
|
JC Brand |
2021-03-02 |
mod_ogp: Add the ability to detect and process multiple URLs in a body
|
JC Brand |
2021-03-02 |
mod_rest: Fix syntax error in previous commit
|
Kim Alvefur |
2021-03-01 |
mod_rest: Revert leftover of unfinished ?query mapping
|
Kim Alvefur |
2021-02-28 |
mod_rest: Add schema for errors
|
Kim Alvefur |
2021-02-28 |
mod_rest: Support GET for certain IQ queries
|
Kim Alvefur |
2021-02-28 |
mod_rest: Add more REST-looking way to send stanzas
|
Kim Alvefur |
2021-02-28 |
mod_rest: Restructure API spec
|
Kim Alvefur |
2021-02-28 |
mod_muc_http_defaults: Schema corrections
|
Kim Alvefur |
2021-02-27 |
mod_rest: Add an OpenAPI specification
|
Kim Alvefur |
2021-02-27 |
mod_rest: Roundtrip disco and items when string or boolean is used
|
Kim Alvefur |
2021-02-26 |
mod_migrate_http_upload: Remove storage path when done
|
Kim Alvefur |
2021-02-24 |
mod_migrate_http_upload: Don't include per-upload directory twice
|
Kim Alvefur |
2021-02-24 |
mod_migrate_http_upload: Respect the 'http_upload_path' setting
|
Kim Alvefur |
2021-02-24 |
mod_migrate_http_upload: Fix autolink in README
|
Kim Alvefur |
2021-02-24 |
mod_migrate_http_upload: Upload data converter to mod_http_file_share
|
Kim Alvefur |
2021-02-24 |
mod_cloud_notify_encrypted: Advertise support for JMI push notifications
|
Matthew Wild |
2021-02-23 |
mod_cloud_notify_encrypted: Include full JID of sender with call notifications, per spec
|
Matthew Wild |
2021-02-23 |
mod_cloud_notify_encrypted: Fix expected namespace of JMI description element
|
Matthew Wild |
2021-02-23 |
mod_cloud_notify: Consider incoming XEP-0353 call requests as important
|
Matthew Wild |
2021-02-23 |
mod_smacks: Correct field name for session
|
Kim Alvefur |
2021-02-23 |
mod_log_json: allow logging of formatted message
|
Jonas Schäfer |
2021-02-22 |
mod_ogp: Remove old, empty README
|
JC Brand |
2021-02-22 |
mod_ogp: Add README
|
JC Brand |
2021-02-22 |
mod_ogp: Make sure OGP fasten messages get archived
|
JC Brand |
2021-02-22 |
mod_smacks: Only act on CSI state changes if smacks is enabled
|
Kim Alvefur |
2021-02-22 |
mod_cloud_notify_encrypted: Fix traceback (incorrect variable name)
|
Matthew Wild |
2021-02-22 |
mod_cloud_notify_encrypted: Update to latest spec, fixes unreliable call notifications
|
Matthew Wild |
2021-02-22 |
mod_muc_http_defaults: Add template filters to let you extract room JID parts
|
Kim Alvefur |
2021-02-21 |
mod_auth_http: type fix #1621
|
Ben |
2021-01-25 |
mod_muc_http_defaults: Expand documentation on expected API response
|
Kim Alvefur |
2021-02-20 |
mod_muc_http_defaults: Minor schema tweak
|
Kim Alvefur |
2021-02-20 |
Add tag 'Statistics' to some modules to ease discoverability
|
Kim Alvefur |
2021-02-19 |
mod_muc_http_defaults: Fix resetting affiliations (it's plural)
|
Kim Alvefur |
2021-02-19 |
mod_muc_http_defaults: Fix order of http callback arguments
|
Kim Alvefur |
2021-02-19 |
mod_muc_http_defaults: Remove fancy to be 0.11-compatible
|
Kim Alvefur |
2021-02-19 |
mod_muc_http_defaults: Get MUC room config from an API
|
Kim Alvefur |
2021-02-19 |
mod_smacks: Request ack on signal of ongoing CSI flush
|
Kim Alvefur |
2021-02-16 |
mod_smacks: Explicitly request ack when leaving CSI-inactive mode
|
Kim Alvefur |
2021-02-16 |
mod_smacks: Do ask for acks while in CSI inactive mode, but less frequent
|
Kim Alvefur |
2021-02-16 |
mod_http_upload: Add access config option
|
Nicolas Cedilnik |
2021-02-16 |
mod_smacks: Don't ask for acks while in (csi) inactive mode
|
Kim Alvefur |
2021-02-16 |
mod_s2s_auth_posh: Use unused loop variable for something [luacheck]
|
Kim Alvefur |
2021-02-11 |
mod_register_web: Add hCaptcha provider
|
Michel Le Bihan |
2021-02-15 |
mod_register_web: Update reCAPTCHA URL
|
Michel Le Bihan |
2021-02-15 |
mod_pubsub_summary: Make titles *bold* to stand out more
|
Kim Alvefur |
2021-02-10 |
mod_pubsub_summary: Skip adding title if already part of summary
|
Kim Alvefur |
2021-02-10 |
mod_pubsub_summary: Include multiple links (e.g. podcast media)
|
Kim Alvefur |
2021-02-10 |
mod_pubsub_summary: Explain why it picks content or summary in a comment
|
Kim Alvefur |
2021-02-10 |
mod_tlsfail: Test how servers react to starttls failure
|
Kim Alvefur |
2021-02-10 |
mod_auth_ccert/README: Add certificate purpose conifg to example
|
Kim Alvefur |
2021-02-06 |
mod_auth_ccert/README: Add setting to ensure Prosdy asks for client certificate
|
Kim Alvefur |
2021-02-06 |
mod_groups_shell: add an admin shell command for updating bookmarks
|
Jonas Schäfer |
2021-02-05 |
mod_groups_internal: allow force-emitting group member addition events
|
Jonas Schäfer |
2021-02-05 |
mod_cloud_notify: Fix nesting of push form (thanks ivucica/Andrzej)
|
Matthew Wild |
2021-02-05 |
mod_pubsub_feeds: Translate RSS <enclosure> to Atom for podcasts
|
Kim Alvefur |
2021-02-04 |
mod_pubsub_feeds: Copy Atom tags from RSS as-is
|
Kim Alvefur |
2021-02-04 |
mod_pubsub_summary: Mangle HTML payloads in Atom/RSS feeds
|
Kim Alvefur |
2021-02-04 |
mod_groups_muc_bookmarks: manage PEP (XEP-0048) bookmarks of group members
|
Jonas Schäfer |
2021-02-03 |
mod_groups_internal: emit events for group membership changes
|
Jonas Schäfer |
2021-02-03 |
mod_groups_internal: correctly destroy MUC associated with group
|
Jonas Schäfer |
2021-02-02 |
mod_invites: add extensive help message
|
Jonas Schäfer |
2021-02-01 |
mod_invites: rework CLI parsing to support groups
|
Jonas Schäfer |
2021-01-31 |
mod_muc_defaults: handle case where affiliations are unset
|
Jonas Schäfer |
2021-01-31 |
mod_groups_internal: handle empty groups correctly
|
Jonas Schäfer |
2021-01-31 |
mod_groups_internal: fix log message not appearing
|
Jonas Schäfer |
2021-01-31 |
mod_groups_internal: make robust against module reloads
|
Jonas Schäfer |
2021-01-31 |
mod_groups_migration: make default group name configurable
|
Jonas Schäfer |
2021-01-30 |
mod_groups_internal: maintain the name of the associated MUC
|
Jonas Schäfer |
2021-01-30 |
mod_invites_register_api: Handle password resets
|
Jonas Schäfer |
2021-01-30 |
mod_smacks: allow O(1) processing of delayed ack events
|
tmolitor |
2021-01-30 |
mod_cloud_notify: use stanza from mod_smacks to behave O(1)
|
tmolitor |
2021-01-30 |
mod_compliance_2021: XEP-0443: XMPP Compliance Suites 2021 self-test
|
Kim Alvefur |
2021-01-30 |
mod_invites_adhoc: Add support for specifying roles that may invite users, admins may always invite
|
Matthew Wild |
2021-01-28 |
mod_invites_adhoc: Fail contact invite if user is not on current host
|
Matthew Wild |
2021-01-28 |
mod_invites_page: Some fixes for external-only mode
|
Matthew Wild |
2021-01-27 |
mod_groups_internal: Style
|
Matthew Wild |
2021-01-27 |
mod_groups_internal: Fix unintended global variable (thanks luacheck)
|
Matthew Wild |
2021-01-27 |
mod_groups_internal: Fix incorrect function name
|
Matthew Wild |
2021-01-27 |
mod_groups_internal: Remove unused local function
|
Matthew Wild |
2021-01-27 |
mod_groups_internal: Prep MUC JID before exposing/storing it (just in case)
|
Matthew Wild |
2021-01-27 |
mod_invites_page: Allow disabling of built-in pages with invites_page_external option
|
Matthew Wild |
2021-01-27 |
mod_invites_register: factor group handling into separate module
|
Jonas Schäfer |
2021-01-26 |
mod_invites_groups: factor group handling out of mod_invites_register
|
Jonas Schäfer |
2021-01-26 |
mod_groups_internal: send invite to new members of groups
|
Jonas Schäfer |
2021-01-26 |
mod_migrate: Allow migrating data not attached to any user / nil user
|
Kim Alvefur |
2021-01-26 |
mod_invites_adhoc: also add tracking information to contact invites
|
Jonas Schäfer |
2021-01-26 |
mod_http_admin_api: re-add information about invite creator
|
Jonas Schäfer |
2021-01-26 |
mod_invites_adhoc: add information about who created an invitation
|
Jonas Schäfer |
2021-01-26 |
mod_invites_tracking: simple module to store who created an invite
|
Jonas Schäfer |
2021-01-26 |
mod_http_admin_api: remove deprecated API endpoint
|
Jonas Schäfer |
2021-01-26 |
mod_groups_internal: fix default value and handling of groups_muc_host
|
Jonas Schäfer |
2021-01-26 |
mod_groups_migration: initialise the group with a MUC
|
Jonas Schäfer |
2021-01-26 |
mod_http_admin_api: support for creating groups with MUCs
|
Jonas Schäfer |
2021-01-26 |
mod_groups_internal: manage associated MUC
|
Jonas Schäfer |
2021-01-25 |
mod_groups_internal: allow creating MUCs if a MUC host is linked
|
Jonas Schäfer |
2021-01-25 |
mod_groups_migration: module helping migration to groups
|
Jonas Schäfer |
2021-01-25 |
mod_groups_internal: allow delay of roster sync on group change
|
Jonas Schäfer |
2021-01-25 |
mod_groups_internal: allow specifying a group_id on create
|
Jonas Schäfer |
2021-01-25 |
mod_invites_register: port to mod_groups_internal
|
Jonas Schäfer |
2021-01-25 |
mod_groups_internal: new module for grouping beyond mod_adhoc_groups
|
Matthew Wild |
2021-01-25 |
mod_http_admin_api: port to use new mod_groups_internal module
|
Jonas Schäfer |
2021-01-25 |
mod_invites_register_api: reroute register call
|
Jonas Schäfer |
2021-01-25 |
mod_invites_register_api: New module to allow turning invites into accounts via a HTTP API
|
Matthew Wild |
2021-01-25 |
mod_http_admin_api: Add OpenAPI spec
|
Matthew Wild |
2021-01-23 |
mod_http_admin_api: Add 'reset' property to returned invite objects
|
Matthew Wild |
2021-01-23 |
mod_invites: Add ttl to all public creation APIs
|
Matthew Wild |
2021-01-23 |
mod_invites: Fix typo in variable name
|
Matthew Wild |
2021-01-23 |
mod_http_admin_api: Allow specifying groups in account invite
|
Matthew Wild |
2021-01-23 |
mod_http_admin_api: Improve invite API and support password resets
|
Matthew Wild |
2021-01-23 |
mod_cloud_notify_encrypted: Fix traceback on push of message with no body
|
Matthew Wild |
2021-01-22 |
mod_rest: Fix json-mapping stanzas with text or whitespace between tags
|
Kim Alvefur |
2021-01-22 |
mod_http_admin_api: Add /server/info endpoint for site_name and version
|
Matthew Wild |
2021-01-21 |
mod_http_oauth2: Add endpoint to revoke a key (RFC 7009 kinda)
|
Matthew Wild |
2021-01-21 |
mod_http_admin_api: add support for updating groups
|
Jonas Schäfer |
2021-01-21 |
mod_http_admin_api: Some fixes and improvements for the groups API
|
Matthew Wild |
2021-01-21 |
mod_cloud_notify: Make push_errors a shared table to persist across reloads and share with other modules
|
Matthew Wild |
2021-01-21 |
mod_http_admin_api: do not report OMEMO as ok if no devices exist
|
Jonas Schäfer |
2021-01-21 |
mod_http_admin_api: make the api a bit less untested
|
Jonas Schäfer |
2021-01-21 |
mod_http_admin_api: set content-type for debug API
|
Jonas Schäfer |
2021-01-21 |
mod_http_admin_api: 100% untested user debug info endpoint
|
Matthew Wild |
2021-01-21 |
mod_http_admin_api: restructure group-related info in API
|
Jonas Schäfer |
2021-01-20 |
mod_http_admin_api: Return new group object on successful creation
|
Matthew Wild |
2021-01-20 |
mod_http_admin_api: Switch PUT to POST where appropriate
|
Matthew Wild |
2021-01-19 |
mod_http_admin_api: Fix logic bug
|
Matthew Wild |
2021-01-19 |
mod_http_admin_api: Ensure 'reusable' flag is always present on an invite
|
Matthew Wild |
2021-01-19 |
mod_invites, mod_http_admin_api: Allow specifying multiple groups when creating an invite
|
Matthew Wild |
2021-01-19 |
mod_muc_markers: boolean should be used, not string
|
JC Brand |
2021-01-18 |
mod_cloud_notify: Fix handling of push_queue
|
tmolitor |
2021-01-17 |
mod_http_admin_api: Add XMPP URI into invite objects
|
Matthew Wild |
2021-01-17 |
mod_http_admin_api: Add groups management endpoints
|
Matthew Wild |
2021-01-17 |
mod_http_admin_api: Add groups property to users
|
Matthew Wild |
2021-01-17 |
mod_http_admin_api: Add support for creating reusable/group/custom-ttl invites
|
Matthew Wild |
2021-01-17 |
mod_http_admin_api: Use json.encode_array() when returning an array
|
Matthew Wild |
2021-01-17 |
mod_http_admin_api: Expose new invite properties: groups, source and reusable
|
Matthew Wild |
2021-01-17 |
mod_invites_register: Add user to groups included in an invite
|
Matthew Wild |
2021-01-17 |
mod_invites: Add public API method for creating group invites
|
Matthew Wild |
2021-01-17 |
mod_invites: Add support to internal API for creating reusable and custom-TTL invites
|
Matthew Wild |
2021-01-17 |
mod_http_admin_api: Add methods for managing users
|
Matthew Wild |
2021-01-17 |
mod_invites: Fix some more luacheck warnings
|
Matthew Wild |
2021-01-17 |
mod_http_admin_api: HTTP API for managing users and invites
|
Matthew Wild |
2021-01-17 |
mod_invites: Fix luacheck warning
|
Matthew Wild |
2021-01-17 |
mod_invites: Add internal API to list, read and delete account invites
|
Matthew Wild |
2021-01-17 |
mod_http_oauth2: Rudimentary support for scopes (but not really)
|
Matthew Wild |
2021-01-16 |
mod_muc_deliver_offline: New module for delivery of MUC messages to offline users
|
Matthew Wild |
2021-01-15 |
mod_muc_markers: Fix default value in readme
|
JC Brand |
2021-01-15 |
mod_muc_markers: Add config setting to turn off sending of markers on MUC join
|
JC Brand |
2021-01-15 |
mod_cloud_notify_filters: New module to support push notification filters
|
Matthew Wild |
2021-01-13 |
mod_muc_rai: Get user JID from event.occupant
|
JC Brand |
2021-01-13 |
mod_cloud_notify_priority_tag: New module to support Tigase's push priority indicator extension
|
Matthew Wild |
2021-01-13 |
mod_cloud_notify_encrypted: Use new direct access to notification element
|
Matthew Wild |
2021-01-13 |
mod_cloud_notify: Some restructuring to allow direct access to notification element within push event
|
Matthew Wild |
2021-01-13 |
mod_cloud_notify_encrypted: Truncate message body to 255 characters
|
Matthew Wild |
2021-01-13 |
mod_cloud_notify_encrypted: Fixes to the push notification syntax and payload
|
Matthew Wild |
2021-01-13 |
mod_cloud_notify_encrypted: Fix the location of the <encrypt> element in push registrations
|
Matthew Wild |
2021-01-13 |
mod_cloud_notify: Include 'important' flag in push event data
|
Matthew Wild |
2021-01-13 |
mod_cloud_notify_encrypted: New module for Encrypted Push Notifications
|
Matthew Wild |
2021-01-12 |
mod_roster_command: Fix subscription when the "user JID" is a bare domain.
|
Boris Grozev |
2021-01-05 |
mod_cloud_notify: Fire register and push events for integration with other modules
|
Matthew Wild |
2021-01-12 |
mod_cloud_notify: fix push flooding on delayed acks
|
tmolitor |
2021-01-11 |
mod_muc_ban_ip: Lua is not C, fix typo
|
Georg Lukas |
2021-01-11 |
mod_mucc_http_auth: Provide Authorization header setting for deployments behind a login
|
Seve Ferrer |
2021-01-06 |
mod_muc_ban_ip: do not error() on banned user sending error to MUC
|
Georg Lukas |
2021-01-06 |
mod_cache_c2s_caps: log full JID on all relevant code paths
|
Georg Lukas |
2020-05-22 |
mod_muc_http_auth: `no-authorized` error must be of type `auth`
|
JC Brand |
2021-01-06 |
mod_client_proxy: Fix typo in readme
|
Jonas Schäfer |
2021-01-05 |
mod_log_http: Switch to line buffering (thanks Zash+Ge0rG)
|
Matthew Wild |
2021-01-05 |
mod_pastebin: Document tresholds inclusion in disco#info
|
Kim Alvefur |
2021-01-02 |
mod_pastebin: Normalize markdown
|
Kim Alvefur |
2021-01-02 |
mod_muc_mention_notifications: Add description in readme
|
JC Brand |
2020-12-30 |
mod_muc_mention_notifications: Send mention notifications from the MUC JID
|
JC Brand |
2020-12-30 |
Improve UX by providing defaults users expect
|
Seve Ferrer |
2020-12-22 |
End value is index+1 as per the newest revision https://xmpp.org/extensions/xep-0372.html#revision-history-v0.4.0
|
Seve Ferrer |
2020-12-22 |
mod_http_upload_external: update php scripts to return HTTP 201 Created on upload
|
Richard Schwab |
2020-12-21 |
mod_rest: Optimize stanza to JSON mapping
|
Kim Alvefur |
2020-12-16 |
mod_muc_mention_notifications: Remove debugging helpers
|
JC Brand |
2020-12-21 |
muc_mention_notifications: Rename module
|
JC Brand |
2020-12-21 |
muc_room_mention_notifications: Set xmlns to what's used in the protoXEP
|
JC Brand |
2020-12-21 |
muc_room_mention_notifications: Handle referenced JID being a MUC nickname JID
|
JC Brand |
2020-12-21 |