- 21 Feb, 2019 3 commits
- 20 Feb, 2019 8 commits
- 17 Feb, 2019 3 commits
-
-
Christian Bergmiller authored
-
Christian Bergmiller authored
-
oroulet authored
-
- 16 Feb, 2019 4 commits
- 15 Feb, 2019 6 commits
-
-
oroulet authored
-
Dario Ernst authored
-
Dario Ernst authored
!! Warning, API-breaking changes! When closely reading the spec, events are emitted by one node, and refer to their SourceNode in an attribute — the SourceNode can and often will be different from the emitting node. Until now, python-opcua assumed these two to be identical. This commit tries to straighten this situation. To that end, we introduce new parameters in the eventgenerator, Event-class and all children thereof. The EventGenerator will now try to honor emitting nodes given to it, but still handle and add SourceNodes. The InternalSubscription finally serializing and emitting the event is adapted to this new behavior.
-
Dario Ernst authored
-
brubbel authored
See https://github.com/FreeOpcUa/python-opcua/issues/755 This fixes inconsistent Encoding types when performing y=variant_to_binary(x) -> x2=variant_from_binary(y) on auto-generated attributes in the standard address space.
-
Volodymyr Kozachynskyi authored
-
- 14 Feb, 2019 16 commits
-
-
oroulet authored
-
brubbel authored
Certificate is only used at higher Server level, no need to store in InternalServer
-
Dario Ernst authored
Deleting a node on which any client holds a datachange-notification subscription, NodeManagementService._delete_node_callbacks fails because the size of the dictionary it loops over changes. Here, we solve this by not using the .items() iterator, but making a copy in form of a list first ….
-
oroulet authored
-
Magnus Westin authored
NotificationData is sometimes None. And that causes an exception that breaks the flow and no SubscriptionAcknowledgement is created and published to the server.
-
Thilo Cestonaro authored
-
Jaime Pereira authored
-
oroulet authored
-
Thilo Cestonaro authored
Added deprecated warning to the implementation of Basic256 and Basic128Rsa15 security policies. Removed usage of security policies Basic256 and Basic128Rsa15 from server example implementation. Basic256 and Basic128Rsa15 use both the sha-1 algorithm. This is considererd not secure anymore since OPC UA Spec 1.04. See: http://opcfoundation.org/UA-Profile/UA/SecurityPolicy%23Basic128Rsa15 http://opcfoundation.org/UA-Profile/UA/SecurityPolicy%23Basic256 For details on Basic256Sha256 security policy have a look here: http://opcfoundation.org/UA-Profile/UA/SecurityPolicy%23Basic256Sha256
-
Helmut Jacob authored
All other places use UInt32 for NodeClass. Make sure this is consistent.
-
Dario Ernst authored
Before it only deleted the first level of nodes below the specified list, which was not what the parameter `recursive` conveyed to the user.
-
Mathias Lüdtke authored
-
oroulet authored
-
Peiren Yang authored
-