comparison TODO @ 5165:68a1aeef52fa

todo
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 06 Feb 2023 08:48:53 +0100
parents 7dacd2c3c009
children 90bf30eba698
comparison
equal deleted inserted replaced
5164:a83e1d029d9f 5165:68a1aeef52fa
227 * In "OrthancPluginLog[Error|Warning|Info]()", prefix the log line with 227 * In "OrthancPluginLog[Error|Warning|Info]()", prefix the log line with
228 the name of the plugin, as retrieved by "OrthancPluginGetName()" 228 the name of the plugin, as retrieved by "OrthancPluginGetName()"
229 * Update the SDK to handle buffer sizes > 4GB (all sizes are currently coded in uint32_t) 229 * Update the SDK to handle buffer sizes > 4GB (all sizes are currently coded in uint32_t)
230 * Add a C-Get SCP handler: OrthancPluginRegisterGetCallback 230 * Add a C-Get SCP handler: OrthancPluginRegisterGetCallback
231 https://groups.google.com/g/orthanc-users/c/NRhPkYX9IXQ/m/mWS11g0jBwAJ 231 https://groups.google.com/g/orthanc-users/c/NRhPkYX9IXQ/m/mWS11g0jBwAJ
232 * Add a primitive for user authentication (to generate 401 HTTP status, whereas
233 the "RegisterIncomingHttpRequestFilter()" can only generate 403 HTTP status)
234 https://groups.google.com/g/orthanc-users/c/ymtaAmgSs6Q/m/PqVBactQAQAJ
232 235
233 ---------------- 236 ----------------
234 Ideas of plugins 237 Ideas of plugins
235 ---------------- 238 ----------------
236 239