325 Commits

Author SHA1 Message Date
d78c83e5b8 feature/freebsd-support-two: add build goal to README. optimize pkg add manifest 2023-11-08 09:03:38 -08:00
b5bf2dc625 feature/freebsd-support-two: add build goal to README. optimize pkg add manifest 2023-11-08 08:32:27 -08:00
62ed4b901d feature/freebsd-support-one: revert revert modules 2023-11-07 21:10:28 -08:00
719654779a Merge pull request #79 from mleku/master
arch linux docker
2023-11-07 16:47:08 -05:00
55e42c24fa polished and better comments 2023-11-07 19:52:26 +00:00
1dadef70a8 arch linux dockerfile 2023-11-07 19:17:33 +00:00
ae24826a37 feature/freebsd-support-one: revert modules 2023-11-07 10:32:39 -08:00
f0ee6a91b8 feature/freebsd-support-one: restore line 2023-11-07 09:32:19 -08:00
bc21e7b16c setRLimits refactor to snarf as many handles available up to asked for 2023-10-25 01:42:14 -07:00
4736f37da6 Update gople module 2023-10-24 03:52:00 -07:00
b22e515a71 feature/freebsd-support-one: main freebsd adjustments 2023-10-24 03:31:54 -07:00
13b0296ba3 Merge pull request #76 from Dimi8146/patch-1
Update README.md
2023-10-22 11:35:58 -04:00
734f081fed Update README.md
Missing logic
2023-10-21 15:35:43 -05:00
3579f2142b docs: line buffering in Python 2023-09-26 16:30:13 -04:00
b3e59566c6 switch import to use WriterPipeline
- This makes it do the verification and writing in parallel
- Also, it will now flush periodically (default 1s) even if it has read
  fewer than N (default 10k) records from stdin. This lets import be used
  as a general-purpose non-relay event ingester. To do so, users must
  ensure that the stdout of their process they pipe into import is line
  buffered.
2023-09-26 16:03:09 -04:00
cec2ba9006 release 0.9.6 0.9.6 2023-09-22 14:49:35 -04:00
0d88747613 relay.negentropy.enabled config option: set to false to prevent processing negentropy messages 2023-09-22 14:49:35 -04:00
c9254adaf8 bugfix: handle malformed/old-format negentropy messages gracefully 2023-09-22 14:49:35 -04:00
a7aefde56c Merge pull request #70 from Overload3910/patch-1
Update DEPLOYMENT.md
2023-09-20 12:19:58 -04:00
1de5d6d754 Update DEPLOYMENT.md
command needs sudo permissions or otherwise errors out
2023-09-20 12:33:20 +02:00
fc9055ebe1 release 0.9.5 0.9.5 2023-09-18 12:05:54 -04:00
4d0eef45f7 use negentropy protocol 0 2023-09-18 11:57:35 -04:00
7da862eb91 only attempt to monitor the modification time of a plugin if the command does not contain spaces 2023-09-10 09:53:36 -04:00
b2a128d2f3 Normally when a plugin blocks an event, it will log a message. Especially when using plugins in stream, router, etc, this might be too verbose. In order to silence these logs, return an empty string for msg (or no msg at all). 2023-09-10 09:53:30 -04:00
90494cb8b3 bugfix with plugin receivedAt time and sourceType 2023-09-10 09:53:15 -04:00
20148b1d7d missing include 2023-09-06 15:17:03 -04:00
f81f628dc5 use uWebSockets toStringView() 2023-09-06 15:16:39 -04:00
d05134ed3d changelog 2023-09-05 23:43:47 -04:00
cbac2f332e docs for router 2023-09-05 23:41:07 -04:00
108ebbfaff router 2023-09-05 23:41:07 -04:00
2145214b9b bump golpe 2023-09-05 23:41:07 -04:00
e7faa0f813 WSConnection improvements: better destruction, logging 2023-09-05 23:41:07 -04:00
8a8637ee25 in plugins, pass through environment and use /bin/sh to interpret command so you can have arguments, shell pipelines, etc 2023-09-05 23:41:07 -04:00
98f1020ef3 re-org plugins 2023-09-05 23:35:27 -04:00
93330c4cbc remove lookbehind feature from plugins 2023-09-05 23:35:27 -04:00
11f6eb47a9 Merge pull request #20 from v0l/master
Automated docker builds
2023-09-05 08:10:18 -04:00
b82b9204f5 Merge pull request #65 from theAkito/docker-alpine
Add Alpine Docker
2023-09-04 16:01:44 -04:00
c23b10e1d2 fix 'unable to lookup event by levId' crash
This happened when a non-indexOnly scan was paused and then one of the buffered levIds was deleted or replaced before the scan resumed
2023-09-04 15:44:35 -04:00
6216920153 release 0.9.4 0.9.4 2023-09-02 09:56:30 -04:00
b8b5c01d0f bump negentropy for some bugfixes 2023-09-02 09:55:59 -04:00
a16e214f1b Optimise Dockerfile 2023-08-25 15:20:44 +02:00
2d422b9803 Add Alpine Master Image 2023-08-25 14:50:46 +02:00
96b2d13307 Backup Ubuntu Image 2023-08-25 14:50:08 +02:00
42fe1f16ca WSConnection clean shutdown, fix hubTrigger ownership (it's deleted by the event loop) 2023-08-16 13:38:13 -04:00
aec8dbc33a WriterPipeline clean shutdown 2023-08-16 13:31:25 -04:00
a4688027b2 todo 2023-08-16 13:03:37 -04:00
58fca0038e default for noReadAhead is false 2023-08-14 15:33:41 -04:00
35270c57ad efficiency: not necessary to look up Event table in export 2023-08-14 06:20:35 -04:00
0227b9f11d todo 2023-08-14 06:16:28 -04:00
44d07da4cd todo 2023-08-12 00:45:51 -04:00