Commit Graph

  • 52556f69b9 one goroutine handles all matches ppom 2023-09-09 23:38:53 +0200
  • da9ed42363 DatabaseManager takes a *Conf ppom 2023-09-09 20:42:47 +0200
  • 2243dda49a filters don't have their own goroutine anymore ppom 2023-09-09 20:36:41 +0200
  • d90e88d5eb remove DEBUG logs ppom 2023-09-09 19:47:31 +0200
  • fde291c1ff remove code by using more adapted stdlib function ppom 2023-09-09 19:46:04 +0200
  • 1cb0562e15 persist flushes accross restarts. fixes #23 ppom 2023-09-09 19:32:23 +0200
  • 2bff4ef1b3 check no '.' in stream/filter/action names ppom 2023-09-08 15:18:04 +0200
  • 6a694d6bcb change test ppom 2023-09-06 02:05:51 +0200
  • 48f2517074 database refactor ppom 2023-09-06 02:00:33 +0200
  • 9555342741 use -l limit flag instead of optional positional argument ppom 2023-09-05 16:44:40 +0200
  • 8e4f683fcc fix link ppom 2023-09-03 13:27:28 +0200
  • fdaf215c2c documentation ppom 2023-09-03 13:26:27 +0200
  • 799ba88823 New unified CLI design ppom 2023-09-03 12:13:18 +0200
  • cbfad9303f rename cli.go ppom 2023-08-31 16:33:13 +0200
  • b3791319d8 Permit regex ignores. Fixes #18 ppom 2023-08-21 23:33:56 +0200
  • 075b9252b7 fix #24 ppom 2023-07-12 17:45:16 +0200
  • 98f7f15ae0 Update presentation ppom 2023-05-26 13:53:59 +0200
  • 34bc047046 fix retryDuration ignore logic when retry <= 1 ppom 2023-05-05 16:30:35 +0200
  • a1da122601 fix socket path issues ppom 2023-05-05 15:33:00 +0200
  • 3283077102 Fix doc error ppom 2023-05-05 15:12:24 +0200
  • addff0f3c1 Standardize go project structure ppom 2023-05-05 12:53:10 +0200
  • b40a5dc91f Update project info ppom 2023-05-05 12:43:57 +0200
  • c42e7a8b92 update readme ppom 2023-05-05 10:06:34 +0200
  • 1d95c7bef6 Working communication code using socket ppom 2023-05-04 01:01:22 +0200
  • 4f3d3952f0 Unworking named pipe shit. Go sockets instead! ppom 2023-05-03 23:56:25 +0200
  • f3080f5293 Untested cli/daemon communication code ppom 2023-05-03 20:03:22 +0200
  • 4c86f37b70 light refacto ppom 2023-05-01 18:21:31 +0200
  • 3499cfd6c8 fix iptables commands: allowlist local IPs ppom 2023-04-27 12:38:57 +0200
  • 7f93079f66 standardize logs ppom 2023-04-27 12:33:56 +0200
  • 067fb13e79 Execute now all pending actions when quiting ppom 2023-04-27 11:58:57 +0200
  • a2be5a566c Working log code ppom 2023-04-27 10:42:19 +0200
  • aeb9af37be Untested log code ppom 2023-04-26 17:18:55 +0200
  • 83a29904d5 order 🧹 ppom 2023-04-26 17:11:03 +0200
  • ca4a57f178 add terminology to README ppom 2023-04-12 11:54:46 +0200
  • b8d2110122 add logo ppom 2023-04-12 10:29:51 +0200
  • a0aa61471a fully comment the example configuration ppom 2023-04-12 10:29:29 +0200
  • 647ce980ca Add useless remark ppom 2023-04-12 09:55:39 +0200
  • bd6288dae0 Do not allow for empty conf, stream, filter, regex or action. ppom 2023-04-12 09:53:44 +0200
  • a9400b7cd3 Update README ppom 2023-04-11 13:14:46 +0200
  • 27b058202d Add AGPL LICENSE ppom 2023-04-11 11:03:50 +0000
  • 946a3b633a change license to AGPL ppom 2023-04-11 13:02:39 +0200
  • b393ca8252 First persistance work ppom 2023-04-11 13:01:02 +0200
  • 66c62b5e50 First README attempt ppom 2023-04-09 21:42:38 +0200
  • 5ee5dc34e9 fix all configuration file options case etc. ppom 2023-04-09 21:24:03 +0200
  • a637d63826 close #6 ppom 2023-03-25 19:12:11 +0100
  • 5dcbdd865e rename package ppom 2023-03-25 18:27:01 +0100
  • 1efeddf183 Remove unused cdc. reaction.yml is for now the reference ppom 2023-03-25 18:17:19 +0100
  • 6315dd2785 Move all code in subpackage. ppom 2023-03-25 18:14:44 +0100
  • 95f90e8fce Filters now run in own goroutine. Not run by Streams anymore. ppom 2023-03-25 18:04:44 +0100
  • 487bcb5942 Move computation from runtime to setup ppom 2023-03-24 18:06:57 +0100
  • 39ecdca105 Add LICENSE ppom 2023-03-25 16:41:08 +0000
  • 193481a0ce close #9 ppom 2023-03-24 17:52:00 +0100
  • 75e2f95ff9 Close #3 ppom 2023-03-24 17:36:41 +0100
  • 88f3f86c7c Close #2 ppom 2023-03-24 00:49:59 +0100
  • 94d023e78c Close #1 #4 ppom 2023-03-24 00:27:51 +0100
  • 9e702c4cdd First configuration read ppom 2023-03-23 21:14:53 +0100
  • a26014399b Reflect last reflections 🔄 ppom 2023-03-23 14:24:26 +0100
  • e87c09283d first working prototype ppom 2023-03-20 23:25:57 +0100
  • 95ade7917c first go code ppom 2023-03-19 23:10:18 +0100
  • e134e2c9ce uniform cdc ppom 2023-03-19 23:09:59 +0100
  • 04e85a78ea initial commit ppom 2023-03-18 21:39:01 +0100