aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
Commit message (Collapse)AuthorAgeFilesLines
* core.statsmanager: Allow special "manual" value for statistics_intervalKim Alvefur2021-04-061-0/+1
| | | | | | | | | | | | | When set, no periodic statistics collection is done by core.statsmanager, instead some module is expected to call collect() when it suits. Obviously only one such module should be enabled. Quoth jonas’ > correct way is to scrape the internal sources on each call to /metrics > in the context of Prometheus "manual" as opposed to "automatic", from the point of view of statsmanager.
* net.resolvers.basic: Disable DANE for now, completely brokenKim Alvefur2021-03-031-1/+0
| | | | | Turns out 'extra' is, at least for mod_s2s, the same table for *all* connections.
* net.connect: Add DANE supportKim Alvefur2021-03-021-0/+1
| | | | | | Disabled DANE by default, since it needs extra steps to be useful. The built-in DNS stub resolver does not support DNSSEC so having DANE enabled by default only leads to an extra wasted DNS request.
* CHANGES: Clarify what mod_mimicking doesKim Alvefur2021-01-301-1/+1
|
* mod_http_file_share: Let's write another XEP-0363 implementationKim Alvefur2021-01-261-0/+1
| | | | | | | | | | This variant is meant to improve upon mod_http_upload in some ways: * Handle files much of arbitrary size efficiently * Allow GET and PUT URLs to be different * Remember Content-Type sent by client * Avoid dependency on mod_http_files * Built-in way to delegate storage to another httpd
* Update CHANGES and doap.xml for XEP-0421 supportMatthew Wild2020-11-241-0/+1
|
* CHANGES: Add util.errorKim Alvefur2020-09-281-0/+1
|
* mod_external_services: XEP-0215: External Service DiscoveryKim Alvefur2020-07-181-0/+1
|
* CHANGES: Add libunboundKim Alvefur2020-06-251-0/+1
|
* util.sasl.digest-md5: Remove, obsolete since 2011Kim Alvefur2020-04-141-0/+1
| | | | | | | RFC 6331 lists several problems with this outdated authentication mechanism. The code here was also completely ignored by lint checks and has probably not been used for a long time, as it is incompatible with SCRAM-hashed password storage.
* CHANGES: Mention deprecation of 'daemonize' optionKim Alvefur2020-01-261-0/+1
|
* mod_net_multiplex: Add support for using ALPNKim Alvefur2019-11-291-0/+1
| | | | | | | Potentially a bit more efficient since it can jump to the selected protocol on connect instead of waiting for some data to look at. Adds a 'protocol' field to net providers for this purpose.
* CHANGES: Add a line for #1335Kim Alvefur2019-10-201-0/+1
|
* net.http.server: Re-fire unhandled HEAD requsts as GET events (fixes #1447)Kim Alvefur2019-10-121-0/+1
| | | | | | BC: This overloads the GET event. Previous commit ensures HEAD requests are sent without a body.
* CHANGES: Add XEP-0288Kim Alvefur2019-09-081-0/+1
|
* mod_auth_internal_hashed: Add support for optionally using SCRAM-SHA-256 ↵Kim Alvefur2019-01-131-0/+1
| | | | | | | instead of SHA-1 This will currently require a hard reset of all passwords back to plain. This will be least painful on new deployments.
* migrator: Rewrite to use storage modulesKim Alvefur2019-05-051-0/+1
| | | | | This allows migrating to and from any storage module that supports the right methods. Based on experimental mod_migrate work.
* mod_mimicking: Prevents registration of confusable usernames (by Florob) ↵Kim Alvefur2012-08-061-0/+1
| | | | (fixes #1347)
* CHANGES: Remove MAM change that got rebased to 0.11Kim Alvefur2019-04-291-1/+0
|
* CHANGES: New in trunk so farKim Alvefur2019-04-291-0/+11
|
* CHANGES: Update with release date0.11.0Matthew Wild2018-11-181-1/+1
|
* mod_csi_simple: Import modified version of mod_csi_pump from prosody-modulesKim Alvefur2018-10-291-1/+1
|
* CHANGES: Mention mod_csiKim Alvefur2018-10-291-0/+1
|
* CHANGES: Update with new branchKim Alvefur2018-10-281-3/+3
|
* CHANGES: Mention server_epollKim Alvefur2018-10-181-0/+1
|
* mod_vcard4: Allow access to the vcard4 PEP node via iq syntaxKim Alvefur2018-08-181-0/+1
|
* mod_vcard_legacy: Announce feature on bare JID per XEPKim Alvefur2018-09-011-1/+1
|
* mod_vcard_legacy: Responds to vcard-temp queries with translated vcard4 dataKim Alvefur2018-08-211-0/+1
|
* CHANGES: Add new pubsub items and note about PEPMatthew Wild2018-08-061-1/+3
|
* MUC: Add support for storing a tombstone for destroyed rooms (#1182)Kim Alvefur2018-07-111-0/+1
|
* CHANGES: Restructure Pubsub categoryKim Alvefur2018-07-021-2/+4
|
* CHANGES: Mention voice requestKim Alvefur2018-02-191-0/+1
|
* mod_muc_mam: Import mod_mam_muc from prosody-modules ba6466fa6823Kim Alvefur2018-04-021-0/+1
|
* Merge 0.10 -> trunkMatthew Wild2018-04-041-2/+1
|\
| * CHANGES: Normalize syntaxKim Alvefur2018-04-031-2/+1
| |
* | CHANGES: Mention PubSub persistenceKim Alvefur2017-12-301-0/+1
| |
* | CHANGES: Mention move to Busted for testsKim Alvefur2017-12-301-0/+1
| |
* | Merge 0.10->trunkKim Alvefur2017-10-041-2/+2
|\|
| * CHANGES: Correct date using the power hindsightKim Alvefur2017-10-041-1/+1
| |
| * CHANGES: Update for release0.10.0Matthew Wild2017-09-271-2/+2
| |
* | Merge 0.10->trunkKim Alvefur2017-01-231-0/+1
|\|
| * CHANGES: Add mod_mamKim Alvefur2017-01-231-0/+1
| |
* | Merge 0.10->trunkKim Alvefur2017-01-131-0/+1
|\|
| * CHANGES: Mention removal of mod_compressionKim Alvefur2017-01-131-0/+1
| |
| * CHANGES: Remove mention of asyncKim Alvefur2016-03-171-1/+0
| |
* | CHANGES: Update for MUC changesKim Alvefur2016-04-181-0/+2
| |
* | CHANGES: Move async to trunk, it was dropped from 0.10Kim Alvefur2016-03-211-1/+1
| |
* | Merge 0.10->trunkKim Alvefur2016-01-301-0/+1
|\|
| * CHANGES: Add websockets too (thanks av6)Kim Alvefur2016-01-291-0/+1
| |
* | CHANGES: Add some things trunk has over 0.10 (probably lots missing)Kim Alvefur2016-01-281-0/+11
|/