{"commit":"4c8ba9a9076ba2a6ef57f18927379ae541179282","subject":"installation.ash","message":"installation.ash\n","repos":"sosyco\/alpine-dockerhost","returncode":0,"stderr":"","license":"apache-2.0","lang":"AGS Script","diff":"--- installation.ash\n+++ installation.ash\n@@ -1,10 +1,11 @@\n #!\/bin\/ash\n #\n-# installation of needed packages\n+# startscript: normaly run it only once\n # (c) 2015\/2016 sosyco@googlemail.com  www.sosyco.de\n # \n-# \n+# enhance the repositories and update the system\n+sed -ni 'p; s\/\\\/main\/\\\/community\/p' \/etc\/apk\/repositories\n apk update\n apk upgrade\n apk add git ansible sudo\n-ssh-keygen -f dockeradmin -t rsa -b 4096 -C dockeradmin -N ''\n+ssh-keygen -f files\/dockeradmin -t rsa -b 4096 -C dockeradmin -N ''\n"}
{"commit":"dc61931a5cee09289eba7250e3cb5a680929d6d2","subject":"Fixed global search\/replace botches.","message":"Fixed global search\/replace botches.\n\n\ngit-svn-id: 28d9401aa571d5108e51b194aae6f24ca5964c06@20799 8cc4aa7f-3514-0410-904f-f2cc9021211c\n","repos":"crystalspace\/CS,crystalspace\/CS,crystalspace\/CS,crystalspace\/CS,crystalspace\/CS,crystalspace\/CS,crystalspace\/CS,crystalspace\/CS","returncode":0,"stderr":"","license":"lgpl-2.1","lang":"AGS Script","diff":"--- plugins\/video\/render3d\/software\/i386\/cs.ash\n+++ plugins\/video\/render3d\/software\/i386\/cs.ash\n@@ -63,7 +63,7 @@\n ; Arguments:\n ;   The name of external C procedure\n ; Example:\n-;\t\tcextern\tcsPrintf\n+;\t\tcextern\tprintf\n ;-----======xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx======-----\n %macro\t\tcextern\t1\n \t\t%xdefine %1 cname(%1)\n@@ -80,7 +80,7 @@\n ; Arguments:\n ;   The name of C procedure\n ; Example:\n-;\t\tcglobal\tmy_csPrintf\n+;\t\tcglobal\tmy_printf\n ;-----======xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx======-----\n %macro\t\tcglobal\t1\n \t\t%xdefine %1 cname(%1)\n"}
{"commit":"0e215abbf2e4eb3a2839ec3e6145c95375f633ef","subject":"Remove old script","message":"Remove old script\n","repos":"mikebryant\/kolmafia-lar-forecasting,mikebryant\/kolmafia-lar-forecasting","returncode":0,"stderr":"","license":"apache-2.0","lang":"AGS Script","diff":"--- src\/scripts\/lar-forecasting\/lar-get-encounter.ash\n+++ src\/scripts\/lar-forecasting\/lar-get-encounter.ash\n@@ -1,7 +0,0 @@\n-notify \"LeaChim\";\n-\n-import \"lar-forecasting.ash\";\n-\n-void main(string loc, int turn) {\n-  print(lar_encounter_to_string(lar_get_encounter(loc.to_location(), turn)));\n-}\n"}
{"commit":"59a1b2b8d3fed8a9ecaa10aed01ea522a21eaa2c","subject":"go command static and dynamic","message":"go command static and dynamic\n","repos":"michalliu\/faux-go,michalliu\/faux-go","returncode":0,"stderr":"","license":"bsd-3-clause","lang":"AGS Script","diff":"--- autogen.ash\n+++ autogen.ash\n@@ -1,3 +1,4 @@\n #!\/bin\/ash\n echo \"compiling... be patient\"\n-gccgo -Wl,-t -v -o go `ls *.go | grep -v signal_notunix.go | grep -v _test.go | grep -v bootstrap | grep -v doc` -static-libgo\n+#gccgo -Wl,-t -v -o go-static `ls *.go | grep -v signal_notunix.go | grep -v _test.go | grep -v bootstrap | grep -v doc` -static-libgo\n+gccgo -Wl,-t -v -o go `ls *.go | grep -v signal_notunix.go | grep -v _test.go | grep -v bootstrap | grep -v doc`\n"}
{"commit":"a5cd381752071ba8ed39615ef66d857a850a76f0","subject":"improve autogen","message":"improve autogen\n","repos":"michalliu\/faux-go,michalliu\/faux-go","returncode":0,"stderr":"","license":"bsd-3-clause","lang":"AGS Script","diff":"--- autogen.ash\n+++ autogen.ash\n@@ -1,3 +1,3 @@\n #!\/bin\/ash\n echo \"compiling... be patient\"\n-gccgo -o go `ls *.go | grep -v signal_notunix.go | grep -v _test.go | grep -v bootstrap | grep -v doc` -static-libgo\n+gccgo -Wl,-t -v -o go `ls *.go | grep -v signal_notunix.go | grep -v _test.go | grep -v bootstrap | grep -v doc` -static-libgo\n"}
{"commit":"9eb7bbb7bf83f8786c3c2722ec546f91fcb4078c","subject":"Update installation.ash","message":"Update installation.ash\n\nadd central containeradmin-account","repos":"sosyco\/alpine-dockerhost","returncode":0,"stderr":"","license":"apache-2.0","lang":"AGS Script","diff":"--- installation.ash\n+++ installation.ash\n@@ -20,7 +20,8 @@\n if ! [ $? -eq 0 ]; \n then \n   ssh-keygen -f dockeradmin -t rsa -b 4096 -C dockeradmin -N ''\n-  adduser -D dockeradmin\n+  adduser -D -S \/bin\/ash dockeradmin\n+  sed -i \"s\/dockeradmin\\:!\/dockeradmin\\:\/g\" \/etc\/shadow\n   mkdir -p \/home\/dockeradmin\/.ssh\/\n   cp dockeradmin.pub \/home\/dockeradmin\/.ssh\/authorized_keys\n   chmod 700 -R \/home\/dockeradmin\/.ssh \n@@ -31,3 +32,11 @@\n sed -i \"s\/DOCKER_OPTS.*\/DOCKER_OPTS=\\\"--bip=192.168.199.1\\\/24\\\"\/\" \/etc\/conf.d\/docker\n echo \"don't forget to save the private sshkey: dockeardmin\"\n \n+# generate containeradmin (if we need one)\n+sh-keygen -f containeradmin -t rsa -b 4096 -C containeradmin -N ''\n+mkdir -p \/home\/dockeradmin\/container\/ssh\/containeradmin\n+cp containeradmin.pub \/home\/dockeradmin\/container\/ssh\/containeradmin\/authorized_keys\n+cp containeradmin \/home\/dockeradmin\/.ssh\/containeradmin\n+chmod 700 -R \/home\/dockeradmin\/.ssh \n+chown dockeradmin.dockeradmin -R \/home\/dockeradmin\/.ssh\n+chmod 755 -R \/home\/dockeradmin\/container\/ssh\/containeradmin\n"}
{"commit":"44189584fa8d9e1d273b42a9a55faca295b44e50","subject":"installation.ash","message":"installation.ash\n","repos":"sosyco\/alpine-dockerhost","returncode":0,"stderr":"","license":"apache-2.0","lang":"AGS Script","diff":"--- installation.ash\n+++ installation.ash\n@@ -1,7 +1,10 @@\n #!\/bin\/ash\n #\n # installation of needed packages\n+# (c) 2015\/2016 sosyco@googlemail.com  www.sosyco.de\n+# \n+# \n apk update\n apk upgrade\n-apk add ansible sudo\n-\n+apk add git ansible sudo\n+ssh-keygen -f dockeradmin -t rsa -b 4096 -C dockeradmin -N ''\n"}
{"commit":"5716952ab6c92a863250c1af4bc6143c899e0fb0","subject":"installation.ash","message":"installation.ash\n","repos":"sosyco\/alpine-dockerhost","returncode":0,"stderr":"","license":"apache-2.0","lang":"AGS Script","diff":"--- installation.ash\n+++ installation.ash\n@@ -8,5 +8,5 @@\n sed -ni 'p; s\/\\\/main\/\\\/community\/p' \/etc\/apk\/repositories\n apk update\n apk upgrade\n-apk add git ansible sudo\n+apk add git ansible sudo docker\n ssh-keygen -f files\/dockeradmin -t rsa -b 4096 -C dockeradmin -N ''\n"}
{"commit":"5094738139f7b03182a26f407209d5019c5a9254","subject":"installation.ash","message":"installation.ash\n","repos":"sosyco\/alpine-dockerhost","returncode":0,"stderr":"","license":"apache-2.0","lang":"AGS Script","diff":"--- installation.ash\n+++ installation.ash\n@@ -10,8 +10,8 @@\n apk upgrade\n apk add git ansible sudo docker\n ssh-keygen -f files\/dockeradmin -t rsa -b 4096 -C dockeradmin -N ''\n-useradd -D dockeradmin\n+adduser -D dockeradmin\n mkdir -p \/home\/dockeradmin\/.ssh\/\n cp files\/dockeradmin.pub \/home\/dockeradmin\/.ssh\/authorized_keys\n chmod 664 -R \/home\/dockeradmin\/.ssh \n-chown dockeradmin.dockeradin -R \/home\/dockeradmin\/.ssh\n+chown dockeradmin.dockeradmin -R \/home\/dockeradmin\/.ssh\n"}
{"commit":"f81362c5c140e494bac1525399601ecf5df1efd5","subject":"installation.ash","message":"installation.ash\n","repos":"sosyco\/alpine-dockerhost","returncode":0,"stderr":"","license":"apache-2.0","lang":"AGS Script","diff":"--- installation.ash\n+++ installation.ash\n@@ -13,5 +13,5 @@\n adduser -D dockeradmin\n mkdir -p \/home\/dockeradmin\/.ssh\/\n cp files\/dockeradmin.pub \/home\/dockeradmin\/.ssh\/authorized_keys\n-chmod 664 -R \/home\/dockeradmin\/.ssh \n+chmod 700 -R \/home\/dockeradmin\/.ssh \n chown dockeradmin.dockeradmin -R \/home\/dockeradmin\/.ssh\n"}
{"commit":"ab485558612087af8f05f5f8610ae3107da03d28","subject":"Also check for not having the monster order data","message":"Also check for not having the monster order data\n","repos":"mikebryant\/kolmafia-lar-forecasting,mikebryant\/kolmafia-lar-forecasting","returncode":0,"stderr":"","license":"apache-2.0","lang":"AGS Script","diff":"--- src\/scripts\/lar-forecasting\/lar-forecasting.ash\n+++ src\/scripts\/lar-forecasting\/lar-forecasting.ash\n@@ -98,6 +98,9 @@\n }\n \n boolean lar_encounter_known_monster(boolean guess, location loc, int turn) {\n+  if(!(lar_monster_orders contains loc)) {\n+    return false;\n+  }\n   if (!lar_encounter_known_is_combat(guess, loc, turn)) {\n     return false;\n   }\n"}
{"commit":"87aa72b187703204a52ddaf0466abf5ae3b7424d","subject":"installation.ash","message":"installation.ash\n","repos":"sosyco\/alpine-dockerhost","returncode":0,"stderr":"","license":"apache-2.0","lang":"AGS Script","diff":"--- installation.ash\n+++ installation.ash\n@@ -3,5 +3,5 @@\n # installation of needed packages\n apk update\n apk upgrade\n-apk add ansible\n+apk add ansible sudo\n \n"}
{"commit":"ffc0cf8f558c254b4ce7bc6cc77d11910778cc37","subject":"installation.ash","message":"installation.ash\n","repos":"sosyco\/alpine-dockerhost","returncode":0,"stderr":"","license":"apache-2.0","lang":"AGS Script","diff":"--- installation.ash\n+++ installation.ash\n@@ -12,6 +12,8 @@\n apk update\n apk upgrade\n apk add git sudo docker\n+rc-update add docker boot\n+\n # add new user \"dockeradmin\" without password \n # and generate sshkeys\n getent passwd dockeradmin > \/dev\/null 2&>1\n"}
{"commit":"8ca6dca0cb948103fadcb99273b2893434def337","subject":"installation.ash","message":"installation.ash\n","repos":"sosyco\/alpine-dockerhost","returncode":0,"stderr":"","license":"apache-2.0","lang":"AGS Script","diff":"--- installation.ash\n+++ installation.ash\n@@ -15,3 +15,4 @@\n cp files\/dockeradmin.pub \/home\/dockeradmin\/.ssh\/authorized_keys\n chmod 700 -R \/home\/dockeradmin\/.ssh \n chown dockeradmin.dockeradmin -R \/home\/dockeradmin\/.ssh\n+echo \"dockeradmin ALL=(ALL) NOPASSWD: ALL\" >> \/etc\/sudoers\n"}
{"commit":"799b7ea815f84cc7542c1766d59d21a6fc43647b","subject":"Another test","message":"Another test\n","repos":"mikebryant\/kolmafia-lar-forecasting,mikebryant\/kolmafia-lar-forecasting","returncode":0,"stderr":"","license":"apache-2.0","lang":"AGS Script","diff":"--- src\/scripts\/lar-forecasting\/lar-test.ash\n+++ src\/scripts\/lar-forecasting\/lar-test.ash\n@@ -14,6 +14,10 @@\n   }\n \n   if (lar_encounter_is_combat($location[the dark heart of the woods], 23)) {\n+    print(\"Fail: Dark heart 23 is NC\");\n+  }\n+\n+  if (lar_encounter_is_combat($location[the spooky forest], 23)) {\n     print(\"Fail: Spooky 23 is NC\");\n   }\n \n"}
{"commit":"552849e3d082430f92e2182d72c234c380f8fd1e","subject":"Update generate_ssl_cert.ash","message":"Update generate_ssl_cert.ash","repos":"frozenfoxx\/util,frozenfoxx\/util,frozenfoxx\/util,frozenfoxx\/util","returncode":0,"stderr":"","license":"apache-2.0","lang":"AGS Script","diff":"--- web\/generate_ssl_cert.ash\n+++ web\/generate_ssl_cert.ash\n@@ -46,6 +46,9 @@\n {\n   echo \"Usage: [Environment Variables] generate_ssl_cert.ash [options]\"\n   echo \"  Environment Variables:\"\n+  echo \"    BITS                bits for the certificate (default: '2048')\"\n+  echo \"    CERT_DIR            directory to output to (default: '\/etc\/ssl\/certs')\"\n+  echo \"    DAYS                days the cert is valid for (default: '365')\"\n   echo \"    FQDN                fully qualified domain name of the server (default: example.churchoffoxx.net)\"\n }\n \n"}
{"commit":"66105f84ada17ad6b53ab308b3d24f7017ca0b21","subject":"Remove testing qualifier","message":"Remove testing qualifier\n","repos":"Ezandora\/Guide,Ezandora\/Guide,Ezandora\/Guide","returncode":0,"stderr":"","license":"unlicense","lang":"AGS Script","diff":"--- Source\/relay\/Guide\/Quests\/Sea.ash\n+++ Source\/relay\/Guide\/Quests\/Sea.ash\n@@ -440,7 +440,7 @@\n \t\toptional_task_entries.listAppend(ChecklistEntryMake(\"__item damp old boot\", \"place.php?whichplace=sea_oldman\", ChecklistSubentryMake(\"Return damp old boot to the old man\", \"\", description)));\n         \n     }\n-    if ($items[Grandma's Map,Grandma's Chartreuse Yarn,Grandma's Fuchsia Yarn,Grandma's Note].available_amount() > 0 || true)\n+    if ($items[Grandma's Map,Grandma's Chartreuse Yarn,Grandma's Fuchsia Yarn,Grandma's Note].available_amount() > 0)\n     {\n         string line = \"Optionally, rescue grandma.\";\n         if ($item[grandma's map].available_amount() > 0)\n"}
{"commit":"d551847c295fc48267a81a015f47b6a99f1a2d2f","subject":"Implemented the threadring program","message":"Implemented the threadring program\n","repos":"RobertFischer\/ashlar,RobertFischer\/ashlar","returncode":128,"stderr":"remote: Support for password authentication was removed on August 13, 2021.\nremote: Please see https:\/\/docs.github.com\/en\/get-started\/getting-started-with-git\/about-remote-repositories#cloning-with-https-urls for information on currently recommended modes of authentication.\nfatal: Authentication failed for 'https:\/\/github.com\/RobertFischer\/ashlar.git\/'\n","license":"agpl-3.0","lang":"AGS Script","diff":""}
{"commit":"ffe54e37f2f843113a55ca3cafd3602693d5adcf","subject":"Important safety tip","message":"Important safety tip\n","repos":"Ezandora\/Guide,Ezandora\/Guide,Ezandora\/Guide","returncode":1,"stderr":"error: pathspec 'Source\/relay\/Guide\/Daily' did not match any file(s) known to git\nerror: pathspec 'Resources.ash' did not match any file(s) known to git\n","license":"unlicense","lang":"AGS Script","diff":""}
{"commit":"9d5c3540ba1589790a433c034bebf2b1fa7fca48","subject":"Updated to not be explicit numbers for the rounds","message":"Updated to not be explicit numbers for the rounds\n","repos":"RobertFischer\/ashlar,RobertFischer\/ashlar","returncode":128,"stderr":"remote: Support for password authentication was removed on August 13, 2021.\nremote: Please see https:\/\/docs.github.com\/en\/get-started\/getting-started-with-git\/about-remote-repositories#cloning-with-https-urls for information on currently recommended modes of authentication.\nfatal: Authentication failed for 'https:\/\/github.com\/RobertFischer\/ashlar.git\/'\n","license":"agpl-3.0","lang":"AGS Script","diff":""}
{"commit":"5e149ce2f2c4ea9fbdd589a513dbc72f0c84dc2c","subject":"The very beginning of the Ashlar compiler written in Ashlar","message":"The very beginning of the Ashlar compiler written in Ashlar\n","repos":"RobertFischer\/ashlar,RobertFischer\/ashlar","returncode":128,"stderr":"remote: Support for password authentication was removed on August 13, 2021.\nremote: Please see https:\/\/docs.github.com\/en\/get-started\/getting-started-with-git\/about-remote-repositories#cloning-with-https-urls for information on currently recommended modes of authentication.\nfatal: Authentication failed for 'https:\/\/github.com\/RobertFischer\/ashlar.git\/'\n","license":"agpl-3.0","lang":"AGS Script","diff":""}
{"commit":"c4144239f70b735503df9032a52d7af7bd60c799","subject":"add autogen.ash","message":"add autogen.ash\n","repos":"michalliu\/faux-go,michalliu\/faux-go","returncode":1,"stderr":"error: pathspec 'autogen.ash' did not match any file(s) known to git\n","license":"bsd-3-clause","lang":"AGS Script","diff":"--- autogen.ash\n+++ autogen.ash\n@@ -0,0 +1,3 @@\n+#!\/bin\/ash\n+echo \"compiling... be patient\"\n+gccgo -o go `ls *.go | grep -v signal_notunix.go | grep -v _test.go | grep -v bootstrap | grep -v doc` -static-libgo\n"}
{"commit":"e9761f45fc8540f3bd9ef379a8ed0797fe38c553","subject":"Add coverage script, to keep tabs on how far along the data is","message":"Add coverage script, to keep tabs on how far along the data is\n","repos":"mikebryant\/kolmafia-lar-forecasting,mikebryant\/kolmafia-lar-forecasting","returncode":1,"stderr":"error: pathspec 'src\/scripts\/lar-forecasting\/lar-coverage.ash' did not match any file(s) known to git\n","license":"apache-2.0","lang":"AGS Script","diff":"--- src\/scripts\/lar-forecasting\/lar-coverage.ash\n+++ src\/scripts\/lar-forecasting\/lar-coverage.ash\n@@ -0,0 +1,124 @@\n+notify \"LeaChim\";\n+\n+import \"lar-forecasting.ash\";\n+\n+boolean [location] quest_relevant_locations = $locations[\n+  the spooky forest,\n+  the dark neck of the woods,\n+  the dark heart of the woods,\n+  the dark elbow of the woods,\n+  the black forest,\n+  whitey's grove,\n+  the hidden temple,\n+  8-bit realm,\n+  the old landfill,\n+  the hidden park,\n+  the hidden apartment building,\n+  the hidden office building,\n+  the hidden bowling alley,\n+  the hidden hospital,\n+  the sleazy back alley,\n+  the haunted pantry,\n+  the haunted kitchen,\n+  the haunted billiards room,\n+  the haunted library,\n+  the haunted conservatory,\n+  the haunted gallery,\n+  the haunted bathroom,\n+  the haunted bedroom,\n+  the haunted ballroom,\n+  the haunted laboratory,\n+  the haunted storage room,\n+  the haunted nursery,\n+  the haunted wine cellar,\n+  the haunted laundry room,\n+  the haunted boiler room,\n+  the outskirts of cobb's knob,\n+  the bat hole entrance,\n+  guano junction,\n+  the batrat and ratbat burrow,\n+  the beanbat chamber,\n+  cobb's knob barracks,\n+  cobb's knob kitchens,\n+  cobb's knob harem,\n+  cobb's knob treasury,\n+  the \"fun\" house,\n+  inside the palindome,\n+  the degrassi knoll restroom,\n+  the degrassi knoll gym,\n+  the degrassi knoll bakery,\n+  the degrassi knoll garage,\n+  the unquiet garves,\n+  the defiled nook,\n+  the defiled niche,\n+  the defiled cranny,\n+  the defiled alcove,\n+  the penultimate fantasy airship,\n+  the castle in the clouds in the sky (basement),\n+  the castle in the clouds in the sky (ground floor),\n+  the castle in the clouds in the sky (top floor),\n+  the hole in the sky,\n+  infernal rackets backstage,\n+  the laugh floor,\n+  pandamonium slums,\n+  the goatlet,\n+  Itznotyerzitz Mine,\n+  lair of the ninja snowmen,\n+  the extreme slope,\n+  the icy peak,\n+  the smut orc logging camp,\n+  a-boo peak,\n+  twin peak,\n+  the obligatory pirate's cove,\n+  barrrney's barrr,\n+  the f'c'le,\n+  the poop deck,\n+  belowdecks,\n+  frat house,\n+  frat house in disguise,\n+  wartime frat house,\n+  wartime frat house (hippy disguise),\n+  hippy camp,\n+  hippy camp in disguise,\n+  wartime hippy camp,\n+  wartime hippy camp (frat disguise),\n+  sonofa beach,\n+  next to that barrel with something burning in it,\n+  near an abandoned refrigerator,\n+  over where the old tires are,\n+  out by that rusted-out car,\n+  the battlefield (frat uniform),\n+  the battlefield (hippy uniform),\n+  the arid\\, extra-dry desert,\n+  the oasis,\n+  the upper chamber,\n+  the middle chamber,\n+];\n+\n+int desired_turns = 500;\n+\n+void main() {\n+  print(\"Coverage for \" + desired_turns + \" turns:\");\n+  print (\"Location, Combat\/non-combat, monster name (out of the combat encounters)\");\n+  foreach loc in quest_relevant_locations {\n+    int cnc_found = 0;\n+    int combat_found = 0;\n+    int monster_found = 0;\n+    for turn from 0 to desired_turns {\n+      if(lar_encounter_known_is_combat(loc, turn)) {\n+        cnc_found += 1;\n+\n+        if(lar_encounter_is_combat(loc, turn)) {\n+          combat_found +=1;\n+        }\n+\n+        if(lar_encounter_known_monster(loc, turn)) {\n+          monster_found += 1;\n+        }\n+      }\n+    }\n+\n+    \/\/ Report\n+    print(loc + \": \" + (cnc_found * 100 \/ desired_turns) + \"%, \" + (monster_found * 100 \/ (combat_found + 1)) + \"%\");\n+  }\n+}\n"}
{"commit":"38f0c2629c6c3cb00004ed05eda3b0f0fa14dd8a","subject":"No need to hold onto the ring variable","message":"No need to hold onto the ring variable\n","repos":"RobertFischer\/ashlar,RobertFischer\/ashlar","returncode":128,"stderr":"remote: Support for password authentication was removed on August 13, 2021.\nremote: Please see https:\/\/docs.github.com\/en\/get-started\/getting-started-with-git\/about-remote-repositories#cloning-with-https-urls for information on currently recommended modes of authentication.\nfatal: Authentication failed for 'https:\/\/github.com\/RobertFischer\/ashlar.git\/'\n","license":"agpl-3.0","lang":"AGS Script","diff":""}
{"commit":"64cd3a0004b8f7d541949f9caf882a17f3a0c199","subject":"Wait, yes there is: I refer to it!  d'oh!","message":"Wait, yes there is: I refer to it!  d'oh!\n","repos":"RobertFischer\/ashlar,RobertFischer\/ashlar","returncode":128,"stderr":"remote: Support for password authentication was removed on August 13, 2021.\nremote: Please see https:\/\/docs.github.com\/en\/get-started\/getting-started-with-git\/about-remote-repositories#cloning-with-https-urls for information on currently recommended modes of authentication.\nfatal: Authentication failed for 'https:\/\/github.com\/RobertFischer\/ashlar.git\/'\n","license":"agpl-3.0","lang":"AGS Script","diff":""}
{"commit":"a30834c171bf0cc93c4d2564d58e0fc62546ef71","subject":"installation.ash","message":"installation.ash\n","repos":"sosyco\/alpine-dockerhost","returncode":1,"stderr":"error: pathspec 'installation.ash' did not match any file(s) known to git\n","license":"apache-2.0","lang":"AGS Script","diff":"--- installation.ash\n+++ installation.ash\n@@ -0,0 +1,7 @@\n+#!\/bin\/ash\n+#\n+# installation of needed packages\n+apk update\n+apk upgrade\n+apk add ansible\n+\n"}
{"commit":"973d8b169254bf072dc8984873ed894d0fe63356","subject":"1.1.21 Part 2","message":"1.1.21 Part 2\n","repos":"Ezandora\/Guide,Ezandora\/Guide,Ezandora\/Guide","returncode":1,"stderr":"error: pathspec 'Source\/relay\/Guide\/Support\/Holiday.ash' did not match any file(s) known to git\n","license":"unlicense","lang":"AGS Script","diff":"--- Source\/relay\/Guide\/Support\/Holiday.ash\n+++ Source\/relay\/Guide\/Support\/Holiday.ash\n@@ -0,0 +1,80 @@\n+boolean [string] getHolidaysForDate(string realworld_date, int game_day)\n+{\n+    boolean [string] holidays;\n+    \n+    if (realworld_date == \"0202\")\n+        holidays[\"Groundhog Day\"] = true;\n+    \/\/april fools\n+    else if (realworld_date == \"0401\")\n+        holidays[\"April Fool's Day\"] = true;\n+    \/\/Talk Like a Pirate Day - september 19th\n+    else if (realworld_date == \"0919\")\n+        holidays[\"Talk Like a Pirate Day\"] = true;\n+    else if (realworld_date == \"1031\")\n+        holidays[\"Halloween\"] = true;\n+    else if (realworld_date == \"0214\")\n+        holidays[\"Valentine's Day\"] = true;\n+    else if (realworld_date == \"0525\")\n+        holidays[\"Towel Day\"] = true;\n+    \n+    \/\/Crimbo\n+    if (now_to_string(\"M\").to_int_silent() == 12)\n+        holidays[\"Crimbo\"] = true;\n+        \n+    \/\/Friday the 13th\n+    if (format_today_to_string(\"EEE d\") == \"Fri 13\")\n+        holidays[\"Friday the 13th\"] = true;\n+    \n+    \n+    \n+    \/\/Festival of Jarlsberg - acquire the party hat? - Jarlsuary 1\n+    if (game_day == 0)\n+        holidays[\"Festival of Jarlsberg\"] = true;\n+    \/\/Valentine's Day! - Frankuary 4\n+    else if (game_day == 11)\n+        holidays[\"Valentine's Day\"] = true;\n+    \/\/St. Sneaky Pete's Day - Starch 3\n+    else if (game_day == 18)\n+        holidays[\"St. Sneaky Pete's Day\"] = true;\n+    \/\/Oyster Egg Day - April 2\n+    else if (game_day == 25)\n+        holidays[\"Oyster Egg Day\"] = true;\n+    \/\/El Dia de Los Muertos Borrachos? just wandering monsters... - Martinus 2\n+    else if (game_day == 33)\n+        holidays[\"El Dia de Los Muertos Borrachos\"] = true;\n+    \/\/Generic Summer Holiday - Bill 3\n+    else if (game_day == 42)\n+        holidays[\"Generic Summer Holiday\"] = true;\n+    \/\/Dependence Day - Bor 4\n+    else if (game_day == 51)\n+        holidays[\"Dependence Day\"] = true;\n+    \/\/Arrrbor Day - Petember 4\n+    else if (game_day == 59)\n+        holidays[\"Arrrbor Day\"] = true;\n+    \/\/Lab\u00f3r Day - Carlvember 6\n+    else if (game_day == 69)\n+        holidays[\"Lab\u00f3r Day\"] = true;\n+    \/\/Halloween \/ halloween tomorrow, save adventures? - Porktober 8\n+    else if (game_day == 79)\n+        holidays[\"Halloween\"] = true;\n+    \/\/feast of boris...? - Boozember 7\n+    else if (game_day == 86)\n+        holidays[\"Feast of Boris\"] = true;\n+    \/\/Yuletide? - Dougtember 4\n+    else if (game_day == 91)\n+        holidays[\"Yuletide\"] = true;\n+        \n+    \n+    return holidays;\n+}\n+\n+boolean [string] getHolidaysToday()\n+{\n+    return getHolidaysForDate(format_today_to_string(\"MMdd\"), gameday_to_int()); \/\/FIXME Y10K error\n+}\n+\n+boolean [string] getHolidaysTomorrow()\n+{\n+    \/\/FIXME support next real-world day\n+    return getHolidaysForDate(\"\", ((gameday_to_int() + 1) % 96));\n+}"}
{"commit":"4ff7e9cb8cf13a037d0c51cb3fd8304c39cf21f6","subject":"Added links to the Java binary trees","message":"Added links to the Java binary trees\n","repos":"RobertFischer\/ashlar,RobertFischer\/ashlar","returncode":128,"stderr":"remote: Support for password authentication was removed on August 13, 2021.\nremote: Please see https:\/\/docs.github.com\/en\/get-started\/getting-started-with-git\/about-remote-repositories#cloning-with-https-urls for information on currently recommended modes of authentication.\nfatal: Authentication failed for 'https:\/\/github.com\/RobertFischer\/ashlar.git\/'\n","license":"agpl-3.0","lang":"AGS Script","diff":""}
{"commit":"b9f7e5ebe211949d7ab73917530170d34ba40346","subject":"Dat typo","message":"Dat typo","repos":"Ezandora\/Guide,Ezandora\/Guide,Ezandora\/Guide","returncode":1,"stderr":"error: pathspec 'Source\/relay\/Guide\/Sets\/Daily' did not match any file(s) known to git\nerror: pathspec 'Dungeon.ash' did not match any file(s) known to git\n","license":"unlicense","lang":"AGS Script","diff":""}
{"commit":"c248fb4f81f5df1e19f94350056aeb1a941b7c00","subject":"Replaced the LazyList cheat with an actual implementation","message":"Replaced the LazyList cheat with an actual implementation\n","repos":"RobertFischer\/ashlar,RobertFischer\/ashlar","returncode":128,"stderr":"remote: Support for password authentication was removed on August 13, 2021.\nremote: Please see https:\/\/docs.github.com\/en\/get-started\/getting-started-with-git\/about-remote-repositories#cloning-with-https-urls for information on currently recommended modes of authentication.\nfatal: Authentication failed for 'https:\/\/github.com\/RobertFischer\/ashlar.git\/'\n","license":"agpl-3.0","lang":"AGS Script","diff":""}
{"commit":"e3a599ac83cf29f8b03d047fc707831fdf0146c4","subject":"Removed the Java-ism 'return'.","message":"Removed the Java-ism 'return'.\n","repos":"RobertFischer\/ashlar,RobertFischer\/ashlar","returncode":128,"stderr":"remote: Support for password authentication was removed on August 13, 2021.\nremote: Please see https:\/\/docs.github.com\/en\/get-started\/getting-started-with-git\/about-remote-repositories#cloning-with-https-urls for information on currently recommended modes of authentication.\nfatal: Authentication failed for 'https:\/\/github.com\/RobertFischer\/ashlar.git\/'\n","license":"agpl-3.0","lang":"AGS Script","diff":""}
