You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: 007/README.md
+3-24
Original file line number
Diff line number
Diff line change
@@ -130,9 +130,9 @@ In library-mode, IntelMQ tries to load the file, and if it does not exist, loads
130
130
## Rationales
131
131
132
132
### Compatibility
133
-
Since the beginning of IntelMQ, the bot's `process` methods use the methods `self.receive_message`, `self.acknowledge_message` and `self.send_message`. Breaking this paradigm and changing to method parameters and return values or generator yields would indicate an API change and thus lead to IntelMQ version 4.0.
134
-
To be decided if this should be done.
135
-
Maybe as another IEP?
133
+
Since the beginning of IntelMQ, the bot's `process` methods use the methods `self.receive_message`, `self.acknowledge_message` and `self.send_message`.
134
+
Breaking this paradigm and changing to method parameters andreturn values or generator yields would indicate an API change and thus lead to IntelMQ version 4.0.
0 commit comments