858bfef1bbChange how the text menu works. It is somewhat behind in that it does not have all the same old functionality, but it uses menuitems now. This will allow us to much-better utilize the textwindows.
web
Tim Young2024-06-14 16:01:41 -0500
deb5f29ceeChanged some spaces to tabs. Happened automatically.Tim Young2024-06-11 09:22:13 -0500
726bafe580Change drawshape to be drawhighlight as we pass it a highlight.Tim Young2024-06-06 13:59:59 -0700
80c1abd5feTrying to add a .editorconfig file for the Visual Studio editor. Visual Studio keeps messing up the crlf. Since I will mainly host this from a Linux server, I want it to be just lf.Tim Young2024-06-03 15:41:16 -0700
5ce6dc6d3eMoved actionStruct to be a class. Better that wayTim Young2024-05-31 17:12:00 -0700
bf2e281c40Use the translated version of the puzzle description.Tim Young2024-05-17 16:06:03 -0600
98733d1ad5Get basic problem translations. Ping only for nowTim Young2024-05-17 15:37:31 -0600
0859bffc23Put a selection-box around an item if we clicked on somethingTim Young2024-05-17 10:33:33 -0600
9be833dd2cBrought over the language strings from edunetworkbuilder and functions for making language translation work.Tim Young2024-05-17 10:06:07 -0600
0e9a6d1a15Fixed a bug where clicking on a line would change how things were viewed. It turned out to be a rather bizarre bug based off of !== null not working properly.Tim Young2024-05-16 12:13:41 -0600
3e902cba95Devices with problems properly have red backgroundTim Young2024-05-15 17:06:48 -0600
77b034f845Highlight items that have problems.Tim Young2024-05-10 15:03:52 -0600
f3ed276ca9Fixed not clearing the old highlights when we moused-off something.Tim Young2024-05-10 11:23:10 -0600
7b57cbe97aChanging the highlight system to something that works for more cases. We will highlight devices with problems and other things.Tim Young2024-05-10 11:00:42 -0600
ee0a3f9255Visual Studio complained about some of my tags in the index.html. So I cleaned up what it was complaining about.Tim Young2024-05-10 09:22:50 -0600
a19cb99b9dGetting it so we can click on devices. Mainly figuring stuff out. Committing now because I am about to drive off and I want to have the code-base up to date before I travel.Tim Young2024-04-30 17:38:31 -0500
6119432875Added lines to separate out portions of the screen. Also, I think ui.js updated its crlfs.Tim Young2024-04-30 11:14:23 -0500
84685e3bd4Added a thumbs-up image to be used in a bit. Saw the visual studio editor was madly messing up crlf and whatnot. Changed it to be lf since that is what we had started with.Tim Young2024-04-30 10:58:44 -0500
d7f73f04d8Most of the mouse-over highlighting is working properlyTim Young2024-04-27 13:39:36 -0500
b978a3abb0Make the start of an action click systemTim Young2024-04-24 16:52:27 -0500
4ec5b370e9Able to click on the eye and toggle the viewTim Young2024-04-22 15:37:28 -0500
50099ee4efProperly showing device names and IPs.Tim Young2024-04-22 15:32:10 -0500
df520fcce6Get the name to display under the network devicesTim Young2024-04-22 13:09:44 -0500
dc741e8c0bAdd an eye icon. Will use this for changing the display (name, ip address, name+IP)Tim Young2024-04-20 11:08:20 -0500
17eae5a959Added a new file for querying users. Will use it for showing the status of information about problems.Tim Young2024-04-19 15:02:24 -0500
5175e19ec3Fixed some bugs with the select menu. Added link to the select list and made it so the list will stretch when we add new items to it.Tim Young2024-04-19 13:33:37 -0500
88b769b5eeGet the initial puzzle selection working for one level (0)Tim Young2024-04-19 12:11:46 -0500
54bd271784Starting on puzzle selection menuTim Young2024-04-19 11:02:46 -0500
8a08bd209eStarting to work on a web version of EduNetworkBuilder. The first bunch of commits are probably going to be a bit interesting.Tim Young2024-04-17 17:14:07 -0500
38a6107ceaInitial regression testing logging. Shows changes being done for every step while solving the puzzle.
master
Tim Young2024-02-06 13:00:11 -0600
5b20dd671cAdd help to link creation, as the UI was hard to figure out what to do next.Tim Young2023-08-18 10:57:01 -0700
dca858ff46Update link images if we change the device the link is connecting from / toTim Young2023-08-17 10:35:18 -0700
2f4cf36011Add the images of the various devices involved creating or editing a link.Tim Young2023-08-17 08:51:46 -0700
5fc1e19f71When adding a link between devices, show a line so we see we are doing it.Tim Young2023-08-15 15:37:29 -0700
d4989feb16Changing for NB_IPAddress.isBroadcastTim Young2020-12-08 15:40:31 -0700
6889f92fc7Global search and fixing functions to use NB_IPAddress.isZeroIPStringTim Young2020-12-08 15:38:19 -0700
8a906bad5fNetwork Interface moving to IPAddress functionsTim Young2020-12-08 15:26:11 -0700
49151e7c55Network Card using NB_IPAddress functions. We can change these functions to work with ipv6 later. Move our comparisons to these funcs.Tim Young2020-12-08 15:22:24 -0700
f34b9a405eMore switching to functions on the IP address.Tim Young2020-12-08 08:32:24 -0700
93f0c6e4a3Allow ping/arp/traceroute to cancel by 'x'Tim Young2019-04-29 17:15:10 -0500
5d06bfd8f3Simple typo. 192.168 instead of 102.168Tim Young2019-04-29 16:32:32 -0500
a0790918fbTag PC3 on Level 6 VLAN Firewalls (Level6_VLANRouting3). It was on the default vlan instead of the student vlan.Tim Young2019-04-15 08:33:51 -0500
c2f41ae5b9tracert: respond from requested IP addressTim Young2019-04-13 10:18:02 -0500
f5cb1875d2Allow forwarding devices to respond to tracert_requestsTim Young2019-04-13 10:13:12 -0500
5e39a2896dNo routing/sending destination for ZeroIPStringTim Young2019-04-13 10:08:32 -0500
4a72518cccDon't lose DHCP range when NIC address changesTim Young2019-04-13 10:05:22 -0500
cecd14a901Do a better job with network interfaces when faced with vlansTim Young2019-03-17 14:26:51 +0300
073cba135eBasic renumbering working. Will blow up on a machine with multiple network interfaces.Tim Young2019-03-07 17:02:49 +0300
e27d960403Add a comment about the hosts funcTim Young2019-03-06 12:38:08 +0300
4014439162Many small changes working towards renumbering a subnet. If many items are selected, we can right-click and renumber the lot of them.Tim Young2019-03-06 12:32:00 +0300
199ecbcf06Add an initial RenumberData class. Used when processing devices and figuring out which devices are part of a particular broadcast network.Tim Young2019-03-06 12:30:28 +0300
966f4fe8a8Add the ability to prompt for a network, subnet, and gateway. Used when renumbering a subnet.Tim Young2019-03-06 12:29:19 +0300
b1a13b95bcAdd a "GetUntaggedVLAN" func to return the VLAN that is untagged on this interface.Tim Young2019-03-06 11:36:10 +0300
fded1f454aAdd functions to find the devices connected to this deviceTim Young2019-03-06 09:43:39 +0300
a72aec9f9aAt least with this added test, the student must find and fix the hidden laptop. Not enough to solve the problem, but a step in the right direction. This test works because it requires the IP address to be unique.Tim Young2019-02-28 09:57:14 -0600
bed1a8a846When the router needs to be replaced, it should not have the correct routes. You should need to add the right IP addresses and routes both.Tim Young2019-02-28 09:01:05 -0600
9bf9d58c48IPAE: DNS lookup provides subnet mask as well as IPTim Young2019-02-27 10:16:59 -0600
2a17fba36cbroadcast address only applies to correct subnetTim Young2019-02-27 08:41:58 -0600
5e916e82a4Hopefully correct the READ.md file so it displays properly and has the right info.Tim Young2019-02-22 13:26:06 -0600
7c292f5b7dJustin Luth: ping source is firewall ? set sourceIP to vpn IP addressTim Young2019-02-22 13:15:43 -0600
110a751d25Add time-based delay to slow packet movement on super-fast computersTim Young2019-01-23 08:24:30 -0600
c66aa99a28Adding entry for next version number in preparation for adding release note documentation as we make changes.Tim Young2018-10-23 11:47:03 -0500
36dd9639b3Update to version number from publishingTim Young2018-10-23 11:46:07 -0500
9de1acf82fA trivial update to the release notesTim Young2018-10-23 11:45:49 -0500
408e769631Update version number for publishingTim Young2018-10-23 11:44:34 -0500