- 17 Dec, 2022 1 commit
-
-
Robert Sprowson authored
Adjust the logic so that if the section containing Set Inet$Resolvers exists at all then we will tick 'Try name server too', so that it doesn't become unticked if the nameserver boxes are left empty, as they would be when DHCP provides these. Version 0.62. Tagged as 'InetSetup-0_62'
-
- 07 Nov, 2022 1 commit
-
-
Robert Sprowson authored
User editable AUNMap now lives in Choices, created from Blanks if absent. Remove forever out of date reference to !Internet version from Blanks/User. Version 0.61. Tagged as 'InetSetup-0_61'
-
- 29 Dec, 2018 1 commit
-
-
Robert Sprowson authored
When only Access is enabled in InetSetup it doesn't work, this is because in Freeway 0.29 (August 1999) a new configuration command FreewayAutoAddress was added, but whose default is off (due to CMOS wiping to zero). As long as Internet is enabled that's OK because the interface will use whatever address method is chosen for TCP/IP. When only Access is enabled no address is set. In truth table form: Access TCP/IP 0 X => Don't care, Access is disabled 1 0 => need an auto address 1 1 => use the same address as TCP/IP Update InetSetup to manage the CMOS bit per the above. Messages:RMEnsure of Freeway changed to 0.36 (the version when the auto assigned address was moved from 1.x.y.z to 10.x.y.z range). Save.c:Set or clear the FreewayAutoAddress bit as required. Version 0.60. Tagged as 'InetSetup-0_60'
-
- 19 Aug, 2018 1 commit
-
-
Robert Sprowson authored
Load.c: if the file didn't open, don't try fclose(NULL) Found by cppcheck static analysis. Save.c/Diagnose.c: sort netdb.h's header ordering Version 0.59. Tagged as 'Source-0_59'
-
- 07 Jan, 2017 1 commit
-
-
Robert Sprowson authored
When TCP/IP networking is disabled, but AUN or Access are enabled, the Internet module is loaded for its IP handling. In doing so, only load AUNMsgs if the Internet module to hand actually requires it. Save.c: Check if the Internet module is new enough to contain its own messages, and don't load AUNMsgs if so. Load.c/Versions.h/Messages: Populate v_InternetMsgs. Main.h/Main.c: Turn the resolver types into an enum so the max value can be used instead of magic number 4. SmallDrag.c: Don't look for Wimp_PlotIcon define, it's been in the headers for years. UK/!Run: Simplify the check, !InetSetup doesn't need AUNMsgs itself. Save.c/Routes/SetUpNet: Remove the hardwired version string of !Internet, since the files end up in Choices:, that way it can't be out of date ever again. Version 0.58. Tagged as 'Source-0_58'
-
- 11 Dec, 2015 3 commits
-
-
Robert Sprowson authored
Rather than explaining in a wordy error box how to get to the hostname dialogue, rephrase the diagnosis message to say that a hostname is required, then simply open the dialogue with the caret in the box to resolve the problem. Implements ticket #406. Also change the top level icon label for AUN to say Econet, since that makes more sense alongside Access and Internet (which are protocols). The interactive help introduces the term AUN for some context (as before). Messages: Rephrased error box text. Res: Rephrased AUN option. Diagnose.c: Open the hostname window when no hostname is set. IfsDbox.c/Main.c/Main.h: Rename OpenWindowFromIcon() to a more Toolboxey show_window_from_component(). Version 0.57. Tagged as 'Source-0_57'
-
Robert Sprowson authored
The blank User and Routes files were referencing some ancient !Internet. The Resolver test expressions were using variables not registered for the Internet module, moved from Test$Eval to Inet$TestEval. The !Help was missing some detail, added. Version 0.56. Tagged as 'Source-0_56'
-
Robert Sprowson authored
Ticking the option would cause an error during booting, since the module cannot be loaded. Removed the default option text from the Res file, as it's not language specific, it's a CLI switch looked for by the module. Strictly speaking making it lowercase (like the "default" accepted as a netmask) is an incompatible change as disassembling a 1993 copy of the RouteD module shows it uses strcmp() on "DEFAULT", but since that wont run on anything even as recent as a StrongARM it's probably better to note that any new port should be using a case insensitive switch check. Version 0.55. Tagged as 'Source-0_55'
-
- 03 Feb, 2015 1 commit
-
-
Robert Sprowson authored
The \S token includes a to, so don't say "to to" - Routing; Interface; RouteDopts affected. Version 0.54. Tagged as 'Source-0_54'
-
- 15 Mar, 2014 1 commit
-
-
Robert Sprowson authored
The network interface statistics dialogue can now be cancelled with Escape. Version 0.53. Tagged as 'Source-0_53'
-
- 10 Feb, 2014 1 commit
-
-
Robert Sprowson authored
Matches behaviour of the Resolver module. Version 0.52. Tagged as 'Source-0_52'
-
- 31 Dec, 2013 1 commit
-
-
Robert Sprowson authored
With no gateway set this plugin would cause Internet to panic when trying to write to the routing socket. Inspection of the logic inside Internet revealed a (dummy) netmask must be provided so it fails to route and doesn't end up trying to free a block it didn't malloc. Tested with EtherY configured with no gateway, Internet module no longer quits. Version 0.51. Tagged as 'Source-0_51'
-
- 03 Oct, 2013 1 commit
-
-
Robert Sprowson authored
This new button, 'status', to compliment the 'configure' button, shows various useful facts for an interface (packets, errors, link state, IP address) and updates every second. Previously, obtaining this information required messing around with showstat or ifconfig at the command line. Version 0.50. Tagged as 'Source-0_50'
-
- 15 Jul, 2013 1 commit
-
-
Robert Sprowson authored
Relocated VersionNum/VersionASM
-
- 13 Oct, 2012 1 commit
-
-
Ben Avison authored
Detail: When Makefile was recreated at version 0.40, the -DPlugIn switch was accidentally replaced by -DPlugin. C is case-sensitive. Windows should open like any other RISC OS 4+ plugin now. Admin: Not tested, I'm that confident it'll fix the bug! Version 0.49. Tagged as 'InetSetup-0_49'
-
- 15 Sep, 2012 1 commit
-
-
Robert Sprowson authored
The DHCP module uses OS_ReadArgs for switch matching, but in the CMHG table it strictly checks for max-args. The recently added '-p' switch therefore should not be output by !InetSetup when the available module doesn't support it. Load.c: parse setup files with or without -p Save.c: use RMFind() to figure out if -p is available, and omit it when not Also * Bumped up the !Internet version number in the comment block written out * Make sure DHCP is plugged in during save (and unplugged if TCP/IP is actively disabled) * Fixed the minimum DHCP version number, !InetSetup was always outputting -w even though that wasn't supported in the version that was being RMEnsure'd Version 0.48. Tagged as 'InetSetup-0_48'
-
- 29 Aug, 2012 1 commit
-
-
Robert Sprowson authored
Lost in time and space. Version 0.47. Tagged as 'InetSetup-0_47'
-
- 19 Aug, 2012 2 commits
-
-
Robert Sprowson authored
The sprites used for the TCP/IP setup were exceptionally close to the text underneath, so with different themes can appear to almost overlap. 12 bonus pixels added. Shelved the old Makefile, the one in 'Sources' is the one that is used. Version 0.46. Tagged as 'InetSetup-0_46'
-
Robert Sprowson authored
The sprites used for the TCP/IP setup were exceptionally close to the text underneath, so with different themes can appear to almost overlap. 12 bonus pixels added. Version 0.46. Tagged as 'InetSetup-0_46'
-
- 29 Jul, 2012 1 commit
-
-
Robert Sprowson authored
Harmless on task managers that don't support it. Uncurled some braces to match local style. Don't compare "FILE *" with 0, uses NULL. Switched out unused os_reset_old_machine assembler. Version 0.45. Tagged as 'InetSetup-0_45'
-
- 20 Jul, 2012 1 commit
-
-
Rik Griffin authored
Don't rmensure DHCP if interface is turned off. Faded netmask box if DHCP or BOOTP are in use. Call TaskManager_Shutdown instead of OS_Reset. Removed call to osfscontrol_shutdown that was causing disc corruption on Raspberry Pi. Version 0.44. Tagged as 'InetSetup-0_44'
-
- 19 Jul, 2012 1 commit
-
-
Rik Griffin authored
Version 0.43. Tagged as 'InetSetup-0_43'
-
- 20 May, 2012 1 commit
-
-
Robert Sprowson authored
Even if it's empty - since it's referred to by !Run. Version 0.42. Tagged as 'InetSetup-0_42'
-
- 19 May, 2012 1 commit
-
-
Robert Sprowson authored
See bsd/RiscOS/Sources/Networking/Ethernet/EtherUSB. Version 0.41. Tagged as 'InetSetup-0_41'
-
- 12 Feb, 2012 1 commit
-
-
Robert Sprowson authored
Was previously stuck at the window behind, so escape closed both. Makefile recreated - now inserts version number into Messages at build time. Some trivial warnings resolved. Version 0.40. Tagged as 'InetSetup-0_40'
-
- 14 Jan, 2012 1 commit
-
-
Steve Revill authored
Version 0.39. Tagged as 'InetSetup-0_39'
-
- 31 Aug, 2011 1 commit
-
-
Ben Avison authored
Detail: Deduces how many USB devices are connected by parsing the output of *EJInfo, and dynamically sets the appropriate system variables to configure the interfaces window of InetSetup. Note that although the AutoSense script for EtherK is held within the EtherK sources, we don't currently distribute the sources to EtherUSB, so this seems a reasonable second choice of where to install it from. Admin: Tested with 0, 1 or 2 devices connected to a beagleboard. Version 0.38. Tagged as 'InetSetup-0_38'
-
- 23 May, 2010 1 commit
-
-
Jeffrey Lee authored
Detail: Resources/UK/Blanks/User,feb - re-add the 'disable T/TCP' line. Somehow this must have been missed when I fixed up the disc build. Admin: Untested! Version 0.37. Tagged as 'InetSetup-0_37'
-
- 25 Oct, 2009 2 commits
-
-
Jeffrey Lee authored
Detail: Source/c/Main, Sources/Resources/Germany/Messags, Source/Resources/UK/Messages - InetSetup now displays a sensible error to the user if he clicks the Interfaces button when no interfaces were detected. Source/Resources/Germany/!Sprites11, Sources/Resources/UK/!Sprites11, Source/Makefile - !Sprites11 files are now in the correct place, and the correct makefile has been updated to install them. Admin: Tested on rev C2 beagleboard. German message (NoInterfaces) needs localising. Version 0.36. Tagged as 'InetSetup-0_36'
-
Jeffrey Lee authored
Detail: c/Main, Resources/Germany/Messags, Resources/UK/Messages - InetSetup now displays a sensible error to the user if he clicks the Interfaces button when no interfaces were detected. Resources/Germany/!Sprites11, Resources/UK/!Sprites11, Makefile - Bulk import of missing !Sprites11 files. Admin: Tested on rev C2 beagleboard. German message (NoInterfaces) needs localising. Version 0.36. Tagged as 'InetSetup-0_36'
-
- 24 Oct, 2009 1 commit
-
-
Jeffrey Lee authored
Version 0.35. Tagged as 'InetSetup-0_35'
-
- 17 Jan, 2003 1 commit
-
-
Robert Sprowson authored
Add CoSprite (rectangular pixel versions) Docs and version number tweak The resolver setup will now try to RMInsert any unplugged modules when saving the settings. Change to DNS window so that it remembers the "Use name servers also" icon rather than having two forgetful radio icons. Version 0.34. Tagged as 'InetSetup-0_34'
-
- 19 Dec, 2002 1 commit
-
-
Steve Revill authored
Changes to the greying out behaviour in the "Obtain IP address" dialogue as it was a real mess,particularly the behaviour when DHCP was selected. UK Res file overhaul. You can now drag the AUNMap to an editor and it will be loaded. New Sprites files. Version 0.33. Tagged as 'InetSetup-0_33'
-
- 27 Mar, 2001 1 commit
-
-
Neil Bingham authored
Only taken a year for us to notice... Detail: Default route set only if <Inet$Gateway> defined. Admin: Tested on RiscOS 3.7 using EtherB & EtherH NICs. Version 0.32. Tagged as 'InetSetup-0_32'
-
- 08 Jan, 2001 2 commits
-
-
Neil Bingham authored
Admin: Untested. Version 0.31. Tagged as 'InetSetup-0_31'
-
Neil Bingham authored
Detail: When configuring a host for DHCP the '-w' flag is now passed to *dhcpexecute. Admin: Tested briefly on Ursula. Version 0.30. Tagged as 'InetSetup-0_30'
-
- 11 Aug, 1999 1 commit
-
-
Stewart Brodie authored
Detail: The DHCP button in the interface configuration window is now unfaded as long as InetSetup can locate Internet 5.31 or later and DHCP 0.11 and later. Any number of interfaces may use DHCP to configure their interfaces, Admin: Tested in Risc PCs Version 0.29. Tagged as 'InetSetup-0_29'
-
- 10 Aug, 1999 2 commits
-
-
Stewart Brodie authored
-
Stewart Brodie authored
Ursula Ursula_RiscPC StrongARM Daytona(!) sbrodie_InetSetup_dev-1_1_2_3 ART Detail: What a mess. Admin: This is the Ursula plugin version. It builds. Version 0.28. Tagged as 'InetSetup-0_28'
-
- 06 May, 1997 1 commit
-
-
Kevin Bracey authored
-