log OrthancServer/Sources/main.cpp @ 4796:94616af363ec filter-store-instance

age author description
Fri, 01 Oct 2021 18:36:45 +0200 Alain Mazy added ReceivedCStoreInstanceFilter lua callback + OrthancPluginRegisterIncomingCStoreInstanceFilter in sdk filter-store-instance
Thu, 30 Sep 2021 15:03:35 +0200 Alain Mazy new configuration 'DicomThreadsCount'
Thu, 30 Sep 2021 12:14:19 +0200 Alain Mazy Added a StorageCache in the StorageAccessor storage-cache
Wed, 29 Sep 2021 10:32:23 +0200 Alain Mazy wip: returning OutOfResources when an instance is filtered out by ReceivedInstanceFilter. Ideally, we should implement a ReceivedInstanceFilter2 that would return the C-Store error code proto-filter-instance-returning-error-code
Mon, 30 Aug 2021 22:21:24 +0200 Sebastien Jodogne integration mainline->openssl-3.x openssl-3.x
Mon, 30 Aug 2021 09:47:47 +0200 Alain Mazy new configuration option "DicomAlwaysAllowMove" to disable verification of the remote modality in C-MOVE SCP
Tue, 22 Jun 2021 07:37:20 +0200 Sebastien Jodogne removed OpenSSL license exception, as OpenSSL 3.0 was relicensed under Apache 2.0 openssl-3.x
Thu, 06 May 2021 18:39:19 +0200 Sebastien Jodogne New configuration option: "DicomTlsRemoteCertificateRequired"
Fri, 30 Apr 2021 10:09:50 +0200 Sebastien Jodogne New CMake option: "ORTHANC_LUA_VERSION" to use a specific version of system-wide Lua
Wed, 28 Apr 2021 17:50:26 +0200 Sebastien Jodogne Fix regression in the handling of "DicomCheckModalityHost" configuration option
Mon, 26 Apr 2021 15:22:44 +0200 Sebastien Jodogne "ETag" headers for metadata and attachments now allow strong comparison (MD5 is included)
Tue, 20 Apr 2021 15:59:31 +0200 Sebastien Jodogne added new primitive "hasRevisionsSupport" in database SDK, added "CheckRevisions" to URI "/system" db-changes