Alexandre Dulaunoy
e4d93173a7
fix: [core] the default buffer size in Tornado HTTP server is not enough
...
for large MISP event.
Fix #662
2024-05-09 17:15:27 +02:00
Jakub Onderka
8663db0152
chg: [server] Cache module list JSON
2024-01-09 12:43:42 +01:00
Jakub Onderka
5b57b8b296
fix: [server] Serializing PyMISP objects
2024-01-09 12:19:48 +01:00
Jakub Onderka
9446fd2ac6
chg: [server] Fail if server could not be started
2024-01-09 12:19:23 +01:00
Jakub Onderka
80eae92093
new: [log] Enable access log
2024-01-08 22:07:51 +01:00
Jakub Onderka
193d7fd0bc
new: [internal] Avoid double JSON decoding
2024-01-06 19:13:36 +01:00
Jakub Onderka
92d7076243
fix: [internal] Code style
2024-01-06 14:20:10 +01:00
Jakub Onderka
479ac05bdf
fix: [log] Disable duplicate logging to stderr and stdout, keep stderr only
2024-01-06 14:12:48 +01:00
Jakub Onderka
c65c65621f
new: [internal] Add /healthcheck endpoint
2024-01-06 13:37:23 +01:00
Jakub Onderka
cbaa2f85a2
chg: [internal] Add support for orjson
2024-01-06 13:37:23 +01:00
Jakub Onderka
ea2697c5ce
chg: [internal] Code style
2024-01-06 11:59:22 +01:00
Jakub Onderka
1f75b8f865
fix: [internal] Better exception logging
2021-12-24 16:48:24 +01:00
Jakub Onderka
d0115e8b36
fix: [main] Disable duplicate JSON decoding
2020-10-22 18:03:29 +02:00
Raphaël Vinot
48c158271b
new: Devel mode.
...
Fix #293
2019-04-26 13:48:41 +02:00
Raphaël Vinot
2c64e5ca67
fix: CTRL+C is working again
...
Fix #292
2019-04-26 11:35:06 +02:00
Raphaël Vinot
8fc5b1fd1f
fix: Make pep8 happy
2018-12-11 15:29:09 +01:00
Steve Clement
bb5f6fffae
chg: [init] Added try/catch in case misp-modules is already running on a port, or port is in use...
2018-11-02 10:42:40 +09:00
Steve Clement
c7c93b53e8
- Set tornado timeout to 300 seconds.
2018-06-29 12:02:08 +08:00
Viktor von Drakk
113ac21a5d
added default parameter for new -m flag
2017-09-01 07:44:53 -07:00
Viktor von Drakk
76a733fa66
Added code to allow 3rd party modules
...
The new '-m pip.module.name' feature allows a pip-installed module to be specified on the command line and then loaded into the available modules without having to copy-paste files into the appropriate directories of this package.
2017-08-25 05:45:57 -07:00
Raphaël Vinot
c676587461
Multiple clanges in the vmray modules.
...
* Generic fix to load modules requiring a local library
* Fix python3 support
* PEP8 related cleanups
2016-11-15 16:43:11 +01:00
Raphaël Vinot
c69fae087c
Add timeout for the modules, cleanup.
2016-08-25 17:36:28 +02:00
Raphaël Vinot
1034f73479
Fix python 3.3 and 3.4
2016-08-24 10:24:42 +02:00
Raphaël Vinot
c822c2df9c
Make misp-modules really asynchronous
2016-08-24 00:22:03 +02:00
Raphaël Vinot
d6388e1c52
Improve tornado parallel
2016-08-23 18:02:29 +02:00
Alexandre Dulaunoy
6ba2731eb5
coroutine decorator added to post handler
2016-08-21 10:21:00 +02:00
Alexandre Dulaunoy
bf29e30e4b
-d option added - enabling debug on queried modules
2016-08-17 13:42:58 +02:00
Raphaël Vinot
b24b16b30a
Add coverage, update logging
2016-08-12 15:15:38 +02:00
Raphaël Vinot
59b16950f7
Remove bin script, use cleaner way. Fix last commit.
2016-08-12 12:35:33 +02:00
Raphaël Vinot
23aedfb6ee
Use entry_points instead of scripts.
2016-08-12 11:31:23 +02:00
Raphaël Vinot
22eaba6ab6
Make sure misp-modules can be launched from anywhere
2016-06-23 19:51:13 +09:00