diff --git a/js/hush-hush.js b/js/hush-hush.js index ca1365b..5d6f2e3 100644 --- a/js/hush-hush.js +++ b/js/hush-hush.js @@ -1,5 +1,5 @@ /* - hush-hush: anonymous message board using the onionr network + Lycan: anonymous message board using the onionr network Copyright (C) 2020 Kevin Froman This program is free software: you can redistribute it and/or modify @@ -18,8 +18,7 @@ var findMessageIntervalTime = 5000 var publicNodes = [ "ueawiiskhaxdhkqjvgz6drrlf7srvaifrewnb6rxf6tro3welajvlgyd", - "csb2thc5yzv2gbhoozbqrzv747irs5z2lbpd7eiyh6eivvltok76qrqd", - "r57vs5ehxfm3inmdmxx33dbgdy4ev3wg36lynf4uma27jgikxjsx3yid.onion" + "csb2thc5yzv2gbhoozbqrzv747irs5z2lbpd7eiyh6eivvltok76qrqd" ] var initialNodes = JSON.parse(JSON.stringify(publicNodes)) publicNodes = [] @@ -184,4 +183,4 @@ async function findMessages(){ setTimeout(function(){findMessages()}, findMessageIntervalTime) } -setTimeout(function(){findMessages()}, findMessageIntervalTime) \ No newline at end of file +setTimeout(function(){findMessages()}, findMessageIntervalTime) diff --git a/js/message-creator.js b/js/message-creator.js index 09f77eb..1d5c223 100644 --- a/js/message-creator.js +++ b/js/message-creator.js @@ -1,5 +1,5 @@ /* - hush-hush: anonymous message board using the onionr network + Lycan: anonymous message board using the onionr network Copyright (C) 2020 Kevin Froman This program is free software: you can redistribute it and/or modify diff --git a/js/onionr-blocks.js b/js/onionr-blocks.js index e53d47f..f5646cd 100644 --- a/js/onionr-blocks.js +++ b/js/onionr-blocks.js @@ -1,5 +1,5 @@ /* - hush-hush: anonymous message board using the onionr network + Lycan: anonymous message board using the onionr network Copyright (C) 2020 Kevin Froman This program is free software: you can redistribute it and/or modify diff --git a/js/peer-lookup.js b/js/peer-lookup.js index 3beba24..102708b 100644 --- a/js/peer-lookup.js +++ b/js/peer-lookup.js @@ -1,5 +1,5 @@ /* - hush-hush: anonymous message board using the onionr network + Lycan: anonymous message board using the onionr network Copyright (C) 2020 Kevin Froman This program is free software: you can redistribute it and/or modify diff --git a/js/powworker.js b/js/powworker.js index 061e848..d33b89a 100644 --- a/js/powworker.js +++ b/js/powworker.js @@ -1,5 +1,5 @@ /* - hush-hush: anonymous message board using the onionr network + Lycan: anonymous message board using the onionr network Copyright (C) 2020 Kevin Froman This program is free software: you can redistribute it and/or modify diff --git a/js/worker-handler.js b/js/worker-handler.js index 4c9570e..ade35a0 100644 --- a/js/worker-handler.js +++ b/js/worker-handler.js @@ -1,5 +1,5 @@ /* - hush-hush: anonymous message board using the onionr network + Lycan: anonymous message board using the onionr network Copyright (C) 2020 Kevin Froman This program is free software: you can redistribute it and/or modify