2018-12-13 |
Matthew Wild |
mod_muc_ban_ip: Improve logging to use session, and log when a ban is enforced
|
2018-12-11 |
Kim Alvefur |
mod_muc_limits: Document brokenness with 0.11.x
|
2018-12-11 |
Kim Alvefur |
mod_motd_sequential: Fix typo (fixes unintentional global access)
|
2018-12-11 |
Kim Alvefur |
mod_motd_sequential: Fix for deprecation of global routing functions (fixes #1258)
|
2018-12-08 |
Kim Alvefur |
mod_prometheus/README: Add line for 0.11 in compat section
|
2018-12-08 |
Kim Alvefur |
mod_minimix: Fix typo in comment
|
2018-12-06 |
Matthew Wild |
mod_devices: New module for device identification
|
2018-12-05 |
Matthew Wild |
mod_csi: Update README
|
2018-12-05 |
Matthew Wild |
mod_csi: Backport 989cf872d5c0 from Prosody 0.11 to preserve compatibility
|
2018-12-01 |
Kim Alvefur |
Merge with goffi
|
2018-12-01 |
Kim Alvefur |
mod_s2s_auth_monkeysphere: Remove blocking mode (simplifes code) (not tested)
|
2018-12-01 |
Kim Alvefur |
mod_s2s_auth_monkeysphere/README: Normalize markdown
|
2018-12-01 |
Kim Alvefur |
mod_auth_external/README: Update mentioning 0.11.x
|
2018-12-01 |
Kim Alvefur |
mod_auth_external/README: Update to reflect non-blocking by default
|
2018-12-01 |
Kim Alvefur |
mod_auth_external: Use blocking mode by default as non-blocking is experimental but available in 0.11.x
|
2018-12-01 |
Goffi |
mod_privilege: fixed routing issue with message permission:
|
2018-12-01 |
Goffi |
mod_delegation: avoid crash on recent prosody versions
|
2018-11-30 |
Michel Le Bihan |
mod_e2e_policy: Fix an error with getting stanza from event
|
2018-11-30 |
Michel Le Bihan |
mod_e2e_policy: Verify that the bare JID of stanza to and from is not in the whitelist
|
2018-11-22 |
Matthew Wild |
mod_password_reset: Fix titles for consistency
|
2018-11-22 |
Matthew Wild |
mod_password_reset: Adjust form slightly after user testing
|
2018-11-22 |
Matthew Wild |
mod_password_reset: Add magic viewport tag to make reset pages mobile-friendly
|
2018-11-22 |
Kim Alvefur |
mod_muc_ping: Update README to mention 0.11.x as separate from trunk
|
2018-11-18 |
Emmanuel Gil Peyrot |
mod_http_upload: Disallow POST in CORS
|
2018-11-18 |
Emmanuel Gil Peyrot |
mod_http_upload: Remove extra check for Origin HTTP header
|
2018-11-18 |
Matthew Wild |
mod_http_upload: Relocate function definition to avoid traceback
|
2018-11-18 |
Matthew Wild |
mod_http_upload: Also add CORS headers in response to PUT
|
2018-11-18 |
Matthew Wild |
mod_http_upload: Add CORS headers for web clients (untested)
|
2018-11-17 |
JC Brand |
mod_muc_cloud_notify: README updates
|
2018-11-11 |
Emmanuel Gil Peyrot |
mod_measure_client_features: Add a module to count the features of each connected client
|
2018-11-07 |
Kim Alvefur |
mod_presence_cache: Set delay source to bare JID instead of host
|
2018-11-07 |
Kim Alvefur |
mod_register_web: Add soft dependency on mod_register_limits (0.11+)
|
2018-11-07 |
Matthew Wild |
mod_firewall: Improve logging on chain return
|
2018-11-06 |
Emmanuel Gil Peyrot |
mod_measure_message_e2ee: Count OTR messages too.
|
2018-11-06 |
Kim Alvefur |
mod_http_upload: Fix order of arguments to :measure
|
2018-11-04 |
Emmanuel Gil Peyrot |
mod_bob: Don’t try to access XHTML-IM when it isn’t present.
|
2018-10-29 |
Kim Alvefur |
mod_measure_malloc: Use the 'amount' measure type
|
2018-10-29 |
Kim Alvefur |
mod_http_upload: Report statistics on upload sizes (0.10+)
|
2018-10-29 |
Kim Alvefur |
mod_measure_memory: Use the 'amount' measure type
|
2018-10-28 |
Kim Alvefur |
mod_mam_muc: Log to debug log whether a message is archived or not
|
2018-10-26 |
Kim Alvefur |
mod_conversejs: Weaken dependency on mod_bosh
|
2018-10-25 |
Kim Alvefur |
mod_conversejs: Link to BOSH and WebSockets setup instructions instead of module pages
|
2018-10-21 |
Kim Alvefur |
mod_storage_memory: Fix saving of remaining items during deletion
|
2018-10-21 |
Matthew Wild |
mod_http_upload_external: Add note about correct behaviour in the presence of multiple versions
|
2018-10-21 |
Matthew Wild |
mod_http_upload_external: Fix typo/copy-paste issues in headers (thanks jonas<U+2019>)
|
2018-10-21 |
Matthew Wild |
mod_http_upload_external: Improve implementation docs, including v2 details
|
2018-10-15 |
Matthew Wild |
mod_test_data: New module to generate test data in Prosody's data store
|
2018-10-09 |
Kim Alvefur |
mod_muc_ping: Add more details to README
|
2018-10-09 |
Matthew Wild |
mod_password_reset: Implement password policy enforcement (requires mod_password_policy)
|
2018-10-09 |
Matthew Wild |
mod_password_reset: Improve password input field with additional relevant attributes
|
2018-10-09 |
Matthew Wild |
mod_password_reset: Improve error reporting when setting a password fails
|
2018-10-09 |
Matthew Wild |
mod_password_reset: Switch to util.interpolation (our standard template library)
|
2018-10-09 |
Matthew Wild |
mod_password_policy: Export function to get policy in use by the module
|
2018-10-09 |
Matthew Wild |
mod_password_policy: Return error as second result explaining failure reason
|
2018-10-07 |
Kim Alvefur |
mod_muc_ping: Implements the Server Optimization part of XEP-0410: MUC Self-Ping
|
2018-10-04 |
Kim Alvefur |
mod_conversejs: Default to latest version of Converse.js
|
2018-10-04 |
Kim Alvefur |
mod_conversejs: Strip extra slash if version is set to the empty string
|
2018-10-03 |
Kim Alvefur |
mod_pastebin: Convert limit values to strings (fixes traceback)
|
2018-10-03 |
Kim Alvefur |
mod_pastebin: Advertise a disco feature and current thresholds
|
2018-10-02 |
Matthew Wild |
mod_password_reset: New module for self-service password resets via a web page
|
2018-09-28 |
Emmanuel Gil Peyrot |
mod_bob: Simplify check_cid using string.match. (thanks Zash!)
|
2018-09-28 |
Emmanuel Gil Peyrot |
mod_bob: Add this new module.
|
2018-09-27 |
Kim Alvefur |
mod_http_upload: Use legacy datamanager directly (makes it work)
|
2018-09-27 |
Kim Alvefur |
mod_http_upload: Abort and throw error in case of failure to iterate over users
|
2018-09-27 |
Kim Alvefur |
mod_http_upload: Run expiry for all users if command run with a hostname
|
2018-09-27 |
Kim Alvefur |
mod_http_roster_admin: Add explicit dependency on mod_http
|
2018-09-27 |
Kim Alvefur |
mod_conversejs: Set a friendly name for mod_http_index
|
2018-09-27 |
Kim Alvefur |
mod_http_index: Allow listed modules to include a friendlier name
|
2018-09-27 |
Kim Alvefur |
mod_http_index: Tweak header
|
2018-09-27 |
Matthew Wild |
mod_conversejs: Update README
|
2018-09-27 |
Matthew Wild |
mod_conversejs: Allow custom tags to be inserted into the generated HTML
|
2018-09-27 |
Matthew Wild |
mod_conversejs: Variable rename for clarity (user may override options)
|
2018-09-27 |
Matthew Wild |
mod_conversejs: Allow overriding CDN URL, or script/css URLs independently
|
2018-09-24 |
JC Brand |
Mention auto_register_muc_nickname setting from Converse
|
2018-09-23 |
Kim Alvefur |
mod_conversejs: Explicitly depend on mod_http
|
2018-09-23 |
Kim Alvefur |
mod_pubsub_text_interface: Handle lack of `pubsub:get_last_item` in Prosody 0.10
|
2018-09-23 |
Kim Alvefur |
mod_auth_ldap: Add compat with the previously mistaken documentation (thanks pep.)
|
2018-09-23 |
Kim Alvefur |
mod_auth_ldap: Correct name of admin option (thanks pep.)
|
2018-09-22 |
Maxime “pep” Buquet |
mod_auth_ldap: fix ldap_admins documentation
|
2018-09-20 |
Kim Alvefur |
mod_conversejs: Add a page title
|
2018-09-20 |
Kim Alvefur |
mod_conversejs: Update to Conversejs 4.0.1
|
2018-09-16 |
Kim Alvefur |
mod_profile: Fix PEP event handler to detach on unload
|
2018-09-16 |
Kim Alvefur |
Backed out changeset 395835d89d88: Might still be needed
|
2018-09-15 |
Kim Alvefur |
mod_pubsub_mqtt/README: Fix quotes
|
2018-09-14 |
JC Brand |
mod_muc_cloud_notify: New module
|
2018-09-13 |
Matthew Wild |
mod_blocking: Update to set id attribute on iq stanza
|
2018-09-13 |
Matthew Wild |
mod_delegation: Update to generate own iq ids
|
2018-09-13 |
Matthew Wild |
mod_http_roster_admin: Explicitly set 'id' attribute on roster pushes
|
2018-09-12 |
Emmanuel Gil Peyrot |
mod_prometheus: Add more documentation.
|
2018-09-10 |
Kim Alvefur |
mod_conversejs: Add an endpoint returning only initialization snippet
|
2018-09-10 |
Kim Alvefur |
mod_conversejs: Factor out option handling into a function for future reuse
|
2018-09-10 |
Kim Alvefur |
mod_conversejs: Factor JavaScript part out of HTML
|
2018-09-10 |
Kim Alvefur |
mod_conversejs/README: Fix links to mod_bosh and mod_websocket (thanks jubalh)
|
2018-09-09 |
Kim Alvefur |
mod_conversejs: Restore accidentally removed configuration option handling
|
2018-09-09 |
Kim Alvefur |
mod_conversejs: Pin to version 4.0.0
|
2018-09-09 |
Kim Alvefur |
mod_bookmarks: Handle iq:private queries before mod_private
|
2018-09-09 |
Kim Alvefur |
mod_bookmarks: Correctly hook events on PEP services
|
2018-09-09 |
Kim Alvefur |
mod_auth_dovecot: Update example dovecot config
|
2018-09-08 |
Kim Alvefur |
mod_conversejs: Remove view_mode CSS switching
|
2018-09-08 |
t2d |
Fix README of mod_conversejs
|
2018-09-08 |
Kim Alvefur |
mod_omemo_all_access: Fix table to not take the first row as header
|
2018-09-08 |
Emmanuel Gil Peyrot |
mod_omemo_all_access: Add a note about mod_pep replacing this module on trunk.
|
2018-09-08 |
Kim Alvefur |
merge
|
2018-09-08 |
Minami-o Le Sabreur |
mod_profile: Update README file next to recent mod_pep changes
|
2018-09-08 |
Kim Alvefur |
mod_auth_dovecot/README: Expand example
|
2018-09-06 |
Kim Alvefur |
mod_muc_badge/README: Remove obsolete option
|
2018-09-06 |
Kim Alvefur |
mod_muc_badge/README: Remove completed TODO
|
2018-09-06 |
Kim Alvefur |
mod_muc_badge/README: Add an example
|
2018-09-06 |
Kim Alvefur |
mod_muc_badge/README: Correct the example URL to account for default 'http_host'
|
2018-08-31 |
Emmanuel Gil Peyrot |
mod_bookmarks: Ensure the configuration is correct even with create-on-subscribe.
|
2018-08-31 |
Kim Alvefur |
mod_pubsub_text_interface: Add a 'last' command for sending the last item
|
2018-08-29 |
Kim Alvefur |
mod_register_json/README: Add syntax hint
|
2018-08-29 |
Matthew Wild |
mod_register_json: Update README
|
2018-08-27 |
Emmanuel Gil Peyrot |
mod_bookmarks: Delete the node before attempting migration, to make sure its config is correct.
|
2018-08-25 |
Kim Alvefur |
mod_s2s_auth_posh: Be a tiny bit stricter with types
|
2018-08-25 |
Kim Alvefur |
mod_s2s_auth_posh: Follow reference
|
2018-08-25 |
Kim Alvefur |
mod_s2s_auth_posh: Ensure JWK data decodes to a table
|
2018-08-25 |
Emmanuel Gil Peyrot |
mod_muc_badge: Reduce the opacity of the text shadows.
|
2018-08-25 |
Emmanuel Gil Peyrot |
mod_muc_badge: Add spaces around each part of the text.
|
2018-08-25 |
Emmanuel Gil Peyrot |
mod_muc_badge: Preserve spaces in SVG, fixes displaying nicer borders.
|
2018-08-25 |
Emmanuel Gil Peyrot |
mod_http_muc_log: Close unclosed <p/> tag in template.
|
2018-08-25 |
Emmanuel Gil Peyrot |
mod_bookmarks: Display the bare JID instead of the username in logs.
|
2018-08-25 |
Kim Alvefur |
mod_pubsub_feeds: Handle feed parsing error (thanks apollo13)
|
2018-08-25 |
Kim Alvefur |
mod_pubsub_feeds: Fix syntax error
|
2018-08-25 |
Kim Alvefur |
mod_pubsub_feeds: Log a message for HTTP 301 redirects
|
2018-08-25 |
Kim Alvefur |
mod_pubsub_feeds: Log non-HTTP errors like certificate problems etc
|
2018-08-25 |
Kim Alvefur |
mod_pubsub_feeds: Log a debug message for status codes not handled
|
2018-08-24 |
Kim Alvefur |
mod_atom: Set the proper Content-Type header for Atom (thanks MattJ)
|
2018-08-24 |
Kim Alvefur |
mod_atom: Include User Nickname (if configured to be public)
|
2018-08-24 |
Kim Alvefur |
mod_atom: Expose title and description from node metadata in feed
|
2018-08-24 |
Kim Alvefur |
mod_atom: Add node as portablecontacts preferredUsername
|
2018-08-24 |
Kim Alvefur |
mod_atom: Add some basic metadata to feed
|
2018-08-24 |
Emmanuel Gil Peyrot |
mod_delegation: Simplify iq handling by hooking on iq-get/ instead of iq/.
|
2018-08-24 |
Emmanuel Gil Peyrot |
mod_readonly: Simplify iq handling by hooking on iq-set/ instead of iq/.
|
2018-08-24 |
Emmanuel Gil Peyrot |
mod_ipcheck: Simplify iq handling by hooking on iq-get/ instead of iq/.
|
2018-08-24 |
Emmanuel Gil Peyrot |
mod_auto_answer_disco_info: Simplify iq handling by hooking on the full payload tag instead of iq/full.
|
2018-08-24 |
Emmanuel Gil Peyrot |
mod_client_certs: Simplify iq handling by hooking on iq-get/ and iq-set/ instead of iq/.
|
2018-08-24 |
Emmanuel Gil Peyrot |
mod_group_bookmarks: Remove unused requires.
|
2018-08-24 |
Kim Alvefur |
mod_pubsub_github: Remove unused import [luacheck]
|
2018-08-24 |
Kim Alvefur |
mod_pubsub_github: Add support for signed requests
|
2018-08-24 |
Kim Alvefur |
mod_pubsub_github: Unpack request from event
|
2018-08-24 |
Emmanuel Gil Peyrot |
mod_group_bookmarks: Add my copyright.
|
2018-08-24 |
Emmanuel Gil Peyrot |
mod_group_bookmarks: Return early when the key is not bookmarks.
|
2018-08-24 |
Emmanuel Gil Peyrot |
mod_group_bookmarks: Use iq-get event instead of checking for stanza.attr.type == "get".
|
2018-08-24 |
Emmanuel Gil Peyrot |
mod_group_bookmarks: Remove duplicated requires.
|
2018-08-24 |
Kim Alvefur |
mod_pubsub_github/README: Note that it might work with Gitlab as well
|
2018-08-24 |
Kim Alvefur |
mod_atom: Add a brief README
|
2018-08-24 |
Kim Alvefur |
mod_pubsub_post/README: Add a heading for affiliation related text
|
2018-08-24 |
Kim Alvefur |
mod_pubsub_post: Ensure actor is non-nil (catch inability to determine IP or simliar)
|
2018-08-24 |
Kim Alvefur |
mod_pubsub_post: Start with actor unset
|
2018-08-21 |
Emmanuel Gil Peyrot |
mod_bookmarks: Use the new item-published/<node> event.
|
2018-08-21 |
Kim Alvefur |
mod_profile: Only replace avatar update hash if one is found
|
2018-08-21 |
Kim Alvefur |
mod_profile: Only retrieve the last avatar hash from PEP
|
2018-08-20 |
Kim Alvefur |
mod_pubsub_text_interface: Ignore whitespace after all commands
|
2018-08-20 |
Kim Alvefur |
mod_pubsub_text_interface: Rename variable to avoid name clash [luacheck]
|
2018-08-20 |
Kim Alvefur |
mod_pubsub_text_interface: Fix chain that accidentally produced nested <body>
|
2018-08-20 |
Kim Alvefur |
mod_pubsub_text_interface: Generate a stanza id for replies
|
2018-08-20 |
Kim Alvefur |
mod_profile: Pass item id onto pubsub container element
|
2018-08-20 |
Kim Alvefur |
mod_profile: Use type property over content identifiguesstimation
|
2018-08-20 |
Kim Alvefur |
mod_pubsub_text_interface: Add a README
|
2018-08-20 |
Kim Alvefur |
mod_pubsub_text_interface: A chat interface to PubSub
|
2018-08-20 |
Kim Alvefur |
mod_pubsub_feeds: Include pubsub namespace on wrapper item as required by mod_pubsub
|
2018-08-20 |
Kim Alvefur |
mod_atom: Update to the new mod_pep
|
2018-08-19 |
Matthew Wild |
mod_firewall: Assume empty list if file could not be loaded
|
2018-08-18 |
Matthew Wild |
mod_candy: Remove, outdated. Consider mod_conversejs instead.
|
2018-08-18 |
Emmanuel Gil Peyrot |
mod_bookmarks: Require forgotten util.jid module.
|
2018-08-18 |
Emmanuel Gil Peyrot |
mod_default_bookmarks: Add support for <password/>.
|
2018-08-18 |
Emmanuel Gil Peyrot |
mod_default_bookmarks: Add support for trunk’s mod_pep.
|
2018-08-18 |
Emmanuel Gil Peyrot |
mod_bookmarks: Expose publish_to_pep() to other modules.
|
2018-08-18 |
Emmanuel Gil Peyrot |
mod_bookmarks: Fire empty and updated events, for other modules to use.
|
2018-08-18 |
Emmanuel Gil Peyrot |
mod_bookmarks: Send back empty Private XML bookmarks on empty PEP bookmarks.
|
2018-08-18 |
Emmanuel Gil Peyrot |
mod_bookmarks: Fix traceback on retrieval since ba0d444b64aa.
|
2018-08-18 |
Emmanuel Gil Peyrot |
mod_bookmarks: Enforce publish_options since Prosody 249d90ff992e.
|
2018-08-18 |
Emmanuel Gil Peyrot |
mod_bookmarks: Simplify last item retrieval thanks to Prosody b6ffd4f951b9.
|
2018-08-18 |
Emmanuel Gil Peyrot |
mod_bookmarks: New module synchronising bookmarks to the new persistent mod_pep
|
2018-08-14 |
Matthew Wild |
mod_http_upload_external: share_v2.php: Comment out verbose debug logging
|
2018-08-14 |
Matthew Wild |
mod_http_upload_external: share.php: Fix whitespace
|
2018-08-14 |
Matthew Wild |
mod_http_upload_external: Update share.php and share_v2.php to allow cross-domain requests
|
2018-08-13 |
Kim Alvefur |
mod_s2s_auth_posh: Add a command for generating the JSON file
|
2018-08-10 |
Kim Alvefur |
mod_auth_http_cookie: Also try to get HTTP request from WebSocket session
|
2018-08-10 |
Kim Alvefur |
mod_auth_http_cookie: Try to get HTTP request from array on BOSH sessions
|
2018-08-09 |
Matthew Wild |
mod_pep_vcard_png_avatar: Log error when used with new mod_pep, add compat with mod_pep_simple
|
2018-08-09 |
Matthew Wild |
mod_pep_vcard_avatar: Log error when used with new mod_pep, add compat with mod_pep_simple
|
2018-08-08 |
Michel Le Bihan |
mod_watchuntrusted: Add option to ignore domains
|
2018-08-08 |
Michel Le Bihan |
mod_e2e_policy: Always add the 'to' in warning stanzas
|
2018-08-08 |
Matthew Wild |
mod_smacks: Improve logging on resume so session changes are more easily tracked
|
2018-08-07 |
Matthew Wild |
mod_statistics: Split module:shared() into multiple calls, multiple params may be deprecated soon
|
2018-08-07 |
Matthew Wild |
mod_http_upload_external: share.php: Use hash_equals() if available to protect against timing attack
|
2018-08-04 |
Kim Alvefur |
mod_pep_vcard_avatar: Does not work with trunk anymore
|
2018-08-03 |
Kim Alvefur |
mod_adhoc_dataforms_demo/README: Set a summary
|
2018-08-03 |
Kim Alvefur |
mod_adhoc_dataforms_demo: Silence warning about unused argument [luacheck]
|
2018-08-03 |
Kim Alvefur |
mod_adhoc_test -> mod_adhoc_dataforms_demo
|
2018-08-03 |
Kim Alvefur |
mod_adhoc_test: A module to test dataforms generation and rendering
|
2018-08-03 |
Matthew Wild |
mod_omemo_all_access: Add compatibility with mod_pep_simple
|
2018-08-03 |
Matthew Wild |
mod_omemo_all_access: Log error when used with incompatible mod_pep
|
2018-08-02 |
Kim Alvefur |
mod_profile: Abort if mod_pep doesn't appear to be the former mod_pep_plus
|
2018-08-02 |
Kim Alvefur |
mod_profile: Update for mod_pep_plus rename
|
2018-02-19 |
Kim Alvefur |
mod_s2s_auth_posh: Beginnings of a README
|
2018-01-28 |
Kim Alvefur |
mod_s2s_auth_posh: Normalize code formatting
|
2017-12-21 |
Kim Alvefur |
mod_s2s_auth_posh: Abort if no fingerprints are found
|
2017-12-21 |
Kim Alvefur |
mod_s2s_auth_posh: Remove commented out line
|
2017-12-21 |
Kim Alvefur |
mod_s2s_auth_posh: Skip POSH if session certificate is already valid
|
2017-12-21 |
Kim Alvefur |
mod_s2s_auth_posh: Remove commented out imports
|
2017-12-21 |
Kim Alvefur |
mod_s2s_auth_posh: Cache tweak
|
2017-03-15 |
Kim Alvefur |
mod_s2s_auth_posh: Changes done outside of version control during 2014-2017
|
2014-05-21 |
Kim Alvefur |
mod_s2s_auth_posh: PKIX over Secure HTTP
|
2018-08-01 |
Emmanuel Gil Peyrot |
mod_firewall: Add a missing space after a comma in the README.
|
2018-07-31 |
Kim Alvefur |
mod_pastebin: Make first line and URL more clearly separated
|
2018-07-26 |
Matthew Wild |
mod_lib_ldap: assert() connection for hopefully better error reporting (thanks adac)
|
2018-07-24 |
Kim Alvefur |
mod_profile: Remove purging of previous PEP data, should no longer be needed
|
2018-07-24 |
Kim Alvefur |
mod_profile: Bump priority of xep153 hook to surely run before mod_presence
|
2018-07-24 |
Kim Alvefur |
mod_profile: Correctly add avatar hash
|
2018-07-24 |
Kim Alvefur |
mod_profile: Add xmlns on <item> in order to pass item validation in mod_pubsub
|
2018-07-24 |
Kim Alvefur |
mod_profile: Refactor wrapping of payloads in <item>
|
2018-07-18 |
Kim Alvefur |
mod_http_upload_external/README: Add Perl implementation by Holger to list
|
2018-07-18 |
Kim Alvefur |
Backed out parts of changeset a81456a13797
|
2018-07-13 |
Kim Alvefur |
mod_profile: Skip injecting xep153 into presence for sessions with no username
|
2018-07-12 |
Kim Alvefur |
mod_profile: Add support for XEP-0398
|
2018-07-12 |
Kim Alvefur |
mod_profile: Add copyright header
|
2018-07-12 |
Kim Alvefur |
mod_profile: Fix typo
|
2018-07-12 |
Kim Alvefur |
mod_presence_cache: Forget cached presence on s2s close
|
2018-07-12 |
Kim Alvefur |
mod_checkcerts: Note about apparent incompatibility with >=0.10.x
|
2018-07-12 |
Kim Alvefur |
mod_profile: Ignore shadowed variable name
|
2018-07-12 |
Kim Alvefur |
mod_profile: Reformat README
|
2018-07-12 |
Kim Alvefur |
mod_pep_vcard_avatar: Normalize syntax in README
|
2018-07-12 |
Kim Alvefur |
mod_pep_vcard_avatar: Mention XEP-398
|
2018-07-12 |
Kim Alvefur |
mod_pep_vcard_avatar: Advertise XEP-0398 feature
|
2018-07-08 |
Jonas Wielicki |
mod_http_upload: use correct error condition
|
2018-07-07 |
Kim Alvefur |
mod_pubsub_stats: Pass configuration to disable persistence and limit number of items
|
2018-07-05 |
Kim Alvefur |
various/README: Add a Statistics label
|
2018-07-04 |
Kim Alvefur |
mod_muc_badge: Use room name instead of fixed string (beware the silly width calculations)
|
2018-07-04 |
Kim Alvefur |
mod_muc_badge: Simplify SVG
|
2018-07-02 |
tmolitor |
mod_smacks_noerror: Add ability to silence errors if mod_offline is disabled
|
2018-07-02 |
Kim Alvefur |
mod_statistics_statsman: Remove duplicate import [luacheck]
|
2018-07-02 |
Kim Alvefur |
mod_statistics_statsman: Ignore that we discard incoming data [luacheck]
|
2018-07-02 |
Matthew Wild |
mod_http_external: Link to prosody-filer (Go implementation)
|
2018-07-02 |
Matthew Wild |
mod_http_upload_external: Reduce slot request log level from info to debug for privacy improvement
|
2018-07-02 |
Matthew Wild |
mod_http_upload_external: Fix to read content-type from correct place in stanza
|
2018-07-02 |
Matthew Wild |
mod_http_upload_external: Log file type and size
|
2018-07-02 |
Matthew Wild |
share_v2.php: Remove content-disposition if mime type is set
|
2018-07-02 |
Matthew Wild |
share_v2.php: Add error logging
|
2018-07-02 |
Matthew Wild |
share_v2.php: Fix syntax errors
|
2018-07-02 |
Matthew Wild |
share_v2.php: Fix array keys
|
2018-07-02 |
Kim Alvefur |
mod_pubsub_stats: Include namespace on pubsub items (fixes use with trunk)
|
2018-06-28 |
Kim Alvefur |
mod_statistics_statsman/README: Fix typo in link
|
2018-06-28 |
Kim Alvefur |
mod_statistics_statsman: Streaming access to statsmanager
|
2018-06-28 |
Kim Alvefur |
mod_pubsub_stats: Remove unused import of util.datetime
|
2018-06-28 |
Kim Alvefur |
mod_pubsub_stats: Add a brief README
|
2018-06-28 |
Kim Alvefur |
mod_s2s_whitelist: Add a README
|
2018-06-28 |
Kim Alvefur |
mod_s2s_blacklist: Add a README
|
2018-06-27 |
Kim Alvefur |
mod_pubsub_post/README: Describe what happens to different data types
|
2018-06-27 |
Kim Alvefur |
mod_pubsub_post/README: Affiliation management in trunk now
|
2018-06-27 |
Kim Alvefur |
mod_pubsub_post: Rename README so it gets picked up by the site generator
|
2018-06-26 |
Matthew Wild |
mod_smacks: Reduce unacked stanza log message from warn->debug
|
2018-06-25 |
Emmanuel Gil Peyrot |
mod_prometheus: Expose min, max and average when available.
|
2018-06-03 |
Kim Alvefur |
mod_slack_webhooks: Add a special webhook target for debugging
|