summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Fankhauser hiddenalpha.ch2023-10-27 16:01:22 +0200
committerAndreas Fankhauser hiddenalpha.ch2023-10-27 16:01:22 +0200
commitd973f87420fc42960892262705c8f59e903dda05 (patch)
treea37b2187a0bdd003f39907cf56be701463dfeb3d
parente29169dad507e73591e5f3ca9cbaeb57ea90df99 (diff)
downloadUnspecifiedGarbage-d973f87420fc42960892262705c8f59e903dda05.zip
UnspecifiedGarbage-d973f87420fc42960892262705c8f59e903dda05.tar.gz
Dump changes
-rw-r--r--doc/note/links/links.txt4
-rw-r--r--doc/note/tcpdump/tcpdump.txt5
l---------src/main/eagle1
-rw-r--r--src/main/lua/paisa-logs/DigHoustonLogs.lua2
-rw-r--r--src/main/patch/slarti/default.patch31
5 files changed, 40 insertions, 3 deletions
diff --git a/doc/note/links/links.txt b/doc/note/links/links.txt
index bf28fb1..f565a26 100644
--- a/doc/note/links/links.txt
+++ b/doc/note/links/links.txt
@@ -155,6 +155,8 @@ Links (Aka argument amplifiers)
## Code Style format auto-formatters
- [warning about formatters](https://gitit.post.ch/projects/ISA/repos/trin/pull-requests/79/overview?commentId=235667)
+- [Linter produces crap](https://gitit.post.ch/projects/ISA/repos/preflux/pull-requests/567/overview?commentId=237627)
+- [Linter produces crap js if](https://gitit.post.ch/projects/ISA/repos/preflux/pull-requests/598/overview?commentId=252867)
- [static final java uppercase](https://gitit.post.ch/projects/ISA/repos/preflux/pull-requests/82/overview?commentId=39126)
- [invalid java class name](https://gitit.post.ch/projects/ISA/repos/preflux/pull-requests/82/overview?commentId=39125)
- [spotless produces crap](https://gitit.post.ch/projects/ISA/repos/poodoo/pull-requests/40/overview?commentId=263122)
@@ -163,8 +165,6 @@ Links (Aka argument amplifiers)
- [spotless produces crap](https://gitit.post.ch/projects/ISA/repos/trin/pull-requests/79)
- [spotless produces crap](https://gitit.post.ch/projects/ISA/repos/houston/pull-requests/449/overview?commentId=263593)
- [boolean expression formatting](https://gitit.post.ch/projects/ISA/repos/houston/pull-requests/461/overview?commentId=284022)
-- [Linter produces crap](https://gitit.post.ch/projects/ISA/repos/preflux/pull-requests/567/overview?commentId=237627)
-- [Linter produces crap js if](https://gitit.post.ch/projects/ISA/repos/preflux/pull-requests/598/overview?commentId=252867)
- [Suddenly NEW formatting rules in PaISA since 2021](https://gitit.post.ch/projects/ISA/repos/watson/pull-requests/1/overview?commentId=234597)
- "https://gitit.post.ch/projects/ISA/repos/zarniwoop/pull-requests/20/overview?commentId=85912"
- "https://gitit.post.ch/projects/ISA/repos/zarniwoop/pull-requests/21/overview?commentId=87250"
diff --git a/doc/note/tcpdump/tcpdump.txt b/doc/note/tcpdump/tcpdump.txt
index 9c9feb6..d19c36b 100644
--- a/doc/note/tcpdump/tcpdump.txt
+++ b/doc/note/tcpdump/tcpdump.txt
@@ -31,6 +31,11 @@ Tips: "https://chrissanders.org/2018/06/large-captures4-filter-whittling/"
+## Local dumps isa-only filter
+
+ "portrange 6000-9999 and not port 7778"
+
+
## Accept HTTP POST requests:
"tcp[((tcp[12:1] & 0xf0) >> 2):4] = 0x504F5354"
diff --git a/src/main/eagle b/src/main/eagle
new file mode 120000
index 0000000..f5160d6
--- /dev/null
+++ b/src/main/eagle
@@ -0,0 +1 @@
+C:/work/projects/isa-svc/eagle/.git/meins \ No newline at end of file
diff --git a/src/main/lua/paisa-logs/DigHoustonLogs.lua b/src/main/lua/paisa-logs/DigHoustonLogs.lua
index d7da356..c9b510b 100644
--- a/src/main/lua/paisa-logs/DigHoustonLogs.lua
+++ b/src/main/lua/paisa-logs/DigHoustonLogs.lua
@@ -1,7 +1,7 @@
#!/usr/bin/env lua
--[====================================================================[
- projDir='C:\path\to\proj\root'
+ projDir='/c/path/to/proj/root'
export LUA_PATH="${projDir:?}/src/main/lua/paisa-logs/?.lua"
lua -W "${projDir:?}/src/main/lua/paisa-logs/DigHoustonLogs.lua"
diff --git a/src/main/patch/slarti/default.patch b/src/main/patch/slarti/default.patch
new file mode 100644
index 0000000..2d910d7
--- /dev/null
+++ b/src/main/patch/slarti/default.patch
@@ -0,0 +1,31 @@
+diff --git a/slarti-web/pom.xml b/slarti-web/pom.xml
+index 7933bdf86..3a1730377 100644
+--- a/slarti-web/pom.xml
++++ b/slarti-web/pom.xml
+@@ -17,6 +17,26 @@
+ <packaging>war</packaging>
+
+ <dependencies>
++ <dependency> <!-- TODO: Remove -->
++ <groupId>org.slf4j</groupId> <!-- TODO: Remove -->
++ <artifactId>slf4j-api</artifactId> <!-- TODO: Remove -->
++ <version>2.0.1</version> <!-- TODO: Remove -->
++ </dependency> <!-- TODO: Remove -->
++ <dependency> <!-- TODO: Remove -->
++ <groupId>org.slf4j</groupId> <!-- TODO: Remove -->
++ <artifactId>slf4j-simple</artifactId> <!-- TODO: Remove -->
++ <version>2.0.1</version> <!-- TODO: Remove -->
++ </dependency> <!-- TODO: Remove -->
++ <dependency> <!-- TODO: Remove -->
++ <groupId>org.slf4j</groupId> <!-- TODO: Remove -->
++ <artifactId>jcl-over-slf4j</artifactId> <!-- TODO: Remove -->
++ <version>2.0.1</version> <!-- TODO: Remove -->
++ </dependency> <!-- TODO: Remove -->
++ <dependency> <!-- TODO: Remove -->
++ <groupId>org.slf4j</groupId> <!-- TODO: Remove -->
++ <artifactId>jul-to-slf4j</artifactId> <!-- TODO: Remove -->
++ <version>2.0.1</version> <!-- TODO: Remove -->
++ </dependency> <!-- TODO: Remove -->
+ <dependency>
+ <groupId>ch.post.it.webjars</groupId>
+ <artifactId>linti</artifactId>