Last change
on this file since 52 was 4, checked in by Kris Deugau, 20 years ago |
Import "new" IPDB development:
March 2004 through end of August 2004
Changes include:
-> Entirely new method of allocating IP space; which should
hopefully reduce the amount of messiness in allocations.
-> IP address processing provided by NetAddr::IP rather than
homebrew code
-> Change DB to PostgreSQL to eliminate some of the problems
caused by using MySQL, and to gain native RDBMS support for
IP addresses.
-> Using NetAddr::IP and Postgres allows (eventually, with
PG >= 7.4) IPV6 without any code changes. In theory.
-> Logging so that if someone makes a change that turns out
to have been wrong for some reason, Blame Can Be Assigned.
-> General code cleanups (split IPDB.pm from CommonWeb.pm,
for instance)
|
File size:
246 bytes
|
Rev | Line | |
---|
[4] | 1 | <html>
|
---|
| 2 | <head>
|
---|
| 3 |
|
---|
| 4 | <title>IP Database</title>
|
---|
| 5 |
|
---|
| 6 | <link rel="stylesheet" type="text/css"
|
---|
| 7 | href="/ip/ipdb.css" />
|
---|
| 8 |
|
---|
| 9 | </head>
|
---|
| 10 | <body bgcolor="#ffffff" text="#000000" link="#000000" vlink="#000000" alink="#ff0000" leftmargin="0" topmargin="0" marginwidth="0">
|
---|
Note:
See
TracBrowser
for help on using the repository browser.