Skip to content

Commit

Permalink
automatic commit at releng box
Browse files Browse the repository at this point in the history
  • Loading branch information
mc36 committed Jan 10, 2025
1 parent 7f9eaec commit bde715b
Show file tree
Hide file tree
Showing 9 changed files with 514 additions and 619 deletions.
4 changes: 2 additions & 2 deletions src/org/freertr/user/userExec.java
Original file line number Diff line number Diff line change
Expand Up @@ -1166,7 +1166,7 @@ public static void getHelpShow(userHelping hl, boolean privi) {
hl.add(null, "5 6 <str> meme domain.tld");
hl.add(null, "6 7 <str> target domain to meme");
hl.add(null, "7 . <str> your redirector www");
version.genSecHelp(hl, 3);
version.secretHelp(hl, 3);
hl.add(null, "3 4 7bit show some 7bit");
hl.add(null, "4 4,. [str] string to 7bit");
hl.add(null, "3 4 rev7 show some 7bit");
Expand Down Expand Up @@ -1906,7 +1906,7 @@ public userHelping getHelping() {
hl.add(null, "2 . both divide to four");
hl.add(null, "2 . none do not divide");
hl.add(null, "1 2 game play games or watch screen savers");
version.genSecHelp(hl, 2);
version.secretHelp(hl, 2);
hl.add(null, "2 3 ansi show some art");
hl.add(null, "3 . <str> filename");
hl.add(null, "2 . chat chat with others");
Expand Down
4 changes: 2 additions & 2 deletions src/org/freertr/user/userGame.java
Original file line number Diff line number Diff line change
Expand Up @@ -584,9 +584,9 @@ public void doCommand(cmds cmd) {
userScreen.sendTit(console.pipe, cfgAll.hostName);
return;
}
int i = version.findSecret(a);
int i = version.secretFind(a);
if (i >= 0) {
List<String> sec = version.shSecret(i);
List<String> sec = version.secretGet(i);
int[] god = new int[6];
god[0] = userScreen.colBrCyan;
god[1] = userScreen.colBrWhite;
Expand Down
8 changes: 6 additions & 2 deletions src/org/freertr/user/userShow.java
Original file line number Diff line number Diff line change
Expand Up @@ -272,8 +272,12 @@ public cfgAlias doer() {
rdr.putStrArr(l);
return null;
}
int i = version.findSecret(a);
rdr.putStrArr(version.shSecret(i));
int i = version.secretFind(a);
if (i < 0) {
cmd.badCmd();
return null;
}
rdr.putStrArr(version.secretGet(i));
return null;
}
if (a.equals("users")) {
Expand Down
491 changes: 491 additions & 0 deletions src/org/freertr/util/verCore.java

Large diffs are not rendered by default.

618 changes: 9 additions & 609 deletions src/org/freertr/util/version.java

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/rtr.csv
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
url;file;result;test
-;-;-;freeRouter v25.1.10-cur, done by sprscc13@mrn0b0dy.
-;-;-;2025-01-10 01:13:35, took 00:15:07, with 50 workers, on 3604 cases, 0 failed, 0 traces, 8 retries
-;-;-;2025-01-10 01:48:46, took 00:14:53, with 50 workers, on 3604 cases, 0 failed, 0 traces, 1 retries
-;-;-;./rtr.bin
http://sources.freertr.org/cfg/basic01.tst;basic01.tst;success;dummy test
http://sources.freertr.org/cfg/basic02.tst;basic02.tst;success;interface with slot
Expand Down
2 changes: 1 addition & 1 deletion src/rtr.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</style>
<title>tester</title></head><body>
release: freeRouter v25.1.10-cur, done by sprscc13@mrn0b0dy.<br/>
tested: 2025-01-10 01:13:35, took 00:15:07, with 50 workers, on 3604 cases, 0 failed, 0 traces, 8 retries<br/>
tested: 2025-01-10 01:48:46, took 00:14:53, with 50 workers, on 3604 cases, 0 failed, 0 traces, 1 retries<br/>
jvm: ./rtr.bin<br/>
<br/>
<table><thead><tr><td><b>file</b></td><td><b>result</b></td><td><b>test</b></td></tr></thead><tbody>
Expand Down
2 changes: 1 addition & 1 deletion src/rtr8.csv
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
url;file;result;test
-;-;-;freeRouter v25.1.10-cur, done by sprscc13@mrn0b0dy.
-;-;-;2025-01-10 01:27:29, took 00:13:30, with 50 workers, on 674 cases, 0 failed, 0 traces, 0 retries
-;-;-;2025-01-10 02:00:54, took 00:11:45, with 50 workers, on 674 cases, 0 failed, 0 traces, 0 retries
-;-;-;./rtr.bin
http://sources.freertr.org/cfg/p4lang-acl001.tst;p4lang-acl001.tst;success;p4lang: copp
http://sources.freertr.org/cfg/p4lang-acl002.tst;p4lang-acl002.tst;success;p4lang: ingress access list
Expand Down
2 changes: 1 addition & 1 deletion src/rtr8.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</style>
<title>tester</title></head><body>
release: freeRouter v25.1.10-cur, done by sprscc13@mrn0b0dy.<br/>
tested: 2025-01-10 01:27:29, took 00:13:30, with 50 workers, on 674 cases, 0 failed, 0 traces, 0 retries<br/>
tested: 2025-01-10 02:00:54, took 00:11:45, with 50 workers, on 674 cases, 0 failed, 0 traces, 0 retries<br/>
jvm: ./rtr.bin<br/>
<br/>
<table><thead><tr><td><b>file</b></td><td><b>result</b></td><td><b>test</b></td></tr></thead><tbody>
Expand Down

0 comments on commit bde715b

Please sign in to comment.