[Home]Projects

JKWiki | RecentChanges | New Login | Login
This page is read-only | View other revisions
Difference (from prior author revision) (major diff, minor diff)

Changed: 2c2

[UseMod]



OS-9 Disk Read




Changed: 4c4

Installed Patches and Bugfixes



How to read OS-9 (in particular OS-9 Level I, 6809-based) floppy disks:
For details see OS-9DiskRead.

Changed: 6,18c6,7
This Wiki is based on Usemod 1.0 has following modifications:

# [Patch: LoginLogoutByUsername] ([/Usemod10LoginLogout local])
# [Patch: EditFromTop]
# [/Usemod10NeedUsernameLoginLogoutBar Patch: Need Username and Login/Logout?-Bar]
# [Bugfixes: Marks Accumulated Bugfixes]
# [Patch: RestrictPages], modified, see below.

Extensions ===


Login with username and Logout function ===

/Usemod10LoginLogout: Patch against Usemod 1.0


CP/M Disk Read




Changed: 20c9

Need Username and Login/Logout?-Bar



How to read CP/M (in particular TeleVideo? TS803, CP/M 2.2) floppy disks:
For details see CPMDiskRead.

Changed: 22c11,12
Taken from [LoginRework], but changed a little bit, to fit better with /Usemod10LoginLogout.


UseMod




Changed: 24c14

Restrict Pages Patch



For more details see the UseMod Wiki ...

Removed: 26,30d15
Take from http://www.usemod.com/cgi-bin/wiki.pl?WikiPatches/RestrictPages
but slightly modified to provide following extension in the restrict-file:
* Usernames (already included)
* Hostnames/Domains?, must have a trailing "@", e.g. sub.my.domain@, matching everthing *sub.my.domain
* IP-Host- oder Networkadresses, must have a leading "@", e.g. @192.168.1., matching 192.168.1.*

Removed: 32,37d16

518c518
< return 1 if grep {$UserData{'username'} eq $_} @users;
---
> return 1 if grep {$UserData{'username'} eq $_ or substr($ENV{'REMOTE_HOST'}.'@',rindex($ENV{'REMOTE_HOST'}.'@',$_)) eq $_ or index('@'.$ENV{'REMOTE_ADDR'},$_) == 0} @users;



OS-9 Disk Read

How to read OS-9 (in particular OS-9 Level I, 6809-based) floppy disks:
For details see OS-9DiskRead.


CP/M Disk Read

How to read CP/M (in particular TeleVideo? TS803, CP/M 2.2) floppy disks:
For details see CPMDiskRead.


UseMod

For more details see the UseMod Wiki ...



JKWiki | RecentChanges | New Login | Login
This page is read-only | View other revisions | login=&lt;anonymous&gt;
Last edited April 19, 2025 4:45 am by JohannKlasek (diff)
Search: