Ari Breitkreuz
|
43ec1caf19
removed const qualifier from editNode function
|
7 years ago |
Julius Pfrommer
|
34cff1d606
Add a context for the AccessControl plugin
|
7 years ago |
Stefan Profanter
|
b52793f9b8
Use node ID to make sure refcount is updated (#1618)
|
7 years ago |
Stefan Profanter
|
f4a020abd2
_begin also needs to add the parent reference.
|
7 years ago |
Thomas Bender
|
577f6d5cf3
implemented detection of duplicated references (UA_STATUSCODE_BADDUPLICATEREFERENCENOTALLOWED)
|
7 years ago |
Thomas Bender
|
7859f9f4b3
adapted "UA_Server_addMethodNodeEx" signatures (header/impl)
|
7 years ago |
Thomas Bender
|
de16606199
Merge remote-tracking branch 'master' into feature/addmethodnodeex
|
7 years ago |
Thomas Bender
|
c6e18a962e
inlined UA_Server_addMethodNode()
|
7 years ago |
Thomas Bender
|
e2b71e8475
compatibleDataType: compatibility checks for data types of "nodes against nodes" are different from those of "values/variants against nodes"
|
7 years ago |
Thomas Bender
|
5268f1b134
added "UA_Server_addMethodNodeEx" to public API:
|
7 years ago |
Stefan Profanter
|
6ddcc366d4
Access control for adding node should also be checked in _begin method
|
7 years ago |
Stefan Profanter
|
c2305461a3
Copyright holders at beginning of file (#1514)
|
7 years ago |
StalderT
|
7332a100ee
remove unneeded whitespaces (#1552)
|
7 years ago |
Stefan Profanter
|
fa43f30385
tcc does not support static initialization of struct array
|
7 years ago |
Julius Pfrommer
|
7449aeba37
clean up handling of continuation points
|
7 years ago |
Julius Pfrommer
|
d783f983c7
remove last uses of thread_local variables
|
7 years ago |
StalderT
|
7e30f66b0b
fix if/while/for/switch typo
|
7 years ago |
Stefan Profanter
|
9ae4714704
Fix memleak: release node from nodestore if variable type invalid
|
7 years ago |
Stefan Profanter
|
d553fc7d98
If node references itself deleting it resulted in an endless loop
|
7 years ago |
Stefan Profanter
|
0967724a3c
Before checking isAbstract make sure node is of type Reference
|
7 years ago |
Stefan Profanter
|
1b975925a1
Merge pull request #1373 from heno-hms/topic-OperationLimits
|
7 years ago |
Stefan Profanter
|
97febf360f
Fix #1363 also inherit modeling rules and node values of intermediate types
|
7 years ago |
Stefan Profanter
|
eb26a1e34b
Untabify
|
7 years ago |
Henrik Norrman
|
6b7c458dc3
Added configuration options for OperationLimits
|
7 years ago |
Stefan Profanter
|
4ff3993542
Check type matching corresponding nodeclass when adding node
|
7 years ago |
Julius Pfrommer
|
06dbd3fc36
cosmetic improvements
|
7 years ago |
Julius Pfrommer
|
6c869bf1d9
fix using default values from variable type
|
7 years ago |
Stefan Profanter
|
9e00b809a0
Reintroduce changes removed during rebase onto master.
|
7 years ago |
Stefan Profanter
|
9d582a7d13
Fix node ordering and successfully generate code for full NS0
|
7 years ago |
Julius Pfrommer
|
0e9b6caeb2
Basis for server bootstrapping
|
8 years ago |