# HG changeset patch # User Alain Mazy # Date 1787240545 -7200 # Node ID 4e1efa5fbc618b850e78307d846aeabfefe233d6 # Parent 0cfe173e428dd91cbc2e303a8433bf9cbc6e26b1 cleanup todo diff -r 0cfe173e428d -r 4e1efa5fbc61 TODO --- a/TODO Thu Aug 20 17:36:31 2026 +0200 +++ b/TODO Thu Aug 20 17:42:25 2026 +0200 @@ -16,10 +16,6 @@ Possible improvements: ===================== -* In ReceivedInstanceFilter: change the orthanc.InstanceOrigin enum for an - object similar to the origin table in lua for the Python Plugin? - https://discourse.orthanc-server.org/t/python-plugin-get-origin-information-calledaet-remoteip/4045 - * Allow working with python virtual env (since python 3.11, we must sometimes use --break-system-packages). * Allow registering multiple callbacks when you want to install multiple independent python plugin (ex: RegisterOnChangeCallback).