User contributions for EA3CV

Jump to navigation Jump to search
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽

7 March 2023

16 February 2023

15 February 2023

14 February 2023

  • 18:2418:24, 14 February 2023 diff hist +15,596 N RBN.mojoCreated page with "IF YOU ARE ON THE MASTER BRANCH, STOP (I REPEAT) STOP READING THIS DOCUMENT AND READ UPGRADE.mojo FIRST. If you are not on an existing 'mojo' branch, or you have a build less than 260, please stop reading as well and read UPGRADE.mojo (in the section about installing packages), as you need to install some extra packages before restarting the new version of the code. If in doubt try installing the packages again as this will either confirm that all is already done or wi..." current
  • 18:1018:10, 14 February 2023 diff hist +9,321 N UPDATE.mojoCreated page with "There are the notes for upgrading to the mojo branch. PLEASE NOTE THERE HAVE BEEN CHANGES FOR all MOJO BRANCH USERS. See APPENDIX(i) at the end of this document. The BIG TICKET ITEM in this branch is that (potentially) '''long lived''' commands such as sh/dx and commands that poll external internet resources now don't halt the flow of data through the node. I am also using a modern, event driven, web socket "manager" called Mojolicious which is considerably more efficie..."
  • 17:1317:13, 14 February 2023 diff hist +123 Configure node with Dynamic IP (Mojo branch)No edit summary
  • 17:1117:11, 14 February 2023 diff hist +149 Configure Node with more than one local IP (Mojo branch)No edit summary
  • 16:1616:16, 14 February 2023 diff hist +1,020 N Configure Node with more than one local IP (Mojo branch)Created page with "Add the variable '''@main::localhost_names''' to allow other IP addresses to be treated in the same way as localhost in '''Configure node with Dynamic IP (Mojo branch)'''. You must include ALL the normal localhost names + any other interface names that you might want to include: <pre> set/var @main::localhost_names qw(127.0.0.1 ::1 192.168.1.30 172.16.0.20) </pre> using the qw() construction is easier than: <pre> set/var @main::localhost_names ('127.0.0.1', '::1', '19..."
  • 16:1116:11, 14 February 2023 diff hist +823 N Configure node with Dynamic IP (Mojo branch)Created page with "Introduce aliasing for localhost in DX Spots and outgoing PC92 A records on login. There are two variables which can be set with the alias to use: <pre> $main::localhost_alias_ipv4 $main::localhost_alias_ipv6 </pre> These can be set in the '''/spider/scripts/startup''' <pre> set/var $main::localhost_alias_ipv4 = "your_IP" </pre> but this is only necessary if the node has more than one interface, virtual hosts or Dynamic IP. You can check what your IP is with the foll..."

10 February 2023

9 February 2023